From 6a13eef053fe6e3f90b03a2e094642096eb9bc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asc=C3=AAnio=20Sanderson?= Date: Sat, 2 Apr 2022 21:09:16 -0300 Subject: [PATCH 1/3] feat: formats code after its generation --- importer/generate_flutter_demo_class.js | 4 +++- importer/generate_flutter_lib_class.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/importer/generate_flutter_demo_class.js b/importer/generate_flutter_demo_class.js index 38386bd0cf..63ecdc5842 100644 --- a/importer/generate_flutter_demo_class.js +++ b/importer/generate_flutter_demo_class.js @@ -9,6 +9,7 @@ const argv = require("yargs") desc: 'One or more json files' }) .argv; +const childProcess = require("child_process"); const FILE_NAME_REGEX = /^ic_fluent_(\w+)_(\d+)_(\w+)/gm; @@ -57,6 +58,7 @@ function processJsonFiles(srcPaths, destPath) { }) fs.appendFileSync(iconClassFile, ICON_CLASS_FOOTER, writeErrorHandler); + childProcess.execSync(`flutter format ${iconClassFile}`); } function writeCodeForJson(srcPath, iconClassFile) { @@ -77,7 +79,7 @@ function writeCodeForJson(srcPath, iconClassFile) { var code = ` - FluentUISampleIcon(FluentIcons.${identifier}, '${identifier}', ${size}), + 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 index 916784a74c..5f458d720d 100644 --- a/importer/generate_flutter_lib_class.js +++ b/importer/generate_flutter_lib_class.js @@ -9,6 +9,7 @@ const argv = require("yargs") desc: 'One or more json files' }) .argv; +const childProcess = require("child_process"); const FILE_NAME_REGEX = /^ic_fluent_(\w+)_(\d+)_(\w+)/gm; @@ -64,6 +65,7 @@ function processJsonFiles(srcPaths, destPath) { }) fs.appendFileSync(iconClassFile, ICON_CLASS_FOOTER, writeErrorHandler); + childProcess.execSync(`flutter format ${iconClassFile}`); } function writeCodeForJson(srcPath, iconClassFile, rtlIcons) { @@ -95,7 +97,7 @@ function writeCodeForJson(srcPath, iconClassFile, rtlIcons) { code = ` /// fluent icon named "${name}" in size ${size} and ${style} style. - static const IconData ${identifier} = IconData(${codepoint}, fontFamily: '${fontName}', fontPackage: _kFontPkg${matchTextDirection}); + static const IconData ${identifier} = IconData(${codepoint}, fontFamily: '${fontName}', fontPackage: _kFontPkg${matchTextDirection},); `; fs.appendFileSync(iconClassFile, code, writeErrorHandler); } From cec176562c923497412678924510a38b7deacf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asc=C3=AAnio=20Sanderson?= Date: Sat, 2 Apr 2022 21:10:38 -0300 Subject: [PATCH 2/3] refactor: formats code --- flutter/example/lib/sample_icons.dart | 91361 ++++++++++++++++++------ flutter/lib/src/fluent_icons.dart | 68610 +++++++++++++++--- 2 files changed, 125709 insertions(+), 34262 deletions(-) diff --git a/flutter/example/lib/sample_icons.dart b/flutter/example/lib/sample_icons.dart index 967ff2797a..1688495337 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -5,22850 +5,68529 @@ import 'package:fluentui_system_icons/fluentui_system_icons.dart'; import 'fluentui_sample_icon.dart'; -final icons = [ - +final icons = [ // Generated code: do not hand-edit. // BEGIN GENERATED - FluentUISampleIcon(FluentIcons.access_time_20_regular, 'access_time_20_regular', 20), - - 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.accessibility_32_regular, 'accessibility_32_regular', 32), - - FluentUISampleIcon(FluentIcons.accessibility_48_regular, 'accessibility_48_regular', 48), - - FluentUISampleIcon(FluentIcons.accessibility_checkmark_20_regular, 'accessibility_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.accessibility_checkmark_24_regular, 'accessibility_checkmark_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_16_regular, 'add_circle_16_regular', 16), - - 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.add_circle_32_regular, 'add_circle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.add_square_20_regular, 'add_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.add_square_24_regular, 'add_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.add_square_multiple_16_regular, 'add_square_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.add_square_multiple_20_regular, 'add_square_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_16_regular, 'add_subtract_circle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_20_regular, 'add_subtract_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_24_regular, 'add_subtract_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_28_regular, 'add_subtract_circle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_48_regular, 'add_subtract_circle_48_regular', 48), - - 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.album_20_regular, 'album_20_regular', 20), - - FluentUISampleIcon(FluentIcons.album_24_regular, 'album_24_regular', 24), - - FluentUISampleIcon(FluentIcons.album_add_20_regular, 'album_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.album_add_24_regular, 'album_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.alert_16_regular, 'alert_16_regular', 16), - - 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_32_regular, 'alert_32_regular', 32), - - 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_20_regular, 'alert_on_20_regular', 20), - - 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_16_regular, 'alert_urgent_16_regular', 16), - - FluentUISampleIcon(FluentIcons.alert_urgent_20_regular, 'alert_urgent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.alert_urgent_24_regular, 'alert_urgent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_bottom_16_regular, 'align_bottom_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_bottom_20_regular, 'align_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_bottom_24_regular, 'align_bottom_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_bottom_28_regular, 'align_bottom_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_bottom_32_regular, 'align_bottom_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_bottom_48_regular, 'align_bottom_48_regular', 48), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_16_regular, 'align_center_horizontal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_20_regular, 'align_center_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_24_regular, 'align_center_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_28_regular, 'align_center_horizontal_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_32_regular, 'align_center_horizontal_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_48_regular, 'align_center_horizontal_48_regular', 48), - - FluentUISampleIcon(FluentIcons.align_center_vertical_16_regular, 'align_center_vertical_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_center_vertical_20_regular, 'align_center_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_center_vertical_24_regular, 'align_center_vertical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_center_vertical_28_regular, 'align_center_vertical_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_center_vertical_32_regular, 'align_center_vertical_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_center_vertical_48_regular, 'align_center_vertical_48_regular', 48), - - FluentUISampleIcon(FluentIcons.align_end_horizontal_20_regular, 'align_end_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_end_vertical_20_regular, 'align_end_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_left_16_regular, 'align_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_left_20_regular, 'align_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_left_24_regular, 'align_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_left_28_regular, 'align_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_left_32_regular, 'align_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_left_48_regular, 'align_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.align_right_16_regular, 'align_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_right_20_regular, 'align_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_right_24_regular, 'align_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_right_28_regular, 'align_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_right_32_regular, 'align_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_right_48_regular, 'align_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.align_space_around_horizontal_20_regular, 'align_space_around_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_around_vertical_20_regular, 'align_space_around_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_between_horizontal_20_regular, 'align_space_between_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_between_vertical_20_regular, 'align_space_between_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_evenly_horizontal_20_regular, 'align_space_evenly_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_evenly_vertical_20_regular, 'align_space_evenly_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_space_fit_vertical_20_regular, 'align_space_fit_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_start_horizontal_20_regular, 'align_start_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_start_vertical_20_regular, 'align_start_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_regular, 'align_stretch_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_regular, 'align_stretch_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_top_16_regular, 'align_top_16_regular', 16), - - FluentUISampleIcon(FluentIcons.align_top_20_regular, 'align_top_20_regular', 20), - - FluentUISampleIcon(FluentIcons.align_top_24_regular, 'align_top_24_regular', 24), - - FluentUISampleIcon(FluentIcons.align_top_28_regular, 'align_top_28_regular', 28), - - FluentUISampleIcon(FluentIcons.align_top_32_regular, 'align_top_32_regular', 32), - - FluentUISampleIcon(FluentIcons.align_top_48_regular, 'align_top_48_regular', 48), - - FluentUISampleIcon(FluentIcons.animal_cat_16_regular, 'animal_cat_16_regular', 16), - - FluentUISampleIcon(FluentIcons.animal_cat_20_regular, 'animal_cat_20_regular', 20), - - FluentUISampleIcon(FluentIcons.animal_cat_24_regular, 'animal_cat_24_regular', 24), - - FluentUISampleIcon(FluentIcons.animal_cat_28_regular, 'animal_cat_28_regular', 28), - - FluentUISampleIcon(FluentIcons.animal_dog_16_regular, 'animal_dog_16_regular', 16), - - FluentUISampleIcon(FluentIcons.animal_dog_20_regular, 'animal_dog_20_regular', 20), - - FluentUISampleIcon(FluentIcons.animal_dog_24_regular, 'animal_dog_24_regular', 24), - - FluentUISampleIcon(FluentIcons.animal_rabbit_16_regular, 'animal_rabbit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.animal_rabbit_20_regular, 'animal_rabbit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.animal_rabbit_24_regular, 'animal_rabbit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.animal_rabbit_28_regular, 'animal_rabbit_28_regular', 28), - - FluentUISampleIcon(FluentIcons.animal_turtle_16_regular, 'animal_turtle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.animal_turtle_20_regular, 'animal_turtle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.animal_turtle_24_regular, 'animal_turtle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.animal_turtle_28_regular, 'animal_turtle_28_regular', 28), - - 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_20_regular, 'app_generic_20_regular', 20), - - FluentUISampleIcon(FluentIcons.app_generic_24_regular, 'app_generic_24_regular', 24), - - FluentUISampleIcon(FluentIcons.app_recent_20_regular, 'app_recent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.app_recent_24_regular, 'app_recent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.app_store_24_regular, 'app_store_24_regular', 24), - - FluentUISampleIcon(FluentIcons.app_title_20_regular, 'app_title_20_regular', 20), - - FluentUISampleIcon(FluentIcons.app_title_24_regular, 'app_title_24_regular', 24), - - FluentUISampleIcon(FluentIcons.approval_app_32_regular, 'approval_app_32_regular', 32), - - FluentUISampleIcon(FluentIcons.approvals_app_16_regular, 'approvals_app_16_regular', 16), - - FluentUISampleIcon(FluentIcons.approvals_app_20_regular, 'approvals_app_20_regular', 20), - - FluentUISampleIcon(FluentIcons.approvals_app_24_regular, 'approvals_app_24_regular', 24), - - FluentUISampleIcon(FluentIcons.approvals_app_28_regular, 'approvals_app_28_regular', 28), - - FluentUISampleIcon(FluentIcons.approvals_app_32_regular, 'approvals_app_32_regular', 32), - - 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_16_regular, 'apps_add_in_16_regular', 16), - - 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_add_in_28_regular, 'apps_add_in_28_regular', 28), - - FluentUISampleIcon(FluentIcons.apps_list_20_regular, 'apps_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.apps_list_24_regular, 'apps_list_24_regular', 24), - - FluentUISampleIcon(FluentIcons.apps_list_detail_20_regular, 'apps_list_detail_20_regular', 20), - - FluentUISampleIcon(FluentIcons.apps_list_detail_24_regular, 'apps_list_detail_24_regular', 24), - - FluentUISampleIcon(FluentIcons.archive_16_regular, 'archive_16_regular', 16), - - 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_32_regular, 'archive_32_regular', 32), - - FluentUISampleIcon(FluentIcons.archive_48_regular, 'archive_48_regular', 48), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_16_regular, 'archive_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_20_regular, 'archive_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_24_regular, 'archive_arrow_back_24_regular', 24), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_28_regular, 'archive_arrow_back_28_regular', 28), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_32_regular, 'archive_arrow_back_32_regular', 32), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_48_regular, 'archive_arrow_back_48_regular', 48), - - FluentUISampleIcon(FluentIcons.archive_multiple_16_regular, 'archive_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.archive_multiple_20_regular, 'archive_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.archive_multiple_24_regular, 'archive_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.archive_settings_16_regular, 'archive_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.archive_settings_20_regular, 'archive_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.archive_settings_24_regular, 'archive_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_content_24_regular, 'arrow_autofit_content_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_down_20_regular, 'arrow_autofit_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_down_24_regular, 'arrow_autofit_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_20_regular, 'arrow_autofit_height_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_24_regular, 'arrow_autofit_height_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_20_regular, 'arrow_autofit_height_dotted_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_24_regular, 'arrow_autofit_height_dotted_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_up_20_regular, 'arrow_autofit_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_up_24_regular, 'arrow_autofit_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_20_regular, 'arrow_autofit_width_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_24_regular, 'arrow_autofit_width_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_20_regular, 'arrow_autofit_width_dotted_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_24_regular, 'arrow_autofit_width_dotted_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_between_down_20_regular, 'arrow_between_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_between_down_24_regular, 'arrow_between_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_12_regular, 'arrow_bidirectional_up_down_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_16_regular, 'arrow_bidirectional_up_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_20_regular, 'arrow_bidirectional_up_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_24_regular, 'arrow_bidirectional_up_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_bounce_16_regular, 'arrow_bounce_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_bounce_20_regular, 'arrow_bounce_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_bounce_24_regular, 'arrow_bounce_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_12_regular, 'arrow_circle_down_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_16_regular, 'arrow_circle_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_20_regular, 'arrow_circle_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_24_regular, 'arrow_circle_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_28_regular, 'arrow_circle_down_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_32_regular, 'arrow_circle_down_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_48_regular, 'arrow_circle_down_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_double_20_regular, 'arrow_circle_down_double_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_double_24_regular, 'arrow_circle_down_double_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_16_regular, 'arrow_circle_down_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_20_regular, 'arrow_circle_down_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_24_regular, 'arrow_circle_down_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_split_20_regular, 'arrow_circle_down_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_split_24_regular, 'arrow_circle_down_split_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_up_20_regular, 'arrow_circle_down_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_12_regular, 'arrow_circle_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_16_regular, 'arrow_circle_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_20_regular, 'arrow_circle_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_24_regular, 'arrow_circle_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_28_regular, 'arrow_circle_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_32_regular, 'arrow_circle_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_48_regular, 'arrow_circle_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_12_regular, 'arrow_circle_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_16_regular, 'arrow_circle_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_20_regular, 'arrow_circle_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_24_regular, 'arrow_circle_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_28_regular, 'arrow_circle_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_32_regular, 'arrow_circle_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_48_regular, 'arrow_circle_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_12_regular, 'arrow_circle_up_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_16_regular, 'arrow_circle_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_20_regular, 'arrow_circle_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_24_regular, 'arrow_circle_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_28_regular, 'arrow_circle_up_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_32_regular, 'arrow_circle_up_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_48_regular, 'arrow_circle_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_left_20_regular, 'arrow_circle_up_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_left_24_regular, 'arrow_circle_up_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_12_regular, 'arrow_clockwise_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_16_regular, 'arrow_clockwise_16_regular', 16), - - 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_clockwise_28_regular, 'arrow_clockwise_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_32_regular, 'arrow_clockwise_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_48_regular, 'arrow_clockwise_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_20_regular, 'arrow_clockwise_dashes_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_24_regular, 'arrow_clockwise_dashes_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_collapse_all_20_regular, 'arrow_collapse_all_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_collapse_all_24_regular, 'arrow_collapse_all_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_12_regular, 'arrow_counterclockwise_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_16_regular, 'arrow_counterclockwise_16_regular', 16), - - 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_counterclockwise_28_regular, 'arrow_counterclockwise_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_32_regular, 'arrow_counterclockwise_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_48_regular, 'arrow_counterclockwise_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_20_regular, 'arrow_counterclockwise_dashes_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_24_regular, 'arrow_counterclockwise_dashes_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_16_regular, 'arrow_curve_down_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_regular, 'arrow_curve_down_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_24_regular, 'arrow_curve_down_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_28_regular, 'arrow_curve_down_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_regular, 'arrow_curve_down_right_20_regular', 20), - - 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_12_regular, 'arrow_down_12_regular', 12), - - 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_32_regular, 'arrow_down_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_down_48_regular, 'arrow_down_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_down_left_16_regular, 'arrow_down_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_down_left_20_regular, 'arrow_down_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_down_left_24_regular, 'arrow_down_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_down_left_32_regular, 'arrow_down_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_down_left_48_regular, 'arrow_down_left_48_regular', 48), - - 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_eject_20_regular, 'arrow_eject_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_20_regular, 'arrow_enter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_left_20_regular, 'arrow_enter_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_left_24_regular, 'arrow_enter_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_enter_up_20_regular, 'arrow_enter_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_up_24_regular, 'arrow_enter_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_exit_20_regular, 'arrow_exit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_expand_20_regular, 'arrow_expand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_expand_24_regular, 'arrow_expand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_16_regular, 'arrow_export_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_20_regular, 'arrow_export_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_24_regular, 'arrow_export_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_16_regular, 'arrow_export_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_20_regular, 'arrow_export_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_24_regular, 'arrow_export_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_up_20_regular, 'arrow_export_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_up_24_regular, 'arrow_export_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_fit_16_regular, 'arrow_fit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_fit_20_regular, 'arrow_fit_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_forward_48_regular, 'arrow_forward_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_20_regular, 'arrow_forward_down_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_24_regular, 'arrow_forward_down_lightning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_person_20_regular, 'arrow_forward_down_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_person_24_regular, 'arrow_forward_down_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_growth_20_regular, 'arrow_growth_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_growth_24_regular, 'arrow_growth_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_16_regular, 'arrow_hook_down_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_20_regular, 'arrow_hook_down_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_24_regular, 'arrow_hook_down_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_28_regular, 'arrow_hook_down_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_16_regular, 'arrow_hook_down_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_20_regular, 'arrow_hook_down_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_24_regular, 'arrow_hook_down_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_28_regular, 'arrow_hook_down_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_16_regular, 'arrow_hook_up_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_20_regular, 'arrow_hook_up_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_24_regular, 'arrow_hook_up_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_28_regular, 'arrow_hook_up_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_16_regular, 'arrow_hook_up_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_20_regular, 'arrow_hook_up_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_24_regular, 'arrow_hook_up_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_28_regular, 'arrow_hook_up_right_28_regular', 28), - - 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_join_20_regular, 'arrow_join_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_left_12_regular, 'arrow_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_left_16_regular, 'arrow_left_16_regular', 16), - - 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_left_32_regular, 'arrow_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_left_48_regular, 'arrow_left_48_regular', 48), - - 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_32_regular, 'arrow_maximize_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_maximize_48_regular, 'arrow_maximize_48_regular', 48), - - 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_maximize_vertical_48_regular, 'arrow_maximize_vertical_48_regular', 48), - - 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_20_regular, 'arrow_minimize_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_regular, 'arrow_minimize_vertical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_move_20_regular, 'arrow_move_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_move_24_regular, 'arrow_move_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_move_inward_20_regular, 'arrow_move_inward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_next_12_regular, 'arrow_next_12_regular', 12), - - 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_outline_up_right_32_regular, 'arrow_outline_up_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_outline_up_right_48_regular, 'arrow_outline_up_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_paragraph_20_regular, 'arrow_paragraph_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_previous_12_regular, 'arrow_previous_12_regular', 12), - - 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_16_regular, 'arrow_redo_16_regular', 16), - - 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_redo_28_regular, 'arrow_redo_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_redo_32_regular, 'arrow_redo_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_redo_48_regular, 'arrow_redo_48_regular', 48), - - 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_reset_20_regular, 'arrow_reset_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_reset_24_regular, 'arrow_reset_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_reset_32_regular, 'arrow_reset_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_reset_48_regular, 'arrow_reset_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_right_12_regular, 'arrow_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_right_16_regular, 'arrow_right_16_regular', 16), - - 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_32_regular, 'arrow_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_right_48_regular, 'arrow_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_16_regular, 'arrow_rotate_clockwise_16_regular', 16), - - 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_routing_20_regular, 'arrow_routing_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_routing_24_regular, 'arrow_routing_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_20_regular, 'arrow_routing_rectangle_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_24_regular, 'arrow_routing_rectangle_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_16_regular, 'arrow_sort_16_regular', 16), - - 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_sort_down_16_regular, 'arrow_sort_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_20_regular, 'arrow_sort_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_24_regular, 'arrow_sort_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_line_20_regular, 'arrow_sort_down_line_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_16_regular, 'arrow_sort_down_lines_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_20_regular, 'arrow_sort_down_lines_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_24_regular, 'arrow_sort_down_lines_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_16_regular, 'arrow_sort_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_20_regular, 'arrow_sort_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_24_regular, 'arrow_sort_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_split_20_regular, 'arrow_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_square_down_20_regular, 'arrow_square_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_square_down_24_regular, 'arrow_square_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_back_16_regular, 'arrow_step_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_back_20_regular, 'arrow_step_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_12_regular, 'arrow_step_in_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_16_regular, 'arrow_step_in_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_20_regular, 'arrow_step_in_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_24_regular, 'arrow_step_in_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_28_regular, 'arrow_step_in_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_in_default_20_regular, 'arrow_step_in_default_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_default_24_regular, 'arrow_step_in_default_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_12_regular, 'arrow_step_in_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_16_regular, 'arrow_step_in_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_20_regular, 'arrow_step_in_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_24_regular, 'arrow_step_in_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_28_regular, 'arrow_step_in_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_12_regular, 'arrow_step_in_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_16_regular, 'arrow_step_in_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_20_regular, 'arrow_step_in_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_24_regular, 'arrow_step_in_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_28_regular, 'arrow_step_in_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_out_12_regular, 'arrow_step_out_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_out_16_regular, 'arrow_step_out_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_out_20_regular, 'arrow_step_out_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_out_24_regular, 'arrow_step_out_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_out_28_regular, 'arrow_step_out_28_regular', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_over_16_regular, 'arrow_step_over_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_over_20_regular, 'arrow_step_over_20_regular', 20), - - 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_16_regular, 'arrow_sync_16_regular', 16), - - 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_checkmark_20_regular, 'arrow_sync_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sync_checkmark_24_regular, 'arrow_sync_checkmark_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_dismiss_20_regular, 'arrow_sync_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_regular, 'arrow_sync_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_12_regular, 'arrow_sync_off_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_16_regular, 'arrow_sync_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_20_regular, 'arrow_sync_off_20_regular', 20), - - 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_trending_checkmark_20_regular, 'arrow_trending_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_checkmark_24_regular, 'arrow_trending_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_16_regular, 'arrow_trending_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_20_regular, 'arrow_trending_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_24_regular, 'arrow_trending_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_lines_20_regular, 'arrow_trending_lines_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_lines_24_regular, 'arrow_trending_lines_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_settings_20_regular, 'arrow_trending_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_settings_24_regular, 'arrow_trending_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_text_20_regular, 'arrow_trending_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_text_24_regular, 'arrow_trending_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_wrench_20_regular, 'arrow_trending_wrench_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_wrench_24_regular, 'arrow_trending_wrench_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_20_regular, 'arrow_turn_bidirectional_down_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_24_regular, 'arrow_turn_bidirectional_down_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_turn_right_20_regular, 'arrow_turn_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_turn_right_24_regular, 'arrow_turn_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_undo_16_regular, 'arrow_undo_16_regular', 16), - - 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_undo_32_regular, 'arrow_undo_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_undo_48_regular, 'arrow_undo_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_12_regular, 'arrow_up_12_regular', 12), - - FluentUISampleIcon(FluentIcons.arrow_up_16_regular, 'arrow_up_16_regular', 16), - - 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_32_regular, 'arrow_up_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_up_48_regular, 'arrow_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_left_16_regular, 'arrow_up_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_up_left_20_regular, 'arrow_up_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_up_left_24_regular, 'arrow_up_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_up_left_48_regular, 'arrow_up_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_right_16_regular, 'arrow_up_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_up_right_20_regular, 'arrow_up_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_up_right_24_regular, 'arrow_up_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_up_right_32_regular, 'arrow_up_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.arrow_up_right_48_regular, 'arrow_up_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.arrow_upload_16_regular, 'arrow_upload_16_regular', 16), - - FluentUISampleIcon(FluentIcons.arrow_upload_20_regular, 'arrow_upload_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_upload_24_regular, 'arrow_upload_24_regular', 24), - - FluentUISampleIcon(FluentIcons.arrow_wrap_20_regular, 'arrow_wrap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrow_wrap_off_20_regular, 'arrow_wrap_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrows_bidirectional_20_regular, 'arrows_bidirectional_20_regular', 20), - - FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_regular, 'arrows_bidirectional_24_regular', 24), - - FluentUISampleIcon(FluentIcons.attach_12_regular, 'attach_12_regular', 12), - - 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_arrow_right_20_regular, 'attach_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.attach_arrow_right_24_regular, 'attach_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.attach_text_20_regular, 'attach_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.attach_text_24_regular, 'attach_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.auto_fit_height_20_regular, 'auto_fit_height_20_regular', 20), - - FluentUISampleIcon(FluentIcons.auto_fit_height_24_regular, 'auto_fit_height_24_regular', 24), - - FluentUISampleIcon(FluentIcons.auto_fit_width_20_regular, 'auto_fit_width_20_regular', 20), - - FluentUISampleIcon(FluentIcons.auto_fit_width_24_regular, 'auto_fit_width_24_regular', 24), - - FluentUISampleIcon(FluentIcons.autocorrect_20_regular, 'autocorrect_20_regular', 20), - - FluentUISampleIcon(FluentIcons.autocorrect_24_regular, 'autocorrect_24_regular', 24), - - FluentUISampleIcon(FluentIcons.autofit_content_24_regular, 'autofit_content_24_regular', 24), - - FluentUISampleIcon(FluentIcons.autosum_20_regular, 'autosum_20_regular', 20), - - FluentUISampleIcon(FluentIcons.autosum_24_regular, 'autosum_24_regular', 24), - - FluentUISampleIcon(FluentIcons.backpack_12_regular, 'backpack_12_regular', 12), - - FluentUISampleIcon(FluentIcons.backpack_16_regular, 'backpack_16_regular', 16), - - FluentUISampleIcon(FluentIcons.backpack_20_regular, 'backpack_20_regular', 20), - - FluentUISampleIcon(FluentIcons.backpack_24_regular, 'backpack_24_regular', 24), - - FluentUISampleIcon(FluentIcons.backpack_28_regular, 'backpack_28_regular', 28), - - FluentUISampleIcon(FluentIcons.backpack_32_regular, 'backpack_32_regular', 32), - - FluentUISampleIcon(FluentIcons.backpack_48_regular, 'backpack_48_regular', 48), - - FluentUISampleIcon(FluentIcons.backpack_add_20_regular, 'backpack_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.backpack_add_24_regular, 'backpack_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.backpack_add_28_regular, 'backpack_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.backpack_add_48_regular, 'backpack_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.backspace_20_regular, 'backspace_20_regular', 20), - - FluentUISampleIcon(FluentIcons.backspace_24_regular, 'backspace_24_regular', 24), - - FluentUISampleIcon(FluentIcons.badge_20_regular, 'badge_20_regular', 20), - - FluentUISampleIcon(FluentIcons.badge_24_regular, 'badge_24_regular', 24), - - FluentUISampleIcon(FluentIcons.balloon_12_regular, 'balloon_12_regular', 12), - - FluentUISampleIcon(FluentIcons.balloon_16_regular, 'balloon_16_regular', 16), - - FluentUISampleIcon(FluentIcons.balloon_20_regular, 'balloon_20_regular', 20), - - FluentUISampleIcon(FluentIcons.balloon_24_regular, 'balloon_24_regular', 24), - - FluentUISampleIcon(FluentIcons.barcode_scanner_20_regular, 'barcode_scanner_20_regular', 20), - - FluentUISampleIcon(FluentIcons.barcode_scanner_24_regular, 'barcode_scanner_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_10_20_regular, 'battery_10_20_regular', 20), - - FluentUISampleIcon(FluentIcons.battery_10_24_regular, 'battery_10_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_20_regular, 'battery_20_regular', 20), - - 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_checkmark_20_regular, 'battery_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.battery_checkmark_24_regular, 'battery_checkmark_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_20_regular, 'battery_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.battery_warning_24_regular, 'battery_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.beach_16_regular, 'beach_16_regular', 16), - - FluentUISampleIcon(FluentIcons.beach_20_regular, 'beach_20_regular', 20), - - FluentUISampleIcon(FluentIcons.beach_24_regular, 'beach_24_regular', 24), - - FluentUISampleIcon(FluentIcons.beach_28_regular, 'beach_28_regular', 28), - - FluentUISampleIcon(FluentIcons.beach_32_regular, 'beach_32_regular', 32), - - FluentUISampleIcon(FluentIcons.beach_48_regular, 'beach_48_regular', 48), - - 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.beaker_edit_20_regular, 'beaker_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.beaker_edit_24_regular, 'beaker_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bed_16_regular, 'bed_16_regular', 16), - - FluentUISampleIcon(FluentIcons.bed_20_regular, 'bed_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bed_24_regular, 'bed_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bezier_curve_20_regular, 'bezier_curve_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bezier_curve_square_12_regular, 'bezier_curve_square_12_regular', 12), - - FluentUISampleIcon(FluentIcons.bezier_curve_square_20_regular, 'bezier_curve_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bin_full_20_regular, 'bin_full_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bin_full_24_regular, 'bin_full_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_28_regular, 'bluetooth_28_regular', 28), - - FluentUISampleIcon(FluentIcons.bluetooth_connected_20_regular, 'bluetooth_connected_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_connected_24_regular, 'bluetooth_connected_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bluetooth_disabled_20_regular, 'bluetooth_disabled_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_regular, 'bluetooth_disabled_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bluetooth_searching_20_regular, 'bluetooth_searching_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_searching_24_regular, 'bluetooth_searching_24_regular', 24), - - FluentUISampleIcon(FluentIcons.blur_16_regular, 'blur_16_regular', 16), - - FluentUISampleIcon(FluentIcons.blur_20_regular, 'blur_20_regular', 20), - - FluentUISampleIcon(FluentIcons.blur_24_regular, 'blur_24_regular', 24), - - FluentUISampleIcon(FluentIcons.blur_28_regular, 'blur_28_regular', 28), - - FluentUISampleIcon(FluentIcons.board_16_regular, 'board_16_regular', 16), - - FluentUISampleIcon(FluentIcons.board_20_regular, 'board_20_regular', 20), - - FluentUISampleIcon(FluentIcons.board_24_regular, 'board_24_regular', 24), - - FluentUISampleIcon(FluentIcons.board_28_regular, 'board_28_regular', 28), - - FluentUISampleIcon(FluentIcons.board_games_20_regular, 'board_games_20_regular', 20), - - FluentUISampleIcon(FluentIcons.board_heart_16_regular, 'board_heart_16_regular', 16), - - FluentUISampleIcon(FluentIcons.board_heart_20_regular, 'board_heart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.board_heart_24_regular, 'board_heart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.board_split_16_regular, 'board_split_16_regular', 16), - - FluentUISampleIcon(FluentIcons.board_split_20_regular, 'board_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.board_split_24_regular, 'board_split_24_regular', 24), - - FluentUISampleIcon(FluentIcons.board_split_28_regular, 'board_split_28_regular', 28), - - FluentUISampleIcon(FluentIcons.board_split_48_regular, 'board_split_48_regular', 48), - - FluentUISampleIcon(FluentIcons.book_20_regular, 'book_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_24_regular, 'book_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_add_20_regular, 'book_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_add_24_regular, 'book_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_arrow_clockwise_20_regular, 'book_arrow_clockwise_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_arrow_clockwise_24_regular, 'book_arrow_clockwise_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_clock_20_regular, 'book_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_clock_24_regular, 'book_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_coins_20_regular, 'book_coins_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_coins_24_regular, 'book_coins_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_compass_20_regular, 'book_compass_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_compass_24_regular, 'book_compass_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_contacts_20_regular, 'book_contacts_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_contacts_24_regular, 'book_contacts_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_contacts_28_regular, 'book_contacts_28_regular', 28), - - FluentUISampleIcon(FluentIcons.book_contacts_32_regular, 'book_contacts_32_regular', 32), - - FluentUISampleIcon(FluentIcons.book_database_20_regular, 'book_database_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_database_24_regular, 'book_database_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_exclamation_mark_20_regular, 'book_exclamation_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_exclamation_mark_24_regular, 'book_exclamation_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_globe_20_regular, 'book_globe_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_globe_24_regular, 'book_globe_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_information_20_regular, 'book_information_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_information_24_regular, 'book_information_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_letter_20_regular, 'book_letter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_letter_24_regular, 'book_letter_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.book_open_16_regular, 'book_open_16_regular', 16), - - FluentUISampleIcon(FluentIcons.book_open_20_regular, 'book_open_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_open_24_regular, 'book_open_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_open_28_regular, 'book_open_28_regular', 28), - - FluentUISampleIcon(FluentIcons.book_open_32_regular, 'book_open_32_regular', 32), - - FluentUISampleIcon(FluentIcons.book_open_48_regular, 'book_open_48_regular', 48), - - FluentUISampleIcon(FluentIcons.book_open_globe_20_regular, 'book_open_globe_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_open_globe_24_regular, 'book_open_globe_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_open_microphone_20_regular, 'book_open_microphone_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_open_microphone_24_regular, 'book_open_microphone_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_open_microphone_28_regular, 'book_open_microphone_28_regular', 28), - - FluentUISampleIcon(FluentIcons.book_open_microphone_32_regular, 'book_open_microphone_32_regular', 32), - - FluentUISampleIcon(FluentIcons.book_open_microphone_48_regular, 'book_open_microphone_48_regular', 48), - - FluentUISampleIcon(FluentIcons.book_pulse_20_regular, 'book_pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_pulse_24_regular, 'book_pulse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_question_mark_20_regular, 'book_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_question_mark_24_regular, 'book_question_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_question_mark_rtl_20_regular, 'book_question_mark_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_question_mark_rtl_24_regular, 'book_question_mark_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_search_20_regular, 'book_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_search_24_regular, 'book_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_star_20_regular, 'book_star_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_star_24_regular, 'book_star_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_template_20_regular, 'book_template_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_theta_20_regular, 'book_theta_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_theta_24_regular, 'book_theta_24_regular', 24), - - FluentUISampleIcon(FluentIcons.book_toolbox_20_regular, 'book_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.book_toolbox_24_regular, 'book_toolbox_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_32_regular, 'bookmark_32_regular', 32), - - FluentUISampleIcon(FluentIcons.bookmark_add_20_regular, 'bookmark_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bookmark_add_24_regular, 'bookmark_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_16_regular, 'bookmark_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_20_regular, 'bookmark_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_24_regular, 'bookmark_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_28_regular, 'bookmark_multiple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_32_regular, 'bookmark_multiple_32_regular', 32), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_48_regular, 'bookmark_multiple_48_regular', 48), - - FluentUISampleIcon(FluentIcons.bookmark_off_20_regular, 'bookmark_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bookmark_off_24_regular, 'bookmark_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bookmark_search_20_regular, 'bookmark_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bookmark_search_24_regular, 'bookmark_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_24_regular, 'border_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_all_16_regular, 'border_all_16_regular', 16), - - FluentUISampleIcon(FluentIcons.border_all_20_regular, 'border_all_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_all_24_regular, 'border_all_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_20_regular, 'border_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_24_regular, 'border_bottom_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_double_20_regular, 'border_bottom_double_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_double_24_regular, 'border_bottom_double_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_thick_20_regular, 'border_bottom_thick_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_thick_24_regular, 'border_bottom_thick_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_left_20_regular, 'border_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_left_24_regular, 'border_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_left_right_20_regular, 'border_left_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_left_right_24_regular, 'border_left_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_none_20_regular, 'border_none_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_none_24_regular, 'border_none_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_outside_20_regular, 'border_outside_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_outside_24_regular, 'border_outside_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_outside_thick_20_regular, 'border_outside_thick_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_outside_thick_24_regular, 'border_outside_thick_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_right_20_regular, 'border_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_right_24_regular, 'border_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_top_20_regular, 'border_top_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_top_24_regular, 'border_top_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_20_regular, 'border_top_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_24_regular, 'border_top_bottom_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_double_20_regular, 'border_top_bottom_double_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_double_24_regular, 'border_top_bottom_double_24_regular', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_thick_20_regular, 'border_top_bottom_thick_20_regular', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_thick_24_regular, 'border_top_bottom_thick_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bot_20_regular, 'bot_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bot_24_regular, 'bot_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bot_add_20_regular, 'bot_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bot_add_24_regular, 'bot_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_16_regular, 'bowl_chopsticks_16_regular', 16), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_20_regular, 'bowl_chopsticks_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_24_regular, 'bowl_chopsticks_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_28_regular, 'bowl_chopsticks_28_regular', 28), - - FluentUISampleIcon(FluentIcons.box_16_regular, 'box_16_regular', 16), - - FluentUISampleIcon(FluentIcons.box_20_regular, 'box_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_24_regular, 'box_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_arrow_left_20_regular, 'box_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_arrow_left_24_regular, 'box_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_arrow_up_20_regular, 'box_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_arrow_up_24_regular, 'box_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_checkmark_20_regular, 'box_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_checkmark_24_regular, 'box_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_dismiss_20_regular, 'box_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_dismiss_24_regular, 'box_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_edit_20_regular, 'box_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_edit_24_regular, 'box_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_20_regular, 'box_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_24_regular, 'box_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_20_regular, 'box_multiple_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_24_regular, 'box_multiple_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_20_regular, 'box_multiple_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_24_regular, 'box_multiple_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_checkmark_20_regular, 'box_multiple_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_checkmark_24_regular, 'box_multiple_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_search_20_regular, 'box_multiple_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_search_24_regular, 'box_multiple_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_search_20_regular, 'box_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_search_24_regular, 'box_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.box_toolbox_20_regular, 'box_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.box_toolbox_24_regular, 'box_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.braces_20_regular, 'braces_20_regular', 20), - - FluentUISampleIcon(FluentIcons.braces_24_regular, 'braces_24_regular', 24), - - FluentUISampleIcon(FluentIcons.braces_variable_20_regular, 'braces_variable_20_regular', 20), - - FluentUISampleIcon(FluentIcons.braces_variable_24_regular, 'braces_variable_24_regular', 24), - - FluentUISampleIcon(FluentIcons.brain_circuit_20_regular, 'brain_circuit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.brain_circuit_24_regular, 'brain_circuit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.branch_20_regular, 'branch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.branch_24_regular, 'branch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.branch_compare_16_regular, 'branch_compare_16_regular', 16), - - FluentUISampleIcon(FluentIcons.branch_compare_20_regular, 'branch_compare_20_regular', 20), - - FluentUISampleIcon(FluentIcons.branch_compare_24_regular, 'branch_compare_24_regular', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_16_regular, 'branch_fork_16_regular', 16), - - FluentUISampleIcon(FluentIcons.branch_fork_20_regular, 'branch_fork_20_regular', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_24_regular, 'branch_fork_24_regular', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_hint_20_regular, 'branch_fork_hint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_hint_24_regular, 'branch_fork_hint_24_regular', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_link_20_regular, 'branch_fork_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_link_24_regular, 'branch_fork_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.breakout_room_20_regular, 'breakout_room_20_regular', 20), - - FluentUISampleIcon(FluentIcons.breakout_room_24_regular, 'breakout_room_24_regular', 24), - - FluentUISampleIcon(FluentIcons.breakout_room_28_regular, 'breakout_room_28_regular', 28), - - FluentUISampleIcon(FluentIcons.briefcase_12_regular, 'briefcase_12_regular', 12), - - FluentUISampleIcon(FluentIcons.briefcase_16_regular, 'briefcase_16_regular', 16), - - FluentUISampleIcon(FluentIcons.briefcase_20_regular, 'briefcase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.briefcase_24_regular, 'briefcase_24_regular', 24), - - FluentUISampleIcon(FluentIcons.briefcase_28_regular, 'briefcase_28_regular', 28), - - FluentUISampleIcon(FluentIcons.briefcase_32_regular, 'briefcase_32_regular', 32), - - FluentUISampleIcon(FluentIcons.briefcase_48_regular, 'briefcase_48_regular', 48), - - FluentUISampleIcon(FluentIcons.briefcase_medical_16_regular, 'briefcase_medical_16_regular', 16), - - FluentUISampleIcon(FluentIcons.briefcase_medical_20_regular, 'briefcase_medical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.briefcase_medical_24_regular, 'briefcase_medical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.briefcase_medical_32_regular, 'briefcase_medical_32_regular', 32), - - FluentUISampleIcon(FluentIcons.briefcase_off_16_regular, 'briefcase_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.briefcase_off_20_regular, 'briefcase_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.briefcase_off_24_regular, 'briefcase_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.briefcase_off_28_regular, 'briefcase_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.briefcase_off_32_regular, 'briefcase_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.briefcase_off_48_regular, 'briefcase_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.brightness_high_16_regular, 'brightness_high_16_regular', 16), - - FluentUISampleIcon(FluentIcons.brightness_high_20_regular, 'brightness_high_20_regular', 20), - - FluentUISampleIcon(FluentIcons.brightness_high_24_regular, 'brightness_high_24_regular', 24), - - FluentUISampleIcon(FluentIcons.brightness_high_28_regular, 'brightness_high_28_regular', 28), - - FluentUISampleIcon(FluentIcons.brightness_high_32_regular, 'brightness_high_32_regular', 32), - - FluentUISampleIcon(FluentIcons.brightness_high_48_regular, 'brightness_high_48_regular', 48), - - FluentUISampleIcon(FluentIcons.brightness_low_16_regular, 'brightness_low_16_regular', 16), - - FluentUISampleIcon(FluentIcons.brightness_low_20_regular, 'brightness_low_20_regular', 20), - - FluentUISampleIcon(FluentIcons.brightness_low_24_regular, 'brightness_low_24_regular', 24), - - FluentUISampleIcon(FluentIcons.brightness_low_28_regular, 'brightness_low_28_regular', 28), - - FluentUISampleIcon(FluentIcons.brightness_low_32_regular, 'brightness_low_32_regular', 32), - - FluentUISampleIcon(FluentIcons.brightness_low_48_regular, 'brightness_low_48_regular', 48), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_16_regular, 'broad_activity_feed_16_regular', 16), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_20_regular, 'broad_activity_feed_20_regular', 20), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_24_regular, 'broad_activity_feed_24_regular', 24), - - FluentUISampleIcon(FluentIcons.broom_16_regular, 'broom_16_regular', 16), - - FluentUISampleIcon(FluentIcons.broom_20_regular, 'broom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.broom_24_regular, 'broom_24_regular', 24), - - FluentUISampleIcon(FluentIcons.bug_16_regular, 'bug_16_regular', 16), - - FluentUISampleIcon(FluentIcons.bug_20_regular, 'bug_20_regular', 20), - - FluentUISampleIcon(FluentIcons.bug_24_regular, 'bug_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_16_regular, 'building_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_20_regular, 'building_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_24_regular, 'building_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_bank_16_regular, 'building_bank_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_bank_20_regular, 'building_bank_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_bank_24_regular, 'building_bank_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_bank_28_regular, 'building_bank_28_regular', 28), - - FluentUISampleIcon(FluentIcons.building_bank_48_regular, 'building_bank_48_regular', 48), - - FluentUISampleIcon(FluentIcons.building_bank_link_16_regular, 'building_bank_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_bank_link_20_regular, 'building_bank_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_bank_link_24_regular, 'building_bank_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_bank_link_28_regular, 'building_bank_link_28_regular', 28), - - FluentUISampleIcon(FluentIcons.building_bank_link_48_regular, 'building_bank_link_48_regular', 48), - - FluentUISampleIcon(FluentIcons.building_bank_toolbox_20_regular, 'building_bank_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_bank_toolbox_24_regular, 'building_bank_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_factory_16_regular, 'building_factory_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_factory_20_regular, 'building_factory_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_factory_24_regular, 'building_factory_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_factory_28_regular, 'building_factory_28_regular', 28), - - FluentUISampleIcon(FluentIcons.building_factory_32_regular, 'building_factory_32_regular', 32), - - FluentUISampleIcon(FluentIcons.building_factory_48_regular, 'building_factory_48_regular', 48), - - FluentUISampleIcon(FluentIcons.building_government_20_regular, 'building_government_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_government_24_regular, 'building_government_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_government_32_regular, 'building_government_32_regular', 32), - - FluentUISampleIcon(FluentIcons.building_home_16_regular, 'building_home_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_home_20_regular, 'building_home_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_home_24_regular, 'building_home_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_lighthouse_20_regular, 'building_lighthouse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_multiple_20_regular, 'building_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_multiple_24_regular, 'building_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_retail_20_regular, 'building_retail_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_retail_24_regular, 'building_retail_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_retail_money_20_regular, 'building_retail_money_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_retail_money_24_regular, 'building_retail_money_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_retail_more_20_regular, 'building_retail_more_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_retail_shield_20_regular, 'building_retail_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_retail_shield_24_regular, 'building_retail_shield_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_retail_toolbox_20_regular, 'building_retail_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_retail_toolbox_24_regular, 'building_retail_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_shop_16_regular, 'building_shop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_shop_20_regular, 'building_shop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_shop_24_regular, 'building_shop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.building_skyscraper_16_regular, 'building_skyscraper_16_regular', 16), - - FluentUISampleIcon(FluentIcons.building_skyscraper_20_regular, 'building_skyscraper_20_regular', 20), - - FluentUISampleIcon(FluentIcons.building_skyscraper_24_regular, 'building_skyscraper_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calculator_20_regular, 'calculator_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calculator_24_regular, 'calculator_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_20_regular, 'calculator_arrow_clockwise_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_24_regular, 'calculator_arrow_clockwise_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calculator_multiple_20_regular, 'calculator_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calculator_multiple_24_regular, 'calculator_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_3_day_16_regular, 'calendar_3_day_16_regular', 16), - - 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_16_regular, 'calendar_add_16_regular', 16), - - 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_add_28_regular, 'calendar_add_28_regular', 28), - - 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_down_20_regular, 'calendar_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_regular, 'calendar_arrow_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_16_regular, 'calendar_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_regular, 'calendar_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_24_regular, 'calendar_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_assistant_16_regular, 'calendar_assistant_16_regular', 16), - - 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_16_regular, 'calendar_cancel_16_regular', 16), - - 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_chat_20_regular, 'calendar_chat_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_chat_24_regular, 'calendar_chat_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_checkmark_28_regular, 'calendar_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.calendar_clock_16_regular, 'calendar_clock_16_regular', 16), - - 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_day_16_regular, 'calendar_day_16_regular', 16), - - 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_edit_16_regular, 'calendar_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_edit_20_regular, 'calendar_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_edit_24_regular, 'calendar_edit_24_regular', 24), - - 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_empty_32_regular, 'calendar_empty_32_regular', 32), - - FluentUISampleIcon(FluentIcons.calendar_error_20_regular, 'calendar_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_error_24_regular, 'calendar_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_info_16_regular, 'calendar_info_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_info_20_regular, 'calendar_info_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_ltr_12_regular, 'calendar_ltr_12_regular', 12), - - FluentUISampleIcon(FluentIcons.calendar_ltr_16_regular, 'calendar_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_ltr_20_regular, 'calendar_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_ltr_24_regular, 'calendar_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_ltr_28_regular, 'calendar_ltr_28_regular', 28), - - FluentUISampleIcon(FluentIcons.calendar_ltr_32_regular, 'calendar_ltr_32_regular', 32), - - FluentUISampleIcon(FluentIcons.calendar_ltr_48_regular, 'calendar_ltr_48_regular', 48), - - FluentUISampleIcon(FluentIcons.calendar_mail_16_regular, 'calendar_mail_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_mail_20_regular, 'calendar_mail_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_mention_20_regular, 'calendar_mention_20_regular', 20), - - 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_16_regular, 'calendar_multiple_16_regular', 16), - - 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_multiple_32_regular, 'calendar_multiple_32_regular', 32), - - FluentUISampleIcon(FluentIcons.calendar_overdue_24_regular, 'calendar_overdue_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_pattern_16_regular, 'calendar_pattern_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_pattern_20_regular, 'calendar_pattern_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_patterns_16_regular, 'calendar_patterns_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_person_16_regular, 'calendar_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_person_20_regular, 'calendar_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_person_24_regular, 'calendar_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_phone_16_regular, 'calendar_phone_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_phone_20_regular, 'calendar_phone_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_16_regular, 'calendar_question_mark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_20_regular, 'calendar_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_24_regular, 'calendar_question_mark_24_regular', 24), - - 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_rtl_12_regular, 'calendar_rtl_12_regular', 12), - - FluentUISampleIcon(FluentIcons.calendar_rtl_16_regular, 'calendar_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_rtl_20_regular, 'calendar_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_rtl_24_regular, 'calendar_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_rtl_28_regular, 'calendar_rtl_28_regular', 28), - - FluentUISampleIcon(FluentIcons.calendar_rtl_32_regular, 'calendar_rtl_32_regular', 32), - - FluentUISampleIcon(FluentIcons.calendar_rtl_48_regular, 'calendar_rtl_48_regular', 48), - - FluentUISampleIcon(FluentIcons.calendar_search_16_regular, 'calendar_search_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_search_20_regular, 'calendar_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_settings_16_regular, 'calendar_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.calendar_settings_20_regular, 'calendar_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_star_16_regular, 'calendar_star_16_regular', 16), - - 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_toolbox_20_regular, 'calendar_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calendar_toolbox_24_regular, 'calendar_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calendar_week_numbers_20_regular, 'calendar_week_numbers_20_regular', 20), - - 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.calendar_work_week_28_regular, 'calendar_work_week_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_16_regular, 'call_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_20_regular, 'call_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_24_regular, 'call_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_28_regular, 'call_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_32_regular, 'call_32_regular', 32), - - FluentUISampleIcon(FluentIcons.call_48_regular, 'call_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_add_20_regular, 'call_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_add_24_regular, 'call_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_checkmark_20_regular, 'call_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_checkmark_24_regular, 'call_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_connecting_20_regular, 'call_connecting_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_dismiss_20_regular, 'call_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_dismiss_24_regular, 'call_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_end_16_regular, 'call_end_16_regular', 16), - - 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_exclamation_20_regular, 'call_exclamation_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_forward_16_regular, 'call_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_forward_20_regular, 'call_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_forward_24_regular, 'call_forward_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_forward_28_regular, 'call_forward_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_forward_48_regular, 'call_forward_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_inbound_16_regular, 'call_inbound_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_inbound_20_regular, 'call_inbound_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_inbound_24_regular, 'call_inbound_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_inbound_28_regular, 'call_inbound_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_inbound_48_regular, 'call_inbound_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_missed_16_regular, 'call_missed_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_missed_20_regular, 'call_missed_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_missed_24_regular, 'call_missed_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_missed_28_regular, 'call_missed_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_missed_48_regular, 'call_missed_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_outbound_16_regular, 'call_outbound_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_outbound_20_regular, 'call_outbound_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_outbound_24_regular, 'call_outbound_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_outbound_28_regular, 'call_outbound_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_outbound_48_regular, 'call_outbound_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_park_16_regular, 'call_park_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_park_20_regular, 'call_park_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_park_24_regular, 'call_park_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_park_28_regular, 'call_park_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_park_32_regular, 'call_park_32_regular', 32), - - FluentUISampleIcon(FluentIcons.call_park_48_regular, 'call_park_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_pause_20_regular, 'call_pause_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_pause_24_regular, 'call_pause_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_prohibited_16_regular, 'call_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.call_prohibited_20_regular, 'call_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.call_prohibited_24_regular, 'call_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.call_prohibited_28_regular, 'call_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.call_prohibited_48_regular, 'call_prohibited_48_regular', 48), - - FluentUISampleIcon(FluentIcons.call_transfer_20_regular, 'call_transfer_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_20_regular, 'calligraphy_pen_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_24_regular, 'calligraphy_pen_24_regular', 24), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_checkmark_20_regular, 'calligraphy_pen_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_error_20_regular, 'calligraphy_pen_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_question_mark_20_regular, 'calligraphy_pen_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.camera_16_regular, 'camera_16_regular', 16), - - 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_dome_16_regular, 'camera_dome_16_regular', 16), - - FluentUISampleIcon(FluentIcons.camera_dome_20_regular, 'camera_dome_20_regular', 20), - - FluentUISampleIcon(FluentIcons.camera_dome_24_regular, 'camera_dome_24_regular', 24), - - FluentUISampleIcon(FluentIcons.camera_dome_28_regular, 'camera_dome_28_regular', 28), - - FluentUISampleIcon(FluentIcons.camera_dome_48_regular, 'camera_dome_48_regular', 48), - - FluentUISampleIcon(FluentIcons.camera_edit_20_regular, 'camera_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.camera_off_20_regular, 'camera_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.camera_off_24_regular, 'camera_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.camera_switch_20_regular, 'camera_switch_20_regular', 20), - - 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_down_left_12_regular, 'caret_down_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.caret_down_left_16_regular, 'caret_down_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.caret_down_left_20_regular, 'caret_down_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.caret_down_left_24_regular, 'caret_down_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.caret_down_right_12_regular, 'caret_down_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.caret_down_right_16_regular, 'caret_down_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.caret_down_right_20_regular, 'caret_down_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.caret_down_right_24_regular, 'caret_down_right_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.caret_up_12_regular, 'caret_up_12_regular', 12), - - FluentUISampleIcon(FluentIcons.caret_up_16_regular, 'caret_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.caret_up_20_regular, 'caret_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.caret_up_24_regular, 'caret_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cart_16_regular, 'cart_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cart_20_regular, 'cart_20_regular', 20), - - 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_20_regular, 'cellular_3g_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cellular_3g_24_regular, 'cellular_3g_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_4g_20_regular, 'cellular_4g_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cellular_4g_24_regular, 'cellular_4g_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_5g_20_regular, 'cellular_5g_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cellular_5g_24_regular, 'cellular_5g_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_cellular_off_24_regular, 'cellular_data_cellular_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_data_cellular_unavailable_24_regular, 'cellular_data_cellular_unavailable_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_data_unavailable_24_regular, 'cellular_data_unavailable_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_off_20_regular, 'cellular_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cellular_off_24_regular, 'cellular_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cellular_warning_20_regular, 'cellular_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cellular_warning_24_regular, 'cellular_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.center_horizontal_20_regular, 'center_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.center_horizontal_24_regular, 'center_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.center_vertical_20_regular, 'center_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.center_vertical_24_regular, 'center_vertical_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_28_regular, 'channel_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_48_regular, 'channel_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_add_16_regular, 'channel_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_add_20_regular, 'channel_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_add_24_regular, 'channel_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_add_28_regular, 'channel_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_add_48_regular, 'channel_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_alert_16_regular, 'channel_alert_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_alert_20_regular, 'channel_alert_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_alert_24_regular, 'channel_alert_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_alert_28_regular, 'channel_alert_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_alert_48_regular, 'channel_alert_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_16_regular, 'channel_arrow_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_20_regular, 'channel_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_24_regular, 'channel_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_28_regular, 'channel_arrow_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_48_regular, 'channel_arrow_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_dismiss_16_regular, 'channel_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_dismiss_20_regular, 'channel_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_dismiss_24_regular, 'channel_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_dismiss_28_regular, 'channel_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_dismiss_48_regular, 'channel_dismiss_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_share_12_regular, 'channel_share_12_regular', 12), - - FluentUISampleIcon(FluentIcons.channel_share_16_regular, 'channel_share_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_share_20_regular, 'channel_share_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_share_24_regular, 'channel_share_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_share_28_regular, 'channel_share_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_share_48_regular, 'channel_share_48_regular', 48), - - FluentUISampleIcon(FluentIcons.channel_subtract_16_regular, 'channel_subtract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.channel_subtract_20_regular, 'channel_subtract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.channel_subtract_24_regular, 'channel_subtract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.channel_subtract_28_regular, 'channel_subtract_28_regular', 28), - - FluentUISampleIcon(FluentIcons.channel_subtract_48_regular, 'channel_subtract_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chart_multiple_20_regular, 'chart_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chart_multiple_24_regular, 'chart_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chart_person_20_regular, 'chart_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chart_person_24_regular, 'chart_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chart_person_28_regular, 'chart_person_28_regular', 28), - - FluentUISampleIcon(FluentIcons.chart_person_48_regular, 'chart_person_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chat_12_regular, 'chat_12_regular', 12), - - FluentUISampleIcon(FluentIcons.chat_16_regular, 'chat_16_regular', 16), - - 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_32_regular, 'chat_32_regular', 32), - - FluentUISampleIcon(FluentIcons.chat_48_regular, 'chat_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chat_arrow_back_16_regular, 'chat_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_arrow_back_20_regular, 'chat_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_arrow_double_back_16_regular, 'chat_arrow_double_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_arrow_double_back_20_regular, 'chat_arrow_double_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_16_regular, 'chat_bubbles_question_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_20_regular, 'chat_bubbles_question_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_regular, 'chat_bubbles_question_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_dismiss_16_regular, 'chat_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_dismiss_20_regular, 'chat_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_dismiss_24_regular, 'chat_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_help_20_regular, 'chat_help_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_help_24_regular, 'chat_help_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_mail_20_regular, 'chat_mail_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_multiple_16_regular, 'chat_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_multiple_20_regular, 'chat_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_multiple_24_regular, 'chat_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_off_20_regular, 'chat_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_off_24_regular, 'chat_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_settings_20_regular, 'chat_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_settings_24_regular, 'chat_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_video_20_regular, 'chat_video_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_video_24_regular, 'chat_video_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chat_warning_16_regular, 'chat_warning_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chat_warning_20_regular, 'chat_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chat_warning_24_regular, 'chat_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.check_20_regular, 'check_20_regular', 20), - - FluentUISampleIcon(FluentIcons.check_24_regular, 'check_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkbox_1_20_regular, 'checkbox_1_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_1_24_regular, 'checkbox_1_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkbox_2_20_regular, 'checkbox_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_2_24_regular, 'checkbox_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkbox_arrow_right_20_regular, 'checkbox_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_arrow_right_24_regular, 'checkbox_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkbox_checked_16_regular, 'checkbox_checked_16_regular', 16), - - 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_checked_sync_16_regular, 'checkbox_checked_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.checkbox_checked_sync_20_regular, 'checkbox_checked_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_16_regular, 'checkbox_indeterminate_16_regular', 16), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_20_regular, 'checkbox_indeterminate_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_24_regular, 'checkbox_indeterminate_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkbox_person_16_regular, 'checkbox_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.checkbox_person_20_regular, 'checkbox_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_person_24_regular, 'checkbox_person_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.checkbox_warning_20_regular, 'checkbox_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkbox_warning_24_regular, 'checkbox_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkmark_12_regular, 'checkmark_12_regular', 12), - - FluentUISampleIcon(FluentIcons.checkmark_16_regular, 'checkmark_16_regular', 16), - - 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_32_regular, 'checkmark_32_regular', 32), - - FluentUISampleIcon(FluentIcons.checkmark_48_regular, 'checkmark_48_regular', 48), - - FluentUISampleIcon(FluentIcons.checkmark_circle_12_regular, 'checkmark_circle_12_regular', 12), - - 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_32_regular, 'checkmark_circle_32_regular', 32), - - 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_note_20_regular, 'checkmark_note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkmark_square_24_regular, 'checkmark_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_16_regular, 'checkmark_starburst_16_regular', 16), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_20_regular, 'checkmark_starburst_20_regular', 20), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_24_regular, 'checkmark_starburst_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_circle_down_12_regular, 'chevron_circle_down_12_regular', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_16_regular, 'chevron_circle_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_20_regular, 'chevron_circle_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_24_regular, 'chevron_circle_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_28_regular, 'chevron_circle_down_28_regular', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_32_regular, 'chevron_circle_down_32_regular', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_48_regular, 'chevron_circle_down_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_12_regular, 'chevron_circle_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_16_regular, 'chevron_circle_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_20_regular, 'chevron_circle_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_24_regular, 'chevron_circle_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_28_regular, 'chevron_circle_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_32_regular, 'chevron_circle_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_48_regular, 'chevron_circle_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_12_regular, 'chevron_circle_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_16_regular, 'chevron_circle_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_20_regular, 'chevron_circle_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_24_regular, 'chevron_circle_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_28_regular, 'chevron_circle_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_32_regular, 'chevron_circle_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_48_regular, 'chevron_circle_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_12_regular, 'chevron_circle_up_12_regular', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_16_regular, 'chevron_circle_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_20_regular, 'chevron_circle_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_24_regular, 'chevron_circle_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_28_regular, 'chevron_circle_up_28_regular', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_32_regular, 'chevron_circle_up_32_regular', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_48_regular, 'chevron_circle_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.chevron_double_down_16_regular, 'chevron_double_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_down_20_regular, 'chevron_double_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_left_16_regular, 'chevron_double_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_left_20_regular, 'chevron_double_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_right_16_regular, 'chevron_double_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_right_20_regular, 'chevron_double_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_up_16_regular, 'chevron_double_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_up_20_regular, 'chevron_double_up_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_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.chevron_up_down_16_regular, 'chevron_up_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chevron_up_down_20_regular, 'chevron_up_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chevron_up_down_24_regular, 'chevron_up_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chopsticks_16_regular, 'chopsticks_16_regular', 16), - - FluentUISampleIcon(FluentIcons.chopsticks_20_regular, 'chopsticks_20_regular', 20), - - FluentUISampleIcon(FluentIcons.chopsticks_24_regular, 'chopsticks_24_regular', 24), - - FluentUISampleIcon(FluentIcons.chopsticks_28_regular, 'chopsticks_28_regular', 28), - - FluentUISampleIcon(FluentIcons.circle_12_regular, 'circle_12_regular', 12), - - 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_32_regular, 'circle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.circle_48_regular, 'circle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.circle_edit_20_regular, 'circle_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_edit_24_regular, 'circle_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.circle_half_fill_12_regular, 'circle_half_fill_12_regular', 12), - - FluentUISampleIcon(FluentIcons.circle_half_fill_16_regular, 'circle_half_fill_16_regular', 16), - - 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_12_regular, 'circle_line_12_regular', 12), - - FluentUISampleIcon(FluentIcons.circle_line_20_regular, 'circle_line_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_line_24_regular, 'circle_line_24_regular', 24), - - FluentUISampleIcon(FluentIcons.circle_multiple_subtract_checkmark_20_regular, 'circle_multiple_subtract_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_off_16_regular, 'circle_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.circle_off_20_regular, 'circle_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_small_20_regular, 'circle_small_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_small_24_regular, 'circle_small_24_regular', 24), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_16_regular, 'circle_subtract_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_20_regular, 'circle_subtract_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_16_regular, 'circle_subtract_arrow_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_20_regular, 'circle_subtract_arrow_forward_20_regular', 20), - - 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_20_regular, 'class_20_regular', 20), - - 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_16_regular, 'clear_formatting_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clear_formatting_20_regular, 'clear_formatting_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clear_formatting_24_regular, 'clear_formatting_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_16_regular, 'clipboard_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clipboard_20_regular, 'clipboard_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_24_regular, 'clipboard_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_regular, 'clipboard_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_regular, 'clipboard_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_24_regular, 'clipboard_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_16_regular, 'clipboard_bullet_list_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_20_regular, 'clipboard_bullet_list_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_16_regular, 'clipboard_bullet_list_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_20_regular, 'clipboard_bullet_list_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_checkmark_20_regular, 'clipboard_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_checkmark_24_regular, 'clipboard_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_clock_20_regular, 'clipboard_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_clock_24_regular, 'clipboard_clock_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_data_bar_20_regular, 'clipboard_data_bar_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_data_bar_24_regular, 'clipboard_data_bar_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_data_bar_32_regular, 'clipboard_data_bar_32_regular', 32), - - FluentUISampleIcon(FluentIcons.clipboard_edit_20_regular, 'clipboard_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_error_20_regular, 'clipboard_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_error_24_regular, 'clipboard_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_heart_20_regular, 'clipboard_heart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_heart_24_regular, 'clipboard_heart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_image_20_regular, 'clipboard_image_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_image_24_regular, 'clipboard_image_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_20_regular, 'clipboard_more_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_more_24_regular, 'clipboard_more_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_note_20_regular, 'clipboard_note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_paste_16_regular, 'clipboard_paste_16_regular', 16), - - 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_pulse_20_regular, 'clipboard_pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_pulse_24_regular, 'clipboard_pulse_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_settings_20_regular, 'clipboard_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_settings_24_regular, 'clipboard_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_20_regular, 'clipboard_task_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_24_regular, 'clipboard_task_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_add_20_regular, 'clipboard_task_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_add_24_regular, 'clipboard_task_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_20_regular, 'clipboard_task_list_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_24_regular, 'clipboard_task_list_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_20_regular, 'clipboard_task_list_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_24_regular, 'clipboard_task_list_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_regular, 'clipboard_text_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_regular, 'clipboard_text_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_regular, 'clipboard_text_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_regular, 'clipboard_text_rtl_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_32_regular, 'clock_32_regular', 32), - - FluentUISampleIcon(FluentIcons.clock_48_regular, 'clock_48_regular', 48), - - FluentUISampleIcon(FluentIcons.clock_alarm_16_regular, 'clock_alarm_16_regular', 16), - - FluentUISampleIcon(FluentIcons.clock_alarm_20_regular, 'clock_alarm_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clock_alarm_24_regular, 'clock_alarm_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clock_alarm_32_regular, 'clock_alarm_32_regular', 32), - - FluentUISampleIcon(FluentIcons.clock_arrow_download_20_regular, 'clock_arrow_download_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clock_arrow_download_24_regular, 'clock_arrow_download_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clock_dismiss_20_regular, 'clock_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clock_dismiss_24_regular, 'clock_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clock_pause_20_regular, 'clock_pause_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clock_pause_24_regular, 'clock_pause_24_regular', 24), - - FluentUISampleIcon(FluentIcons.clock_toolbox_20_regular, 'clock_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.clock_toolbox_24_regular, 'clock_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_16_regular, 'closed_caption_16_regular', 16), - - FluentUISampleIcon(FluentIcons.closed_caption_20_regular, 'closed_caption_20_regular', 20), - - FluentUISampleIcon(FluentIcons.closed_caption_24_regular, 'closed_caption_24_regular', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_28_regular, 'closed_caption_28_regular', 28), - - FluentUISampleIcon(FluentIcons.closed_caption_32_regular, 'closed_caption_32_regular', 32), - - FluentUISampleIcon(FluentIcons.closed_caption_48_regular, 'closed_caption_48_regular', 48), - - FluentUISampleIcon(FluentIcons.closed_caption_off_16_regular, 'closed_caption_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.closed_caption_off_20_regular, 'closed_caption_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.closed_caption_off_24_regular, 'closed_caption_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_off_28_regular, 'closed_caption_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.closed_caption_off_48_regular, 'closed_caption_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_16_regular, 'cloud_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_20_regular, 'cloud_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_24_regular, 'cloud_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_28_regular, 'cloud_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_32_regular, 'cloud_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_48_regular, 'cloud_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_add_16_regular, 'cloud_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_add_20_regular, 'cloud_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_archive_16_regular, 'cloud_archive_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_archive_20_regular, 'cloud_archive_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_archive_24_regular, 'cloud_archive_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_archive_28_regular, 'cloud_archive_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_archive_32_regular, 'cloud_archive_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_archive_48_regular, 'cloud_archive_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_16_regular, 'cloud_arrow_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_20_regular, 'cloud_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_24_regular, 'cloud_arrow_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_28_regular, 'cloud_arrow_down_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_32_regular, 'cloud_arrow_down_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_48_regular, 'cloud_arrow_down_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_16_regular, 'cloud_arrow_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_20_regular, 'cloud_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_24_regular, 'cloud_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_28_regular, 'cloud_arrow_up_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_32_regular, 'cloud_arrow_up_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_48_regular, 'cloud_arrow_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_backup_16_regular, 'cloud_backup_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_backup_20_regular, 'cloud_backup_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_backup_24_regular, 'cloud_backup_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_backup_28_regular, 'cloud_backup_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_backup_32_regular, 'cloud_backup_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_backup_48_regular, 'cloud_backup_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_16_regular, 'cloud_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_20_regular, 'cloud_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_24_regular, 'cloud_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_28_regular, 'cloud_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_32_regular, 'cloud_checkmark_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_48_regular, 'cloud_checkmark_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_16_regular, 'cloud_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_20_regular, 'cloud_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_24_regular, 'cloud_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_28_regular, 'cloud_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_32_regular, 'cloud_dismiss_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_48_regular, 'cloud_dismiss_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_download_16_regular, 'cloud_download_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_download_20_regular, 'cloud_download_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_download_24_regular, 'cloud_download_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_download_28_regular, 'cloud_download_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_download_32_regular, 'cloud_download_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_download_48_regular, 'cloud_download_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_edit_16_regular, 'cloud_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_edit_20_regular, 'cloud_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_flow_20_regular, 'cloud_flow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_flow_24_regular, 'cloud_flow_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_link_16_regular, 'cloud_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_link_20_regular, 'cloud_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_off_16_regular, 'cloud_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_off_20_regular, 'cloud_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_off_24_regular, 'cloud_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_off_28_regular, 'cloud_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_off_32_regular, 'cloud_off_32_regular', 32), - - 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_swap_20_regular, 'cloud_swap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_swap_24_regular, 'cloud_swap_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_16_regular, 'cloud_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_sync_20_regular, 'cloud_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_sync_24_regular, 'cloud_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_28_regular, 'cloud_sync_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_sync_32_regular, 'cloud_sync_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_sync_48_regular, 'cloud_sync_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_16_regular, 'cloud_sync_complete_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_20_regular, 'cloud_sync_complete_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_regular, 'cloud_sync_complete_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_28_regular, 'cloud_sync_complete_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_32_regular, 'cloud_sync_complete_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_regular, 'cloud_sync_complete_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cloud_words_16_regular, 'cloud_words_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cloud_words_20_regular, 'cloud_words_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cloud_words_24_regular, 'cloud_words_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cloud_words_28_regular, 'cloud_words_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cloud_words_32_regular, 'cloud_words_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cloud_words_48_regular, 'cloud_words_48_regular', 48), - - FluentUISampleIcon(FluentIcons.code_16_regular, 'code_16_regular', 16), - - FluentUISampleIcon(FluentIcons.code_20_regular, 'code_20_regular', 20), - - FluentUISampleIcon(FluentIcons.code_24_regular, 'code_24_regular', 24), - - FluentUISampleIcon(FluentIcons.code_circle_20_regular, 'code_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.code_text_20_regular, 'code_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.code_text_edit_20_regular, 'code_text_edit_20_regular', 20), - - 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_16_regular, 'color_16_regular', 16), - - 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_background_accent_20_regular, 'color_background_accent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.color_background_accent_24_regular, 'color_background_accent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.color_fill_16_regular, 'color_fill_16_regular', 16), - - 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_fill_28_regular, 'color_fill_28_regular', 28), - - FluentUISampleIcon(FluentIcons.color_fill_accent_16_regular, 'color_fill_accent_16_regular', 16), - - FluentUISampleIcon(FluentIcons.color_fill_accent_20_regular, 'color_fill_accent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.color_fill_accent_24_regular, 'color_fill_accent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.color_fill_accent_28_regular, 'color_fill_accent_28_regular', 28), - - FluentUISampleIcon(FluentIcons.color_line_16_regular, 'color_line_16_regular', 16), - - FluentUISampleIcon(FluentIcons.color_line_20_regular, 'color_line_20_regular', 20), - - FluentUISampleIcon(FluentIcons.color_line_24_regular, 'color_line_24_regular', 24), - - FluentUISampleIcon(FluentIcons.color_line_accent_16_regular, 'color_line_accent_16_regular', 16), - - FluentUISampleIcon(FluentIcons.color_line_accent_20_regular, 'color_line_accent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.color_line_accent_24_regular, 'color_line_accent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.column_20_regular, 'column_20_regular', 20), - - FluentUISampleIcon(FluentIcons.column_arrow_right_20_regular, 'column_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.column_edit_20_regular, 'column_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.column_edit_24_regular, 'column_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.column_triple_20_regular, 'column_triple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.column_triple_24_regular, 'column_triple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.column_triple_edit_20_regular, 'column_triple_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.column_triple_edit_24_regular, 'column_triple_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comma_24_regular, 'comma_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_12_regular, 'comment_12_regular', 12), - - 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_28_regular, 'comment_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_48_regular, 'comment_48_regular', 48), - - FluentUISampleIcon(FluentIcons.comment_add_12_regular, 'comment_add_12_regular', 12), - - FluentUISampleIcon(FluentIcons.comment_add_16_regular, 'comment_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_add_20_regular, 'comment_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_add_24_regular, 'comment_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_add_28_regular, 'comment_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_add_48_regular, 'comment_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_12_regular, 'comment_arrow_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_16_regular, 'comment_arrow_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_20_regular, 'comment_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_24_regular, 'comment_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_28_regular, 'comment_arrow_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_48_regular, 'comment_arrow_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_12_regular, 'comment_arrow_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_16_regular, 'comment_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_20_regular, 'comment_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_24_regular, 'comment_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_28_regular, 'comment_arrow_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_48_regular, 'comment_arrow_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.comment_checkmark_12_regular, 'comment_checkmark_12_regular', 12), - - FluentUISampleIcon(FluentIcons.comment_checkmark_16_regular, 'comment_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_checkmark_20_regular, 'comment_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_checkmark_24_regular, 'comment_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_checkmark_28_regular, 'comment_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_checkmark_48_regular, 'comment_checkmark_48_regular', 48), - - FluentUISampleIcon(FluentIcons.comment_dismiss_20_regular, 'comment_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_dismiss_24_regular, 'comment_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_edit_20_regular, 'comment_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_edit_24_regular, 'comment_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_error_16_regular, 'comment_error_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_error_20_regular, 'comment_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_error_24_regular, 'comment_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_lightning_20_regular, 'comment_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_lightning_24_regular, 'comment_lightning_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_multiple_28_regular, 'comment_multiple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_32_regular, 'comment_multiple_32_regular', 32), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_16_regular, 'comment_multiple_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_20_regular, 'comment_multiple_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_24_regular, 'comment_multiple_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_28_regular, 'comment_multiple_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_16_regular, 'comment_multiple_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_20_regular, 'comment_multiple_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_24_regular, 'comment_multiple_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_28_regular, 'comment_multiple_link_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_32_regular, 'comment_multiple_link_32_regular', 32), - - FluentUISampleIcon(FluentIcons.comment_note_20_regular, 'comment_note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_note_24_regular, 'comment_note_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_off_16_regular, 'comment_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.comment_off_20_regular, 'comment_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.comment_off_24_regular, 'comment_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.comment_off_28_regular, 'comment_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.comment_off_48_regular, 'comment_off_48_regular', 48), - - 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.communication_person_20_regular, 'communication_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.communication_person_24_regular, 'communication_person_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.component_2_double_tap_swipe_down_24_regular, 'component_2_double_tap_swipe_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_regular, 'component_2_double_tap_swipe_up_24_regular', 24), - - 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_16_regular, 'contact_card_16_regular', 16), - - 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_28_regular, 'contact_card_28_regular', 28), - - FluentUISampleIcon(FluentIcons.contact_card_32_regular, 'contact_card_32_regular', 32), - - FluentUISampleIcon(FluentIcons.contact_card_48_regular, 'contact_card_48_regular', 48), - - FluentUISampleIcon(FluentIcons.contact_card_group_16_regular, 'contact_card_group_16_regular', 16), - - FluentUISampleIcon(FluentIcons.contact_card_group_20_regular, 'contact_card_group_20_regular', 20), - - FluentUISampleIcon(FluentIcons.contact_card_group_24_regular, 'contact_card_group_24_regular', 24), - - FluentUISampleIcon(FluentIcons.contact_card_group_28_regular, 'contact_card_group_28_regular', 28), - - FluentUISampleIcon(FluentIcons.contact_card_group_48_regular, 'contact_card_group_48_regular', 48), - - FluentUISampleIcon(FluentIcons.contact_card_link_16_regular, 'contact_card_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.contact_card_link_20_regular, 'contact_card_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_16_regular, 'contact_card_ribbon_16_regular', 16), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_20_regular, 'contact_card_ribbon_20_regular', 20), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_24_regular, 'contact_card_ribbon_24_regular', 24), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_28_regular, 'contact_card_ribbon_28_regular', 28), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_32_regular, 'contact_card_ribbon_32_regular', 32), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_48_regular, 'contact_card_ribbon_48_regular', 48), - - 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.content_settings_32_regular, 'content_settings_32_regular', 32), - - FluentUISampleIcon(FluentIcons.content_view_20_regular, 'content_view_20_regular', 20), - - FluentUISampleIcon(FluentIcons.content_view_32_regular, 'content_view_32_regular', 32), - - FluentUISampleIcon(FluentIcons.content_view_gallery_20_regular, 'content_view_gallery_20_regular', 20), - - FluentUISampleIcon(FluentIcons.contract_down_left_16_regular, 'contract_down_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.contract_down_left_20_regular, 'contract_down_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.contract_down_left_24_regular, 'contract_down_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.contract_down_left_28_regular, 'contract_down_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.contract_down_left_32_regular, 'contract_down_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.contract_down_left_48_regular, 'contract_down_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.control_button_20_regular, 'control_button_20_regular', 20), - - FluentUISampleIcon(FluentIcons.control_button_24_regular, 'control_button_24_regular', 24), - - FluentUISampleIcon(FluentIcons.convert_range_20_regular, 'convert_range_20_regular', 20), - - FluentUISampleIcon(FluentIcons.convert_range_24_regular, 'convert_range_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.convert_to_type_20_regular, 'convert_to_type_20_regular', 20), - - FluentUISampleIcon(FluentIcons.convert_to_type_24_regular, 'convert_to_type_24_regular', 24), - - FluentUISampleIcon(FluentIcons.convert_to_type_off_20_regular, 'convert_to_type_off_20_regular', 20), - - 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_add_20_regular, 'copy_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.copy_add_24_regular, 'copy_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_16_regular, 'copy_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_20_regular, 'copy_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_24_regular, 'copy_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.copy_select_20_regular, 'copy_select_20_regular', 20), - - FluentUISampleIcon(FluentIcons.couch_12_regular, 'couch_12_regular', 12), - - FluentUISampleIcon(FluentIcons.couch_20_regular, 'couch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.couch_24_regular, 'couch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.credit_card_person_20_regular, 'credit_card_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.credit_card_person_24_regular, 'credit_card_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.credit_card_toolbox_20_regular, 'credit_card_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.credit_card_toolbox_24_regular, 'credit_card_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.crop_20_regular, 'crop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.crop_24_regular, 'crop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.crop_interim_20_regular, 'crop_interim_20_regular', 20), - - FluentUISampleIcon(FluentIcons.crop_interim_24_regular, 'crop_interim_24_regular', 24), - - FluentUISampleIcon(FluentIcons.crop_interim_off_20_regular, 'crop_interim_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.crop_interim_off_24_regular, 'crop_interim_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cube_12_regular, 'cube_12_regular', 12), - - 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.cube_add_20_regular, 'cube_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_link_20_regular, 'cube_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_multiple_20_regular, 'cube_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_multiple_24_regular, 'cube_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cube_quick_16_regular, 'cube_quick_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cube_quick_20_regular, 'cube_quick_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_quick_24_regular, 'cube_quick_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cube_quick_28_regular, 'cube_quick_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cube_rotate_20_regular, 'cube_rotate_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_sync_20_regular, 'cube_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_sync_24_regular, 'cube_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cube_tree_20_regular, 'cube_tree_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cube_tree_24_regular, 'cube_tree_24_regular', 24), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_16_regular, 'currency_dollar_euro_16_regular', 16), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_20_regular, 'currency_dollar_euro_20_regular', 20), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_24_regular, 'currency_dollar_euro_24_regular', 24), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_16_regular, 'currency_dollar_rupee_16_regular', 16), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_20_regular, 'currency_dollar_rupee_20_regular', 20), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_24_regular, 'currency_dollar_rupee_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cursor_20_regular, 'cursor_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cursor_24_regular, 'cursor_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cursor_click_20_regular, 'cursor_click_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cursor_click_24_regular, 'cursor_click_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_16_regular, 'cursor_hover_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cursor_hover_20_regular, 'cursor_hover_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cursor_hover_24_regular, 'cursor_hover_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_28_regular, 'cursor_hover_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cursor_hover_32_regular, 'cursor_hover_32_regular', 32), - - FluentUISampleIcon(FluentIcons.cursor_hover_48_regular, 'cursor_hover_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_16_regular, 'cursor_hover_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_20_regular, 'cursor_hover_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_24_regular, 'cursor_hover_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_28_regular, 'cursor_hover_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_48_regular, 'cursor_hover_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.cut_20_regular, 'cut_20_regular', 20), - - FluentUISampleIcon(FluentIcons.cut_24_regular, 'cut_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dark_theme_20_regular, 'dark_theme_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dark_theme_24_regular, 'dark_theme_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_area_20_regular, 'data_area_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_area_24_regular, 'data_area_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_bar_horizontal_20_regular, 'data_bar_horizontal_20_regular', 20), - - 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_bar_vertical_add_20_regular, 'data_bar_vertical_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_regular, 'data_bar_vertical_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_funnel_20_regular, 'data_funnel_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_funnel_24_regular, 'data_funnel_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_histogram_20_regular, 'data_histogram_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_histogram_24_regular, 'data_histogram_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_line_20_regular, 'data_line_20_regular', 20), - - 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_20_regular, 'data_scatter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_scatter_24_regular, 'data_scatter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_sunburst_20_regular, 'data_sunburst_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_sunburst_24_regular, 'data_sunburst_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_treemap_20_regular, 'data_treemap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_treemap_24_regular, 'data_treemap_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_trending_16_regular, 'data_trending_16_regular', 16), - - FluentUISampleIcon(FluentIcons.data_trending_20_regular, 'data_trending_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_trending_24_regular, 'data_trending_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_usage_20_regular, 'data_usage_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_usage_24_regular, 'data_usage_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_usage_edit_20_regular, 'data_usage_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_usage_edit_24_regular, 'data_usage_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_usage_settings_20_regular, 'data_usage_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_usage_toolbox_20_regular, 'data_usage_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_usage_toolbox_24_regular, 'data_usage_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_waterfall_20_regular, 'data_waterfall_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_waterfall_24_regular, 'data_waterfall_24_regular', 24), - - FluentUISampleIcon(FluentIcons.data_whisker_20_regular, 'data_whisker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.data_whisker_24_regular, 'data_whisker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.database_20_regular, 'database_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_24_regular, 'database_24_regular', 24), - - FluentUISampleIcon(FluentIcons.database_arrow_down_20_regular, 'database_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_arrow_right_20_regular, 'database_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_arrow_up_20_regular, 'database_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_lightning_20_regular, 'database_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_link_20_regular, 'database_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_link_24_regular, 'database_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.database_multiple_20_regular, 'database_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_person_20_regular, 'database_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_person_24_regular, 'database_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.database_plug_connected_20_regular, 'database_plug_connected_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_search_20_regular, 'database_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_search_24_regular, 'database_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.database_warning_20_regular, 'database_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.database_window_20_regular, 'database_window_20_regular', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_left_20_regular, 'decimal_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_left_24_regular, 'decimal_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.decimal_arrow_right_20_regular, 'decimal_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_right_24_regular, 'decimal_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.delete_16_regular, 'delete_16_regular', 16), - - 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_arrow_back_16_regular, 'delete_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.delete_arrow_back_20_regular, 'delete_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.delete_dismiss_20_regular, 'delete_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.delete_dismiss_24_regular, 'delete_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.delete_dismiss_28_regular, 'delete_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.delete_lines_20_regular, 'delete_lines_20_regular', 20), - - 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_12_regular, 'dentist_12_regular', 12), - - FluentUISampleIcon(FluentIcons.dentist_16_regular, 'dentist_16_regular', 16), - - FluentUISampleIcon(FluentIcons.dentist_20_regular, 'dentist_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dentist_24_regular, 'dentist_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dentist_28_regular, 'dentist_28_regular', 28), - - FluentUISampleIcon(FluentIcons.dentist_48_regular, 'dentist_48_regular', 48), - - 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.desktop_32_regular, 'desktop_32_regular', 32), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_16_regular, 'desktop_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_20_regular, 'desktop_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_24_regular, 'desktop_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_cursor_16_regular, 'desktop_cursor_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_cursor_20_regular, 'desktop_cursor_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_cursor_24_regular, 'desktop_cursor_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_cursor_28_regular, 'desktop_cursor_28_regular', 28), - - FluentUISampleIcon(FluentIcons.desktop_edit_16_regular, 'desktop_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_edit_20_regular, 'desktop_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_edit_24_regular, 'desktop_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_flow_20_regular, 'desktop_flow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_flow_24_regular, 'desktop_flow_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_16_regular, 'desktop_keyboard_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_20_regular, 'desktop_keyboard_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_24_regular, 'desktop_keyboard_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_28_regular, 'desktop_keyboard_28_regular', 28), - - FluentUISampleIcon(FluentIcons.desktop_mac_16_regular, 'desktop_mac_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_mac_20_regular, 'desktop_mac_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_mac_24_regular, 'desktop_mac_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_mac_32_regular, 'desktop_mac_32_regular', 32), - - FluentUISampleIcon(FluentIcons.desktop_pulse_16_regular, 'desktop_pulse_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_pulse_20_regular, 'desktop_pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_pulse_24_regular, 'desktop_pulse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_pulse_28_regular, 'desktop_pulse_28_regular', 28), - - FluentUISampleIcon(FluentIcons.desktop_pulse_32_regular, 'desktop_pulse_32_regular', 32), - - FluentUISampleIcon(FluentIcons.desktop_pulse_48_regular, 'desktop_pulse_48_regular', 48), - - FluentUISampleIcon(FluentIcons.desktop_signal_20_regular, 'desktop_signal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_signal_24_regular, 'desktop_signal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_speaker_20_regular, 'desktop_speaker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_speaker_24_regular, 'desktop_speaker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_speaker_off_20_regular, 'desktop_speaker_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_speaker_off_24_regular, 'desktop_speaker_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_sync_16_regular, 'desktop_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.desktop_sync_20_regular, 'desktop_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_sync_24_regular, 'desktop_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.desktop_toolbox_20_regular, 'desktop_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.desktop_toolbox_24_regular, 'desktop_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.developer_board_20_regular, 'developer_board_20_regular', 20), - - FluentUISampleIcon(FluentIcons.developer_board_24_regular, 'developer_board_24_regular', 24), - - FluentUISampleIcon(FluentIcons.developer_board_lightning_20_regular, 'developer_board_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.developer_board_lightning_toolbox_20_regular, 'developer_board_lightning_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.developer_board_search_20_regular, 'developer_board_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.developer_board_search_24_regular, 'developer_board_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.device_eq_20_regular, 'device_eq_20_regular', 20), - - FluentUISampleIcon(FluentIcons.device_eq_24_regular, 'device_eq_24_regular', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_16_regular, 'device_meeting_room_16_regular', 16), - - FluentUISampleIcon(FluentIcons.device_meeting_room_20_regular, 'device_meeting_room_20_regular', 20), - - FluentUISampleIcon(FluentIcons.device_meeting_room_24_regular, 'device_meeting_room_24_regular', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_28_regular, 'device_meeting_room_28_regular', 28), - - FluentUISampleIcon(FluentIcons.device_meeting_room_32_regular, 'device_meeting_room_32_regular', 32), - - FluentUISampleIcon(FluentIcons.device_meeting_room_48_regular, 'device_meeting_room_48_regular', 48), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_16_regular, 'device_meeting_room_remote_16_regular', 16), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_20_regular, 'device_meeting_room_remote_20_regular', 20), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_24_regular, 'device_meeting_room_remote_24_regular', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_28_regular, 'device_meeting_room_remote_28_regular', 28), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_32_regular, 'device_meeting_room_remote_32_regular', 32), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_48_regular, 'device_meeting_room_remote_48_regular', 48), - - FluentUISampleIcon(FluentIcons.diagram_20_regular, 'diagram_20_regular', 20), - - FluentUISampleIcon(FluentIcons.diagram_24_regular, 'diagram_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dialpad_20_regular, 'dialpad_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dialpad_24_regular, 'dialpad_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dialpad_28_regular, 'dialpad_28_regular', 28), - - FluentUISampleIcon(FluentIcons.dialpad_32_regular, 'dialpad_32_regular', 32), - - FluentUISampleIcon(FluentIcons.dialpad_48_regular, 'dialpad_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dialpad_off_20_regular, 'dialpad_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dialpad_off_24_regular, 'dialpad_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.diamond_16_regular, 'diamond_16_regular', 16), - - FluentUISampleIcon(FluentIcons.diamond_20_regular, 'diamond_20_regular', 20), - - FluentUISampleIcon(FluentIcons.diamond_24_regular, 'diamond_24_regular', 24), - - FluentUISampleIcon(FluentIcons.diamond_28_regular, 'diamond_28_regular', 28), - - FluentUISampleIcon(FluentIcons.diamond_32_regular, 'diamond_32_regular', 32), - - FluentUISampleIcon(FluentIcons.diamond_48_regular, 'diamond_48_regular', 48), - - FluentUISampleIcon(FluentIcons.directions_16_regular, 'directions_16_regular', 16), - - 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_32_regular, 'dismiss_32_regular', 32), - - FluentUISampleIcon(FluentIcons.dismiss_48_regular, 'dismiss_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dismiss_circle_12_regular, 'dismiss_circle_12_regular', 12), - - 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_28_regular, 'dismiss_circle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.dismiss_circle_32_regular, 'dismiss_circle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.dismiss_circle_48_regular, 'dismiss_circle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dismiss_square_20_regular, 'dismiss_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dismiss_square_24_regular, 'dismiss_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dismiss_square_multiple_16_regular, 'dismiss_square_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.dismiss_square_multiple_20_regular, 'dismiss_square_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.diversity_20_regular, 'diversity_20_regular', 20), - - FluentUISampleIcon(FluentIcons.diversity_24_regular, 'diversity_24_regular', 24), - - FluentUISampleIcon(FluentIcons.diversity_28_regular, 'diversity_28_regular', 28), - - FluentUISampleIcon(FluentIcons.diversity_48_regular, 'diversity_48_regular', 48), - - FluentUISampleIcon(FluentIcons.divider_short_16_regular, 'divider_short_16_regular', 16), - - FluentUISampleIcon(FluentIcons.divider_short_20_regular, 'divider_short_20_regular', 20), - - FluentUISampleIcon(FluentIcons.divider_short_24_regular, 'divider_short_24_regular', 24), - - FluentUISampleIcon(FluentIcons.divider_tall_16_regular, 'divider_tall_16_regular', 16), - - FluentUISampleIcon(FluentIcons.divider_tall_20_regular, 'divider_tall_20_regular', 20), - - FluentUISampleIcon(FluentIcons.divider_tall_24_regular, 'divider_tall_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dock_20_regular, 'dock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dock_24_regular, 'dock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_bottom_20_regular, 'dock_panel_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_left_16_regular, 'dock_panel_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.dock_panel_left_20_regular, 'dock_panel_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_left_24_regular, 'dock_panel_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_left_28_regular, 'dock_panel_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.dock_panel_left_48_regular, 'dock_panel_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dock_panel_right_16_regular, 'dock_panel_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.dock_panel_right_20_regular, 'dock_panel_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_right_24_regular, 'dock_panel_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_right_28_regular, 'dock_panel_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.dock_panel_right_48_regular, 'dock_panel_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dock_row_20_regular, 'dock_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dock_row_24_regular, 'dock_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.doctor_12_regular, 'doctor_12_regular', 12), - - FluentUISampleIcon(FluentIcons.doctor_16_regular, 'doctor_16_regular', 16), - - FluentUISampleIcon(FluentIcons.doctor_20_regular, 'doctor_20_regular', 20), - - FluentUISampleIcon(FluentIcons.doctor_24_regular, 'doctor_24_regular', 24), - - FluentUISampleIcon(FluentIcons.doctor_28_regular, 'doctor_28_regular', 28), - - FluentUISampleIcon(FluentIcons.doctor_48_regular, 'doctor_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_16_regular, 'document_16_regular', 16), - - 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_32_regular, 'document_32_regular', 32), - - FluentUISampleIcon(FluentIcons.document_48_regular, 'document_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_add_16_regular, 'document_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_add_20_regular, 'document_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_add_24_regular, 'document_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_add_28_regular, 'document_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.document_add_48_regular, 'document_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_arrow_down_16_regular, 'document_arrow_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_down_20_regular, 'document_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_left_16_regular, 'document_arrow_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_left_20_regular, 'document_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_left_24_regular, 'document_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_arrow_left_28_regular, 'document_arrow_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.document_arrow_left_48_regular, 'document_arrow_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_arrow_right_20_regular, 'document_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_right_24_regular, 'document_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_arrow_up_16_regular, 'document_arrow_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_up_20_regular, 'document_arrow_up_20_regular', 20), - - 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_bullet_list_20_regular, 'document_bullet_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_24_regular, 'document_bullet_list_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_clock_20_regular, 'document_bullet_list_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_clock_24_regular, 'document_bullet_list_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_20_regular, 'document_bullet_list_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_24_regular, 'document_bullet_list_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_off_20_regular, 'document_bullet_list_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_off_24_regular, 'document_bullet_list_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_catch_up_16_regular, 'document_catch_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_catch_up_20_regular, 'document_catch_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_catch_up_24_regular, 'document_catch_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_checkmark_20_regular, 'document_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_checkmark_24_regular, 'document_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_chevron_double_20_regular, 'document_chevron_double_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_chevron_double_24_regular, 'document_chevron_double_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_css_20_regular, 'document_css_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_css_24_regular, 'document_css_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_dismiss_16_regular, 'document_dismiss_16_regular', 16), - - 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_flowchart_20_regular, 'document_flowchart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_flowchart_24_regular, 'document_flowchart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_footer_16_regular, 'document_footer_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_footer_20_regular, 'document_footer_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_footer_24_regular, 'document_footer_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_footer_dismiss_20_regular, 'document_footer_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_regular, 'document_footer_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_footer_remove_24_regular, 'document_footer_remove_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_header_16_regular, 'document_header_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_header_20_regular, 'document_header_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_header_24_regular, 'document_header_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_16_regular, 'document_header_arrow_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_20_regular, 'document_header_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_24_regular, 'document_header_arrow_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_header_dismiss_20_regular, 'document_header_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_header_dismiss_24_regular, 'document_header_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_header_footer_16_regular, 'document_header_footer_16_regular', 16), - - 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_heart_20_regular, 'document_heart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_heart_24_regular, 'document_heart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_heart_pulse_20_regular, 'document_heart_pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_heart_pulse_24_regular, 'document_heart_pulse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_javascript_20_regular, 'document_javascript_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_javascript_24_regular, 'document_javascript_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_landscape_data_20_regular, 'document_landscape_data_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_landscape_data_24_regular, 'document_landscape_data_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_landscape_split_20_regular, 'document_landscape_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_landscape_split_24_regular, 'document_landscape_split_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_landscape_split_hint_20_regular, 'document_landscape_split_hint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_link_16_regular, 'document_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_link_20_regular, 'document_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_link_24_regular, 'document_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_lock_16_regular, 'document_lock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_lock_20_regular, 'document_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_lock_24_regular, 'document_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_lock_28_regular, 'document_lock_28_regular', 28), - - FluentUISampleIcon(FluentIcons.document_lock_32_regular, 'document_lock_32_regular', 32), - - FluentUISampleIcon(FluentIcons.document_lock_48_regular, 'document_lock_48_regular', 48), - - 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_mention_16_regular, 'document_mention_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_mention_20_regular, 'document_mention_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_mention_24_regular, 'document_mention_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_mention_28_regular, 'document_mention_28_regular', 28), - - FluentUISampleIcon(FluentIcons.document_mention_48_regular, 'document_mention_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_multiple_16_regular, 'document_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_multiple_20_regular, 'document_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_24_regular, 'document_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_percent_20_regular, 'document_multiple_percent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_percent_24_regular, 'document_multiple_percent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_prohibited_20_regular, 'document_multiple_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_prohibited_24_regular, 'document_multiple_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_sync_20_regular, 'document_multiple_sync_20_regular', 20), - - 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_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_20_regular, 'document_page_break_20_regular', 20), - - 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_pdf_32_regular, 'document_pdf_32_regular', 32), - - FluentUISampleIcon(FluentIcons.document_percent_20_regular, 'document_percent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_percent_24_regular, 'document_percent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_person_16_regular, 'document_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_person_20_regular, 'document_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_pill_20_regular, 'document_pill_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_pill_24_regular, 'document_pill_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_prohibited_20_regular, 'document_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_prohibited_24_regular, 'document_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_question_mark_16_regular, 'document_question_mark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_question_mark_20_regular, 'document_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_question_mark_24_regular, 'document_question_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_queue_20_regular, 'document_queue_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_queue_24_regular, 'document_queue_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_queue_add_20_regular, 'document_queue_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_queue_add_24_regular, 'document_queue_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_queue_multiple_20_regular, 'document_queue_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_queue_multiple_24_regular, 'document_queue_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_ribbon_16_regular, 'document_ribbon_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_ribbon_20_regular, 'document_ribbon_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_ribbon_24_regular, 'document_ribbon_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_ribbon_28_regular, 'document_ribbon_28_regular', 28), - - FluentUISampleIcon(FluentIcons.document_ribbon_32_regular, 'document_ribbon_32_regular', 32), - - FluentUISampleIcon(FluentIcons.document_ribbon_48_regular, 'document_ribbon_48_regular', 48), - - FluentUISampleIcon(FluentIcons.document_save_20_regular, 'document_save_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_save_24_regular, 'document_save_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_search_16_regular, 'document_search_16_regular', 16), - - 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_settings_16_regular, 'document_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_settings_20_regular, 'document_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_16_regular, 'document_split_hint_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_split_hint_20_regular, 'document_split_hint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_24_regular, 'document_split_hint_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_16_regular, 'document_split_hint_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_20_regular, 'document_split_hint_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_24_regular, 'document_split_hint_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_sync_16_regular, 'document_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_sync_20_regular, 'document_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_sync_24_regular, 'document_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_16_regular, 'document_table_16_regular', 16), - - FluentUISampleIcon(FluentIcons.document_table_20_regular, 'document_table_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_24_regular, 'document_table_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_arrow_right_20_regular, 'document_table_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_arrow_right_24_regular, 'document_table_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_checkmark_20_regular, 'document_table_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_checkmark_24_regular, 'document_table_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_cube_20_regular, 'document_table_cube_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_cube_24_regular, 'document_table_cube_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_search_20_regular, 'document_table_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_search_24_regular, 'document_table_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_table_truck_20_regular, 'document_table_truck_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_table_truck_24_regular, 'document_table_truck_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_text_20_regular, 'document_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_text_24_regular, 'document_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_text_clock_20_regular, 'document_text_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_text_clock_24_regular, 'document_text_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_text_extract_20_regular, 'document_text_extract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_text_extract_24_regular, 'document_text_extract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_text_link_20_regular, 'document_text_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_text_link_24_regular, 'document_text_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.document_text_toolbox_20_regular, 'document_text_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_text_toolbox_24_regular, 'document_text_toolbox_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_width_20_regular, 'document_width_20_regular', 20), - - FluentUISampleIcon(FluentIcons.document_width_24_regular, 'document_width_24_regular', 24), - - FluentUISampleIcon(FluentIcons.door_16_regular, 'door_16_regular', 16), - - FluentUISampleIcon(FluentIcons.door_20_regular, 'door_20_regular', 20), - - FluentUISampleIcon(FluentIcons.door_28_regular, 'door_28_regular', 28), - - FluentUISampleIcon(FluentIcons.door_arrow_left_16_regular, 'door_arrow_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.door_arrow_left_20_regular, 'door_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.door_arrow_left_24_regular, 'door_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.door_arrow_right_16_regular, 'door_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.door_arrow_right_20_regular, 'door_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.door_arrow_right_28_regular, 'door_arrow_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.door_tag_20_regular, 'door_tag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.door_tag_24_regular, 'door_tag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.double_swipe_down_20_regular, 'double_swipe_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.double_swipe_down_24_regular, 'double_swipe_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.double_swipe_up_20_regular, 'double_swipe_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.double_swipe_up_24_regular, 'double_swipe_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_down_20_regular, 'double_tap_swipe_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_regular, 'double_tap_swipe_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_up_20_regular, 'double_tap_swipe_up_20_regular', 20), - - 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_20_regular, 'drag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drag_24_regular, 'drag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.draw_image_20_regular, 'draw_image_20_regular', 20), - - FluentUISampleIcon(FluentIcons.draw_image_24_regular, 'draw_image_24_regular', 24), - - FluentUISampleIcon(FluentIcons.draw_shape_20_regular, 'draw_shape_20_regular', 20), - - FluentUISampleIcon(FluentIcons.draw_shape_24_regular, 'draw_shape_24_regular', 24), - - FluentUISampleIcon(FluentIcons.draw_text_20_regular, 'draw_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.draw_text_24_regular, 'draw_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_add_20_regular, 'drawer_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_add_24_regular, 'drawer_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_arrow_download_20_regular, 'drawer_arrow_download_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_arrow_download_24_regular, 'drawer_arrow_download_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_dismiss_20_regular, 'drawer_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_dismiss_24_regular, 'drawer_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_download_20_regular, 'drawer_download_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_download_24_regular, 'drawer_download_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_play_20_regular, 'drawer_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_play_24_regular, 'drawer_play_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drawer_subtract_20_regular, 'drawer_subtract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drawer_subtract_24_regular, 'drawer_subtract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drink_beer_16_regular, 'drink_beer_16_regular', 16), - - FluentUISampleIcon(FluentIcons.drink_beer_20_regular, 'drink_beer_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drink_beer_24_regular, 'drink_beer_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drink_coffee_16_regular, 'drink_coffee_16_regular', 16), - - 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_16_regular, 'drink_margarita_16_regular', 16), - - FluentUISampleIcon(FluentIcons.drink_margarita_20_regular, 'drink_margarita_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drink_margarita_24_regular, 'drink_margarita_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drink_to_go_20_regular, 'drink_to_go_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drink_to_go_24_regular, 'drink_to_go_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drink_wine_16_regular, 'drink_wine_16_regular', 16), - - FluentUISampleIcon(FluentIcons.drink_wine_20_regular, 'drink_wine_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drink_wine_24_regular, 'drink_wine_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drive_train_20_regular, 'drive_train_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drive_train_24_regular, 'drive_train_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drop_12_regular, 'drop_12_regular', 12), - - FluentUISampleIcon(FluentIcons.drop_16_regular, 'drop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.drop_20_regular, 'drop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.drop_24_regular, 'drop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.drop_28_regular, 'drop_28_regular', 28), - - FluentUISampleIcon(FluentIcons.drop_48_regular, 'drop_48_regular', 48), - - FluentUISampleIcon(FluentIcons.dual_screen_20_regular, 'dual_screen_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_24_regular, 'dual_screen_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_add_20_regular, 'dual_screen_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_add_24_regular, 'dual_screen_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_20_regular, 'dual_screen_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_regular, 'dual_screen_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_20_regular, 'dual_screen_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_24_regular, 'dual_screen_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_clock_20_regular, 'dual_screen_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_clock_24_regular, 'dual_screen_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_20_regular, 'dual_screen_closed_alert_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_24_regular, 'dual_screen_closed_alert_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_desktop_20_regular, 'dual_screen_desktop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_regular, 'dual_screen_desktop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_dismiss_20_regular, 'dual_screen_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_dismiss_24_regular, 'dual_screen_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_group_20_regular, 'dual_screen_group_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_group_24_regular, 'dual_screen_group_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_header_20_regular, 'dual_screen_header_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_header_24_regular, 'dual_screen_header_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_lock_20_regular, 'dual_screen_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_lock_24_regular, 'dual_screen_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_mirror_20_regular, 'dual_screen_mirror_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_regular, 'dual_screen_mirror_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_pagination_20_regular, 'dual_screen_pagination_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_regular, 'dual_screen_pagination_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_settings_20_regular, 'dual_screen_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_settings_24_regular, 'dual_screen_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_span_20_regular, 'dual_screen_span_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_span_24_regular, 'dual_screen_span_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_speaker_20_regular, 'dual_screen_speaker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_speaker_24_regular, 'dual_screen_speaker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_status_bar_20_regular, 'dual_screen_status_bar_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_regular, 'dual_screen_status_bar_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_tablet_20_regular, 'dual_screen_tablet_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_regular, 'dual_screen_tablet_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_update_20_regular, 'dual_screen_update_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_update_24_regular, 'dual_screen_update_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_20_regular, 'dual_screen_vertical_scroll_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_regular, 'dual_screen_vertical_scroll_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_vibrate_20_regular, 'dual_screen_vibrate_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_regular, 'dual_screen_vibrate_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dumbbell_16_regular, 'dumbbell_16_regular', 16), - - FluentUISampleIcon(FluentIcons.dumbbell_20_regular, 'dumbbell_20_regular', 20), - - FluentUISampleIcon(FluentIcons.dumbbell_24_regular, 'dumbbell_24_regular', 24), - - FluentUISampleIcon(FluentIcons.dumbbell_28_regular, 'dumbbell_28_regular', 28), - - 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.edit_28_regular, 'edit_28_regular', 28), - - FluentUISampleIcon(FluentIcons.edit_32_regular, 'edit_32_regular', 32), - - FluentUISampleIcon(FluentIcons.edit_48_regular, 'edit_48_regular', 48), - - FluentUISampleIcon(FluentIcons.edit_arrow_back_16_regular, 'edit_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.edit_arrow_back_20_regular, 'edit_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.edit_off_16_regular, 'edit_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.edit_off_20_regular, 'edit_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.edit_off_24_regular, 'edit_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.edit_off_28_regular, 'edit_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.edit_off_32_regular, 'edit_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.edit_off_48_regular, 'edit_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.edit_prohibited_16_regular, 'edit_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.edit_prohibited_20_regular, 'edit_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.edit_prohibited_24_regular, 'edit_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.edit_prohibited_28_regular, 'edit_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.edit_prohibited_32_regular, 'edit_prohibited_32_regular', 32), - - FluentUISampleIcon(FluentIcons.edit_prohibited_48_regular, 'edit_prohibited_48_regular', 48), - - FluentUISampleIcon(FluentIcons.edit_settings_20_regular, 'edit_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.edit_settings_24_regular, 'edit_settings_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_28_regular, 'emoji_28_regular', 28), - - FluentUISampleIcon(FluentIcons.emoji_32_regular, 'emoji_32_regular', 32), - - FluentUISampleIcon(FluentIcons.emoji_48_regular, 'emoji_48_regular', 48), - - FluentUISampleIcon(FluentIcons.emoji_add_16_regular, 'emoji_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.emoji_add_20_regular, 'emoji_add_20_regular', 20), - - 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_edit_16_regular, 'emoji_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.emoji_edit_20_regular, 'emoji_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_edit_24_regular, 'emoji_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_edit_28_regular, 'emoji_edit_28_regular', 28), - - FluentUISampleIcon(FluentIcons.emoji_edit_48_regular, 'emoji_edit_48_regular', 48), - - FluentUISampleIcon(FluentIcons.emoji_hand_20_regular, 'emoji_hand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_hand_24_regular, 'emoji_hand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_hand_28_regular, 'emoji_hand_28_regular', 28), - - FluentUISampleIcon(FluentIcons.emoji_laugh_16_regular, 'emoji_laugh_16_regular', 16), - - 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_multiple_20_regular, 'emoji_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_multiple_24_regular, 'emoji_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_sad_16_regular, 'emoji_sad_16_regular', 16), - - 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_sad_slight_20_regular, 'emoji_sad_slight_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_sad_slight_24_regular, 'emoji_sad_slight_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_smile_slight_20_regular, 'emoji_smile_slight_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_smile_slight_24_regular, 'emoji_smile_slight_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_16_regular, 'emoji_sparkle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_20_regular, 'emoji_sparkle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_24_regular, 'emoji_sparkle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_28_regular, 'emoji_sparkle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_32_regular, 'emoji_sparkle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_48_regular, 'emoji_sparkle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.emoji_surprise_20_regular, 'emoji_surprise_20_regular', 20), - - FluentUISampleIcon(FluentIcons.emoji_surprise_24_regular, 'emoji_surprise_24_regular', 24), - - FluentUISampleIcon(FluentIcons.engine_20_regular, 'engine_20_regular', 20), - - FluentUISampleIcon(FluentIcons.engine_24_regular, 'engine_24_regular', 24), - - FluentUISampleIcon(FluentIcons.equal_circle_20_regular, 'equal_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.equal_circle_24_regular, 'equal_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.equal_off_20_regular, 'equal_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.equal_off_24_regular, 'equal_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eraser_20_regular, 'eraser_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eraser_24_regular, 'eraser_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eraser_medium_20_regular, 'eraser_medium_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eraser_medium_24_regular, 'eraser_medium_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eraser_segment_20_regular, 'eraser_segment_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eraser_segment_24_regular, 'eraser_segment_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eraser_small_20_regular, 'eraser_small_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eraser_small_24_regular, 'eraser_small_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eraser_tool_20_regular, 'eraser_tool_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eraser_tool_24_regular, 'eraser_tool_24_regular', 24), - - FluentUISampleIcon(FluentIcons.error_circle_12_regular, 'error_circle_12_regular', 12), - - 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.error_circle_settings_16_regular, 'error_circle_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.error_circle_settings_20_regular, 'error_circle_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.expand_up_left_16_regular, 'expand_up_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.expand_up_left_20_regular, 'expand_up_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.expand_up_left_24_regular, 'expand_up_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.expand_up_left_28_regular, 'expand_up_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.expand_up_left_32_regular, 'expand_up_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.expand_up_left_48_regular, 'expand_up_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.expand_up_right_16_regular, 'expand_up_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.expand_up_right_20_regular, 'expand_up_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.expand_up_right_24_regular, 'expand_up_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.expand_up_right_28_regular, 'expand_up_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.expand_up_right_32_regular, 'expand_up_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.expand_up_right_48_regular, 'expand_up_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.extended_dock_20_regular, 'extended_dock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.extended_dock_24_regular, 'extended_dock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.extension_16_regular, 'extension_16_regular', 16), - - FluentUISampleIcon(FluentIcons.extension_20_regular, 'extension_20_regular', 20), - - FluentUISampleIcon(FluentIcons.extension_24_regular, 'extension_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eye_12_regular, 'eye_12_regular', 12), - - FluentUISampleIcon(FluentIcons.eye_16_regular, 'eye_16_regular', 16), - - FluentUISampleIcon(FluentIcons.eye_20_regular, 'eye_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eye_24_regular, 'eye_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_off_16_regular, 'eye_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.eye_off_20_regular, 'eye_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eye_off_24_regular, 'eye_off_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.eye_tracking_16_regular, 'eye_tracking_16_regular', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_20_regular, 'eye_tracking_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_24_regular, 'eye_tracking_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_16_regular, 'eye_tracking_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_20_regular, 'eye_tracking_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_24_regular, 'eye_tracking_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_16_regular, 'eye_tracking_on_16_regular', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_20_regular, 'eye_tracking_on_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_24_regular, 'eye_tracking_on_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eyedropper_20_regular, 'eyedropper_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eyedropper_24_regular, 'eyedropper_24_regular', 24), - - FluentUISampleIcon(FluentIcons.eyedropper_off_20_regular, 'eyedropper_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.eyedropper_off_24_regular, 'eyedropper_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.f_stop_16_regular, 'f_stop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.f_stop_20_regular, 'f_stop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.f_stop_24_regular, 'f_stop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.f_stop_28_regular, 'f_stop_28_regular', 28), - - FluentUISampleIcon(FluentIcons.fast_acceleration_20_regular, 'fast_acceleration_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fast_acceleration_24_regular, 'fast_acceleration_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fast_forward_16_regular, 'fast_forward_16_regular', 16), - - 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_forward_28_regular, 'fast_forward_28_regular', 28), - - FluentUISampleIcon(FluentIcons.fax_16_regular, 'fax_16_regular', 16), - - FluentUISampleIcon(FluentIcons.fax_20_regular, 'fax_20_regular', 20), - - FluentUISampleIcon(FluentIcons.filter_12_regular, 'filter_12_regular', 12), - - FluentUISampleIcon(FluentIcons.filter_16_regular, 'filter_16_regular', 16), - - 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.filter_add_20_regular, 'filter_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.filter_dismiss_16_regular, 'filter_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.filter_dismiss_20_regular, 'filter_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.filter_dismiss_24_regular, 'filter_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.filter_sync_20_regular, 'filter_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.filter_sync_24_regular, 'filter_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fingerprint_20_regular, 'fingerprint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fingerprint_24_regular, 'fingerprint_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fingerprint_48_regular, 'fingerprint_48_regular', 48), - - FluentUISampleIcon(FluentIcons.fixed_width_20_regular, 'fixed_width_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fixed_width_24_regular, 'fixed_width_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_16_regular, 'flag_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flag_off_20_regular, 'flag_off_20_regular', 20), - - 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_16_regular, 'flash_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flash_20_regular, 'flash_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_24_regular, 'flash_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flash_28_regular, 'flash_28_regular', 28), - - FluentUISampleIcon(FluentIcons.flash_add_20_regular, 'flash_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_auto_20_regular, 'flash_auto_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_auto_24_regular, 'flash_auto_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flash_checkmark_16_regular, 'flash_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flash_checkmark_20_regular, 'flash_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_checkmark_24_regular, 'flash_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flash_checkmark_28_regular, 'flash_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.flash_flow_16_regular, 'flash_flow_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flash_flow_20_regular, 'flash_flow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_flow_24_regular, 'flash_flow_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flash_off_20_regular, 'flash_off_20_regular', 20), - - 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.flash_play_20_regular, 'flash_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_settings_20_regular, 'flash_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flash_settings_24_regular, 'flash_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flashlight_16_regular, 'flashlight_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flashlight_20_regular, 'flashlight_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flashlight_24_regular, 'flashlight_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flashlight_off_20_regular, 'flashlight_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flashlight_off_24_regular, 'flashlight_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flip_horizontal_16_regular, 'flip_horizontal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flip_horizontal_20_regular, 'flip_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flip_horizontal_24_regular, 'flip_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flip_horizontal_28_regular, 'flip_horizontal_28_regular', 28), - - FluentUISampleIcon(FluentIcons.flip_horizontal_32_regular, 'flip_horizontal_32_regular', 32), - - FluentUISampleIcon(FluentIcons.flip_horizontal_48_regular, 'flip_horizontal_48_regular', 48), - - FluentUISampleIcon(FluentIcons.flip_vertical_16_regular, 'flip_vertical_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flip_vertical_20_regular, 'flip_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flip_vertical_24_regular, 'flip_vertical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flip_vertical_28_regular, 'flip_vertical_28_regular', 28), - - FluentUISampleIcon(FluentIcons.flip_vertical_32_regular, 'flip_vertical_32_regular', 32), - - FluentUISampleIcon(FluentIcons.flip_vertical_48_regular, 'flip_vertical_48_regular', 48), - - FluentUISampleIcon(FluentIcons.flow_16_regular, 'flow_16_regular', 16), - - FluentUISampleIcon(FluentIcons.flow_20_regular, 'flow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flowchart_20_regular, 'flowchart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flowchart_24_regular, 'flowchart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.flowchart_circle_20_regular, 'flowchart_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.flowchart_circle_24_regular, 'flowchart_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fluent_20_regular, 'fluent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fluent_24_regular, 'fluent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fluent_32_regular, 'fluent_32_regular', 32), - - FluentUISampleIcon(FluentIcons.fluent_48_regular, 'fluent_48_regular', 48), - - FluentUISampleIcon(FluentIcons.fluid_16_regular, 'fluid_16_regular', 16), - - FluentUISampleIcon(FluentIcons.fluid_20_regular, 'fluid_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fluid_24_regular, 'fluid_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_16_regular, 'folder_16_regular', 16), - - 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_32_regular, 'folder_32_regular', 32), - - FluentUISampleIcon(FluentIcons.folder_48_regular, 'folder_48_regular', 48), - - FluentUISampleIcon(FluentIcons.folder_add_16_regular, 'folder_add_16_regular', 16), - - 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_arrow_left_16_regular, 'folder_arrow_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_20_regular, 'folder_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_24_regular, 'folder_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_28_regular, 'folder_arrow_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_32_regular, 'folder_arrow_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_16_regular, 'folder_arrow_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_20_regular, 'folder_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_24_regular, 'folder_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_28_regular, 'folder_arrow_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_48_regular, 'folder_arrow_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_16_regular, 'folder_arrow_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_20_regular, 'folder_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_24_regular, 'folder_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_28_regular, 'folder_arrow_up_28_regular', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_48_regular, 'folder_arrow_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.folder_briefcase_20_regular, 'folder_briefcase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_globe_16_regular, 'folder_globe_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_globe_20_regular, 'folder_globe_20_regular', 20), - - 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_mail_16_regular, 'folder_mail_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_mail_20_regular, 'folder_mail_20_regular', 20), - - 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_person_16_regular, 'folder_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_person_20_regular, 'folder_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_prohibited_16_regular, 'folder_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_prohibited_20_regular, 'folder_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_prohibited_24_regular, 'folder_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_prohibited_28_regular, 'folder_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.folder_prohibited_48_regular, 'folder_prohibited_48_regular', 48), - - FluentUISampleIcon(FluentIcons.folder_swap_16_regular, 'folder_swap_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_swap_20_regular, 'folder_swap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_swap_24_regular, 'folder_swap_24_regular', 24), - - FluentUISampleIcon(FluentIcons.folder_sync_16_regular, 'folder_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.folder_sync_20_regular, 'folder_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.folder_sync_24_regular, 'folder_sync_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_16_regular, 'food_16_regular', 16), - - FluentUISampleIcon(FluentIcons.food_20_regular, 'food_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_24_regular, 'food_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_apple_20_regular, 'food_apple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_apple_24_regular, 'food_apple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_cake_12_regular, 'food_cake_12_regular', 12), - - FluentUISampleIcon(FluentIcons.food_cake_16_regular, 'food_cake_16_regular', 16), - - FluentUISampleIcon(FluentIcons.food_cake_20_regular, 'food_cake_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_cake_24_regular, 'food_cake_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_egg_16_regular, 'food_egg_16_regular', 16), - - FluentUISampleIcon(FluentIcons.food_egg_20_regular, 'food_egg_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_egg_24_regular, 'food_egg_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_grains_20_regular, 'food_grains_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_grains_24_regular, 'food_grains_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_pizza_20_regular, 'food_pizza_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_pizza_24_regular, 'food_pizza_24_regular', 24), - - FluentUISampleIcon(FluentIcons.food_toast_16_regular, 'food_toast_16_regular', 16), - - FluentUISampleIcon(FluentIcons.food_toast_20_regular, 'food_toast_20_regular', 20), - - FluentUISampleIcon(FluentIcons.food_toast_24_regular, 'food_toast_24_regular', 24), - - FluentUISampleIcon(FluentIcons.form_new_20_regular, 'form_new_20_regular', 20), - - 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.fps_120_20_regular, 'fps_120_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fps_120_24_regular, 'fps_120_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fps_240_20_regular, 'fps_240_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fps_240_24_regular, 'fps_240_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fps_30_16_regular, 'fps_30_16_regular', 16), - - FluentUISampleIcon(FluentIcons.fps_30_20_regular, 'fps_30_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fps_30_24_regular, 'fps_30_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fps_30_28_regular, 'fps_30_28_regular', 28), - - FluentUISampleIcon(FluentIcons.fps_30_48_regular, 'fps_30_48_regular', 48), - - FluentUISampleIcon(FluentIcons.fps_60_16_regular, 'fps_60_16_regular', 16), - - FluentUISampleIcon(FluentIcons.fps_60_20_regular, 'fps_60_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fps_60_24_regular, 'fps_60_24_regular', 24), - - FluentUISampleIcon(FluentIcons.fps_60_28_regular, 'fps_60_28_regular', 28), - - FluentUISampleIcon(FluentIcons.fps_60_48_regular, 'fps_60_48_regular', 48), - - FluentUISampleIcon(FluentIcons.fps_960_20_regular, 'fps_960_20_regular', 20), - - FluentUISampleIcon(FluentIcons.fps_960_24_regular, 'fps_960_24_regular', 24), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_16_regular, 'full_screen_maximize_16_regular', 16), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_20_regular, 'full_screen_maximize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_24_regular, 'full_screen_maximize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_16_regular, 'full_screen_minimize_16_regular', 16), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_20_regular, 'full_screen_minimize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_24_regular, 'full_screen_minimize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.games_16_regular, 'games_16_regular', 16), - - FluentUISampleIcon(FluentIcons.games_20_regular, 'games_20_regular', 20), - - FluentUISampleIcon(FluentIcons.games_24_regular, 'games_24_regular', 24), - - FluentUISampleIcon(FluentIcons.games_28_regular, 'games_28_regular', 28), - - FluentUISampleIcon(FluentIcons.games_32_regular, 'games_32_regular', 32), - - FluentUISampleIcon(FluentIcons.games_48_regular, 'games_48_regular', 48), - - FluentUISampleIcon(FluentIcons.gantt_chart_20_regular, 'gantt_chart_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gantt_chart_24_regular, 'gantt_chart_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gas_20_regular, 'gas_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gas_24_regular, 'gas_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gas_pump_20_regular, 'gas_pump_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gas_pump_24_regular, 'gas_pump_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gauge_20_regular, 'gauge_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gauge_24_regular, 'gauge_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gauge_add_20_regular, 'gauge_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gavel_20_regular, 'gavel_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gavel_24_regular, 'gavel_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gavel_32_regular, 'gavel_32_regular', 32), - - FluentUISampleIcon(FluentIcons.gesture_20_regular, 'gesture_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gesture_24_regular, 'gesture_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gif_16_regular, 'gif_16_regular', 16), - - FluentUISampleIcon(FluentIcons.gif_20_regular, 'gif_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gif_24_regular, 'gif_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_16_regular, 'gift_16_regular', 16), - - FluentUISampleIcon(FluentIcons.gift_20_regular, 'gift_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_24_regular, 'gift_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_card_16_regular, 'gift_card_16_regular', 16), - - FluentUISampleIcon(FluentIcons.gift_card_20_regular, 'gift_card_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_card_24_regular, 'gift_card_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_card_add_20_regular, 'gift_card_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_card_add_24_regular, 'gift_card_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_card_arrow_right_20_regular, 'gift_card_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_card_arrow_right_24_regular, 'gift_card_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_card_money_20_regular, 'gift_card_money_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_card_money_24_regular, 'gift_card_money_24_regular', 24), - - FluentUISampleIcon(FluentIcons.gift_card_multiple_20_regular, 'gift_card_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.gift_card_multiple_24_regular, 'gift_card_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.glance_20_regular, 'glance_20_regular', 20), - - FluentUISampleIcon(FluentIcons.glance_24_regular, 'glance_24_regular', 24), - - FluentUISampleIcon(FluentIcons.glance_default_12_regular, 'glance_default_12_regular', 12), - - FluentUISampleIcon(FluentIcons.glance_horizontal_12_regular, 'glance_horizontal_12_regular', 12), - - FluentUISampleIcon(FluentIcons.glance_horizontal_20_regular, 'glance_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.glance_horizontal_24_regular, 'glance_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.glasses_16_regular, 'glasses_16_regular', 16), - - FluentUISampleIcon(FluentIcons.glasses_20_regular, 'glasses_20_regular', 20), - - FluentUISampleIcon(FluentIcons.glasses_24_regular, 'glasses_24_regular', 24), - - FluentUISampleIcon(FluentIcons.glasses_28_regular, 'glasses_28_regular', 28), - - FluentUISampleIcon(FluentIcons.glasses_48_regular, 'glasses_48_regular', 48), - - FluentUISampleIcon(FluentIcons.glasses_off_16_regular, 'glasses_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.glasses_off_20_regular, 'glasses_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.glasses_off_24_regular, 'glasses_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.glasses_off_28_regular, 'glasses_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.glasses_off_48_regular, 'glasses_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.globe_16_regular, 'globe_16_regular', 16), - - FluentUISampleIcon(FluentIcons.globe_20_regular, 'globe_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_24_regular, 'globe_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_32_regular, 'globe_32_regular', 32), - - FluentUISampleIcon(FluentIcons.globe_add_20_regular, 'globe_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_add_24_regular, 'globe_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_clock_16_regular, 'globe_clock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.globe_clock_20_regular, 'globe_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_clock_24_regular, 'globe_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_desktop_20_regular, 'globe_desktop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_desktop_24_regular, 'globe_desktop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_location_20_regular, 'globe_location_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_location_24_regular, 'globe_location_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_person_20_regular, 'globe_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_person_24_regular, 'globe_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_prohibited_20_regular, 'globe_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_search_20_regular, 'globe_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_search_24_regular, 'globe_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_shield_20_regular, 'globe_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_shield_24_regular, 'globe_shield_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_star_16_regular, 'globe_star_16_regular', 16), - - FluentUISampleIcon(FluentIcons.globe_star_20_regular, 'globe_star_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_surface_20_regular, 'globe_surface_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_surface_24_regular, 'globe_surface_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_video_20_regular, 'globe_video_20_regular', 20), - - FluentUISampleIcon(FluentIcons.globe_video_24_regular, 'globe_video_24_regular', 24), - - FluentUISampleIcon(FluentIcons.globe_video_28_regular, 'globe_video_28_regular', 28), - - FluentUISampleIcon(FluentIcons.globe_video_32_regular, 'globe_video_32_regular', 32), - - FluentUISampleIcon(FluentIcons.globe_video_48_regular, 'globe_video_48_regular', 48), - - FluentUISampleIcon(FluentIcons.grid_16_regular, 'grid_16_regular', 16), - - 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.grid_dots_20_regular, 'grid_dots_20_regular', 20), - - FluentUISampleIcon(FluentIcons.grid_dots_24_regular, 'grid_dots_24_regular', 24), - - FluentUISampleIcon(FluentIcons.grid_dots_28_regular, 'grid_dots_28_regular', 28), - - FluentUISampleIcon(FluentIcons.grid_kanban_20_regular, 'grid_kanban_20_regular', 20), - - FluentUISampleIcon(FluentIcons.group_20_regular, 'group_20_regular', 20), - - FluentUISampleIcon(FluentIcons.group_24_regular, 'group_24_regular', 24), - - FluentUISampleIcon(FluentIcons.group_dismiss_20_regular, 'group_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.group_dismiss_24_regular, 'group_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.group_list_20_regular, 'group_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.group_list_24_regular, 'group_list_24_regular', 24), - - FluentUISampleIcon(FluentIcons.group_return_20_regular, 'group_return_20_regular', 20), - - FluentUISampleIcon(FluentIcons.group_return_24_regular, 'group_return_24_regular', 24), - - FluentUISampleIcon(FluentIcons.guardian_20_regular, 'guardian_20_regular', 20), - - FluentUISampleIcon(FluentIcons.guardian_24_regular, 'guardian_24_regular', 24), - - FluentUISampleIcon(FluentIcons.guardian_28_regular, 'guardian_28_regular', 28), - - FluentUISampleIcon(FluentIcons.guardian_48_regular, 'guardian_48_regular', 48), - - 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_20_regular, 'guest_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.guest_add_24_regular, 'guest_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.guitar_16_regular, 'guitar_16_regular', 16), - - FluentUISampleIcon(FluentIcons.guitar_20_regular, 'guitar_20_regular', 20), - - FluentUISampleIcon(FluentIcons.guitar_24_regular, 'guitar_24_regular', 24), - - FluentUISampleIcon(FluentIcons.guitar_28_regular, 'guitar_28_regular', 28), - - FluentUISampleIcon(FluentIcons.hand_draw_16_regular, 'hand_draw_16_regular', 16), - - FluentUISampleIcon(FluentIcons.hand_draw_20_regular, 'hand_draw_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hand_draw_24_regular, 'hand_draw_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hand_draw_28_regular, 'hand_draw_28_regular', 28), - - FluentUISampleIcon(FluentIcons.hand_left_16_regular, 'hand_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.hand_left_20_regular, 'hand_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hand_left_24_regular, 'hand_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hand_left_28_regular, 'hand_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.hand_right_16_regular, 'hand_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.hand_right_20_regular, 'hand_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hand_right_24_regular, 'hand_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hand_right_28_regular, 'hand_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.hand_right_off_20_regular, 'hand_right_off_20_regular', 20), - - 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.hard_drive_20_regular, 'hard_drive_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hat_graduation_12_regular, 'hat_graduation_12_regular', 12), - - FluentUISampleIcon(FluentIcons.hat_graduation_16_regular, 'hat_graduation_16_regular', 16), - - FluentUISampleIcon(FluentIcons.hat_graduation_20_regular, 'hat_graduation_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hat_graduation_24_regular, 'hat_graduation_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hd_16_regular, 'hd_16_regular', 16), - - FluentUISampleIcon(FluentIcons.hd_20_regular, 'hd_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hd_24_regular, 'hd_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hdr_20_regular, 'hdr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hdr_24_regular, 'hdr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.hdr_off_20_regular, 'hdr_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.hdr_off_24_regular, 'hdr_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.headphones_20_regular, 'headphones_20_regular', 20), - - FluentUISampleIcon(FluentIcons.headphones_24_regular, 'headphones_24_regular', 24), - - FluentUISampleIcon(FluentIcons.headphones_28_regular, 'headphones_28_regular', 28), - - FluentUISampleIcon(FluentIcons.headphones_32_regular, 'headphones_32_regular', 32), - - FluentUISampleIcon(FluentIcons.headphones_48_regular, 'headphones_48_regular', 48), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_20_regular, 'headphones_sound_wave_20_regular', 20), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_24_regular, 'headphones_sound_wave_24_regular', 24), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_28_regular, 'headphones_sound_wave_28_regular', 28), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_32_regular, 'headphones_sound_wave_32_regular', 32), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_48_regular, 'headphones_sound_wave_48_regular', 48), - - FluentUISampleIcon(FluentIcons.headset_16_regular, 'headset_16_regular', 16), - - FluentUISampleIcon(FluentIcons.headset_20_regular, 'headset_20_regular', 20), - - FluentUISampleIcon(FluentIcons.headset_24_regular, 'headset_24_regular', 24), - - FluentUISampleIcon(FluentIcons.headset_28_regular, 'headset_28_regular', 28), - - FluentUISampleIcon(FluentIcons.headset_32_regular, 'headset_32_regular', 32), - - FluentUISampleIcon(FluentIcons.headset_48_regular, 'headset_48_regular', 48), - - FluentUISampleIcon(FluentIcons.headset_add_20_regular, 'headset_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.headset_add_24_regular, 'headset_add_24_regular', 24), - - 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_12_regular, 'heart_12_regular', 12), - - 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.heart_28_regular, 'heart_28_regular', 28), - - FluentUISampleIcon(FluentIcons.heart_32_regular, 'heart_32_regular', 32), - - FluentUISampleIcon(FluentIcons.heart_48_regular, 'heart_48_regular', 48), - - FluentUISampleIcon(FluentIcons.heart_broken_16_regular, 'heart_broken_16_regular', 16), - - FluentUISampleIcon(FluentIcons.heart_broken_20_regular, 'heart_broken_20_regular', 20), - - FluentUISampleIcon(FluentIcons.heart_circle_16_regular, 'heart_circle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.heart_circle_20_regular, 'heart_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.heart_circle_24_regular, 'heart_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.heart_pulse_20_regular, 'heart_pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.heart_pulse_24_regular, 'heart_pulse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.heart_pulse_32_regular, 'heart_pulse_32_regular', 32), - - 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.highlight_link_20_regular, 'highlight_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.history_16_regular, 'history_16_regular', 16), - - FluentUISampleIcon(FluentIcons.history_20_regular, 'history_20_regular', 20), - - FluentUISampleIcon(FluentIcons.history_24_regular, 'history_24_regular', 24), - - FluentUISampleIcon(FluentIcons.history_28_regular, 'history_28_regular', 28), - - FluentUISampleIcon(FluentIcons.history_32_regular, 'history_32_regular', 32), - - FluentUISampleIcon(FluentIcons.history_48_regular, 'history_48_regular', 48), - - FluentUISampleIcon(FluentIcons.history_dismiss_20_regular, 'history_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.history_dismiss_24_regular, 'history_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.history_dismiss_28_regular, 'history_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.history_dismiss_32_regular, 'history_dismiss_32_regular', 32), - - FluentUISampleIcon(FluentIcons.history_dismiss_48_regular, 'history_dismiss_48_regular', 48), - - FluentUISampleIcon(FluentIcons.home_12_regular, 'home_12_regular', 12), - - FluentUISampleIcon(FluentIcons.home_16_regular, 'home_16_regular', 16), - - 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_32_regular, 'home_32_regular', 32), - - FluentUISampleIcon(FluentIcons.home_48_regular, 'home_48_regular', 48), - - FluentUISampleIcon(FluentIcons.home_add_20_regular, 'home_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.home_add_24_regular, 'home_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.home_checkmark_16_regular, 'home_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.home_checkmark_20_regular, 'home_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.home_checkmark_24_regular, 'home_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.home_database_20_regular, 'home_database_20_regular', 20), - - FluentUISampleIcon(FluentIcons.home_more_20_regular, 'home_more_20_regular', 20), - - FluentUISampleIcon(FluentIcons.home_person_20_regular, 'home_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.home_person_24_regular, 'home_person_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_20_regular, 'image_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_add_24_regular, 'image_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_alt_text_16_regular, 'image_alt_text_16_regular', 16), - - 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_arrow_back_20_regular, 'image_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_back_24_regular, 'image_arrow_back_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_20_regular, 'image_arrow_counterclockwise_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_24_regular, 'image_arrow_counterclockwise_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_arrow_forward_20_regular, 'image_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_forward_24_regular, 'image_arrow_forward_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_globe_20_regular, 'image_globe_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_globe_24_regular, 'image_globe_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_multiple_16_regular, 'image_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.image_multiple_20_regular, 'image_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_multiple_24_regular, 'image_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_multiple_28_regular, 'image_multiple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.image_multiple_32_regular, 'image_multiple_32_regular', 32), - - FluentUISampleIcon(FluentIcons.image_multiple_48_regular, 'image_multiple_48_regular', 48), - - FluentUISampleIcon(FluentIcons.image_multiple_off_16_regular, 'image_multiple_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.image_off_20_regular, 'image_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_off_24_regular, 'image_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_prohibited_20_regular, 'image_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_prohibited_24_regular, 'image_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.image_reflection_20_regular, 'image_reflection_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_reflection_24_regular, 'image_reflection_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.image_shadow_20_regular, 'image_shadow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.image_shadow_24_regular, 'image_shadow_24_regular', 24), - - FluentUISampleIcon(FluentIcons.immersive_reader_16_regular, 'immersive_reader_16_regular', 16), - - FluentUISampleIcon(FluentIcons.immersive_reader_20_regular, 'immersive_reader_20_regular', 20), - - FluentUISampleIcon(FluentIcons.immersive_reader_24_regular, 'immersive_reader_24_regular', 24), - - FluentUISampleIcon(FluentIcons.immersive_reader_28_regular, 'immersive_reader_28_regular', 28), - - 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_20_regular, 'incognito_20_regular', 20), - - FluentUISampleIcon(FluentIcons.incognito_24_regular, 'incognito_24_regular', 24), - - FluentUISampleIcon(FluentIcons.info_12_regular, 'info_12_regular', 12), - - 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.info_shield_20_regular, 'info_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ink_stroke_20_regular, 'ink_stroke_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ink_stroke_24_regular, 'ink_stroke_24_regular', 24), - - 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.inking_tool_32_regular, 'inking_tool_32_regular', 32), - - 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.ios_arrow_left_24_regular, 'ios_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_ltr_24_regular, 'ios_arrow_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_right_24_regular, 'ios_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_rtl_24_regular, 'ios_arrow_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ios_chevron_right_20_regular, 'ios_chevron_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.iot_20_regular, 'iot_20_regular', 20), - - FluentUISampleIcon(FluentIcons.iot_24_regular, 'iot_24_regular', 24), - - 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_16_regular, 'key_16_regular', 16), - - FluentUISampleIcon(FluentIcons.key_20_regular, 'key_20_regular', 20), - - FluentUISampleIcon(FluentIcons.key_24_regular, 'key_24_regular', 24), - - FluentUISampleIcon(FluentIcons.key_32_regular, 'key_32_regular', 32), - - FluentUISampleIcon(FluentIcons.key_command_16_regular, 'key_command_16_regular', 16), - - FluentUISampleIcon(FluentIcons.key_command_20_regular, 'key_command_20_regular', 20), - - FluentUISampleIcon(FluentIcons.key_command_24_regular, 'key_command_24_regular', 24), - - FluentUISampleIcon(FluentIcons.key_multiple_20_regular, 'key_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.key_reset_20_regular, 'key_reset_20_regular', 20), - - FluentUISampleIcon(FluentIcons.key_reset_24_regular, 'key_reset_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_123_20_regular, 'keyboard_123_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_123_24_regular, 'keyboard_123_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_16_regular, 'keyboard_16_regular', 16), - - FluentUISampleIcon(FluentIcons.keyboard_20_regular, 'keyboard_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_24_regular, 'keyboard_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_dock_20_regular, 'keyboard_dock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_dock_24_regular, 'keyboard_dock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_float_20_regular, 'keyboard_layout_float_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_regular, 'keyboard_layout_float_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_20_regular, 'keyboard_layout_one_handed_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_regular, 'keyboard_layout_one_handed_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_resize_20_regular, 'keyboard_layout_resize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_regular, 'keyboard_layout_resize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_split_20_regular, 'keyboard_layout_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_regular, 'keyboard_layout_split_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_shift_16_regular, 'keyboard_shift_16_regular', 16), - - FluentUISampleIcon(FluentIcons.keyboard_shift_20_regular, 'keyboard_shift_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_shift_24_regular, 'keyboard_shift_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_16_regular, 'keyboard_shift_uppercase_16_regular', 16), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_20_regular, 'keyboard_shift_uppercase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_regular, 'keyboard_shift_uppercase_24_regular', 24), - - FluentUISampleIcon(FluentIcons.keyboard_tab_20_regular, 'keyboard_tab_20_regular', 20), - - 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.laptop_dismiss_16_regular, 'laptop_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.laptop_dismiss_20_regular, 'laptop_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lasso_20_regular, 'lasso_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lasso_24_regular, 'lasso_24_regular', 24), - - FluentUISampleIcon(FluentIcons.lasso_28_regular, 'lasso_28_regular', 28), - - FluentUISampleIcon(FluentIcons.launcher_settings_20_regular, 'launcher_settings_20_regular', 20), - - 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_one_16_regular, 'leaf_one_16_regular', 16), - - FluentUISampleIcon(FluentIcons.leaf_one_20_regular, 'leaf_one_20_regular', 20), - - FluentUISampleIcon(FluentIcons.leaf_one_24_regular, 'leaf_one_24_regular', 24), - - FluentUISampleIcon(FluentIcons.leaf_three_16_regular, 'leaf_three_16_regular', 16), - - FluentUISampleIcon(FluentIcons.leaf_three_20_regular, 'leaf_three_20_regular', 20), - - FluentUISampleIcon(FluentIcons.leaf_three_24_regular, 'leaf_three_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.learning_app_20_regular, 'learning_app_20_regular', 20), - - FluentUISampleIcon(FluentIcons.learning_app_24_regular, 'learning_app_24_regular', 24), - - FluentUISampleIcon(FluentIcons.library_16_regular, 'library_16_regular', 16), - - FluentUISampleIcon(FluentIcons.library_20_regular, 'library_20_regular', 20), - - 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_20_regular, 'lightbulb_circle_20_regular', 20), - - 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.lightbulb_filament_48_regular, 'lightbulb_filament_48_regular', 48), - - 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_20_regular, 'line_20_regular', 20), - - FluentUISampleIcon(FluentIcons.line_24_regular, 'line_24_regular', 24), - - FluentUISampleIcon(FluentIcons.line_32_regular, 'line_32_regular', 32), - - FluentUISampleIcon(FluentIcons.line_48_regular, 'line_48_regular', 48), - - FluentUISampleIcon(FluentIcons.line_dashes_20_regular, 'line_dashes_20_regular', 20), - - FluentUISampleIcon(FluentIcons.line_dashes_24_regular, 'line_dashes_24_regular', 24), - - FluentUISampleIcon(FluentIcons.line_dashes_32_regular, 'line_dashes_32_regular', 32), - - FluentUISampleIcon(FluentIcons.line_dashes_48_regular, 'line_dashes_48_regular', 48), - - 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.line_horizontal_5_error_20_regular, 'line_horizontal_5_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.line_style_20_regular, 'line_style_20_regular', 20), - - FluentUISampleIcon(FluentIcons.line_style_24_regular, 'line_style_24_regular', 24), - - FluentUISampleIcon(FluentIcons.link_12_regular, 'link_12_regular', 12), - - 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_32_regular, 'link_32_regular', 32), - - FluentUISampleIcon(FluentIcons.link_48_regular, 'link_48_regular', 48), - - FluentUISampleIcon(FluentIcons.link_dismiss_16_regular, 'link_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.link_dismiss_20_regular, 'link_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.link_dismiss_24_regular, 'link_dismiss_24_regular', 24), - - 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_square_12_regular, 'link_square_12_regular', 12), - - FluentUISampleIcon(FluentIcons.link_square_16_regular, 'link_square_16_regular', 16), - - FluentUISampleIcon(FluentIcons.link_square_20_regular, 'link_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.link_square_24_regular, 'link_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.link_toolbox_20_regular, 'link_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.list_16_regular, 'list_16_regular', 16), - - 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.live_off_20_regular, 'live_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.live_off_24_regular, 'live_off_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.local_language_zi_24_regular, 'local_language_zi_24_regular', 24), - - 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_48_regular, 'location_48_regular', 48), - - FluentUISampleIcon(FluentIcons.location_add_16_regular, 'location_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.location_add_20_regular, 'location_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_add_24_regular, 'location_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.location_add_left_20_regular, 'location_add_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_add_right_20_regular, 'location_add_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_add_up_20_regular, 'location_add_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_arrow_left_48_regular, 'location_arrow_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.location_arrow_right_48_regular, 'location_arrow_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.location_arrow_up_48_regular, 'location_arrow_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.location_dismiss_20_regular, 'location_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_dismiss_24_regular, 'location_dismiss_24_regular', 24), - - 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_off_16_regular, 'location_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.location_off_20_regular, 'location_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.location_off_24_regular, 'location_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.location_off_28_regular, 'location_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.location_off_48_regular, 'location_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.lock_closed_12_regular, 'lock_closed_12_regular', 12), - - FluentUISampleIcon(FluentIcons.lock_closed_16_regular, 'lock_closed_16_regular', 16), - - FluentUISampleIcon(FluentIcons.lock_closed_20_regular, 'lock_closed_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lock_closed_24_regular, 'lock_closed_24_regular', 24), - - FluentUISampleIcon(FluentIcons.lock_closed_32_regular, 'lock_closed_32_regular', 32), - - FluentUISampleIcon(FluentIcons.lock_multiple_20_regular, 'lock_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lock_multiple_24_regular, 'lock_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.lock_open_16_regular, 'lock_open_16_regular', 16), - - FluentUISampleIcon(FluentIcons.lock_open_20_regular, 'lock_open_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lock_open_24_regular, 'lock_open_24_regular', 24), - - FluentUISampleIcon(FluentIcons.lock_open_28_regular, 'lock_open_28_regular', 28), - - 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.lottery_20_regular, 'lottery_20_regular', 20), - - FluentUISampleIcon(FluentIcons.lottery_24_regular, 'lottery_24_regular', 24), - - FluentUISampleIcon(FluentIcons.luggage_16_regular, 'luggage_16_regular', 16), - - FluentUISampleIcon(FluentIcons.luggage_20_regular, 'luggage_20_regular', 20), - - FluentUISampleIcon(FluentIcons.luggage_24_regular, 'luggage_24_regular', 24), - - FluentUISampleIcon(FluentIcons.luggage_28_regular, 'luggage_28_regular', 28), - - FluentUISampleIcon(FluentIcons.luggage_32_regular, 'luggage_32_regular', 32), - - FluentUISampleIcon(FluentIcons.luggage_48_regular, 'luggage_48_regular', 48), - - FluentUISampleIcon(FluentIcons.mail_12_regular, 'mail_12_regular', 12), - - FluentUISampleIcon(FluentIcons.mail_16_regular, 'mail_16_regular', 16), - - 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_16_regular, 'mail_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_add_20_regular, 'mail_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_add_24_regular, 'mail_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_alert_16_regular, 'mail_alert_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_alert_20_regular, 'mail_alert_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_alert_24_regular, 'mail_alert_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_alert_28_regular, 'mail_alert_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_all_16_regular, 'mail_all_16_regular', 16), - - 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_read_16_regular, 'mail_all_read_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_all_read_20_regular, 'mail_all_read_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_all_read_24_regular, 'mail_all_read_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_all_read_28_regular, 'mail_all_read_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_all_unread_20_regular, 'mail_all_unread_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_double_back_16_regular, 'mail_arrow_double_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_double_back_20_regular, 'mail_arrow_double_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_down_16_regular, 'mail_arrow_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_down_20_regular, 'mail_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_forward_16_regular, 'mail_arrow_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_forward_20_regular, 'mail_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_16_regular, 'mail_arrow_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_20_regular, 'mail_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_24_regular, 'mail_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_attach_16_regular, 'mail_attach_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_attach_20_regular, 'mail_attach_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_checkmark_16_regular, 'mail_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_checkmark_20_regular, 'mail_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_clock_16_regular, 'mail_clock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_clock_20_regular, 'mail_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_clock_24_regular, 'mail_clock_24_regular', 24), - - 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_dismiss_16_regular, 'mail_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_dismiss_20_regular, 'mail_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_dismiss_24_regular, 'mail_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_dismiss_28_regular, 'mail_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_edit_20_regular, 'mail_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_edit_24_regular, 'mail_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_error_16_regular, 'mail_error_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_error_20_regular, 'mail_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_error_24_regular, 'mail_error_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_all_20_regular, 'mail_inbox_all_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_all_24_regular, 'mail_inbox_all_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_16_regular, 'mail_inbox_arrow_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_20_regular, 'mail_inbox_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_20_regular, 'mail_inbox_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_24_regular, 'mail_inbox_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_20_regular, 'mail_inbox_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_24_regular, 'mail_inbox_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_16_regular, 'mail_inbox_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_20_regular, 'mail_inbox_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_24_regular, 'mail_inbox_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_28_regular, 'mail_inbox_checkmark_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_link_20_regular, 'mail_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_link_24_regular, 'mail_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_list_16_regular, 'mail_list_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_list_20_regular, 'mail_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_list_24_regular, 'mail_list_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_list_28_regular, 'mail_list_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_multiple_16_regular, 'mail_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_multiple_20_regular, 'mail_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_multiple_24_regular, 'mail_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_multiple_28_regular, 'mail_multiple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_off_20_regular, 'mail_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_off_24_regular, 'mail_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_open_person_16_regular, 'mail_open_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_open_person_20_regular, 'mail_open_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_open_person_24_regular, 'mail_open_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_pause_16_regular, 'mail_pause_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_pause_20_regular, 'mail_pause_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_prohibited_16_regular, 'mail_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_prohibited_20_regular, 'mail_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_prohibited_24_regular, 'mail_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_read_16_regular, 'mail_read_16_regular', 16), - - 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_read_multiple_16_regular, 'mail_read_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_read_multiple_24_regular, 'mail_read_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mail_read_multiple_28_regular, 'mail_read_multiple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mail_settings_16_regular, 'mail_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_settings_20_regular, 'mail_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_shield_16_regular, 'mail_shield_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_shield_20_regular, 'mail_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_template_16_regular, 'mail_template_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_template_20_regular, 'mail_template_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_template_24_regular, 'mail_template_24_regular', 24), - - 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_warning_16_regular, 'mail_warning_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mail_warning_20_regular, 'mail_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mail_warning_24_regular, 'mail_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.map_20_regular, 'map_20_regular', 20), - - 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_20_regular, 'match_app_layout_20_regular', 20), - - FluentUISampleIcon(FluentIcons.match_app_layout_24_regular, 'match_app_layout_24_regular', 24), - - FluentUISampleIcon(FluentIcons.math_format_linear_20_regular, 'math_format_linear_20_regular', 20), - - FluentUISampleIcon(FluentIcons.math_format_linear_24_regular, 'math_format_linear_24_regular', 24), - - FluentUISampleIcon(FluentIcons.math_format_professional_20_regular, 'math_format_professional_20_regular', 20), - - FluentUISampleIcon(FluentIcons.math_format_professional_24_regular, 'math_format_professional_24_regular', 24), - - FluentUISampleIcon(FluentIcons.math_formula_16_regular, 'math_formula_16_regular', 16), - - FluentUISampleIcon(FluentIcons.math_formula_20_regular, 'math_formula_20_regular', 20), - - FluentUISampleIcon(FluentIcons.math_formula_24_regular, 'math_formula_24_regular', 24), - - FluentUISampleIcon(FluentIcons.math_formula_32_regular, 'math_formula_32_regular', 32), - - FluentUISampleIcon(FluentIcons.math_symbols_16_regular, 'math_symbols_16_regular', 16), - - FluentUISampleIcon(FluentIcons.math_symbols_20_regular, 'math_symbols_20_regular', 20), - - FluentUISampleIcon(FluentIcons.math_symbols_24_regular, 'math_symbols_24_regular', 24), - - FluentUISampleIcon(FluentIcons.math_symbols_28_regular, 'math_symbols_28_regular', 28), - - FluentUISampleIcon(FluentIcons.math_symbols_32_regular, 'math_symbols_32_regular', 32), - - FluentUISampleIcon(FluentIcons.math_symbols_48_regular, 'math_symbols_48_regular', 48), - - FluentUISampleIcon(FluentIcons.maximize_16_regular, 'maximize_16_regular', 16), - - FluentUISampleIcon(FluentIcons.maximize_20_regular, 'maximize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.maximize_24_regular, 'maximize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.maximize_28_regular, 'maximize_28_regular', 28), - - FluentUISampleIcon(FluentIcons.maximize_48_regular, 'maximize_48_regular', 48), - - FluentUISampleIcon(FluentIcons.meet_now_16_regular, 'meet_now_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.meet_now_28_regular, 'meet_now_28_regular', 28), - - FluentUISampleIcon(FluentIcons.meet_now_32_regular, 'meet_now_32_regular', 32), - - FluentUISampleIcon(FluentIcons.meet_now_48_regular, 'meet_now_48_regular', 48), - - 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_loud_20_regular, 'megaphone_loud_20_regular', 20), - - FluentUISampleIcon(FluentIcons.megaphone_loud_24_regular, 'megaphone_loud_24_regular', 24), - - FluentUISampleIcon(FluentIcons.megaphone_off_16_regular, 'megaphone_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.megaphone_off_20_regular, 'megaphone_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.megaphone_off_24_regular, 'megaphone_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.megaphone_off_28_regular, 'megaphone_off_28_regular', 28), - - 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.mention_arrow_down_20_regular, 'mention_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mention_brackets_20_regular, 'mention_brackets_20_regular', 20), - - FluentUISampleIcon(FluentIcons.merge_20_regular, 'merge_20_regular', 20), - - FluentUISampleIcon(FluentIcons.merge_24_regular, 'merge_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mic_16_regular, 'mic_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mic_20_regular, 'mic_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mic_24_regular, 'mic_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mic_28_regular, 'mic_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mic_32_regular, 'mic_32_regular', 32), - - FluentUISampleIcon(FluentIcons.mic_48_regular, 'mic_48_regular', 48), - - 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_20_regular, 'mic_off_20_regular', 20), - - 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_off_32_regular, 'mic_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.mic_off_48_regular, 'mic_off_48_regular', 48), - - 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_32_regular, 'mic_on_32_regular', 32), - - FluentUISampleIcon(FluentIcons.mic_on_48_regular, 'mic_on_48_regular', 48), - - FluentUISampleIcon(FluentIcons.mic_prohibited_16_regular, 'mic_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mic_prohibited_20_regular, 'mic_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mic_prohibited_24_regular, 'mic_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mic_prohibited_28_regular, 'mic_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.mic_prohibited_48_regular, 'mic_prohibited_48_regular', 48), - - FluentUISampleIcon(FluentIcons.mic_settings_20_regular, 'mic_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mic_settings_24_regular, 'mic_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mic_sparkle_16_regular, 'mic_sparkle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.mic_sparkle_20_regular, 'mic_sparkle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mic_sparkle_24_regular, 'mic_sparkle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mic_sync_20_regular, 'mic_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.microscope_20_regular, 'microscope_20_regular', 20), - - FluentUISampleIcon(FluentIcons.microscope_24_regular, 'microscope_24_regular', 24), - - FluentUISampleIcon(FluentIcons.midi_20_regular, 'midi_20_regular', 20), - - FluentUISampleIcon(FluentIcons.midi_24_regular, 'midi_24_regular', 24), - - FluentUISampleIcon(FluentIcons.mobile_optimized_20_regular, 'mobile_optimized_20_regular', 20), - - FluentUISampleIcon(FluentIcons.mobile_optimized_24_regular, 'mobile_optimized_24_regular', 24), - - FluentUISampleIcon(FluentIcons.molecule_16_regular, 'molecule_16_regular', 16), - - FluentUISampleIcon(FluentIcons.molecule_20_regular, 'molecule_20_regular', 20), - - FluentUISampleIcon(FluentIcons.molecule_24_regular, 'molecule_24_regular', 24), - - FluentUISampleIcon(FluentIcons.molecule_28_regular, 'molecule_28_regular', 28), - - FluentUISampleIcon(FluentIcons.molecule_32_regular, 'molecule_32_regular', 32), - - FluentUISampleIcon(FluentIcons.molecule_48_regular, 'molecule_48_regular', 48), - - 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.money_calculator_20_regular, 'money_calculator_20_regular', 20), - - FluentUISampleIcon(FluentIcons.money_calculator_24_regular, 'money_calculator_24_regular', 24), - - FluentUISampleIcon(FluentIcons.money_dismiss_20_regular, 'money_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.money_dismiss_24_regular, 'money_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.money_hand_20_regular, 'money_hand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.money_hand_24_regular, 'money_hand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.money_off_20_regular, 'money_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.money_off_24_regular, 'money_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.money_settings_20_regular, 'money_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.more_circle_20_regular, 'more_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.more_circle_32_regular, 'more_circle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.more_horizontal_16_regular, 'more_horizontal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.more_horizontal_20_regular, 'more_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.more_horizontal_24_regular, 'more_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.more_horizontal_28_regular, 'more_horizontal_28_regular', 28), - - FluentUISampleIcon(FluentIcons.more_horizontal_32_regular, 'more_horizontal_32_regular', 32), - - FluentUISampleIcon(FluentIcons.more_horizontal_48_regular, 'more_horizontal_48_regular', 48), - - FluentUISampleIcon(FluentIcons.more_vertical_16_regular, 'more_vertical_16_regular', 16), - - 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_32_regular, 'more_vertical_32_regular', 32), - - FluentUISampleIcon(FluentIcons.more_vertical_48_regular, 'more_vertical_48_regular', 48), - - FluentUISampleIcon(FluentIcons.movies_and_tv_16_regular, 'movies_and_tv_16_regular', 16), - - FluentUISampleIcon(FluentIcons.movies_and_tv_20_regular, 'movies_and_tv_20_regular', 20), - - FluentUISampleIcon(FluentIcons.movies_and_tv_24_regular, 'movies_and_tv_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_20_regular, 'multiplier_1_2x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_24_regular, 'multiplier_1_2x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_28_regular, 'multiplier_1_2x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_32_regular, 'multiplier_1_2x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_48_regular, 'multiplier_1_2x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_20_regular, 'multiplier_1_5x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_24_regular, 'multiplier_1_5x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_28_regular, 'multiplier_1_5x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_32_regular, 'multiplier_1_5x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_48_regular, 'multiplier_1_5x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_20_regular, 'multiplier_1_8x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_24_regular, 'multiplier_1_8x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_28_regular, 'multiplier_1_8x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_32_regular, 'multiplier_1_8x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_48_regular, 'multiplier_1_8x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1x_20_regular, 'multiplier_1x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1x_24_regular, 'multiplier_1x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1x_28_regular, 'multiplier_1x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1x_32_regular, 'multiplier_1x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1x_48_regular, 'multiplier_1x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiplier_2x_20_regular, 'multiplier_2x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_2x_24_regular, 'multiplier_2x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_2x_28_regular, 'multiplier_2x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_2x_32_regular, 'multiplier_2x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_2x_48_regular, 'multiplier_2x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiplier_5x_20_regular, 'multiplier_5x_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiplier_5x_24_regular, 'multiplier_5x_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiplier_5x_28_regular, 'multiplier_5x_28_regular', 28), - - FluentUISampleIcon(FluentIcons.multiplier_5x_32_regular, 'multiplier_5x_32_regular', 32), - - FluentUISampleIcon(FluentIcons.multiplier_5x_48_regular, 'multiplier_5x_48_regular', 48), - - FluentUISampleIcon(FluentIcons.multiselect_16_regular, 'multiselect_16_regular', 16), - - FluentUISampleIcon(FluentIcons.multiselect_20_regular, 'multiselect_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiselect_24_regular, 'multiselect_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_16_regular, 'multiselect_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_20_regular, 'multiselect_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_24_regular, 'multiselect_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.multiselect_rlt_20_regular, 'multiselect_rlt_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_16_regular, 'multiselect_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_20_regular, 'multiselect_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_24_regular, 'multiselect_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.music_note_1_20_regular, 'music_note_1_20_regular', 20), - - FluentUISampleIcon(FluentIcons.music_note_1_24_regular, 'music_note_1_24_regular', 24), - - FluentUISampleIcon(FluentIcons.music_note_2_16_regular, 'music_note_2_16_regular', 16), - - FluentUISampleIcon(FluentIcons.music_note_2_20_regular, 'music_note_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.music_note_2_24_regular, 'music_note_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.music_note_2_play_20_regular, 'music_note_2_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_1_20_regular, 'music_note_off_1_20_regular', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_1_24_regular, 'music_note_off_1_24_regular', 24), - - FluentUISampleIcon(FluentIcons.music_note_off_2_16_regular, 'music_note_off_2_16_regular', 16), - - FluentUISampleIcon(FluentIcons.music_note_off_2_20_regular, 'music_note_off_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_2_24_regular, 'music_note_off_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.my_location_12_regular, 'my_location_12_regular', 12), - - FluentUISampleIcon(FluentIcons.my_location_16_regular, 'my_location_16_regular', 16), - - FluentUISampleIcon(FluentIcons.my_location_20_regular, 'my_location_20_regular', 20), - - FluentUISampleIcon(FluentIcons.my_location_24_regular, 'my_location_24_regular', 24), - - FluentUISampleIcon(FluentIcons.navigation_16_regular, 'navigation_16_regular', 16), - - FluentUISampleIcon(FluentIcons.navigation_20_regular, 'navigation_20_regular', 20), - - FluentUISampleIcon(FluentIcons.navigation_24_regular, 'navigation_24_regular', 24), - - FluentUISampleIcon(FluentIcons.navigation_location_target_20_regular, 'navigation_location_target_20_regular', 20), - - FluentUISampleIcon(FluentIcons.navigation_play_20_regular, 'navigation_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.navigation_unread_20_regular, 'navigation_unread_20_regular', 20), - - FluentUISampleIcon(FluentIcons.navigation_unread_24_regular, 'navigation_unread_24_regular', 24), - - FluentUISampleIcon(FluentIcons.network_check_20_regular, 'network_check_20_regular', 20), - - FluentUISampleIcon(FluentIcons.network_check_24_regular, 'network_check_24_regular', 24), - - FluentUISampleIcon(FluentIcons.new_16_regular, 'new_16_regular', 16), - - FluentUISampleIcon(FluentIcons.new_20_regular, 'new_20_regular', 20), - - FluentUISampleIcon(FluentIcons.new_24_regular, 'new_24_regular', 24), - - FluentUISampleIcon(FluentIcons.news_16_regular, 'news_16_regular', 16), - - 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.next_28_regular, 'next_28_regular', 28), - - FluentUISampleIcon(FluentIcons.next_32_regular, 'next_32_regular', 32), - - FluentUISampleIcon(FluentIcons.next_48_regular, 'next_48_regular', 48), - - FluentUISampleIcon(FluentIcons.note_16_regular, 'note_16_regular', 16), - - FluentUISampleIcon(FluentIcons.note_20_regular, 'note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.note_24_regular, 'note_24_regular', 24), - - FluentUISampleIcon(FluentIcons.note_28_regular, 'note_28_regular', 28), - - FluentUISampleIcon(FluentIcons.note_48_regular, 'note_48_regular', 48), - - 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.note_add_28_regular, 'note_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.note_add_48_regular, 'note_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.note_edit_20_regular, 'note_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.note_edit_24_regular, 'note_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.note_pin_16_regular, 'note_pin_16_regular', 16), - - FluentUISampleIcon(FluentIcons.note_pin_20_regular, 'note_pin_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_20_regular, 'notebook_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_24_regular, 'notebook_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_add_20_regular, 'notebook_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_add_24_regular, 'notebook_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_error_20_regular, 'notebook_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_error_24_regular, 'notebook_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_lightning_20_regular, 'notebook_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_lightning_24_regular, 'notebook_lightning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_question_mark_20_regular, 'notebook_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_question_mark_24_regular, 'notebook_question_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_section_20_regular, 'notebook_section_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_section_24_regular, 'notebook_section_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_section_arrow_right_24_regular, 'notebook_section_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_subsection_20_regular, 'notebook_subsection_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_subsection_24_regular, 'notebook_subsection_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notebook_sync_20_regular, 'notebook_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notebook_sync_24_regular, 'notebook_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.notepad_12_regular, 'notepad_12_regular', 12), - - FluentUISampleIcon(FluentIcons.notepad_16_regular, 'notepad_16_regular', 16), - - 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.notepad_32_regular, 'notepad_32_regular', 32), - - FluentUISampleIcon(FluentIcons.notepad_edit_16_regular, 'notepad_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.notepad_edit_20_regular, 'notepad_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notepad_person_16_regular, 'notepad_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.notepad_person_20_regular, 'notepad_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.notepad_person_24_regular, 'notepad_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.number_circle_1_16_regular, 'number_circle_1_16_regular', 16), - - FluentUISampleIcon(FluentIcons.number_circle_1_20_regular, 'number_circle_1_20_regular', 20), - - FluentUISampleIcon(FluentIcons.number_circle_1_24_regular, 'number_circle_1_24_regular', 24), - - 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.number_symbol_28_regular, 'number_symbol_28_regular', 28), - - FluentUISampleIcon(FluentIcons.number_symbol_32_regular, 'number_symbol_32_regular', 32), - - FluentUISampleIcon(FluentIcons.number_symbol_48_regular, 'number_symbol_48_regular', 48), - - FluentUISampleIcon(FluentIcons.number_symbol_dismiss_20_regular, 'number_symbol_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.number_symbol_dismiss_24_regular, 'number_symbol_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.number_symbol_square_20_regular, 'number_symbol_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.number_symbol_square_24_regular, 'number_symbol_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.office_apps_20_regular, 'office_apps_20_regular', 20), - - 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_28_regular, 'open_28_regular', 28), - - FluentUISampleIcon(FluentIcons.open_32_regular, 'open_32_regular', 32), - - FluentUISampleIcon(FluentIcons.open_48_regular, 'open_48_regular', 48), - - FluentUISampleIcon(FluentIcons.open_folder_16_regular, 'open_folder_16_regular', 16), - - FluentUISampleIcon(FluentIcons.open_folder_20_regular, 'open_folder_20_regular', 20), - - FluentUISampleIcon(FluentIcons.open_folder_24_regular, 'open_folder_24_regular', 24), - - FluentUISampleIcon(FluentIcons.open_folder_28_regular, 'open_folder_28_regular', 28), - - FluentUISampleIcon(FluentIcons.open_folder_48_regular, 'open_folder_48_regular', 48), - - FluentUISampleIcon(FluentIcons.open_off_16_regular, 'open_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.open_off_20_regular, 'open_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.open_off_24_regular, 'open_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.open_off_28_regular, 'open_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.open_off_48_regular, 'open_off_48_regular', 48), - - 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.options_48_regular, 'options_48_regular', 48), - - FluentUISampleIcon(FluentIcons.organization_12_regular, 'organization_12_regular', 12), - - FluentUISampleIcon(FluentIcons.organization_16_regular, 'organization_16_regular', 16), - - 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.organization_32_regular, 'organization_32_regular', 32), - - FluentUISampleIcon(FluentIcons.organization_48_regular, 'organization_48_regular', 48), - - FluentUISampleIcon(FluentIcons.organization_horizontal_20_regular, 'organization_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.orientation_20_regular, 'orientation_20_regular', 20), - - FluentUISampleIcon(FluentIcons.orientation_24_regular, 'orientation_24_regular', 24), - - FluentUISampleIcon(FluentIcons.oval_16_regular, 'oval_16_regular', 16), - - FluentUISampleIcon(FluentIcons.oval_20_regular, 'oval_20_regular', 20), - - FluentUISampleIcon(FluentIcons.oval_24_regular, 'oval_24_regular', 24), - - FluentUISampleIcon(FluentIcons.oval_28_regular, 'oval_28_regular', 28), - - FluentUISampleIcon(FluentIcons.oval_32_regular, 'oval_32_regular', 32), - - FluentUISampleIcon(FluentIcons.oval_48_regular, 'oval_48_regular', 48), - - FluentUISampleIcon(FluentIcons.padding_down_20_regular, 'padding_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.padding_down_24_regular, 'padding_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.padding_left_20_regular, 'padding_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.padding_left_24_regular, 'padding_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.padding_right_20_regular, 'padding_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.padding_right_24_regular, 'padding_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.padding_top_20_regular, 'padding_top_20_regular', 20), - - FluentUISampleIcon(FluentIcons.padding_top_24_regular, 'padding_top_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_brush_arrow_down_20_regular, 'paint_brush_arrow_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_down_24_regular, 'paint_brush_arrow_down_24_regular', 24), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_20_regular, 'paint_brush_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_24_regular, 'paint_brush_arrow_up_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_20_regular, 'pair_20_regular', 20), - - 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.panel_bottom_20_regular, 'panel_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_bottom_contract_20_regular, 'panel_bottom_contract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_bottom_expand_20_regular, 'panel_bottom_expand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_left_16_regular, 'panel_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_left_20_regular, 'panel_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_left_24_regular, 'panel_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_left_28_regular, 'panel_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.panel_left_48_regular, 'panel_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.panel_left_contract_16_regular, 'panel_left_contract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_left_contract_20_regular, 'panel_left_contract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_left_contract_24_regular, 'panel_left_contract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_left_contract_28_regular, 'panel_left_contract_28_regular', 28), - - FluentUISampleIcon(FluentIcons.panel_left_expand_16_regular, 'panel_left_expand_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_left_expand_20_regular, 'panel_left_expand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_left_expand_24_regular, 'panel_left_expand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_left_expand_28_regular, 'panel_left_expand_28_regular', 28), - - FluentUISampleIcon(FluentIcons.panel_right_16_regular, 'panel_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_right_20_regular, 'panel_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_right_24_regular, 'panel_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_right_28_regular, 'panel_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.panel_right_48_regular, 'panel_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.panel_right_contract_16_regular, 'panel_right_contract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_right_contract_20_regular, 'panel_right_contract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_right_contract_24_regular, 'panel_right_contract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_right_expand_16_regular, 'panel_right_expand_16_regular', 16), - - FluentUISampleIcon(FluentIcons.panel_right_expand_20_regular, 'panel_right_expand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_right_expand_24_regular, 'panel_right_expand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.panel_separate_window_20_regular, 'panel_separate_window_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_top_contract_20_regular, 'panel_top_contract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.panel_top_expand_20_regular, 'panel_top_expand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.password_16_regular, 'password_16_regular', 16), - - FluentUISampleIcon(FluentIcons.password_20_regular, 'password_20_regular', 20), - - FluentUISampleIcon(FluentIcons.password_24_regular, 'password_24_regular', 24), - - FluentUISampleIcon(FluentIcons.patch_20_regular, 'patch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.patch_24_regular, 'patch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.patient_20_regular, 'patient_20_regular', 20), - - FluentUISampleIcon(FluentIcons.patient_24_regular, 'patient_24_regular', 24), - - FluentUISampleIcon(FluentIcons.patient_32_regular, 'patient_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pause_12_regular, 'pause_12_regular', 12), - - 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.pause_circle_20_regular, 'pause_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pause_circle_24_regular, 'pause_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pause_off_16_regular, 'pause_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pause_off_20_regular, 'pause_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pause_settings_16_regular, 'pause_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pause_settings_20_regular, 'pause_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.payment_16_regular, 'payment_16_regular', 16), - - FluentUISampleIcon(FluentIcons.payment_20_regular, 'payment_20_regular', 20), - - FluentUISampleIcon(FluentIcons.payment_24_regular, 'payment_24_regular', 24), - - FluentUISampleIcon(FluentIcons.payment_28_regular, 'payment_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pen_16_regular, 'pen_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pen_20_regular, 'pen_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pen_24_regular, 'pen_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pen_28_regular, 'pen_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pen_32_regular, 'pen_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pen_48_regular, 'pen_48_regular', 48), - - FluentUISampleIcon(FluentIcons.pen_off_16_regular, 'pen_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pen_off_20_regular, 'pen_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pen_off_24_regular, 'pen_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pen_off_28_regular, 'pen_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pen_off_32_regular, 'pen_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pen_off_48_regular, 'pen_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.pen_prohibited_16_regular, 'pen_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pen_prohibited_20_regular, 'pen_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pen_prohibited_24_regular, 'pen_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pen_prohibited_28_regular, 'pen_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pen_prohibited_32_regular, 'pen_prohibited_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pen_prohibited_48_regular, 'pen_prohibited_48_regular', 48), - - FluentUISampleIcon(FluentIcons.pentagon_20_regular, 'pentagon_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pentagon_32_regular, 'pentagon_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pentagon_48_regular, 'pentagon_48_regular', 48), - - 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_32_regular, 'people_32_regular', 32), - - 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_add_28_regular, 'people_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_audience_20_regular, 'people_audience_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_audience_24_regular, 'people_audience_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_call_16_regular, 'people_call_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_call_20_regular, 'people_call_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_checkmark_16_regular, 'people_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_checkmark_20_regular, 'people_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_checkmark_24_regular, 'people_checkmark_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_20_regular, 'people_community_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_community_add_24_regular, 'people_community_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_community_add_28_regular, 'people_community_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_edit_20_regular, 'people_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_error_16_regular, 'people_error_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_error_20_regular, 'people_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_error_24_regular, 'people_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_list_16_regular, 'people_list_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_list_20_regular, 'people_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_list_24_regular, 'people_list_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_list_28_regular, 'people_list_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_lock_20_regular, 'people_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_lock_24_regular, 'people_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_money_20_regular, 'people_money_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_money_24_regular, 'people_money_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_prohibited_16_regular, 'people_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_prohibited_20_regular, 'people_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_prohibited_24_regular, 'people_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_queue_20_regular, 'people_queue_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_queue_24_regular, 'people_queue_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_search_20_regular, 'people_search_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_settings_24_regular, 'people_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_settings_28_regular, 'people_settings_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_swap_16_regular, 'people_swap_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_swap_20_regular, 'people_swap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_swap_24_regular, 'people_swap_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_swap_28_regular, 'people_swap_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_sync_16_regular, 'people_sync_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_sync_20_regular, 'people_sync_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_sync_28_regular, 'people_sync_28_regular', 28), - - 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.people_team_32_regular, 'people_team_32_regular', 32), - - FluentUISampleIcon(FluentIcons.people_team_add_20_regular, 'people_team_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_team_add_24_regular, 'people_team_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_team_delete_16_regular, 'people_team_delete_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_team_delete_20_regular, 'people_team_delete_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_team_delete_24_regular, 'people_team_delete_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_team_delete_28_regular, 'people_team_delete_28_regular', 28), - - FluentUISampleIcon(FluentIcons.people_team_delete_32_regular, 'people_team_delete_32_regular', 32), - - FluentUISampleIcon(FluentIcons.people_team_toolbox_20_regular, 'people_team_toolbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.people_team_toolbox_24_regular, 'people_team_toolbox_24_regular', 24), - - FluentUISampleIcon(FluentIcons.people_toolbox_16_regular, 'people_toolbox_16_regular', 16), - - FluentUISampleIcon(FluentIcons.people_toolbox_20_regular, 'people_toolbox_20_regular', 20), - - 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_32_regular, 'person_32_regular', 32), - - FluentUISampleIcon(FluentIcons.person_48_regular, 'person_48_regular', 48), - - FluentUISampleIcon(FluentIcons.person_5_20_regular, 'person_5_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_5_32_regular, 'person_5_32_regular', 32), - - FluentUISampleIcon(FluentIcons.person_6_20_regular, 'person_6_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_6_32_regular, 'person_6_32_regular', 32), - - FluentUISampleIcon(FluentIcons.person_accounts_20_regular, 'person_accounts_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_accounts_24_regular, 'person_accounts_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_add_16_regular, 'person_add_16_regular', 16), - - 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_add_28_regular, 'person_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.person_arrow_left_16_regular, 'person_arrow_left_16_regular', 16), - - 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_20_regular, 'person_available_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_available_24_regular, 'person_available_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_16_regular, 'person_call_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_call_20_regular, 'person_call_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_call_24_regular, 'person_call_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_chat_16_regular, 'person_chat_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_chat_20_regular, 'person_chat_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_chat_24_regular, 'person_chat_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_circle_12_regular, 'person_circle_12_regular', 12), - - FluentUISampleIcon(FluentIcons.person_circle_20_regular, 'person_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_circle_24_regular, 'person_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_clock_16_regular, 'person_clock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_clock_20_regular, 'person_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_clock_24_regular, 'person_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_delete_16_regular, 'person_delete_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_delete_20_regular, 'person_delete_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_delete_24_regular, 'person_delete_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_edit_20_regular, 'person_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_edit_24_regular, 'person_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_feedback_16_regular, 'person_feedback_16_regular', 16), - - 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_info_16_regular, 'person_info_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_info_20_regular, 'person_info_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_key_20_regular, 'person_key_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_lightbulb_20_regular, 'person_lightbulb_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_lightbulb_24_regular, 'person_lightbulb_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_lock_16_regular, 'person_lock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_lock_20_regular, 'person_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_lock_24_regular, 'person_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_mail_16_regular, 'person_mail_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_mail_20_regular, 'person_mail_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_mail_24_regular, 'person_mail_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_mail_28_regular, 'person_mail_28_regular', 28), - - FluentUISampleIcon(FluentIcons.person_mail_48_regular, 'person_mail_48_regular', 48), - - FluentUISampleIcon(FluentIcons.person_money_20_regular, 'person_money_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_money_24_regular, 'person_money_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_note_20_regular, 'person_note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_note_24_regular, 'person_note_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_pill_20_regular, 'person_pill_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_pill_24_regular, 'person_pill_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_prohibited_16_regular, 'person_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_prohibited_20_regular, 'person_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_prohibited_24_regular, 'person_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_prohibited_28_regular, 'person_prohibited_28_regular', 28), - - 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_settings_16_regular, 'person_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_settings_20_regular, 'person_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_subtract_16_regular, 'person_subtract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.person_subtract_20_regular, 'person_subtract_20_regular', 20), - - 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_sync_24_regular, 'person_sync_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_tag_20_regular, 'person_tag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.person_tag_24_regular, 'person_tag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.person_tag_28_regular, 'person_tag_28_regular', 28), - - FluentUISampleIcon(FluentIcons.person_tag_32_regular, 'person_tag_32_regular', 32), - - FluentUISampleIcon(FluentIcons.person_tag_48_regular, 'person_tag_48_regular', 48), - - 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_12_regular, 'phone_12_regular', 12), - - FluentUISampleIcon(FluentIcons.phone_16_regular, 'phone_16_regular', 16), - - FluentUISampleIcon(FluentIcons.phone_20_regular, 'phone_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_24_regular, 'phone_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_add_20_regular, 'phone_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_add_24_regular, 'phone_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_arrow_right_20_regular, 'phone_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_arrow_right_24_regular, 'phone_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_checkmark_16_regular, 'phone_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.phone_checkmark_20_regular, 'phone_checkmark_20_regular', 20), - - 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_desktop_add_20_regular, 'phone_desktop_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_dismiss_20_regular, 'phone_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_dismiss_24_regular, 'phone_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_eraser_16_regular, 'phone_eraser_16_regular', 16), - - FluentUISampleIcon(FluentIcons.phone_eraser_20_regular, 'phone_eraser_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_laptop_16_regular, 'phone_laptop_16_regular', 16), - - 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_laptop_32_regular, 'phone_laptop_32_regular', 32), - - FluentUISampleIcon(FluentIcons.phone_link_setup_20_regular, 'phone_link_setup_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_link_setup_24_regular, 'phone_link_setup_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_lock_20_regular, 'phone_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_lock_24_regular, 'phone_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_page_header_20_regular, 'phone_page_header_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_page_header_24_regular, 'phone_page_header_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_pagination_20_regular, 'phone_pagination_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_pagination_24_regular, 'phone_pagination_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_screen_time_20_regular, 'phone_screen_time_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_screen_time_24_regular, 'phone_screen_time_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_shake_20_regular, 'phone_shake_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_shake_24_regular, 'phone_shake_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_span_in_16_regular, 'phone_span_in_16_regular', 16), - - FluentUISampleIcon(FluentIcons.phone_span_in_20_regular, 'phone_span_in_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_span_in_24_regular, 'phone_span_in_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_span_in_28_regular, 'phone_span_in_28_regular', 28), - - FluentUISampleIcon(FluentIcons.phone_span_out_16_regular, 'phone_span_out_16_regular', 16), - - FluentUISampleIcon(FluentIcons.phone_span_out_20_regular, 'phone_span_out_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_span_out_24_regular, 'phone_span_out_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_span_out_28_regular, 'phone_span_out_28_regular', 28), - - FluentUISampleIcon(FluentIcons.phone_speaker_20_regular, 'phone_speaker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_speaker_24_regular, 'phone_speaker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_status_bar_20_regular, 'phone_status_bar_20_regular', 20), - - 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_update_20_regular, 'phone_update_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_update_24_regular, 'phone_update_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_update_checkmark_20_regular, 'phone_update_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_update_checkmark_24_regular, 'phone_update_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_vertical_scroll_20_regular, 'phone_vertical_scroll_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_regular, 'phone_vertical_scroll_24_regular', 24), - - FluentUISampleIcon(FluentIcons.phone_vibrate_20_regular, 'phone_vibrate_20_regular', 20), - - FluentUISampleIcon(FluentIcons.phone_vibrate_24_regular, 'phone_vibrate_24_regular', 24), - - FluentUISampleIcon(FluentIcons.photo_filter_20_regular, 'photo_filter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.photo_filter_24_regular, 'photo_filter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pi_20_regular, 'pi_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pi_24_regular, 'pi_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.picture_in_picture_enter_16_regular, 'picture_in_picture_enter_16_regular', 16), - - FluentUISampleIcon(FluentIcons.picture_in_picture_enter_20_regular, 'picture_in_picture_enter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.picture_in_picture_enter_24_regular, 'picture_in_picture_enter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_16_regular, 'picture_in_picture_exit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_20_regular, 'picture_in_picture_exit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_24_regular, 'picture_in_picture_exit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pill_16_regular, 'pill_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pill_20_regular, 'pill_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pill_24_regular, 'pill_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pill_28_regular, 'pill_28_regular', 28), - - 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_28_regular, 'pin_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pin_32_regular, 'pin_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pin_48_regular, 'pin_48_regular', 48), - - FluentUISampleIcon(FluentIcons.pin_off_16_regular, 'pin_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.pin_off_20_regular, 'pin_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pin_off_24_regular, 'pin_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pin_off_28_regular, 'pin_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pin_off_32_regular, 'pin_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pin_off_48_regular, 'pin_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.pipeline_20_regular, 'pipeline_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pipeline_add_20_regular, 'pipeline_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pipeline_play_20_regular, 'pipeline_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pivot_20_regular, 'pivot_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pivot_24_regular, 'pivot_24_regular', 24), - - FluentUISampleIcon(FluentIcons.play_12_regular, 'play_12_regular', 12), - - FluentUISampleIcon(FluentIcons.play_16_regular, 'play_16_regular', 16), - - FluentUISampleIcon(FluentIcons.play_20_regular, 'play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.play_24_regular, 'play_24_regular', 24), - - FluentUISampleIcon(FluentIcons.play_28_regular, 'play_28_regular', 28), - - FluentUISampleIcon(FluentIcons.play_32_regular, 'play_32_regular', 32), - - FluentUISampleIcon(FluentIcons.play_48_regular, 'play_48_regular', 48), - - FluentUISampleIcon(FluentIcons.play_circle_16_regular, 'play_circle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.play_circle_20_regular, 'play_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.play_circle_24_regular, 'play_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.play_circle_28_regular, 'play_circle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.play_circle_48_regular, 'play_circle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.play_settings_20_regular, 'play_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_20_regular, 'plug_connected_20_regular', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_24_regular, 'plug_connected_24_regular', 24), - - FluentUISampleIcon(FluentIcons.plug_connected_add_20_regular, 'plug_connected_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_regular, 'plug_connected_checkmark_20_regular', 20), - - 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_20_regular, 'point_scan_20_regular', 20), - - FluentUISampleIcon(FluentIcons.point_scan_24_regular, 'point_scan_24_regular', 24), - - FluentUISampleIcon(FluentIcons.poll_16_regular, 'poll_16_regular', 16), - - FluentUISampleIcon(FluentIcons.poll_20_regular, 'poll_20_regular', 20), - - FluentUISampleIcon(FluentIcons.poll_24_regular, 'poll_24_regular', 24), - - FluentUISampleIcon(FluentIcons.port_hdmi_20_regular, 'port_hdmi_20_regular', 20), - - FluentUISampleIcon(FluentIcons.port_hdmi_24_regular, 'port_hdmi_24_regular', 24), - - FluentUISampleIcon(FluentIcons.port_micro_usb_24_regular, 'port_micro_usb_24_regular', 24), - - FluentUISampleIcon(FluentIcons.port_usb_a_20_regular, 'port_usb_a_20_regular', 20), - - FluentUISampleIcon(FluentIcons.port_usb_a_24_regular, 'port_usb_a_24_regular', 24), - - FluentUISampleIcon(FluentIcons.port_usb_c_24_regular, 'port_usb_c_24_regular', 24), - - FluentUISampleIcon(FluentIcons.position_backward_20_regular, 'position_backward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.position_backward_24_regular, 'position_backward_24_regular', 24), - - FluentUISampleIcon(FluentIcons.position_forward_20_regular, 'position_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.position_forward_24_regular, 'position_forward_24_regular', 24), - - FluentUISampleIcon(FluentIcons.position_to_back_20_regular, 'position_to_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.position_to_back_24_regular, 'position_to_back_24_regular', 24), - - FluentUISampleIcon(FluentIcons.position_to_front_20_regular, 'position_to_front_20_regular', 20), - - FluentUISampleIcon(FluentIcons.position_to_front_24_regular, 'position_to_front_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_20_regular, 'predictions_20_regular', 20), - - 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.premium_32_regular, 'premium_32_regular', 32), - - FluentUISampleIcon(FluentIcons.premium_person_20_regular, 'premium_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.premium_person_24_regular, 'premium_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.presence_available_10_regular, 'presence_available_10_regular', 10), - - FluentUISampleIcon(FluentIcons.presence_available_12_regular, 'presence_available_12_regular', 12), - - FluentUISampleIcon(FluentIcons.presence_available_16_regular, 'presence_available_16_regular', 16), - - FluentUISampleIcon(FluentIcons.presence_available_20_regular, 'presence_available_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_available_24_regular, 'presence_available_24_regular', 24), - - 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_blocked_20_regular, 'presence_blocked_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_blocked_24_regular, 'presence_blocked_24_regular', 24), - - FluentUISampleIcon(FluentIcons.presence_dnd_10_regular, 'presence_dnd_10_regular', 10), - - FluentUISampleIcon(FluentIcons.presence_dnd_12_regular, 'presence_dnd_12_regular', 12), - - FluentUISampleIcon(FluentIcons.presence_dnd_16_regular, 'presence_dnd_16_regular', 16), - - FluentUISampleIcon(FluentIcons.presence_dnd_20_regular, 'presence_dnd_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_dnd_24_regular, 'presence_dnd_24_regular', 24), - - 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_offline_20_regular, 'presence_offline_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_offline_24_regular, 'presence_offline_24_regular', 24), - - 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_oof_20_regular, 'presence_oof_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_oof_24_regular, 'presence_oof_24_regular', 24), - - 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.presence_unknown_20_regular, 'presence_unknown_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presence_unknown_24_regular, 'presence_unknown_24_regular', 24), - - FluentUISampleIcon(FluentIcons.presenter_20_regular, 'presenter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.presenter_24_regular, 'presenter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.presenter_off_20_regular, 'presenter_off_20_regular', 20), - - 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.previous_28_regular, 'previous_28_regular', 28), - - FluentUISampleIcon(FluentIcons.previous_32_regular, 'previous_32_regular', 32), - - FluentUISampleIcon(FluentIcons.previous_48_regular, 'previous_48_regular', 48), - - FluentUISampleIcon(FluentIcons.print_16_regular, 'print_16_regular', 16), - - FluentUISampleIcon(FluentIcons.print_20_regular, 'print_20_regular', 20), - - FluentUISampleIcon(FluentIcons.print_24_regular, 'print_24_regular', 24), - - FluentUISampleIcon(FluentIcons.print_28_regular, 'print_28_regular', 28), - - FluentUISampleIcon(FluentIcons.print_48_regular, 'print_48_regular', 48), - - FluentUISampleIcon(FluentIcons.print_add_20_regular, 'print_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.print_add_24_regular, 'print_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.production_20_regular, 'production_20_regular', 20), - - FluentUISampleIcon(FluentIcons.production_24_regular, 'production_24_regular', 24), - - FluentUISampleIcon(FluentIcons.production_checkmark_20_regular, 'production_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.production_checkmark_24_regular, 'production_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.prohibited_12_regular, 'prohibited_12_regular', 12), - - FluentUISampleIcon(FluentIcons.prohibited_16_regular, 'prohibited_16_regular', 16), - - 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.prohibited_multiple_16_regular, 'prohibited_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.prohibited_multiple_20_regular, 'prohibited_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.prohibited_multiple_24_regular, 'prohibited_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.prohibited_note_20_regular, 'prohibited_note_20_regular', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_16_regular, 'projection_screen_16_regular', 16), - - FluentUISampleIcon(FluentIcons.projection_screen_20_regular, 'projection_screen_20_regular', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_24_regular, 'projection_screen_24_regular', 24), - - FluentUISampleIcon(FluentIcons.projection_screen_28_regular, 'projection_screen_28_regular', 28), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_16_regular, 'projection_screen_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_20_regular, 'projection_screen_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_24_regular, 'projection_screen_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_28_regular, 'projection_screen_dismiss_28_regular', 28), - - 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.pulse_20_regular, 'pulse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pulse_24_regular, 'pulse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.pulse_28_regular, 'pulse_28_regular', 28), - - FluentUISampleIcon(FluentIcons.pulse_32_regular, 'pulse_32_regular', 32), - - FluentUISampleIcon(FluentIcons.pulse_square_20_regular, 'pulse_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.pulse_square_24_regular, 'pulse_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.puzzle_cube_16_regular, 'puzzle_cube_16_regular', 16), - - FluentUISampleIcon(FluentIcons.puzzle_cube_20_regular, 'puzzle_cube_20_regular', 20), - - FluentUISampleIcon(FluentIcons.puzzle_cube_24_regular, 'puzzle_cube_24_regular', 24), - - FluentUISampleIcon(FluentIcons.puzzle_cube_28_regular, 'puzzle_cube_28_regular', 28), - - FluentUISampleIcon(FluentIcons.puzzle_cube_48_regular, 'puzzle_cube_48_regular', 48), - - FluentUISampleIcon(FluentIcons.puzzle_cube_piece_20_regular, 'puzzle_cube_piece_20_regular', 20), - - FluentUISampleIcon(FluentIcons.puzzle_piece_16_regular, 'puzzle_piece_16_regular', 16), - - FluentUISampleIcon(FluentIcons.puzzle_piece_20_regular, 'puzzle_piece_20_regular', 20), - - FluentUISampleIcon(FluentIcons.puzzle_piece_24_regular, 'puzzle_piece_24_regular', 24), - - FluentUISampleIcon(FluentIcons.puzzle_piece_shield_20_regular, 'puzzle_piece_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.qr_code_20_regular, 'qr_code_20_regular', 20), - - 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_12_regular, 'question_circle_12_regular', 12), - - 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_32_regular, 'question_circle_32_regular', 32), - - 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.radar_20_regular, 'radar_20_regular', 20), - - FluentUISampleIcon(FluentIcons.radar_checkmark_20_regular, 'radar_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_regular, 'radar_rectangle_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.radio_button_20_regular, 'radio_button_20_regular', 20), - - FluentUISampleIcon(FluentIcons.radio_button_24_regular, 'radio_button_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ram_20_regular, 'ram_20_regular', 20), - - 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.ratio_one_to_one_20_regular, 'ratio_one_to_one_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ratio_one_to_one_24_regular, 'ratio_one_to_one_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_horizontal_16_regular, 're_order_dots_horizontal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_20_regular, 're_order_dots_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_24_regular, 're_order_dots_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_16_regular, 're_order_dots_vertical_16_regular', 16), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_20_regular, 're_order_dots_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_24_regular, 're_order_dots_vertical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.read_aloud_16_regular, 'read_aloud_16_regular', 16), - - 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_aloud_28_regular, 'read_aloud_28_regular', 28), - - 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_mobile_20_regular, 'reading_mode_mobile_20_regular', 20), - - FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_regular, 'reading_mode_mobile_24_regular', 24), - - FluentUISampleIcon(FluentIcons.real_estate_20_regular, 'real_estate_20_regular', 20), - - FluentUISampleIcon(FluentIcons.real_estate_24_regular, 'real_estate_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_20_regular, 'receipt_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_24_regular, 'receipt_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_add_20_regular, 'receipt_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_add_24_regular, 'receipt_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_bag_20_regular, 'receipt_bag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_bag_24_regular, 'receipt_bag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_cube_20_regular, 'receipt_cube_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_cube_24_regular, 'receipt_cube_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_money_20_regular, 'receipt_money_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_money_24_regular, 'receipt_money_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_play_20_regular, 'receipt_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.receipt_play_24_regular, 'receipt_play_24_regular', 24), - - FluentUISampleIcon(FluentIcons.receipt_search_20_regular, 'receipt_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.record_12_regular, 'record_12_regular', 12), - - 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.record_28_regular, 'record_28_regular', 28), - - FluentUISampleIcon(FluentIcons.record_32_regular, 'record_32_regular', 32), - - FluentUISampleIcon(FluentIcons.record_48_regular, 'record_48_regular', 48), - - FluentUISampleIcon(FluentIcons.record_stop_12_regular, 'record_stop_12_regular', 12), - - FluentUISampleIcon(FluentIcons.record_stop_16_regular, 'record_stop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.record_stop_20_regular, 'record_stop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.record_stop_24_regular, 'record_stop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.record_stop_28_regular, 'record_stop_28_regular', 28), - - FluentUISampleIcon(FluentIcons.record_stop_32_regular, 'record_stop_32_regular', 32), - - FluentUISampleIcon(FluentIcons.record_stop_48_regular, 'record_stop_48_regular', 48), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_12_regular, 'rectangle_landscape_12_regular', 12), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_16_regular, 'rectangle_landscape_16_regular', 16), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_20_regular, 'rectangle_landscape_20_regular', 20), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_24_regular, 'rectangle_landscape_24_regular', 24), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_28_regular, 'rectangle_landscape_28_regular', 28), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_32_regular, 'rectangle_landscape_32_regular', 32), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_48_regular, 'rectangle_landscape_48_regular', 48), - - FluentUISampleIcon(FluentIcons.rectangle_portrait_location_target_20_regular, 'rectangle_portrait_location_target_20_regular', 20), - - FluentUISampleIcon(FluentIcons.remote_16_regular, 'remote_16_regular', 16), - - FluentUISampleIcon(FluentIcons.remote_20_regular, 'remote_20_regular', 20), - - 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.reorder_20_regular, 'reorder_20_regular', 20), - - FluentUISampleIcon(FluentIcons.replay_20_regular, 'replay_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_20_regular, 'resize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_24_regular, 'resize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.resize_image_20_regular, 'resize_image_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_image_24_regular, 'resize_image_24_regular', 24), - - FluentUISampleIcon(FluentIcons.resize_large_16_regular, 'resize_large_16_regular', 16), - - FluentUISampleIcon(FluentIcons.resize_large_20_regular, 'resize_large_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_large_24_regular, 'resize_large_24_regular', 24), - - FluentUISampleIcon(FluentIcons.resize_small_16_regular, 'resize_small_16_regular', 16), - - FluentUISampleIcon(FluentIcons.resize_small_20_regular, 'resize_small_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_small_24_regular, 'resize_small_24_regular', 24), - - FluentUISampleIcon(FluentIcons.resize_table_20_regular, 'resize_table_20_regular', 20), - - FluentUISampleIcon(FluentIcons.resize_table_24_regular, 'resize_table_24_regular', 24), - - FluentUISampleIcon(FluentIcons.resize_video_20_regular, 'resize_video_20_regular', 20), - - 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_16_regular, 'rewind_16_regular', 16), - - FluentUISampleIcon(FluentIcons.rewind_20_regular, 'rewind_20_regular', 20), - - FluentUISampleIcon(FluentIcons.rewind_24_regular, 'rewind_24_regular', 24), - - FluentUISampleIcon(FluentIcons.rewind_28_regular, 'rewind_28_regular', 28), - - FluentUISampleIcon(FluentIcons.rhombus_16_regular, 'rhombus_16_regular', 16), - - FluentUISampleIcon(FluentIcons.rhombus_20_regular, 'rhombus_20_regular', 20), - - FluentUISampleIcon(FluentIcons.rhombus_24_regular, 'rhombus_24_regular', 24), - - FluentUISampleIcon(FluentIcons.rhombus_28_regular, 'rhombus_28_regular', 28), - - FluentUISampleIcon(FluentIcons.rhombus_32_regular, 'rhombus_32_regular', 32), - - FluentUISampleIcon(FluentIcons.rhombus_48_regular, 'rhombus_48_regular', 48), - - FluentUISampleIcon(FluentIcons.ribbon_12_regular, 'ribbon_12_regular', 12), - - FluentUISampleIcon(FluentIcons.ribbon_16_regular, 'ribbon_16_regular', 16), - - FluentUISampleIcon(FluentIcons.ribbon_20_regular, 'ribbon_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ribbon_24_regular, 'ribbon_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ribbon_32_regular, 'ribbon_32_regular', 32), - - FluentUISampleIcon(FluentIcons.ribbon_add_20_regular, 'ribbon_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ribbon_add_24_regular, 'ribbon_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ribbon_off_12_regular, 'ribbon_off_12_regular', 12), - - FluentUISampleIcon(FluentIcons.ribbon_off_16_regular, 'ribbon_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.ribbon_off_20_regular, 'ribbon_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ribbon_off_24_regular, 'ribbon_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ribbon_off_32_regular, 'ribbon_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.ribbon_star_20_regular, 'ribbon_star_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ribbon_star_24_regular, 'ribbon_star_24_regular', 24), - - FluentUISampleIcon(FluentIcons.road_cone_16_regular, 'road_cone_16_regular', 16), - - FluentUISampleIcon(FluentIcons.road_cone_20_regular, 'road_cone_20_regular', 20), - - FluentUISampleIcon(FluentIcons.road_cone_24_regular, 'road_cone_24_regular', 24), - - FluentUISampleIcon(FluentIcons.road_cone_28_regular, 'road_cone_28_regular', 28), - - FluentUISampleIcon(FluentIcons.road_cone_32_regular, 'road_cone_32_regular', 32), - - FluentUISampleIcon(FluentIcons.road_cone_48_regular, 'road_cone_48_regular', 48), - - 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.rotate_left_20_regular, 'rotate_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.rotate_left_24_regular, 'rotate_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.rotate_right_20_regular, 'rotate_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.rotate_right_24_regular, 'rotate_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.router_20_regular, 'router_20_regular', 20), - - FluentUISampleIcon(FluentIcons.router_24_regular, 'router_24_regular', 24), - - FluentUISampleIcon(FluentIcons.row_triple_20_regular, 'row_triple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.row_triple_24_regular, 'row_triple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.rss_24_regular, 'rss_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_16_regular, 'run_16_regular', 16), - - FluentUISampleIcon(FluentIcons.run_20_regular, 'run_20_regular', 20), - - FluentUISampleIcon(FluentIcons.run_24_regular, 'run_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sanitize_20_regular, 'sanitize_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sanitize_24_regular, 'sanitize_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_16_regular, 'save_16_regular', 16), - - FluentUISampleIcon(FluentIcons.save_20_regular, 'save_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_24_regular, 'save_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_arrow_right_20_regular, 'save_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_arrow_right_24_regular, 'save_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_copy_24_regular, 'save_copy_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_edit_20_regular, 'save_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_edit_24_regular, 'save_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_image_20_regular, 'save_image_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_multiple_20_regular, 'save_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_multiple_24_regular, 'save_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.save_search_20_regular, 'save_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.save_sync_20_regular, 'save_sync_20_regular', 20), - - 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_20_regular, 'scale_fill_20_regular', 20), - - 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.scales_24_regular, 'scales_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scales_32_regular, 'scales_32_regular', 32), - - FluentUISampleIcon(FluentIcons.scan_16_regular, 'scan_16_regular', 16), - - FluentUISampleIcon(FluentIcons.scan_20_regular, 'scan_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_24_regular, 'scan_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_camera_16_regular, 'scan_camera_16_regular', 16), - - FluentUISampleIcon(FluentIcons.scan_camera_20_regular, 'scan_camera_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_camera_24_regular, 'scan_camera_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_camera_28_regular, 'scan_camera_28_regular', 28), - - FluentUISampleIcon(FluentIcons.scan_camera_48_regular, 'scan_camera_48_regular', 48), - - FluentUISampleIcon(FluentIcons.scan_dash_12_regular, 'scan_dash_12_regular', 12), - - FluentUISampleIcon(FluentIcons.scan_dash_16_regular, 'scan_dash_16_regular', 16), - - FluentUISampleIcon(FluentIcons.scan_dash_20_regular, 'scan_dash_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_dash_24_regular, 'scan_dash_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_dash_28_regular, 'scan_dash_28_regular', 28), - - FluentUISampleIcon(FluentIcons.scan_dash_32_regular, 'scan_dash_32_regular', 32), - - FluentUISampleIcon(FluentIcons.scan_dash_48_regular, 'scan_dash_48_regular', 48), - - FluentUISampleIcon(FluentIcons.scan_object_20_regular, 'scan_object_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_object_24_regular, 'scan_object_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_table_20_regular, 'scan_table_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_table_24_regular, 'scan_table_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_text_20_regular, 'scan_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_text_24_regular, 'scan_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_16_regular, 'scan_thumb_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_20_regular, 'scan_thumb_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_24_regular, 'scan_thumb_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_28_regular, 'scan_thumb_up_28_regular', 28), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_48_regular, 'scan_thumb_up_48_regular', 48), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_16_regular, 'scan_thumb_up_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_20_regular, 'scan_thumb_up_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_24_regular, 'scan_thumb_up_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_28_regular, 'scan_thumb_up_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_48_regular, 'scan_thumb_up_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.scan_type_20_regular, 'scan_type_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_type_24_regular, 'scan_type_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_type_checkmark_20_regular, 'scan_type_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scan_type_checkmark_24_regular, 'scan_type_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.scan_type_off_20_regular, 'scan_type_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scratchpad_20_regular, 'scratchpad_20_regular', 20), - - FluentUISampleIcon(FluentIcons.scratchpad_24_regular, 'scratchpad_24_regular', 24), - - FluentUISampleIcon(FluentIcons.screen_cut_20_regular, 'screen_cut_20_regular', 20), - - FluentUISampleIcon(FluentIcons.screen_person_20_regular, 'screen_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.screen_search_20_regular, 'screen_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.screen_search_24_regular, 'screen_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.screen_share_start_48_regular, 'screen_share_start_48_regular', 48), - - FluentUISampleIcon(FluentIcons.screenshot_20_regular, 'screenshot_20_regular', 20), - - FluentUISampleIcon(FluentIcons.screenshot_24_regular, 'screenshot_24_regular', 24), - - FluentUISampleIcon(FluentIcons.search_12_regular, 'search_12_regular', 12), - - FluentUISampleIcon(FluentIcons.search_16_regular, 'search_16_regular', 16), - - 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_32_regular, 'search_32_regular', 32), - - FluentUISampleIcon(FluentIcons.search_48_regular, 'search_48_regular', 48), - - 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_settings_20_regular, 'search_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.search_shield_20_regular, 'search_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.search_square_20_regular, 'search_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.search_square_24_regular, 'search_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.search_visual_16_regular, 'search_visual_16_regular', 16), - - FluentUISampleIcon(FluentIcons.search_visual_20_regular, 'search_visual_20_regular', 20), - - FluentUISampleIcon(FluentIcons.search_visual_24_regular, 'search_visual_24_regular', 24), - - FluentUISampleIcon(FluentIcons.select_all_off_24_regular, 'select_all_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.select_all_on_24_regular, 'select_all_on_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.select_object_skew_20_regular, 'select_object_skew_20_regular', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_24_regular, 'select_object_skew_24_regular', 24), - - FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_20_regular, 'select_object_skew_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_24_regular, 'select_object_skew_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.select_object_skew_edit_20_regular, 'select_object_skew_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_edit_24_regular, 'select_object_skew_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.send_16_regular, 'send_16_regular', 16), - - 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_clock_24_regular, 'send_clock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.send_copy_24_regular, 'send_copy_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.server_20_regular, 'server_20_regular', 20), - - FluentUISampleIcon(FluentIcons.server_24_regular, 'server_24_regular', 24), - - FluentUISampleIcon(FluentIcons.server_multiple_20_regular, 'server_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.server_play_20_regular, 'server_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.service_bell_20_regular, 'service_bell_20_regular', 20), - - 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.settings_32_regular, 'settings_32_regular', 32), - - FluentUISampleIcon(FluentIcons.settings_48_regular, 'settings_48_regular', 48), - - FluentUISampleIcon(FluentIcons.settings_chat_20_regular, 'settings_chat_20_regular', 20), - - FluentUISampleIcon(FluentIcons.settings_chat_24_regular, 'settings_chat_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shape_exclude_16_regular, 'shape_exclude_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shape_exclude_20_regular, 'shape_exclude_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shape_exclude_24_regular, 'shape_exclude_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shape_intersect_16_regular, 'shape_intersect_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shape_intersect_20_regular, 'shape_intersect_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shape_intersect_24_regular, 'shape_intersect_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shape_subtract_16_regular, 'shape_subtract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shape_subtract_20_regular, 'shape_subtract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shape_subtract_24_regular, 'shape_subtract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shape_union_16_regular, 'shape_union_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shape_union_20_regular, 'shape_union_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shape_union_24_regular, 'shape_union_24_regular', 24), - - 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.shapes_28_regular, 'shapes_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shapes_48_regular, 'shapes_48_regular', 48), - - FluentUISampleIcon(FluentIcons.share_16_regular, 'share_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_20_regular, 'share_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_24_regular, 'share_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_28_regular, 'share_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_48_regular, 'share_48_regular', 48), - - 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_20_regular, 'share_close_tray_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_close_tray_24_regular, 'share_close_tray_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_person_16_regular, 'share_screen_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_20_regular, 'share_screen_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_24_regular, 'share_screen_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_28_regular, 'share_screen_person_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_16_regular, 'share_screen_person_overlay_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_20_regular, 'share_screen_person_overlay_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_24_regular, 'share_screen_person_overlay_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_28_regular, 'share_screen_person_overlay_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_16_regular, 'share_screen_person_overlay_inside_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_20_regular, 'share_screen_person_overlay_inside_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_24_regular, 'share_screen_person_overlay_inside_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_28_regular, 'share_screen_person_overlay_inside_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_16_regular, 'share_screen_person_p_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_20_regular, 'share_screen_person_p_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_24_regular, 'share_screen_person_p_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_28_regular, 'share_screen_person_p_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_start_20_regular, 'share_screen_start_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_start_24_regular, 'share_screen_start_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_start_28_regular, 'share_screen_start_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_start_48_regular, 'share_screen_start_48_regular', 48), - - FluentUISampleIcon(FluentIcons.share_screen_stop_16_regular, 'share_screen_stop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.share_screen_stop_20_regular, 'share_screen_stop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.share_screen_stop_24_regular, 'share_screen_stop_24_regular', 24), - - FluentUISampleIcon(FluentIcons.share_screen_stop_28_regular, 'share_screen_stop_28_regular', 28), - - FluentUISampleIcon(FluentIcons.share_screen_stop_48_regular, 'share_screen_stop_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shield_16_regular, 'shield_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shield_20_regular, 'shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_24_regular, 'shield_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_28_regular, 'shield_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shield_48_regular, 'shield_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shield_badge_20_regular, 'shield_badge_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_badge_24_regular, 'shield_badge_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_checkmark_16_regular, 'shield_checkmark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shield_checkmark_20_regular, 'shield_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_checkmark_24_regular, 'shield_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_checkmark_28_regular, 'shield_checkmark_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shield_checkmark_48_regular, 'shield_checkmark_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shield_dismiss_16_regular, 'shield_dismiss_16_regular', 16), - - 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_dismiss_shield_20_regular, 'shield_dismiss_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_error_16_regular, 'shield_error_16_regular', 16), - - 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_lock_16_regular, 'shield_lock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shield_lock_20_regular, 'shield_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_lock_24_regular, 'shield_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_lock_28_regular, 'shield_lock_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shield_lock_48_regular, 'shield_lock_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shield_person_20_regular, 'shield_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_person_add_20_regular, 'shield_person_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_prohibited_20_regular, 'shield_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_prohibited_24_regular, 'shield_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_task_16_regular, 'shield_task_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shield_task_20_regular, 'shield_task_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shield_task_24_regular, 'shield_task_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_task_28_regular, 'shield_task_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shield_task_48_regular, 'shield_task_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shield_video_24_regular, 'shield_video_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shield_video_28_regular, 'shield_video_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shield_video_48_regular, 'shield_video_48_regular', 48), - - FluentUISampleIcon(FluentIcons.shifts_16_regular, 'shifts_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shifts_20_regular, 'shifts_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_24_regular, 'shifts_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_28_regular, 'shifts_28_regular', 28), - - FluentUISampleIcon(FluentIcons.shifts_30_minutes_20_regular, 'shifts_30_minutes_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_regular, 'shifts_30_minutes_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_32_regular, 'shifts_32_regular', 32), - - 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_20_regular, 'shifts_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_add_24_regular, 'shifts_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_availability_20_regular, 'shifts_availability_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_availability_24_regular, 'shifts_availability_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_checkmark_20_regular, 'shifts_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_checkmark_24_regular, 'shifts_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_day_20_regular, 'shifts_day_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_day_24_regular, 'shifts_day_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_prohibited_20_regular, 'shifts_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_prohibited_24_regular, 'shifts_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_question_mark_20_regular, 'shifts_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shifts_question_mark_24_regular, 'shifts_question_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shifts_team_24_regular, 'shifts_team_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_16_regular, 'shopping_bag_16_regular', 16), - - FluentUISampleIcon(FluentIcons.shopping_bag_20_regular, 'shopping_bag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_24_regular, 'shopping_bag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_20_regular, 'shopping_bag_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_24_regular, 'shopping_bag_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_20_regular, 'shopping_bag_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_24_regular, 'shopping_bag_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_pause_20_regular, 'shopping_bag_pause_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_pause_24_regular, 'shopping_bag_pause_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_percent_20_regular, 'shopping_bag_percent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_percent_24_regular, 'shopping_bag_percent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_play_20_regular, 'shopping_bag_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_play_24_regular, 'shopping_bag_play_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_tag_20_regular, 'shopping_bag_tag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_tag_24_regular, 'shopping_bag_tag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.shortpick_20_regular, 'shortpick_20_regular', 20), - - FluentUISampleIcon(FluentIcons.shortpick_24_regular, 'shortpick_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sidebar_search_ltr_20_regular, 'sidebar_search_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sidebar_search_rtl_20_regular, 'sidebar_search_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sign_out_20_regular, 'sign_out_20_regular', 20), - - 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.skip_back_10_20_regular, 'skip_back_10_20_regular', 20), - - FluentUISampleIcon(FluentIcons.skip_back_10_24_regular, 'skip_back_10_24_regular', 24), - - FluentUISampleIcon(FluentIcons.skip_back_10_28_regular, 'skip_back_10_28_regular', 28), - - FluentUISampleIcon(FluentIcons.skip_back_10_32_regular, 'skip_back_10_32_regular', 32), - - FluentUISampleIcon(FluentIcons.skip_back_10_48_regular, 'skip_back_10_48_regular', 48), - - FluentUISampleIcon(FluentIcons.skip_backward_10_24_regular, 'skip_backward_10_24_regular', 24), - - FluentUISampleIcon(FluentIcons.skip_backward_10_28_regular, 'skip_backward_10_28_regular', 28), - - FluentUISampleIcon(FluentIcons.skip_backward_10_32_regular, 'skip_backward_10_32_regular', 32), - - FluentUISampleIcon(FluentIcons.skip_backward_10_48_regular, 'skip_backward_10_48_regular', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_10_20_regular, 'skip_forward_10_20_regular', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_10_24_regular, 'skip_forward_10_24_regular', 24), - - FluentUISampleIcon(FluentIcons.skip_forward_10_28_regular, 'skip_forward_10_28_regular', 28), - - FluentUISampleIcon(FluentIcons.skip_forward_10_32_regular, 'skip_forward_10_32_regular', 32), - - FluentUISampleIcon(FluentIcons.skip_forward_10_48_regular, 'skip_forward_10_48_regular', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_30_20_regular, 'skip_forward_30_20_regular', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_30_24_regular, 'skip_forward_30_24_regular', 24), - - FluentUISampleIcon(FluentIcons.skip_forward_30_28_regular, 'skip_forward_30_28_regular', 28), - - FluentUISampleIcon(FluentIcons.skip_forward_30_32_regular, 'skip_forward_30_32_regular', 32), - - FluentUISampleIcon(FluentIcons.skip_forward_30_48_regular, 'skip_forward_30_48_regular', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_tab_20_regular, 'skip_forward_tab_20_regular', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_tab_24_regular, 'skip_forward_tab_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sleep_20_regular, 'sleep_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sleep_24_regular, 'sleep_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_add_16_regular, 'slide_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.slide_add_20_regular, 'slide_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_add_24_regular, 'slide_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_add_28_regular, 'slide_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.slide_add_32_regular, 'slide_add_32_regular', 32), - - FluentUISampleIcon(FluentIcons.slide_add_48_regular, 'slide_add_48_regular', 48), - - FluentUISampleIcon(FluentIcons.slide_arrow_right_20_regular, 'slide_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_arrow_right_24_regular, 'slide_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_design_24_regular, 'slide_design_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_eraser_16_regular, 'slide_eraser_16_regular', 16), - - FluentUISampleIcon(FluentIcons.slide_eraser_20_regular, 'slide_eraser_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_eraser_24_regular, 'slide_eraser_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_grid_20_regular, 'slide_grid_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_grid_24_regular, 'slide_grid_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_microphone_32_regular, 'slide_microphone_32_regular', 32), - - FluentUISampleIcon(FluentIcons.slide_multiple_20_regular, 'slide_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_24_regular, 'slide_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_20_regular, 'slide_multiple_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_24_regular, 'slide_multiple_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_multiple_search_20_regular, 'slide_multiple_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_search_24_regular, 'slide_multiple_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_search_24_regular, 'slide_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_search_28_regular, 'slide_search_28_regular', 28), - - FluentUISampleIcon(FluentIcons.slide_settings_20_regular, 'slide_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_settings_24_regular, 'slide_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_size_20_regular, 'slide_size_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_size_24_regular, 'slide_size_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_text_16_regular, 'slide_text_16_regular', 16), - - FluentUISampleIcon(FluentIcons.slide_text_20_regular, 'slide_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_text_24_regular, 'slide_text_24_regular', 24), - - FluentUISampleIcon(FluentIcons.slide_text_28_regular, 'slide_text_28_regular', 28), - - FluentUISampleIcon(FluentIcons.slide_text_48_regular, 'slide_text_48_regular', 48), - - FluentUISampleIcon(FluentIcons.slide_transition_20_regular, 'slide_transition_20_regular', 20), - - FluentUISampleIcon(FluentIcons.slide_transition_24_regular, 'slide_transition_24_regular', 24), - - FluentUISampleIcon(FluentIcons.smartwatch_20_regular, 'smartwatch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.smartwatch_24_regular, 'smartwatch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.smartwatch_dot_20_regular, 'smartwatch_dot_20_regular', 20), - - FluentUISampleIcon(FluentIcons.smartwatch_dot_24_regular, 'smartwatch_dot_24_regular', 24), - - FluentUISampleIcon(FluentIcons.snooze_16_regular, 'snooze_16_regular', 16), - - FluentUISampleIcon(FluentIcons.snooze_20_regular, 'snooze_20_regular', 20), - - FluentUISampleIcon(FluentIcons.snooze_24_regular, 'snooze_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sound_source_20_regular, 'sound_source_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sound_source_24_regular, 'sound_source_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sound_source_28_regular, 'sound_source_28_regular', 28), - - FluentUISampleIcon(FluentIcons.sound_wave_circle_20_regular, 'sound_wave_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sound_wave_circle_24_regular, 'sound_wave_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.spacebar_20_regular, 'spacebar_20_regular', 20), - - FluentUISampleIcon(FluentIcons.spacebar_24_regular, 'spacebar_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sparkle_16_regular, 'sparkle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.sparkle_20_regular, 'sparkle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sparkle_24_regular, 'sparkle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sparkle_28_regular, 'sparkle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.sparkle_48_regular, 'sparkle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_0_16_regular, 'speaker_0_16_regular', 16), - - FluentUISampleIcon(FluentIcons.speaker_0_20_regular, 'speaker_0_20_regular', 20), - - FluentUISampleIcon(FluentIcons.speaker_0_24_regular, 'speaker_0_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_0_28_regular, 'speaker_0_28_regular', 28), - - FluentUISampleIcon(FluentIcons.speaker_0_32_regular, 'speaker_0_32_regular', 32), - - FluentUISampleIcon(FluentIcons.speaker_0_48_regular, 'speaker_0_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_1_16_regular, 'speaker_1_16_regular', 16), - - FluentUISampleIcon(FluentIcons.speaker_1_20_regular, 'speaker_1_20_regular', 20), - - FluentUISampleIcon(FluentIcons.speaker_1_24_regular, 'speaker_1_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_1_28_regular, 'speaker_1_28_regular', 28), - - FluentUISampleIcon(FluentIcons.speaker_1_32_regular, 'speaker_1_32_regular', 32), - - FluentUISampleIcon(FluentIcons.speaker_1_48_regular, 'speaker_1_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_2_16_regular, 'speaker_2_16_regular', 16), - - FluentUISampleIcon(FluentIcons.speaker_2_20_regular, 'speaker_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.speaker_2_24_regular, 'speaker_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_2_28_regular, 'speaker_2_28_regular', 28), - - FluentUISampleIcon(FluentIcons.speaker_2_32_regular, 'speaker_2_32_regular', 32), - - FluentUISampleIcon(FluentIcons.speaker_2_48_regular, 'speaker_2_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_regular, 'speaker_bluetooth_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_bluetooth_28_regular, 'speaker_bluetooth_28_regular', 28), - - 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_mute_16_regular, 'speaker_mute_16_regular', 16), - - FluentUISampleIcon(FluentIcons.speaker_mute_20_regular, 'speaker_mute_20_regular', 20), - - FluentUISampleIcon(FluentIcons.speaker_mute_24_regular, 'speaker_mute_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_mute_28_regular, 'speaker_mute_28_regular', 28), - - FluentUISampleIcon(FluentIcons.speaker_mute_48_regular, 'speaker_mute_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_off_16_regular, 'speaker_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.speaker_off_20_regular, 'speaker_off_20_regular', 20), - - 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_off_48_regular, 'speaker_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.speaker_settings_20_regular, 'speaker_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.speaker_settings_24_regular, 'speaker_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_settings_28_regular, 'speaker_settings_28_regular', 28), - - FluentUISampleIcon(FluentIcons.speaker_usb_24_regular, 'speaker_usb_24_regular', 24), - - FluentUISampleIcon(FluentIcons.speaker_usb_28_regular, 'speaker_usb_28_regular', 28), - - FluentUISampleIcon(FluentIcons.spinner_ios_20_regular, 'spinner_ios_20_regular', 20), - - FluentUISampleIcon(FluentIcons.split_hint_20_regular, 'split_hint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.split_horizontal_12_regular, 'split_horizontal_12_regular', 12), - - FluentUISampleIcon(FluentIcons.split_horizontal_16_regular, 'split_horizontal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.split_horizontal_20_regular, 'split_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.split_horizontal_24_regular, 'split_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.split_horizontal_28_regular, 'split_horizontal_28_regular', 28), - - FluentUISampleIcon(FluentIcons.split_horizontal_32_regular, 'split_horizontal_32_regular', 32), - - FluentUISampleIcon(FluentIcons.split_horizontal_48_regular, 'split_horizontal_48_regular', 48), - - FluentUISampleIcon(FluentIcons.split_vertical_12_regular, 'split_vertical_12_regular', 12), - - FluentUISampleIcon(FluentIcons.split_vertical_16_regular, 'split_vertical_16_regular', 16), - - FluentUISampleIcon(FluentIcons.split_vertical_20_regular, 'split_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.split_vertical_24_regular, 'split_vertical_24_regular', 24), - - FluentUISampleIcon(FluentIcons.split_vertical_28_regular, 'split_vertical_28_regular', 28), - - FluentUISampleIcon(FluentIcons.split_vertical_32_regular, 'split_vertical_32_regular', 32), - - FluentUISampleIcon(FluentIcons.split_vertical_48_regular, 'split_vertical_48_regular', 48), - - FluentUISampleIcon(FluentIcons.sport_16_regular, 'sport_16_regular', 16), - - FluentUISampleIcon(FluentIcons.sport_20_regular, 'sport_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sport_24_regular, 'sport_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sport_american_football_20_regular, 'sport_american_football_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sport_american_football_24_regular, 'sport_american_football_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sport_baseball_20_regular, 'sport_baseball_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sport_baseball_24_regular, 'sport_baseball_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sport_basketball_24_regular, 'sport_basketball_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sport_hockey_20_regular, 'sport_hockey_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sport_hockey_24_regular, 'sport_hockey_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sport_soccer_16_regular, 'sport_soccer_16_regular', 16), - - FluentUISampleIcon(FluentIcons.sport_soccer_20_regular, 'sport_soccer_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sport_soccer_24_regular, 'sport_soccer_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_12_regular, 'square_12_regular', 12), - - FluentUISampleIcon(FluentIcons.square_16_regular, 'square_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_20_regular, 'square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_24_regular, 'square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_28_regular, 'square_28_regular', 28), - - FluentUISampleIcon(FluentIcons.square_32_regular, 'square_32_regular', 32), - - FluentUISampleIcon(FluentIcons.square_48_regular, 'square_48_regular', 48), - - FluentUISampleIcon(FluentIcons.square_add_16_regular, 'square_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_add_20_regular, 'square_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_16_regular, 'square_arrow_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_20_regular, 'square_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_24_regular, 'square_arrow_forward_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_28_regular, 'square_arrow_forward_28_regular', 28), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_32_regular, 'square_arrow_forward_32_regular', 32), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_48_regular, 'square_arrow_forward_48_regular', 48), - - FluentUISampleIcon(FluentIcons.square_dismiss_16_regular, 'square_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_dismiss_20_regular, 'square_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_hint_16_regular, 'square_hint_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_hint_20_regular, 'square_hint_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_hint_24_regular, 'square_hint_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_hint_28_regular, 'square_hint_28_regular', 28), - - FluentUISampleIcon(FluentIcons.square_hint_32_regular, 'square_hint_32_regular', 32), - - FluentUISampleIcon(FluentIcons.square_hint_48_regular, 'square_hint_48_regular', 48), - - FluentUISampleIcon(FluentIcons.square_hint_apps_20_regular, 'square_hint_apps_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_hint_apps_24_regular, 'square_hint_apps_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_hint_arrow_back_16_regular, 'square_hint_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_hint_arrow_back_20_regular, 'square_hint_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_16_regular, 'square_hint_sparkles_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_20_regular, 'square_hint_sparkles_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_24_regular, 'square_hint_sparkles_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_28_regular, 'square_hint_sparkles_28_regular', 28), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_32_regular, 'square_hint_sparkles_32_regular', 32), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_48_regular, 'square_hint_sparkles_48_regular', 48), - - FluentUISampleIcon(FluentIcons.square_multiple_16_regular, 'square_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.square_multiple_20_regular, 'square_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.square_multiple_24_regular, 'square_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.square_shadow_12_regular, 'square_shadow_12_regular', 12), - - FluentUISampleIcon(FluentIcons.square_shadow_20_regular, 'square_shadow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.squares_nested_20_regular, 'squares_nested_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stack_16_regular, 'stack_16_regular', 16), - - FluentUISampleIcon(FluentIcons.stack_20_regular, 'stack_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stack_24_regular, 'stack_24_regular', 24), - - FluentUISampleIcon(FluentIcons.stack_arrow_forward_20_regular, 'stack_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stack_arrow_forward_24_regular, 'stack_arrow_forward_24_regular', 24), - - FluentUISampleIcon(FluentIcons.stack_star_16_regular, 'stack_star_16_regular', 16), - - FluentUISampleIcon(FluentIcons.stack_star_20_regular, 'stack_star_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stack_star_24_regular, 'stack_star_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_48_regular, 'star_48_regular', 48), - - 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_add_28_regular, 'star_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.star_arrow_right_end_20_regular, 'star_arrow_right_end_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_arrow_right_end_24_regular, 'star_arrow_right_end_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_arrow_right_start_20_regular, 'star_arrow_right_start_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_regular, 'star_arrow_right_start_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_dismiss_16_regular, 'star_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.star_dismiss_20_regular, 'star_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_dismiss_24_regular, 'star_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_dismiss_28_regular, 'star_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.star_edit_20_regular, 'star_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_edit_24_regular, 'star_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_emphasis_20_regular, 'star_emphasis_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_emphasis_24_regular, 'star_emphasis_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_emphasis_32_regular, 'star_emphasis_32_regular', 32), - - FluentUISampleIcon(FluentIcons.star_half_12_regular, 'star_half_12_regular', 12), - - FluentUISampleIcon(FluentIcons.star_half_16_regular, 'star_half_16_regular', 16), - - FluentUISampleIcon(FluentIcons.star_half_20_regular, 'star_half_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_half_24_regular, 'star_half_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_half_28_regular, 'star_half_28_regular', 28), - - FluentUISampleIcon(FluentIcons.star_line_horizontal_3_16_regular, 'star_line_horizontal_3_16_regular', 16), - - FluentUISampleIcon(FluentIcons.star_line_horizontal_3_20_regular, 'star_line_horizontal_3_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_line_horizontal_3_24_regular, 'star_line_horizontal_3_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_one_quarter_12_regular, 'star_one_quarter_12_regular', 12), - - FluentUISampleIcon(FluentIcons.star_one_quarter_16_regular, 'star_one_quarter_16_regular', 16), - - FluentUISampleIcon(FluentIcons.star_one_quarter_20_regular, 'star_one_quarter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_one_quarter_24_regular, 'star_one_quarter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_one_quarter_28_regular, 'star_one_quarter_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_20_regular, 'star_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_settings_24_regular, 'star_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_three_quarter_12_regular, 'star_three_quarter_12_regular', 12), - - FluentUISampleIcon(FluentIcons.star_three_quarter_16_regular, 'star_three_quarter_16_regular', 16), - - FluentUISampleIcon(FluentIcons.star_three_quarter_20_regular, 'star_three_quarter_20_regular', 20), - - FluentUISampleIcon(FluentIcons.star_three_quarter_24_regular, 'star_three_quarter_24_regular', 24), - - FluentUISampleIcon(FluentIcons.star_three_quarter_28_regular, 'star_three_quarter_28_regular', 28), - - 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.steps_20_regular, 'steps_20_regular', 20), - - FluentUISampleIcon(FluentIcons.steps_24_regular, 'steps_24_regular', 24), - - FluentUISampleIcon(FluentIcons.stethoscope_20_regular, 'stethoscope_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stethoscope_24_regular, 'stethoscope_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sticker_12_regular, 'sticker_12_regular', 12), - - FluentUISampleIcon(FluentIcons.sticker_20_regular, 'sticker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sticker_24_regular, 'sticker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sticker_add_20_regular, 'sticker_add_20_regular', 20), - - 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_20_regular, 'storage_20_regular', 20), - - FluentUISampleIcon(FluentIcons.storage_24_regular, 'storage_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.stream_20_regular, 'stream_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stream_24_regular, 'stream_24_regular', 24), - - FluentUISampleIcon(FluentIcons.stream_input_20_regular, 'stream_input_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stream_input_output_20_regular, 'stream_input_output_20_regular', 20), - - FluentUISampleIcon(FluentIcons.stream_output_20_regular, 'stream_output_20_regular', 20), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_16_regular, 'strikethrough_ga_na_16_regular', 16), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_20_regular, 'strikethrough_ga_na_20_regular', 20), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_24_regular, 'strikethrough_ga_na_24_regular', 24), - - FluentUISampleIcon(FluentIcons.style_guide_20_regular, 'style_guide_20_regular', 20), - - FluentUISampleIcon(FluentIcons.style_guide_24_regular, 'style_guide_24_regular', 24), - - FluentUISampleIcon(FluentIcons.sub_grid_20_regular, 'sub_grid_20_regular', 20), - - FluentUISampleIcon(FluentIcons.sub_grid_24_regular, 'sub_grid_24_regular', 24), - - FluentUISampleIcon(FluentIcons.subtitles_16_regular, 'subtitles_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtitles_20_regular, 'subtitles_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtitles_24_regular, 'subtitles_24_regular', 24), - - FluentUISampleIcon(FluentIcons.subtract_12_regular, 'subtract_12_regular', 12), - - FluentUISampleIcon(FluentIcons.subtract_16_regular, 'subtract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtract_20_regular, 'subtract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtract_24_regular, 'subtract_24_regular', 24), - - FluentUISampleIcon(FluentIcons.subtract_28_regular, 'subtract_28_regular', 28), - - FluentUISampleIcon(FluentIcons.subtract_48_regular, 'subtract_48_regular', 48), - - FluentUISampleIcon(FluentIcons.subtract_circle_12_regular, 'subtract_circle_12_regular', 12), - - FluentUISampleIcon(FluentIcons.subtract_circle_16_regular, 'subtract_circle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_20_regular, 'subtract_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtract_circle_24_regular, 'subtract_circle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.subtract_circle_28_regular, 'subtract_circle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.subtract_circle_32_regular, 'subtract_circle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_16_regular, 'subtract_circle_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_20_regular, 'subtract_circle_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_16_regular, 'subtract_circle_arrow_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_20_regular, 'subtract_circle_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtract_square_20_regular, 'subtract_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.subtract_square_24_regular, 'subtract_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.subtract_square_multiple_16_regular, 'subtract_square_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.subtract_square_multiple_20_regular, 'subtract_square_multiple_20_regular', 20), - - 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_16_regular, 'symbols_16_regular', 16), - - FluentUISampleIcon(FluentIcons.symbols_20_regular, 'symbols_20_regular', 20), - - 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.syringe_20_regular, 'syringe_20_regular', 20), - - FluentUISampleIcon(FluentIcons.syringe_24_regular, 'syringe_24_regular', 24), - - FluentUISampleIcon(FluentIcons.system_20_regular, 'system_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_add_20_regular, 'tab_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_add_24_regular, 'tab_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tab_arrow_left_20_regular, 'tab_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_arrow_left_24_regular, 'tab_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tab_desktop_16_regular, 'tab_desktop_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tab_desktop_20_regular, 'tab_desktop_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_24_regular, 'tab_desktop_24_regular', 24), - - 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_arrow_left_20_regular, 'tab_desktop_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_bottom_20_regular, 'tab_desktop_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_bottom_24_regular, 'tab_desktop_bottom_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_multiple_bottom_24_regular, 'tab_desktop_multiple_bottom_24_regular', 24), - - 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_prohibited_20_regular, 'tab_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_prohibited_24_regular, 'tab_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tab_shield_dismiss_20_regular, 'tab_shield_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tab_shield_dismiss_24_regular, 'tab_shield_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_16_regular, 'table_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_20_regular, 'table_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_24_regular, 'table_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_28_regular, 'table_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_32_regular, 'table_32_regular', 32), - - FluentUISampleIcon(FluentIcons.table_48_regular, 'table_48_regular', 48), - - FluentUISampleIcon(FluentIcons.table_add_16_regular, 'table_add_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_add_20_regular, 'table_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_add_24_regular, 'table_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_add_28_regular, 'table_add_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_bottom_row_16_regular, 'table_bottom_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_bottom_row_20_regular, 'table_bottom_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_bottom_row_24_regular, 'table_bottom_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_bottom_row_28_regular, 'table_bottom_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_bottom_row_32_regular, 'table_bottom_row_32_regular', 32), - - FluentUISampleIcon(FluentIcons.table_bottom_row_48_regular, 'table_bottom_row_48_regular', 48), - - FluentUISampleIcon(FluentIcons.table_cell_edit_16_regular, 'table_cell_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_cell_edit_20_regular, 'table_cell_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_cell_edit_24_regular, 'table_cell_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_cell_edit_28_regular, 'table_cell_edit_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_cells_merge_16_regular, 'table_cells_merge_16_regular', 16), - - 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_merge_28_regular, 'table_cells_merge_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_cells_split_16_regular, 'table_cells_split_16_regular', 16), - - 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_cells_split_28_regular, 'table_cells_split_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_checker_20_regular, 'table_checker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_copy_20_regular, 'table_copy_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_delete_column_16_regular, 'table_delete_column_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_delete_column_20_regular, 'table_delete_column_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_delete_column_24_regular, 'table_delete_column_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_delete_column_28_regular, 'table_delete_column_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_delete_row_16_regular, 'table_delete_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_delete_row_20_regular, 'table_delete_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_delete_row_24_regular, 'table_delete_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_delete_row_28_regular, 'table_delete_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_dismiss_16_regular, 'table_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_dismiss_20_regular, 'table_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_dismiss_24_regular, 'table_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_dismiss_28_regular, 'table_dismiss_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_edit_16_regular, 'table_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_edit_20_regular, 'table_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_edit_24_regular, 'table_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_edit_28_regular, 'table_edit_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_column_16_regular, 'table_freeze_column_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_column_20_regular, 'table_freeze_column_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_column_24_regular, 'table_freeze_column_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_column_28_regular, 'table_freeze_column_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_16_regular, 'table_freeze_column_and_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_20_regular, 'table_freeze_column_and_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_24_regular, 'table_freeze_column_and_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_28_regular, 'table_freeze_column_and_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_row_16_regular, 'table_freeze_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_row_20_regular, 'table_freeze_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_row_24_regular, 'table_freeze_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_row_28_regular, 'table_freeze_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_image_20_regular, 'table_image_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_insert_column_16_regular, 'table_insert_column_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_insert_column_20_regular, 'table_insert_column_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_insert_column_24_regular, 'table_insert_column_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_insert_column_28_regular, 'table_insert_column_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_insert_row_16_regular, 'table_insert_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_insert_row_20_regular, 'table_insert_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_insert_row_24_regular, 'table_insert_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_insert_row_28_regular, 'table_insert_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_lightning_16_regular, 'table_lightning_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_lightning_20_regular, 'table_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_lightning_24_regular, 'table_lightning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_lightning_28_regular, 'table_lightning_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_link_16_regular, 'table_link_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_link_20_regular, 'table_link_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_link_24_regular, 'table_link_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_link_28_regular, 'table_link_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_move_above_16_regular, 'table_move_above_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_move_above_20_regular, 'table_move_above_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_move_above_24_regular, 'table_move_above_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_move_above_28_regular, 'table_move_above_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_move_below_16_regular, 'table_move_below_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_move_below_20_regular, 'table_move_below_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_move_below_24_regular, 'table_move_below_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_move_below_28_regular, 'table_move_below_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_move_left_16_regular, 'table_move_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_move_left_20_regular, 'table_move_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_move_left_24_regular, 'table_move_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_move_left_28_regular, 'table_move_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_move_right_16_regular, 'table_move_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_move_right_20_regular, 'table_move_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_move_right_24_regular, 'table_move_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_move_right_28_regular, 'table_move_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_multiple_20_regular, 'table_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_resize_column_16_regular, 'table_resize_column_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_resize_column_20_regular, 'table_resize_column_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_resize_column_24_regular, 'table_resize_column_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_resize_column_28_regular, 'table_resize_column_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_resize_row_16_regular, 'table_resize_row_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_resize_row_20_regular, 'table_resize_row_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_resize_row_24_regular, 'table_resize_row_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_resize_row_28_regular, 'table_resize_row_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_search_20_regular, 'table_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_settings_16_regular, 'table_settings_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_settings_20_regular, 'table_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_settings_24_regular, 'table_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_settings_28_regular, 'table_settings_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_simple_16_regular, 'table_simple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_simple_20_regular, 'table_simple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_simple_24_regular, 'table_simple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_simple_28_regular, 'table_simple_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_simple_48_regular, 'table_simple_48_regular', 48), - - FluentUISampleIcon(FluentIcons.table_split_20_regular, 'table_split_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_above_16_regular, 'table_stack_above_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_stack_above_20_regular, 'table_stack_above_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_above_24_regular, 'table_stack_above_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_stack_above_28_regular, 'table_stack_above_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_stack_below_16_regular, 'table_stack_below_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_stack_below_20_regular, 'table_stack_below_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_below_24_regular, 'table_stack_below_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_stack_below_28_regular, 'table_stack_below_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_stack_down_20_regular, 'table_stack_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_left_16_regular, 'table_stack_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_stack_left_20_regular, 'table_stack_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_left_24_regular, 'table_stack_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_stack_left_28_regular, 'table_stack_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_stack_right_16_regular, 'table_stack_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_stack_right_20_regular, 'table_stack_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_stack_right_24_regular, 'table_stack_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_stack_right_28_regular, 'table_stack_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.table_switch_16_regular, 'table_switch_16_regular', 16), - - FluentUISampleIcon(FluentIcons.table_switch_20_regular, 'table_switch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.table_switch_24_regular, 'table_switch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.table_switch_28_regular, 'table_switch_28_regular', 28), - - FluentUISampleIcon(FluentIcons.tablet_12_regular, 'tablet_12_regular', 12), - - FluentUISampleIcon(FluentIcons.tablet_16_regular, 'tablet_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tablet_20_regular, 'tablet_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tablet_24_regular, 'tablet_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tablet_32_regular, 'tablet_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tablet_48_regular, 'tablet_48_regular', 48), - - FluentUISampleIcon(FluentIcons.tablet_speaker_20_regular, 'tablet_speaker_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tablet_speaker_24_regular, 'tablet_speaker_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tabs_24_regular, 'tabs_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_16_regular, 'tag_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_20_regular, 'tag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_24_regular, 'tag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_32_regular, 'tag_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tag_circle_20_regular, 'tag_circle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_dismiss_16_regular, 'tag_dismiss_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_dismiss_20_regular, 'tag_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_dismiss_24_regular, 'tag_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_error_16_regular, 'tag_error_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_error_20_regular, 'tag_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_error_24_regular, 'tag_error_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_lock_16_regular, 'tag_lock_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_lock_20_regular, 'tag_lock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_lock_24_regular, 'tag_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_lock_32_regular, 'tag_lock_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tag_multiple_16_regular, 'tag_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_multiple_20_regular, 'tag_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_multiple_24_regular, 'tag_multiple_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_off_20_regular, 'tag_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_off_24_regular, 'tag_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_question_mark_16_regular, 'tag_question_mark_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tag_question_mark_20_regular, 'tag_question_mark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_question_mark_24_regular, 'tag_question_mark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_question_mark_32_regular, 'tag_question_mark_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tag_reset_20_regular, 'tag_reset_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_reset_24_regular, 'tag_reset_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tag_search_20_regular, 'tag_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tag_search_24_regular, 'tag_search_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tap_double_20_regular, 'tap_double_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tap_double_24_regular, 'tap_double_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tap_double_32_regular, 'tap_double_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tap_double_48_regular, 'tap_double_48_regular', 48), - - FluentUISampleIcon(FluentIcons.tap_single_20_regular, 'tap_single_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tap_single_24_regular, 'tap_single_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tap_single_32_regular, 'tap_single_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tap_single_48_regular, 'tap_single_48_regular', 48), - - 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_32_regular, 'target_32_regular', 32), - - FluentUISampleIcon(FluentIcons.target_arrow_16_regular, 'target_arrow_16_regular', 16), - - FluentUISampleIcon(FluentIcons.target_arrow_20_regular, 'target_arrow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.target_arrow_24_regular, 'target_arrow_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_add_20_regular, 'task_list_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_add_24_regular, 'task_list_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_ltr_20_regular, 'task_list_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_ltr_24_regular, 'task_list_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_rtl_20_regular, 'task_list_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_rtl_24_regular, 'task_list_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_add_20_regular, 'task_list_square_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_add_24_regular, 'task_list_square_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_database_20_regular, 'task_list_square_database_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_ltr_20_regular, 'task_list_square_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_ltr_24_regular, 'task_list_square_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_person_20_regular, 'task_list_square_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_rtl_20_regular, 'task_list_square_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_rtl_24_regular, 'task_list_square_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_settings_20_regular, 'task_list_square_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tasks_app_20_regular, 'tasks_app_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tasks_app_24_regular, 'tasks_app_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tasks_app_28_regular, 'tasks_app_28_regular', 28), - - FluentUISampleIcon(FluentIcons.teddy_20_regular, 'teddy_20_regular', 20), - - FluentUISampleIcon(FluentIcons.teddy_24_regular, 'teddy_24_regular', 24), - - FluentUISampleIcon(FluentIcons.temperature_16_regular, 'temperature_16_regular', 16), - - FluentUISampleIcon(FluentIcons.temperature_20_regular, 'temperature_20_regular', 20), - - FluentUISampleIcon(FluentIcons.temperature_24_regular, 'temperature_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tent_12_regular, 'tent_12_regular', 12), - - FluentUISampleIcon(FluentIcons.tent_16_regular, 'tent_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tent_20_regular, 'tent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tent_24_regular, 'tent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tent_28_regular, 'tent_28_regular', 28), - - FluentUISampleIcon(FluentIcons.tent_48_regular, 'tent_48_regular', 48), - - FluentUISampleIcon(FluentIcons.tetris_app_16_regular, 'tetris_app_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tetris_app_20_regular, 'tetris_app_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tetris_app_24_regular, 'tetris_app_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tetris_app_28_regular, 'tetris_app_28_regular', 28), - - FluentUISampleIcon(FluentIcons.tetris_app_32_regular, 'tetris_app_32_regular', 32), - - FluentUISampleIcon(FluentIcons.tetris_app_48_regular, 'tetris_app_48_regular', 48), - - FluentUISampleIcon(FluentIcons.text_20_regular, 'text_20_regular', 20), - - 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_add_t_24_regular, 'text_add_t_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_center_16_regular, 'text_align_center_16_regular', 16), - - 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_center_rotate_270_24_regular, 'text_align_center_rotate_270_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_distributed_evenly_20_regular, 'text_align_distributed_evenly_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_align_distributed_evenly_24_regular, 'text_align_distributed_evenly_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_20_regular, 'text_align_distributed_vertical_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_24_regular, 'text_align_distributed_vertical_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_justify_low_20_regular, 'text_align_justify_low_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_align_justify_low_24_regular, 'text_align_justify_low_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_justify_low_rotate_90_24_regular, 'text_align_justify_low_rotate_90_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_justify_rotate_90_24_regular, 'text_align_justify_rotate_90_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_left_16_regular, 'text_align_left_16_regular', 16), - - 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_left_rotate_270_24_regular, 'text_align_left_rotate_270_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_align_right_16_regular, 'text_align_right_16_regular', 16), - - 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_align_right_rotate_270_24_regular, 'text_align_right_rotate_270_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_asterisk_20_regular, 'text_asterisk_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_baseline_20_regular, 'text_baseline_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bold_16_regular, 'text_bold_16_regular', 16), - - 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_box_16_regular, 'text_box_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_box_settings_20_regular, 'text_box_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_box_settings_24_regular, 'text_box_settings_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_20_regular, 'text_bullet_list_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_regular, 'text_bullet_list_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_checkmark_20_regular, 'text_bullet_list_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_dismiss_20_regular, 'text_bullet_list_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_16_regular, 'text_bullet_list_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_20_regular, 'text_bullet_list_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_24_regular, 'text_bullet_list_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_16_regular, 'text_bullet_list_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_20_regular, 'text_bullet_list_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_24_regular, 'text_bullet_list_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_20_regular, 'text_bullet_list_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_regular, 'text_bullet_list_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_clock_20_regular, 'text_bullet_list_square_clock_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_20_regular, 'text_bullet_list_square_edit_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_24_regular, 'text_bullet_list_square_edit_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_person_20_regular, 'text_bullet_list_square_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_search_20_regular, 'text_bullet_list_square_search_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_settings_20_regular, 'text_bullet_list_square_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_shield_20_regular, 'text_bullet_list_square_shield_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_toolbox_20_regular, 'text_bullet_list_square_toolbox_20_regular', 20), - - 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_case_lowercase_16_regular, 'text_case_lowercase_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_case_lowercase_20_regular, 'text_case_lowercase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_case_lowercase_24_regular, 'text_case_lowercase_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_case_title_16_regular, 'text_case_title_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_case_title_20_regular, 'text_case_title_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_case_title_24_regular, 'text_case_title_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_16_regular, 'text_case_uppercase_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_20_regular, 'text_case_uppercase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_24_regular, 'text_case_uppercase_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_change_case_16_regular, 'text_change_case_16_regular', 16), - - 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_clear_formatting_16_regular, 'text_clear_formatting_16_regular', 16), - - 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_clear_formatting_ga_24_regular, 'text_clear_formatting_ga_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_collapse_20_regular, 'text_collapse_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_collapse_24_regular, 'text_collapse_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_color_16_regular, 'text_color_16_regular', 16), - - 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_color_accent_16_regular, 'text_color_accent_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_color_accent_20_regular, 'text_color_accent_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_color_accent_24_regular, 'text_color_accent_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_color_ga_20_regular, 'text_color_ga_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_color_ga_24_regular, 'text_color_ga_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_one_narrow_20_regular, 'text_column_one_narrow_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_narrow_24_regular, 'text_column_one_narrow_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_20_regular, 'text_column_one_wide_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_24_regular, 'text_column_one_wide_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_20_regular, 'text_column_one_wide_lightning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_24_regular, 'text_column_one_wide_lightning_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_continuous_20_regular, 'text_continuous_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_continuous_24_regular, 'text_continuous_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_density_16_regular, 'text_density_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_density_20_regular, 'text_density_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_density_24_regular, 'text_density_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_density_28_regular, 'text_density_28_regular', 28), - - 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_horizontal_left_20_regular, 'text_direction_horizontal_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_left_24_regular, 'text_direction_horizontal_left_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_horizontal_right_20_regular, 'text_direction_horizontal_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_right_24_regular, 'text_direction_horizontal_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_20_regular, 'text_direction_horizontal_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_24_regular, 'text_direction_horizontal_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_20_regular, 'text_direction_ltr_ac_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_24_regular, 'text_direction_ltr_ac_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_270_ltr_20_regular, 'text_direction_rotate_270_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ltr_24_regular, 'text_direction_rotate_270_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_20_regular, 'text_direction_rotate_270_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_24_regular, 'text_direction_rotate_270_right_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_rotate_90_ac_24_regular, 'text_direction_rotate_90_ac_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_20_regular, 'text_direction_rotate_90_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_24_regular, 'text_direction_rotate_90_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_20_regular, 'text_direction_rotate_90_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_24_regular, 'text_direction_rotate_90_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_20_regular, 'text_direction_rotate_90_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_24_regular, 'text_direction_rotate_90_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_20_regular, 'text_direction_rotate_90_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_24_regular, 'text_direction_rotate_90_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_20_regular, 'text_direction_rtl_ac_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_24_regular, 'text_direction_rtl_ac_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_direction_vertical_ac_24_regular, 'text_direction_vertical_ac_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_edit_style_ga_24_regular, 'text_edit_style_ga_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_effects_ga_24_regular, 'text_effects_ga_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_expand_20_regular, 'text_expand_20_regular', 20), - - 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_info_16_regular, 'text_font_info_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_font_info_20_regular, 'text_font_info_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_font_info_24_regular, 'text_font_info_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_font_size_16_regular, 'text_font_size_16_regular', 16), - - 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_footnote_ga_na_24_regular, 'text_footnote_ga_na_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_20_regular, 'text_grammar_arrow_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_24_regular, 'text_grammar_arrow_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_20_regular, 'text_grammar_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_24_regular, 'text_grammar_arrow_right_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_checkmark_20_regular, 'text_grammar_checkmark_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_checkmark_24_regular, 'text_grammar_checkmark_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_dismiss_20_regular, 'text_grammar_dismiss_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_dismiss_24_regular, 'text_grammar_dismiss_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_error_20_regular, 'text_grammar_error_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_settings_20_regular, 'text_grammar_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_settings_24_regular, 'text_grammar_settings_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_16_regular, 'text_grammar_wand_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_20_regular, 'text_grammar_wand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_24_regular, 'text_grammar_wand_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_1_24_regular, 'text_header_1_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_header_2_20_regular, 'text_header_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_header_2_24_regular, 'text_header_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_header_3_20_regular, 'text_header_3_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_header_3_24_regular, 'text_header_3_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_16_regular, 'text_indent_decrease_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_20_regular, 'text_indent_decrease_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_24_regular, 'text_indent_decrease_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_16_regular, 'text_indent_decrease_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_20_regular, 'text_indent_decrease_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_24_regular, 'text_indent_decrease_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_16_regular, 'text_indent_decrease_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_20_regular, 'text_indent_decrease_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_24_regular, 'text_indent_decrease_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_16_regular, 'text_indent_increase_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_20_regular, 'text_indent_increase_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_24_regular, 'text_indent_increase_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_16_regular, 'text_indent_increase_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_20_regular, 'text_indent_increase_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_24_regular, 'text_indent_increase_ltr_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_16_regular, 'text_indent_increase_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_20_regular, 'text_indent_increase_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_24_regular, 'text_indent_increase_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_italic_16_regular, 'text_italic_16_regular', 16), - - 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_more_20_regular, 'text_more_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_more_24_regular, 'text_more_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_number_format_20_regular, 'text_number_format_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_number_format_24_regular, 'text_number_format_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_number_format_ga_na_da_24_regular, 'text_number_format_ga_na_da_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_number_list_ltr_16_regular, 'text_number_list_ltr_16_regular', 16), - - 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_16_regular, 'text_number_list_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_number_list_rtl_20_regular, 'text_number_list_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_regular, 'text_number_list_rtl_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_16_regular, 'text_paragraph_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_20_regular, 'text_paragraph_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_24_regular, 'text_paragraph_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_20_regular, 'text_paragraph_direction_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_24_regular, 'text_paragraph_direction_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_16_regular, 'text_paragraph_direction_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_20_regular, 'text_paragraph_direction_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_16_regular, 'text_paragraph_direction_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_20_regular, 'text_paragraph_direction_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_period_asterisk_20_regular, 'text_period_asterisk_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_behind_20_regular, 'text_position_behind_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_behind_24_regular, 'text_position_behind_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_front_20_regular, 'text_position_front_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_front_24_regular, 'text_position_front_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_line_20_regular, 'text_position_line_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_line_24_regular, 'text_position_line_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_square_20_regular, 'text_position_square_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_square_24_regular, 'text_position_square_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_through_20_regular, 'text_position_through_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_through_24_regular, 'text_position_through_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_tight_20_regular, 'text_position_tight_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_tight_24_regular, 'text_position_tight_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_position_top_bottom_20_regular, 'text_position_top_bottom_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_position_top_bottom_24_regular, 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_regular, 'text_proofing_tools_ga_na_da_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_proofing_tools_zi_24_regular, 'text_proofing_tools_zi_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_quote_16_regular, 'text_quote_16_regular', 16), - - 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_16_regular, 'text_sort_ascending_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_sort_ascending_20_regular, 'text_sort_ascending_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_sort_ascending_24_regular, 'text_sort_ascending_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_sort_descending_16_regular, 'text_sort_descending_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_sort_descending_20_regular, 'text_sort_descending_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_sort_descending_24_regular, 'text_sort_descending_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_strikethrough_16_regular, 'text_strikethrough_16_regular', 16), - - 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_strikethrough_s_16_regular, 'text_strikethrough_s_16_regular', 16), - - FluentUISampleIcon(FluentIcons.text_strikethrough_s_20_regular, 'text_strikethrough_s_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_strikethrough_s_24_regular, 'text_strikethrough_s_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_subscript_16_regular, 'text_subscript_16_regular', 16), - - 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_16_regular, 'text_superscript_16_regular', 16), - - 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_t_20_regular, 'text_t_20_regular', 20), - - FluentUISampleIcon(FluentIcons.text_t_24_regular, 'text_t_24_regular', 24), - - FluentUISampleIcon(FluentIcons.text_t_28_regular, 'text_t_28_regular', 28), - - FluentUISampleIcon(FluentIcons.text_t_48_regular, 'text_t_48_regular', 48), - - FluentUISampleIcon(FluentIcons.text_underline_16_regular, 'text_underline_16_regular', 16), - - 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_16_regular, 'textbox_16_regular', 16), - - FluentUISampleIcon(FluentIcons.textbox_20_regular, 'textbox_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_24_regular, 'textbox_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_bottom_rotate_90_20_regular, 'textbox_align_bottom_rotate_90_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_bottom_rotate_90_24_regular, 'textbox_align_bottom_rotate_90_24_regular', 24), - - FluentUISampleIcon(FluentIcons.textbox_align_center_20_regular, 'textbox_align_center_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_center_24_regular, 'textbox_align_center_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_middle_rotate_90_20_regular, 'textbox_align_middle_rotate_90_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_middle_rotate_90_24_regular, 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_regular, 'textbox_align_top_rotate_90_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_top_rotate_90_24_regular, 'textbox_align_top_rotate_90_24_regular', 24), - - FluentUISampleIcon(FluentIcons.textbox_more_20_regular, 'textbox_more_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_more_24_regular, 'textbox_more_24_regular', 24), - - FluentUISampleIcon(FluentIcons.textbox_rotate_90_20_regular, 'textbox_rotate_90_20_regular', 20), - - FluentUISampleIcon(FluentIcons.textbox_rotate_90_24_regular, 'textbox_rotate_90_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_16_regular, 'thumb_dislike_16_regular', 16), - - 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_16_regular, 'thumb_like_16_regular', 16), - - FluentUISampleIcon(FluentIcons.thumb_like_20_regular, 'thumb_like_20_regular', 20), - - FluentUISampleIcon(FluentIcons.thumb_like_24_regular, 'thumb_like_24_regular', 24), - - FluentUISampleIcon(FluentIcons.thumb_like_28_regular, 'thumb_like_28_regular', 28), - - FluentUISampleIcon(FluentIcons.thumb_like_48_regular, 'thumb_like_48_regular', 48), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_16_regular, 'ticket_diagonal_16_regular', 16), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_20_regular, 'ticket_diagonal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_24_regular, 'ticket_diagonal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_28_regular, 'ticket_diagonal_28_regular', 28), - - FluentUISampleIcon(FluentIcons.ticket_horizontal_20_regular, 'ticket_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.ticket_horizontal_24_regular, 'ticket_horizontal_24_regular', 24), - - FluentUISampleIcon(FluentIcons.time_and_weather_20_regular, 'time_and_weather_20_regular', 20), - - 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_20_regular, 'timeline_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timeline_24_regular, 'timeline_24_regular', 24), - - FluentUISampleIcon(FluentIcons.timer_10_20_regular, 'timer_10_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timer_10_24_regular, 'timer_10_24_regular', 24), - - FluentUISampleIcon(FluentIcons.timer_12_regular, 'timer_12_regular', 12), - - FluentUISampleIcon(FluentIcons.timer_16_regular, 'timer_16_regular', 16), - - FluentUISampleIcon(FluentIcons.timer_20_regular, 'timer_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timer_24_regular, 'timer_24_regular', 24), - - FluentUISampleIcon(FluentIcons.timer_28_regular, 'timer_28_regular', 28), - - FluentUISampleIcon(FluentIcons.timer_2_20_regular, 'timer_2_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timer_2_24_regular, 'timer_2_24_regular', 24), - - FluentUISampleIcon(FluentIcons.timer_32_regular, 'timer_32_regular', 32), - - FluentUISampleIcon(FluentIcons.timer_3_20_regular, 'timer_3_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timer_3_24_regular, 'timer_3_24_regular', 24), - - FluentUISampleIcon(FluentIcons.timer_48_regular, 'timer_48_regular', 48), - - FluentUISampleIcon(FluentIcons.timer_off_20_regular, 'timer_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.timer_off_24_regular, 'timer_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.toggle_left_16_regular, 'toggle_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.toggle_left_20_regular, 'toggle_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.toggle_left_24_regular, 'toggle_left_24_regular', 24), - - FluentUISampleIcon(FluentIcons.toggle_left_28_regular, 'toggle_left_28_regular', 28), - - FluentUISampleIcon(FluentIcons.toggle_left_48_regular, 'toggle_left_48_regular', 48), - - 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.toggle_right_28_regular, 'toggle_right_28_regular', 28), - - FluentUISampleIcon(FluentIcons.toggle_right_48_regular, 'toggle_right_48_regular', 48), - - FluentUISampleIcon(FluentIcons.toolbox_12_regular, 'toolbox_12_regular', 12), - - 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.tooltip_quote_20_regular, 'tooltip_quote_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tooltip_quote_24_regular, 'tooltip_quote_24_regular', 24), - - FluentUISampleIcon(FluentIcons.top_speed_20_regular, 'top_speed_20_regular', 20), - - 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.transmission_20_regular, 'transmission_20_regular', 20), - - FluentUISampleIcon(FluentIcons.transmission_24_regular, 'transmission_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tray_item_add_20_regular, 'tray_item_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tray_item_add_24_regular, 'tray_item_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tray_item_remove_20_regular, 'tray_item_remove_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tray_item_remove_24_regular, 'tray_item_remove_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tree_deciduous_20_regular, 'tree_deciduous_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tree_evergreen_20_regular, 'tree_evergreen_20_regular', 20), - - FluentUISampleIcon(FluentIcons.triangle_12_regular, 'triangle_12_regular', 12), - - FluentUISampleIcon(FluentIcons.triangle_16_regular, 'triangle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.triangle_20_regular, 'triangle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.triangle_32_regular, 'triangle_32_regular', 32), - - FluentUISampleIcon(FluentIcons.triangle_48_regular, 'triangle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.triangle_down_12_regular, 'triangle_down_12_regular', 12), - - FluentUISampleIcon(FluentIcons.triangle_down_16_regular, 'triangle_down_16_regular', 16), - - FluentUISampleIcon(FluentIcons.triangle_down_20_regular, 'triangle_down_20_regular', 20), - - FluentUISampleIcon(FluentIcons.triangle_down_32_regular, 'triangle_down_32_regular', 32), - - FluentUISampleIcon(FluentIcons.triangle_down_48_regular, 'triangle_down_48_regular', 48), - - FluentUISampleIcon(FluentIcons.triangle_left_12_regular, 'triangle_left_12_regular', 12), - - FluentUISampleIcon(FluentIcons.triangle_left_16_regular, 'triangle_left_16_regular', 16), - - FluentUISampleIcon(FluentIcons.triangle_left_20_regular, 'triangle_left_20_regular', 20), - - FluentUISampleIcon(FluentIcons.triangle_left_32_regular, 'triangle_left_32_regular', 32), - - FluentUISampleIcon(FluentIcons.triangle_left_48_regular, 'triangle_left_48_regular', 48), - - FluentUISampleIcon(FluentIcons.triangle_right_12_regular, 'triangle_right_12_regular', 12), - - FluentUISampleIcon(FluentIcons.triangle_right_16_regular, 'triangle_right_16_regular', 16), - - FluentUISampleIcon(FluentIcons.triangle_right_20_regular, 'triangle_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.triangle_right_32_regular, 'triangle_right_32_regular', 32), - - FluentUISampleIcon(FluentIcons.triangle_right_48_regular, 'triangle_right_48_regular', 48), - - 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.trophy_28_regular, 'trophy_28_regular', 28), - - FluentUISampleIcon(FluentIcons.trophy_32_regular, 'trophy_32_regular', 32), - - FluentUISampleIcon(FluentIcons.trophy_48_regular, 'trophy_48_regular', 48), - - FluentUISampleIcon(FluentIcons.trophy_off_16_regular, 'trophy_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.trophy_off_20_regular, 'trophy_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.trophy_off_24_regular, 'trophy_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.trophy_off_28_regular, 'trophy_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.trophy_off_32_regular, 'trophy_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.trophy_off_48_regular, 'trophy_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.tv_16_regular, 'tv_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tv_20_regular, 'tv_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tv_24_regular, 'tv_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tv_28_regular, 'tv_28_regular', 28), - - FluentUISampleIcon(FluentIcons.tv_48_regular, 'tv_48_regular', 48), - - FluentUISampleIcon(FluentIcons.tv_arrow_right_20_regular, 'tv_arrow_right_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tv_usb_16_regular, 'tv_usb_16_regular', 16), - - FluentUISampleIcon(FluentIcons.tv_usb_20_regular, 'tv_usb_20_regular', 20), - - FluentUISampleIcon(FluentIcons.tv_usb_24_regular, 'tv_usb_24_regular', 24), - - FluentUISampleIcon(FluentIcons.tv_usb_28_regular, 'tv_usb_28_regular', 28), - - FluentUISampleIcon(FluentIcons.tv_usb_48_regular, 'tv_usb_48_regular', 48), - - FluentUISampleIcon(FluentIcons.umbrella_20_regular, 'umbrella_20_regular', 20), - - FluentUISampleIcon(FluentIcons.umbrella_24_regular, 'umbrella_24_regular', 24), - - FluentUISampleIcon(FluentIcons.uninstall_app_20_regular, 'uninstall_app_20_regular', 20), - - FluentUISampleIcon(FluentIcons.uninstall_app_24_regular, 'uninstall_app_24_regular', 24), - - FluentUISampleIcon(FluentIcons.usb_plug_20_regular, 'usb_plug_20_regular', 20), - - FluentUISampleIcon(FluentIcons.usb_plug_24_regular, 'usb_plug_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_16_regular, 'vehicle_bicycle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_bicycle_20_regular, 'vehicle_bicycle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_bicycle_24_regular, 'vehicle_bicycle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_bus_16_regular, 'vehicle_bus_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_bus_20_regular, 'vehicle_bus_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_bus_24_regular, 'vehicle_bus_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_cab_16_regular, 'vehicle_cab_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_cab_20_regular, 'vehicle_cab_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_cab_24_regular, 'vehicle_cab_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_cab_28_regular, 'vehicle_cab_28_regular', 28), - - 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_car_28_regular, 'vehicle_car_28_regular', 28), - - FluentUISampleIcon(FluentIcons.vehicle_car_48_regular, 'vehicle_car_48_regular', 48), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_16_regular, 'vehicle_car_collision_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_20_regular, 'vehicle_car_collision_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_24_regular, 'vehicle_car_collision_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_28_regular, 'vehicle_car_collision_28_regular', 28), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_32_regular, 'vehicle_car_collision_32_regular', 32), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_48_regular, 'vehicle_car_collision_48_regular', 48), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_16_regular, 'vehicle_car_profile_ltr_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_20_regular, 'vehicle_car_profile_ltr_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_16_regular, 'vehicle_car_profile_rtl_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_20_regular, 'vehicle_car_profile_rtl_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_ship_16_regular, 'vehicle_ship_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_ship_20_regular, 'vehicle_ship_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_ship_24_regular, 'vehicle_ship_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_subway_16_regular, 'vehicle_subway_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_subway_20_regular, 'vehicle_subway_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_subway_24_regular, 'vehicle_subway_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_16_regular, 'vehicle_truck_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_truck_20_regular, 'vehicle_truck_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_24_regular, 'vehicle_truck_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_bag_20_regular, 'vehicle_truck_bag_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_bag_24_regular, 'vehicle_truck_bag_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_cube_20_regular, 'vehicle_truck_cube_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_cube_24_regular, 'vehicle_truck_cube_24_regular', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_16_regular, 'vehicle_truck_profile_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_20_regular, 'vehicle_truck_profile_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_24_regular, 'vehicle_truck_profile_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_32_regular, 'video_32_regular', 32), - - FluentUISampleIcon(FluentIcons.video_360_20_regular, 'video_360_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_360_24_regular, 'video_360_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_360_off_20_regular, 'video_360_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_48_regular, 'video_48_regular', 48), - - FluentUISampleIcon(FluentIcons.video_add_20_regular, 'video_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_add_24_regular, 'video_add_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_background_effect_20_regular, 'video_background_effect_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_background_effect_24_regular, 'video_background_effect_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_chat_16_regular, 'video_chat_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_chat_20_regular, 'video_chat_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_chat_24_regular, 'video_chat_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_chat_28_regular, 'video_chat_28_regular', 28), - - FluentUISampleIcon(FluentIcons.video_chat_32_regular, 'video_chat_32_regular', 32), - - FluentUISampleIcon(FluentIcons.video_chat_48_regular, 'video_chat_48_regular', 48), - - FluentUISampleIcon(FluentIcons.video_clip_16_regular, 'video_clip_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_clip_20_regular, 'video_clip_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_clip_24_regular, 'video_clip_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_16_regular, 'video_clip_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_20_regular, 'video_clip_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_24_regular, 'video_clip_multiple_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_off_32_regular, 'video_off_32_regular', 32), - - FluentUISampleIcon(FluentIcons.video_off_48_regular, 'video_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.video_person_12_regular, 'video_person_12_regular', 12), - - FluentUISampleIcon(FluentIcons.video_person_16_regular, 'video_person_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_person_20_regular, 'video_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_24_regular, 'video_person_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_person_28_regular, 'video_person_28_regular', 28), - - FluentUISampleIcon(FluentIcons.video_person_48_regular, 'video_person_48_regular', 48), - - FluentUISampleIcon(FluentIcons.video_person_call_16_regular, 'video_person_call_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_person_call_20_regular, 'video_person_call_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_call_24_regular, 'video_person_call_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_person_call_32_regular, 'video_person_call_32_regular', 32), - - FluentUISampleIcon(FluentIcons.video_person_off_20_regular, 'video_person_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_off_24_regular, 'video_person_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_16_regular, 'video_person_sparkle_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_20_regular, 'video_person_sparkle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_24_regular, 'video_person_sparkle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_28_regular, 'video_person_sparkle_28_regular', 28), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_48_regular, 'video_person_sparkle_48_regular', 48), - - FluentUISampleIcon(FluentIcons.video_person_star_20_regular, 'video_person_star_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_star_24_regular, 'video_person_star_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_person_star_off_20_regular, 'video_person_star_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_person_star_off_24_regular, 'video_person_star_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_play_pause_20_regular, 'video_play_pause_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_play_pause_24_regular, 'video_play_pause_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_prohibited_16_regular, 'video_prohibited_16_regular', 16), - - FluentUISampleIcon(FluentIcons.video_prohibited_20_regular, 'video_prohibited_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_prohibited_24_regular, 'video_prohibited_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_prohibited_28_regular, 'video_prohibited_28_regular', 28), - - FluentUISampleIcon(FluentIcons.video_recording_20_regular, 'video_recording_20_regular', 20), - - 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_20_regular, 'video_switch_20_regular', 20), - - FluentUISampleIcon(FluentIcons.video_switch_24_regular, 'video_switch_24_regular', 24), - - FluentUISampleIcon(FluentIcons.video_sync_20_regular, 'video_sync_20_regular', 20), - - 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.virtual_network_20_regular, 'virtual_network_20_regular', 20), - - FluentUISampleIcon(FluentIcons.virtual_network_toolbox_20_regular, 'virtual_network_toolbox_20_regular', 20), - - 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.voicemail_28_regular, 'voicemail_28_regular', 28), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_regular, 'voicemail_arrow_back_16_regular', 16), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_regular, 'voicemail_arrow_back_20_regular', 20), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_16_regular, 'voicemail_arrow_forward_16_regular', 16), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_20_regular, 'voicemail_arrow_forward_20_regular', 20), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_subtract_20_regular, 'voicemail_arrow_subtract_20_regular', 20), - - FluentUISampleIcon(FluentIcons.voicemail_subtract_16_regular, 'voicemail_subtract_16_regular', 16), - - FluentUISampleIcon(FluentIcons.vote_20_regular, 'vote_20_regular', 20), - - FluentUISampleIcon(FluentIcons.vote_24_regular, 'vote_24_regular', 24), - - FluentUISampleIcon(FluentIcons.walkie_talkie_20_regular, 'walkie_talkie_20_regular', 20), - - FluentUISampleIcon(FluentIcons.walkie_talkie_24_regular, 'walkie_talkie_24_regular', 24), - - FluentUISampleIcon(FluentIcons.walkie_talkie_28_regular, 'walkie_talkie_28_regular', 28), - - FluentUISampleIcon(FluentIcons.wallet_16_regular, 'wallet_16_regular', 16), - - FluentUISampleIcon(FluentIcons.wallet_20_regular, 'wallet_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wallet_24_regular, 'wallet_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wallet_28_regular, 'wallet_28_regular', 28), - - FluentUISampleIcon(FluentIcons.wallet_32_regular, 'wallet_32_regular', 32), - - FluentUISampleIcon(FluentIcons.wallet_48_regular, 'wallet_48_regular', 48), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_16_regular, 'wallet_credit_card_16_regular', 16), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_20_regular, 'wallet_credit_card_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_24_regular, 'wallet_credit_card_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_32_regular, 'wallet_credit_card_32_regular', 32), - - FluentUISampleIcon(FluentIcons.wallpaper_24_regular, 'wallpaper_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wand_16_regular, 'wand_16_regular', 16), - - FluentUISampleIcon(FluentIcons.wand_20_regular, 'wand_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wand_24_regular, 'wand_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wand_28_regular, 'wand_28_regular', 28), - - FluentUISampleIcon(FluentIcons.wand_48_regular, 'wand_48_regular', 48), - - FluentUISampleIcon(FluentIcons.warning_12_regular, 'warning_12_regular', 12), - - 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.warning_shield_20_regular, 'warning_shield_20_regular', 20), - - 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_drizzle_20_regular, 'weather_drizzle_20_regular', 20), - - FluentUISampleIcon(FluentIcons.weather_drizzle_24_regular, 'weather_drizzle_24_regular', 24), - - FluentUISampleIcon(FluentIcons.weather_drizzle_48_regular, 'weather_drizzle_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_haze_20_regular, 'weather_haze_20_regular', 20), - - FluentUISampleIcon(FluentIcons.weather_haze_24_regular, 'weather_haze_24_regular', 24), - - FluentUISampleIcon(FluentIcons.weather_haze_48_regular, 'weather_haze_48_regular', 48), - - FluentUISampleIcon(FluentIcons.weather_moon_16_regular, 'weather_moon_16_regular', 16), - - 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_28_regular, 'weather_moon_28_regular', 28), - - FluentUISampleIcon(FluentIcons.weather_moon_48_regular, 'weather_moon_48_regular', 48), - - FluentUISampleIcon(FluentIcons.weather_moon_off_16_regular, 'weather_moon_off_16_regular', 16), - - FluentUISampleIcon(FluentIcons.weather_moon_off_20_regular, 'weather_moon_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.weather_moon_off_24_regular, 'weather_moon_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.weather_moon_off_28_regular, 'weather_moon_off_28_regular', 28), - - FluentUISampleIcon(FluentIcons.weather_moon_off_48_regular, 'weather_moon_off_48_regular', 48), - - FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_16_regular, 'weather_partly_cloudy_day_16_regular', 16), - - 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_16_regular, 'weather_sunny_16_regular', 16), - - 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_28_regular, 'weather_sunny_28_regular', 28), - - FluentUISampleIcon(FluentIcons.weather_sunny_32_regular, 'weather_sunny_32_regular', 32), - - FluentUISampleIcon(FluentIcons.weather_sunny_48_regular, 'weather_sunny_48_regular', 48), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_20_regular, 'weather_sunny_high_20_regular', 20), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_24_regular, 'weather_sunny_high_24_regular', 24), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_48_regular, 'weather_sunny_high_48_regular', 48), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_20_regular, 'weather_sunny_low_20_regular', 20), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_24_regular, 'weather_sunny_low_24_regular', 24), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_48_regular, 'weather_sunny_low_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_20_regular, 'web_asset_20_regular', 20), - - FluentUISampleIcon(FluentIcons.web_asset_24_regular, 'web_asset_24_regular', 24), - - FluentUISampleIcon(FluentIcons.whiteboard_20_regular, 'whiteboard_20_regular', 20), - - FluentUISampleIcon(FluentIcons.whiteboard_24_regular, 'whiteboard_24_regular', 24), - - FluentUISampleIcon(FluentIcons.whiteboard_48_regular, 'whiteboard_48_regular', 48), - - 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_lock_24_regular, 'wifi_lock_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wifi_off_20_regular, 'wifi_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wifi_off_24_regular, 'wifi_off_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wifi_protected_24_regular, 'wifi_protected_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wifi_settings_20_regular, 'wifi_settings_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wifi_warning_20_regular, 'wifi_warning_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wifi_warning_24_regular, 'wifi_warning_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_16_regular, 'window_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_20_regular, 'window_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_24_regular, 'window_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_28_regular, 'window_28_regular', 28), - - FluentUISampleIcon(FluentIcons.window_32_regular, 'window_32_regular', 32), - - FluentUISampleIcon(FluentIcons.window_48_regular, 'window_48_regular', 48), - - FluentUISampleIcon(FluentIcons.window_ad_20_regular, 'window_ad_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_ad_off_20_regular, 'window_ad_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_ad_person_20_regular, 'window_ad_person_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_apps_16_regular, 'window_apps_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_apps_20_regular, 'window_apps_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_apps_24_regular, 'window_apps_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_apps_28_regular, 'window_apps_28_regular', 28), - - FluentUISampleIcon(FluentIcons.window_apps_32_regular, 'window_apps_32_regular', 32), - - FluentUISampleIcon(FluentIcons.window_apps_48_regular, 'window_apps_48_regular', 48), - - FluentUISampleIcon(FluentIcons.window_arrow_up_16_regular, 'window_arrow_up_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_arrow_up_20_regular, 'window_arrow_up_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_arrow_up_24_regular, 'window_arrow_up_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_bullet_list_20_regular, 'window_bullet_list_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_bullet_list_add_20_regular, 'window_bullet_list_add_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_console_20_regular, 'window_console_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_database_20_regular, 'window_database_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_dev_edit_16_regular, 'window_dev_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_dev_edit_20_regular, 'window_dev_edit_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_edit_16_regular, 'window_edit_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_header_horizontal_20_regular, 'window_header_horizontal_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_header_horizontal_off_20_regular, 'window_header_horizontal_off_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_header_vertical_20_regular, 'window_header_vertical_20_regular', 20), - - 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_location_target_20_regular, 'window_location_target_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_multiple_16_regular, 'window_multiple_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_multiple_20_regular, 'window_multiple_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_multiple_swap_20_regular, 'window_multiple_swap_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_new_16_regular, 'window_new_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_new_20_regular, 'window_new_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_new_24_regular, 'window_new_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_play_20_regular, 'window_play_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_settings_20_regular, 'window_settings_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.window_text_20_regular, 'window_text_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_wrench_16_regular, 'window_wrench_16_regular', 16), - - FluentUISampleIcon(FluentIcons.window_wrench_20_regular, 'window_wrench_20_regular', 20), - - FluentUISampleIcon(FluentIcons.window_wrench_24_regular, 'window_wrench_24_regular', 24), - - FluentUISampleIcon(FluentIcons.window_wrench_28_regular, 'window_wrench_28_regular', 28), - - FluentUISampleIcon(FluentIcons.window_wrench_32_regular, 'window_wrench_32_regular', 32), - - FluentUISampleIcon(FluentIcons.window_wrench_48_regular, 'window_wrench_48_regular', 48), - - FluentUISampleIcon(FluentIcons.wrench_16_regular, 'wrench_16_regular', 16), - - FluentUISampleIcon(FluentIcons.wrench_20_regular, 'wrench_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wrench_24_regular, 'wrench_24_regular', 24), - - FluentUISampleIcon(FluentIcons.wrench_screwdriver_20_regular, 'wrench_screwdriver_20_regular', 20), - - FluentUISampleIcon(FluentIcons.wrench_screwdriver_24_regular, 'wrench_screwdriver_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.xray_20_regular, 'xray_20_regular', 20), - - FluentUISampleIcon(FluentIcons.xray_24_regular, 'xray_24_regular', 24), - - FluentUISampleIcon(FluentIcons.zoom_in_16_regular, 'zoom_in_16_regular', 16), - - 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_16_regular, 'zoom_out_16_regular', 16), - - 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_20_filled, 'access_time_20_filled', 20), - - 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.accessibility_32_filled, 'accessibility_32_filled', 32), - - FluentUISampleIcon(FluentIcons.accessibility_48_filled, 'accessibility_48_filled', 48), - - FluentUISampleIcon(FluentIcons.accessibility_checkmark_20_filled, 'accessibility_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.accessibility_checkmark_24_filled, 'accessibility_checkmark_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_16_filled, 'add_circle_16_filled', 16), - - 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.add_circle_32_filled, 'add_circle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.add_square_20_filled, 'add_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.add_square_24_filled, 'add_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.add_square_multiple_16_filled, 'add_square_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.add_square_multiple_20_filled, 'add_square_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_16_filled, 'add_subtract_circle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_20_filled, 'add_subtract_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_24_filled, 'add_subtract_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_28_filled, 'add_subtract_circle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.add_subtract_circle_48_filled, 'add_subtract_circle_48_filled', 48), - - 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.album_20_filled, 'album_20_filled', 20), - - FluentUISampleIcon(FluentIcons.album_24_filled, 'album_24_filled', 24), - - FluentUISampleIcon(FluentIcons.album_add_20_filled, 'album_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.album_add_24_filled, 'album_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.alert_16_filled, 'alert_16_filled', 16), - - 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_32_filled, 'alert_32_filled', 32), - - 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_20_filled, 'alert_on_20_filled', 20), - - 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_16_filled, 'alert_urgent_16_filled', 16), - - FluentUISampleIcon(FluentIcons.alert_urgent_20_filled, 'alert_urgent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.alert_urgent_24_filled, 'alert_urgent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_bottom_16_filled, 'align_bottom_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_bottom_20_filled, 'align_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_bottom_24_filled, 'align_bottom_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_bottom_28_filled, 'align_bottom_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_bottom_32_filled, 'align_bottom_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_bottom_48_filled, 'align_bottom_48_filled', 48), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_16_filled, 'align_center_horizontal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_20_filled, 'align_center_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_24_filled, 'align_center_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_28_filled, 'align_center_horizontal_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_32_filled, 'align_center_horizontal_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_center_horizontal_48_filled, 'align_center_horizontal_48_filled', 48), - - FluentUISampleIcon(FluentIcons.align_center_vertical_16_filled, 'align_center_vertical_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_center_vertical_20_filled, 'align_center_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_center_vertical_24_filled, 'align_center_vertical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_center_vertical_28_filled, 'align_center_vertical_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_center_vertical_32_filled, 'align_center_vertical_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_center_vertical_48_filled, 'align_center_vertical_48_filled', 48), - - FluentUISampleIcon(FluentIcons.align_end_horizontal_20_filled, 'align_end_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_end_vertical_20_filled, 'align_end_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_left_16_filled, 'align_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_left_20_filled, 'align_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_left_24_filled, 'align_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_left_28_filled, 'align_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_left_32_filled, 'align_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_left_48_filled, 'align_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.align_right_16_filled, 'align_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_right_20_filled, 'align_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_right_24_filled, 'align_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_right_28_filled, 'align_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_right_32_filled, 'align_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_right_48_filled, 'align_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.align_space_around_horizontal_20_filled, 'align_space_around_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_around_vertical_20_filled, 'align_space_around_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_between_horizontal_20_filled, 'align_space_between_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_between_vertical_20_filled, 'align_space_between_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_evenly_horizontal_20_filled, 'align_space_evenly_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_evenly_vertical_20_filled, 'align_space_evenly_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_space_fit_vertical_20_filled, 'align_space_fit_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_start_horizontal_20_filled, 'align_start_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_start_vertical_20_filled, 'align_start_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_filled, 'align_stretch_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_filled, 'align_stretch_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_top_16_filled, 'align_top_16_filled', 16), - - FluentUISampleIcon(FluentIcons.align_top_20_filled, 'align_top_20_filled', 20), - - FluentUISampleIcon(FluentIcons.align_top_24_filled, 'align_top_24_filled', 24), - - FluentUISampleIcon(FluentIcons.align_top_28_filled, 'align_top_28_filled', 28), - - FluentUISampleIcon(FluentIcons.align_top_32_filled, 'align_top_32_filled', 32), - - FluentUISampleIcon(FluentIcons.align_top_48_filled, 'align_top_48_filled', 48), - - FluentUISampleIcon(FluentIcons.animal_cat_16_filled, 'animal_cat_16_filled', 16), - - FluentUISampleIcon(FluentIcons.animal_cat_20_filled, 'animal_cat_20_filled', 20), - - FluentUISampleIcon(FluentIcons.animal_cat_24_filled, 'animal_cat_24_filled', 24), - - FluentUISampleIcon(FluentIcons.animal_cat_28_filled, 'animal_cat_28_filled', 28), - - FluentUISampleIcon(FluentIcons.animal_dog_16_filled, 'animal_dog_16_filled', 16), - - FluentUISampleIcon(FluentIcons.animal_dog_20_filled, 'animal_dog_20_filled', 20), - - FluentUISampleIcon(FluentIcons.animal_dog_24_filled, 'animal_dog_24_filled', 24), - - FluentUISampleIcon(FluentIcons.animal_rabbit_16_filled, 'animal_rabbit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.animal_rabbit_20_filled, 'animal_rabbit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.animal_rabbit_24_filled, 'animal_rabbit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.animal_rabbit_28_filled, 'animal_rabbit_28_filled', 28), - - FluentUISampleIcon(FluentIcons.animal_turtle_16_filled, 'animal_turtle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.animal_turtle_20_filled, 'animal_turtle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.animal_turtle_24_filled, 'animal_turtle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.animal_turtle_28_filled, 'animal_turtle_28_filled', 28), - - 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_20_filled, 'app_generic_20_filled', 20), - - FluentUISampleIcon(FluentIcons.app_generic_24_filled, 'app_generic_24_filled', 24), - - FluentUISampleIcon(FluentIcons.app_recent_20_filled, 'app_recent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.app_recent_24_filled, 'app_recent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.app_store_24_filled, 'app_store_24_filled', 24), - - FluentUISampleIcon(FluentIcons.app_title_20_filled, 'app_title_20_filled', 20), - - FluentUISampleIcon(FluentIcons.app_title_24_filled, 'app_title_24_filled', 24), - - FluentUISampleIcon(FluentIcons.approval_app_32_filled, 'approval_app_32_filled', 32), - - FluentUISampleIcon(FluentIcons.approvals_app_16_filled, 'approvals_app_16_filled', 16), - - FluentUISampleIcon(FluentIcons.approvals_app_20_filled, 'approvals_app_20_filled', 20), - - FluentUISampleIcon(FluentIcons.approvals_app_24_filled, 'approvals_app_24_filled', 24), - - FluentUISampleIcon(FluentIcons.approvals_app_28_filled, 'approvals_app_28_filled', 28), - - FluentUISampleIcon(FluentIcons.approvals_app_32_filled, 'approvals_app_32_filled', 32), - - 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_16_filled, 'apps_add_in_16_filled', 16), - - 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_add_in_28_filled, 'apps_add_in_28_filled', 28), - - FluentUISampleIcon(FluentIcons.apps_list_20_filled, 'apps_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.apps_list_24_filled, 'apps_list_24_filled', 24), - - FluentUISampleIcon(FluentIcons.apps_list_detail_20_filled, 'apps_list_detail_20_filled', 20), - - FluentUISampleIcon(FluentIcons.apps_list_detail_24_filled, 'apps_list_detail_24_filled', 24), - - FluentUISampleIcon(FluentIcons.archive_16_filled, 'archive_16_filled', 16), - - 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_32_filled, 'archive_32_filled', 32), - - FluentUISampleIcon(FluentIcons.archive_48_filled, 'archive_48_filled', 48), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_16_filled, 'archive_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_20_filled, 'archive_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_24_filled, 'archive_arrow_back_24_filled', 24), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_28_filled, 'archive_arrow_back_28_filled', 28), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_32_filled, 'archive_arrow_back_32_filled', 32), - - FluentUISampleIcon(FluentIcons.archive_arrow_back_48_filled, 'archive_arrow_back_48_filled', 48), - - FluentUISampleIcon(FluentIcons.archive_multiple_16_filled, 'archive_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.archive_multiple_20_filled, 'archive_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.archive_multiple_24_filled, 'archive_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.archive_settings_16_filled, 'archive_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.archive_settings_20_filled, 'archive_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.archive_settings_24_filled, 'archive_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_content_24_filled, 'arrow_autofit_content_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_down_20_filled, 'arrow_autofit_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_down_24_filled, 'arrow_autofit_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_20_filled, 'arrow_autofit_height_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_24_filled, 'arrow_autofit_height_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_20_filled, 'arrow_autofit_height_dotted_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_24_filled, 'arrow_autofit_height_dotted_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_up_20_filled, 'arrow_autofit_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_up_24_filled, 'arrow_autofit_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_20_filled, 'arrow_autofit_width_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_24_filled, 'arrow_autofit_width_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_20_filled, 'arrow_autofit_width_dotted_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_24_filled, 'arrow_autofit_width_dotted_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_between_down_20_filled, 'arrow_between_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_between_down_24_filled, 'arrow_between_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_12_filled, 'arrow_bidirectional_up_down_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_16_filled, 'arrow_bidirectional_up_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_20_filled, 'arrow_bidirectional_up_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_24_filled, 'arrow_bidirectional_up_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_bounce_16_filled, 'arrow_bounce_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_bounce_20_filled, 'arrow_bounce_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_bounce_24_filled, 'arrow_bounce_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_12_filled, 'arrow_circle_down_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_16_filled, 'arrow_circle_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_20_filled, 'arrow_circle_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_24_filled, 'arrow_circle_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_28_filled, 'arrow_circle_down_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_32_filled, 'arrow_circle_down_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_48_filled, 'arrow_circle_down_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_double_20_filled, 'arrow_circle_down_double_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_double_24_filled, 'arrow_circle_down_double_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_16_filled, 'arrow_circle_down_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_20_filled, 'arrow_circle_down_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_right_24_filled, 'arrow_circle_down_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_split_20_filled, 'arrow_circle_down_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_split_24_filled, 'arrow_circle_down_split_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_down_up_20_filled, 'arrow_circle_down_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_12_filled, 'arrow_circle_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_16_filled, 'arrow_circle_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_20_filled, 'arrow_circle_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_24_filled, 'arrow_circle_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_28_filled, 'arrow_circle_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_32_filled, 'arrow_circle_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_left_48_filled, 'arrow_circle_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_12_filled, 'arrow_circle_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_16_filled, 'arrow_circle_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_20_filled, 'arrow_circle_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_24_filled, 'arrow_circle_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_28_filled, 'arrow_circle_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_32_filled, 'arrow_circle_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_right_48_filled, 'arrow_circle_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_12_filled, 'arrow_circle_up_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_16_filled, 'arrow_circle_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_20_filled, 'arrow_circle_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_24_filled, 'arrow_circle_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_28_filled, 'arrow_circle_up_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_32_filled, 'arrow_circle_up_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_48_filled, 'arrow_circle_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_left_20_filled, 'arrow_circle_up_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_circle_up_left_24_filled, 'arrow_circle_up_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_12_filled, 'arrow_clockwise_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_16_filled, 'arrow_clockwise_16_filled', 16), - - 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_clockwise_28_filled, 'arrow_clockwise_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_32_filled, 'arrow_clockwise_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_48_filled, 'arrow_clockwise_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_20_filled, 'arrow_clockwise_dashes_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_24_filled, 'arrow_clockwise_dashes_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_collapse_all_20_filled, 'arrow_collapse_all_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_collapse_all_24_filled, 'arrow_collapse_all_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_12_filled, 'arrow_counterclockwise_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_16_filled, 'arrow_counterclockwise_16_filled', 16), - - 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_counterclockwise_28_filled, 'arrow_counterclockwise_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_32_filled, 'arrow_counterclockwise_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_48_filled, 'arrow_counterclockwise_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_20_filled, 'arrow_counterclockwise_dashes_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_24_filled, 'arrow_counterclockwise_dashes_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_16_filled, 'arrow_curve_down_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_filled, 'arrow_curve_down_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_24_filled, 'arrow_curve_down_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_left_28_filled, 'arrow_curve_down_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_filled, 'arrow_curve_down_right_20_filled', 20), - - 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_12_filled, 'arrow_down_12_filled', 12), - - 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_32_filled, 'arrow_down_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_down_48_filled, 'arrow_down_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_down_left_16_filled, 'arrow_down_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_down_left_20_filled, 'arrow_down_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_down_left_24_filled, 'arrow_down_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_down_left_32_filled, 'arrow_down_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_down_left_48_filled, 'arrow_down_left_48_filled', 48), - - 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_eject_20_filled, 'arrow_eject_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_20_filled, 'arrow_enter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_left_20_filled, 'arrow_enter_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_left_24_filled, 'arrow_enter_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_enter_up_20_filled, 'arrow_enter_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_enter_up_24_filled, 'arrow_enter_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_exit_20_filled, 'arrow_exit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_expand_20_filled, 'arrow_expand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_expand_24_filled, 'arrow_expand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_16_filled, 'arrow_export_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_20_filled, 'arrow_export_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_ltr_24_filled, 'arrow_export_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_16_filled, 'arrow_export_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_20_filled, 'arrow_export_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_rtl_24_filled, 'arrow_export_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_export_up_20_filled, 'arrow_export_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_export_up_24_filled, 'arrow_export_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_fit_16_filled, 'arrow_fit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_fit_20_filled, 'arrow_fit_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_forward_48_filled, 'arrow_forward_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_20_filled, 'arrow_forward_down_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_24_filled, 'arrow_forward_down_lightning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_person_20_filled, 'arrow_forward_down_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_forward_down_person_24_filled, 'arrow_forward_down_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_growth_20_filled, 'arrow_growth_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_growth_24_filled, 'arrow_growth_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_16_filled, 'arrow_hook_down_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_20_filled, 'arrow_hook_down_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_24_filled, 'arrow_hook_down_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_left_28_filled, 'arrow_hook_down_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_16_filled, 'arrow_hook_down_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_20_filled, 'arrow_hook_down_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_24_filled, 'arrow_hook_down_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_down_right_28_filled, 'arrow_hook_down_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_16_filled, 'arrow_hook_up_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_20_filled, 'arrow_hook_up_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_24_filled, 'arrow_hook_up_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_left_28_filled, 'arrow_hook_up_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_16_filled, 'arrow_hook_up_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_20_filled, 'arrow_hook_up_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_24_filled, 'arrow_hook_up_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_hook_up_right_28_filled, 'arrow_hook_up_right_28_filled', 28), - - 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_join_20_filled, 'arrow_join_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_left_12_filled, 'arrow_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_left_16_filled, 'arrow_left_16_filled', 16), - - 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_left_32_filled, 'arrow_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_left_48_filled, 'arrow_left_48_filled', 48), - - 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_32_filled, 'arrow_maximize_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_maximize_48_filled, 'arrow_maximize_48_filled', 48), - - 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_maximize_vertical_48_filled, 'arrow_maximize_vertical_48_filled', 48), - - 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_20_filled, 'arrow_minimize_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_filled, 'arrow_minimize_vertical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_move_20_filled, 'arrow_move_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_move_24_filled, 'arrow_move_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_move_inward_20_filled, 'arrow_move_inward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_next_12_filled, 'arrow_next_12_filled', 12), - - 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_outline_up_right_32_filled, 'arrow_outline_up_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_outline_up_right_48_filled, 'arrow_outline_up_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_paragraph_20_filled, 'arrow_paragraph_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_previous_12_filled, 'arrow_previous_12_filled', 12), - - 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_16_filled, 'arrow_redo_16_filled', 16), - - 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_redo_28_filled, 'arrow_redo_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_redo_32_filled, 'arrow_redo_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_redo_48_filled, 'arrow_redo_48_filled', 48), - - 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_reset_20_filled, 'arrow_reset_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_reset_24_filled, 'arrow_reset_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_reset_32_filled, 'arrow_reset_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_reset_48_filled, 'arrow_reset_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_right_12_filled, 'arrow_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_right_16_filled, 'arrow_right_16_filled', 16), - - 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_32_filled, 'arrow_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_right_48_filled, 'arrow_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_16_filled, 'arrow_rotate_clockwise_16_filled', 16), - - 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_routing_20_filled, 'arrow_routing_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_routing_24_filled, 'arrow_routing_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_20_filled, 'arrow_routing_rectangle_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_24_filled, 'arrow_routing_rectangle_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_16_filled, 'arrow_sort_16_filled', 16), - - 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_sort_down_16_filled, 'arrow_sort_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_20_filled, 'arrow_sort_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_24_filled, 'arrow_sort_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_line_20_filled, 'arrow_sort_down_line_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_16_filled, 'arrow_sort_down_lines_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_20_filled, 'arrow_sort_down_lines_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_24_filled, 'arrow_sort_down_lines_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_16_filled, 'arrow_sort_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_20_filled, 'arrow_sort_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sort_up_24_filled, 'arrow_sort_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_split_20_filled, 'arrow_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_square_down_20_filled, 'arrow_square_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_square_down_24_filled, 'arrow_square_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_back_16_filled, 'arrow_step_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_back_20_filled, 'arrow_step_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_12_filled, 'arrow_step_in_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_16_filled, 'arrow_step_in_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_20_filled, 'arrow_step_in_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_24_filled, 'arrow_step_in_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_28_filled, 'arrow_step_in_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_in_default_20_filled, 'arrow_step_in_default_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_default_24_filled, 'arrow_step_in_default_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_12_filled, 'arrow_step_in_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_16_filled, 'arrow_step_in_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_20_filled, 'arrow_step_in_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_24_filled, 'arrow_step_in_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_left_28_filled, 'arrow_step_in_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_12_filled, 'arrow_step_in_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_16_filled, 'arrow_step_in_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_20_filled, 'arrow_step_in_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_24_filled, 'arrow_step_in_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_in_right_28_filled, 'arrow_step_in_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_out_12_filled, 'arrow_step_out_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_step_out_16_filled, 'arrow_step_out_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_out_20_filled, 'arrow_step_out_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_step_out_24_filled, 'arrow_step_out_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_step_out_28_filled, 'arrow_step_out_28_filled', 28), - - FluentUISampleIcon(FluentIcons.arrow_step_over_16_filled, 'arrow_step_over_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_step_over_20_filled, 'arrow_step_over_20_filled', 20), - - 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_16_filled, 'arrow_sync_16_filled', 16), - - 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_checkmark_20_filled, 'arrow_sync_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sync_checkmark_24_filled, 'arrow_sync_checkmark_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_dismiss_20_filled, 'arrow_sync_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_filled, 'arrow_sync_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_12_filled, 'arrow_sync_off_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_16_filled, 'arrow_sync_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_sync_off_20_filled, 'arrow_sync_off_20_filled', 20), - - 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_trending_checkmark_20_filled, 'arrow_trending_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_checkmark_24_filled, 'arrow_trending_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_16_filled, 'arrow_trending_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_20_filled, 'arrow_trending_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_down_24_filled, 'arrow_trending_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_lines_20_filled, 'arrow_trending_lines_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_lines_24_filled, 'arrow_trending_lines_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_settings_20_filled, 'arrow_trending_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_settings_24_filled, 'arrow_trending_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_text_20_filled, 'arrow_trending_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_text_24_filled, 'arrow_trending_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_trending_wrench_20_filled, 'arrow_trending_wrench_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_trending_wrench_24_filled, 'arrow_trending_wrench_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_20_filled, 'arrow_turn_bidirectional_down_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_24_filled, 'arrow_turn_bidirectional_down_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_turn_right_20_filled, 'arrow_turn_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_turn_right_24_filled, 'arrow_turn_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_undo_16_filled, 'arrow_undo_16_filled', 16), - - 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_undo_32_filled, 'arrow_undo_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_undo_48_filled, 'arrow_undo_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_12_filled, 'arrow_up_12_filled', 12), - - FluentUISampleIcon(FluentIcons.arrow_up_16_filled, 'arrow_up_16_filled', 16), - - 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_32_filled, 'arrow_up_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_up_48_filled, 'arrow_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_left_16_filled, 'arrow_up_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_up_left_20_filled, 'arrow_up_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_up_left_24_filled, 'arrow_up_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_up_left_48_filled, 'arrow_up_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_up_right_16_filled, 'arrow_up_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_up_right_20_filled, 'arrow_up_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_up_right_24_filled, 'arrow_up_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_up_right_32_filled, 'arrow_up_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.arrow_up_right_48_filled, 'arrow_up_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.arrow_upload_16_filled, 'arrow_upload_16_filled', 16), - - FluentUISampleIcon(FluentIcons.arrow_upload_20_filled, 'arrow_upload_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_upload_24_filled, 'arrow_upload_24_filled', 24), - - FluentUISampleIcon(FluentIcons.arrow_wrap_20_filled, 'arrow_wrap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrow_wrap_off_20_filled, 'arrow_wrap_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrows_bidirectional_20_filled, 'arrows_bidirectional_20_filled', 20), - - FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_filled, 'arrows_bidirectional_24_filled', 24), - - FluentUISampleIcon(FluentIcons.attach_12_filled, 'attach_12_filled', 12), - - 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_arrow_right_20_filled, 'attach_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.attach_arrow_right_24_filled, 'attach_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.attach_text_20_filled, 'attach_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.attach_text_24_filled, 'attach_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.auto_fit_height_20_filled, 'auto_fit_height_20_filled', 20), - - FluentUISampleIcon(FluentIcons.auto_fit_height_24_filled, 'auto_fit_height_24_filled', 24), - - FluentUISampleIcon(FluentIcons.auto_fit_width_20_filled, 'auto_fit_width_20_filled', 20), - - FluentUISampleIcon(FluentIcons.auto_fit_width_24_filled, 'auto_fit_width_24_filled', 24), - - FluentUISampleIcon(FluentIcons.autocorrect_20_filled, 'autocorrect_20_filled', 20), - - FluentUISampleIcon(FluentIcons.autocorrect_24_filled, 'autocorrect_24_filled', 24), - - FluentUISampleIcon(FluentIcons.autofit_content_24_filled, 'autofit_content_24_filled', 24), - - FluentUISampleIcon(FluentIcons.autosum_20_filled, 'autosum_20_filled', 20), - - FluentUISampleIcon(FluentIcons.autosum_24_filled, 'autosum_24_filled', 24), - - FluentUISampleIcon(FluentIcons.backpack_12_filled, 'backpack_12_filled', 12), - - FluentUISampleIcon(FluentIcons.backpack_16_filled, 'backpack_16_filled', 16), - - FluentUISampleIcon(FluentIcons.backpack_20_filled, 'backpack_20_filled', 20), - - FluentUISampleIcon(FluentIcons.backpack_24_filled, 'backpack_24_filled', 24), - - FluentUISampleIcon(FluentIcons.backpack_28_filled, 'backpack_28_filled', 28), - - FluentUISampleIcon(FluentIcons.backpack_32_filled, 'backpack_32_filled', 32), - - FluentUISampleIcon(FluentIcons.backpack_48_filled, 'backpack_48_filled', 48), - - FluentUISampleIcon(FluentIcons.backpack_add_20_filled, 'backpack_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.backpack_add_24_filled, 'backpack_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.backpack_add_28_filled, 'backpack_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.backpack_add_48_filled, 'backpack_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.backspace_20_filled, 'backspace_20_filled', 20), - - FluentUISampleIcon(FluentIcons.backspace_24_filled, 'backspace_24_filled', 24), - - FluentUISampleIcon(FluentIcons.badge_20_filled, 'badge_20_filled', 20), - - FluentUISampleIcon(FluentIcons.badge_24_filled, 'badge_24_filled', 24), - - FluentUISampleIcon(FluentIcons.balloon_12_filled, 'balloon_12_filled', 12), - - FluentUISampleIcon(FluentIcons.balloon_16_filled, 'balloon_16_filled', 16), - - FluentUISampleIcon(FluentIcons.balloon_20_filled, 'balloon_20_filled', 20), - - FluentUISampleIcon(FluentIcons.balloon_24_filled, 'balloon_24_filled', 24), - - FluentUISampleIcon(FluentIcons.barcode_scanner_20_filled, 'barcode_scanner_20_filled', 20), - - FluentUISampleIcon(FluentIcons.barcode_scanner_24_filled, 'barcode_scanner_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_10_20_filled, 'battery_10_20_filled', 20), - - FluentUISampleIcon(FluentIcons.battery_10_24_filled, 'battery_10_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_20_filled, 'battery_20_filled', 20), - - 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_checkmark_20_filled, 'battery_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.battery_checkmark_24_filled, 'battery_checkmark_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_20_filled, 'battery_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.battery_warning_24_filled, 'battery_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.beach_16_filled, 'beach_16_filled', 16), - - FluentUISampleIcon(FluentIcons.beach_20_filled, 'beach_20_filled', 20), - - FluentUISampleIcon(FluentIcons.beach_24_filled, 'beach_24_filled', 24), - - FluentUISampleIcon(FluentIcons.beach_28_filled, 'beach_28_filled', 28), - - FluentUISampleIcon(FluentIcons.beach_32_filled, 'beach_32_filled', 32), - - FluentUISampleIcon(FluentIcons.beach_48_filled, 'beach_48_filled', 48), - - 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.beaker_edit_20_filled, 'beaker_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.beaker_edit_24_filled, 'beaker_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bed_16_filled, 'bed_16_filled', 16), - - FluentUISampleIcon(FluentIcons.bed_20_filled, 'bed_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bed_24_filled, 'bed_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bezier_curve_20_filled, 'bezier_curve_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bezier_curve_square_12_filled, 'bezier_curve_square_12_filled', 12), - - FluentUISampleIcon(FluentIcons.bezier_curve_square_20_filled, 'bezier_curve_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bin_full_20_filled, 'bin_full_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bin_full_24_filled, 'bin_full_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_28_filled, 'bluetooth_28_filled', 28), - - FluentUISampleIcon(FluentIcons.bluetooth_connected_20_filled, 'bluetooth_connected_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_connected_24_filled, 'bluetooth_connected_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bluetooth_disabled_20_filled, 'bluetooth_disabled_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_filled, 'bluetooth_disabled_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bluetooth_searching_20_filled, 'bluetooth_searching_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bluetooth_searching_24_filled, 'bluetooth_searching_24_filled', 24), - - FluentUISampleIcon(FluentIcons.blur_16_filled, 'blur_16_filled', 16), - - FluentUISampleIcon(FluentIcons.blur_20_filled, 'blur_20_filled', 20), - - FluentUISampleIcon(FluentIcons.blur_24_filled, 'blur_24_filled', 24), - - FluentUISampleIcon(FluentIcons.blur_28_filled, 'blur_28_filled', 28), - - FluentUISampleIcon(FluentIcons.board_16_filled, 'board_16_filled', 16), - - FluentUISampleIcon(FluentIcons.board_20_filled, 'board_20_filled', 20), - - FluentUISampleIcon(FluentIcons.board_24_filled, 'board_24_filled', 24), - - FluentUISampleIcon(FluentIcons.board_28_filled, 'board_28_filled', 28), - - FluentUISampleIcon(FluentIcons.board_games_20_filled, 'board_games_20_filled', 20), - - FluentUISampleIcon(FluentIcons.board_heart_16_filled, 'board_heart_16_filled', 16), - - FluentUISampleIcon(FluentIcons.board_heart_20_filled, 'board_heart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.board_heart_24_filled, 'board_heart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.board_split_16_filled, 'board_split_16_filled', 16), - - FluentUISampleIcon(FluentIcons.board_split_20_filled, 'board_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.board_split_24_filled, 'board_split_24_filled', 24), - - FluentUISampleIcon(FluentIcons.board_split_28_filled, 'board_split_28_filled', 28), - - FluentUISampleIcon(FluentIcons.board_split_48_filled, 'board_split_48_filled', 48), - - FluentUISampleIcon(FluentIcons.book_20_filled, 'book_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_24_filled, 'book_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_add_20_filled, 'book_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_add_24_filled, 'book_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_arrow_clockwise_20_filled, 'book_arrow_clockwise_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_arrow_clockwise_24_filled, 'book_arrow_clockwise_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_clock_20_filled, 'book_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_clock_24_filled, 'book_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_coins_20_filled, 'book_coins_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_coins_24_filled, 'book_coins_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_compass_20_filled, 'book_compass_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_compass_24_filled, 'book_compass_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_contacts_20_filled, 'book_contacts_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_contacts_24_filled, 'book_contacts_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_contacts_28_filled, 'book_contacts_28_filled', 28), - - FluentUISampleIcon(FluentIcons.book_contacts_32_filled, 'book_contacts_32_filled', 32), - - FluentUISampleIcon(FluentIcons.book_database_20_filled, 'book_database_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_database_24_filled, 'book_database_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_exclamation_mark_20_filled, 'book_exclamation_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_exclamation_mark_24_filled, 'book_exclamation_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_globe_20_filled, 'book_globe_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_globe_24_filled, 'book_globe_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_information_20_filled, 'book_information_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_information_24_filled, 'book_information_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_letter_20_filled, 'book_letter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_letter_24_filled, 'book_letter_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.book_open_16_filled, 'book_open_16_filled', 16), - - FluentUISampleIcon(FluentIcons.book_open_20_filled, 'book_open_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_open_24_filled, 'book_open_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_open_28_filled, 'book_open_28_filled', 28), - - FluentUISampleIcon(FluentIcons.book_open_32_filled, 'book_open_32_filled', 32), - - FluentUISampleIcon(FluentIcons.book_open_48_filled, 'book_open_48_filled', 48), - - FluentUISampleIcon(FluentIcons.book_open_globe_20_filled, 'book_open_globe_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_open_globe_24_filled, 'book_open_globe_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_open_microphone_20_filled, 'book_open_microphone_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_open_microphone_24_filled, 'book_open_microphone_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_open_microphone_28_filled, 'book_open_microphone_28_filled', 28), - - FluentUISampleIcon(FluentIcons.book_open_microphone_32_filled, 'book_open_microphone_32_filled', 32), - - FluentUISampleIcon(FluentIcons.book_open_microphone_48_filled, 'book_open_microphone_48_filled', 48), - - FluentUISampleIcon(FluentIcons.book_pulse_20_filled, 'book_pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_pulse_24_filled, 'book_pulse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_question_mark_20_filled, 'book_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_question_mark_24_filled, 'book_question_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_question_mark_rtl_20_filled, 'book_question_mark_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_question_mark_rtl_24_filled, 'book_question_mark_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_search_20_filled, 'book_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_search_24_filled, 'book_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_star_20_filled, 'book_star_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_star_24_filled, 'book_star_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_template_20_filled, 'book_template_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_theta_20_filled, 'book_theta_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_theta_24_filled, 'book_theta_24_filled', 24), - - FluentUISampleIcon(FluentIcons.book_toolbox_20_filled, 'book_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.book_toolbox_24_filled, 'book_toolbox_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_32_filled, 'bookmark_32_filled', 32), - - FluentUISampleIcon(FluentIcons.bookmark_add_20_filled, 'bookmark_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bookmark_add_24_filled, 'bookmark_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_16_filled, 'bookmark_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_20_filled, 'bookmark_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_24_filled, 'bookmark_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_28_filled, 'bookmark_multiple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_32_filled, 'bookmark_multiple_32_filled', 32), - - FluentUISampleIcon(FluentIcons.bookmark_multiple_48_filled, 'bookmark_multiple_48_filled', 48), - - FluentUISampleIcon(FluentIcons.bookmark_off_20_filled, 'bookmark_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bookmark_off_24_filled, 'bookmark_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bookmark_search_20_filled, 'bookmark_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bookmark_search_24_filled, 'bookmark_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_24_filled, 'border_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_all_16_filled, 'border_all_16_filled', 16), - - FluentUISampleIcon(FluentIcons.border_all_20_filled, 'border_all_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_all_24_filled, 'border_all_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_20_filled, 'border_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_24_filled, 'border_bottom_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_double_20_filled, 'border_bottom_double_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_double_24_filled, 'border_bottom_double_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_bottom_thick_20_filled, 'border_bottom_thick_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_bottom_thick_24_filled, 'border_bottom_thick_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_left_20_filled, 'border_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_left_24_filled, 'border_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_left_right_20_filled, 'border_left_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_left_right_24_filled, 'border_left_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_none_20_filled, 'border_none_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_none_24_filled, 'border_none_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_outside_20_filled, 'border_outside_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_outside_24_filled, 'border_outside_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_outside_thick_20_filled, 'border_outside_thick_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_outside_thick_24_filled, 'border_outside_thick_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_right_20_filled, 'border_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_right_24_filled, 'border_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_top_20_filled, 'border_top_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_top_24_filled, 'border_top_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_20_filled, 'border_top_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_24_filled, 'border_top_bottom_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_double_20_filled, 'border_top_bottom_double_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_double_24_filled, 'border_top_bottom_double_24_filled', 24), - - FluentUISampleIcon(FluentIcons.border_top_bottom_thick_20_filled, 'border_top_bottom_thick_20_filled', 20), - - FluentUISampleIcon(FluentIcons.border_top_bottom_thick_24_filled, 'border_top_bottom_thick_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bot_20_filled, 'bot_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bot_24_filled, 'bot_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bot_add_20_filled, 'bot_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bot_add_24_filled, 'bot_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_16_filled, 'bowl_chopsticks_16_filled', 16), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_20_filled, 'bowl_chopsticks_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_24_filled, 'bowl_chopsticks_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bowl_chopsticks_28_filled, 'bowl_chopsticks_28_filled', 28), - - FluentUISampleIcon(FluentIcons.box_16_filled, 'box_16_filled', 16), - - FluentUISampleIcon(FluentIcons.box_20_filled, 'box_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_24_filled, 'box_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_arrow_left_20_filled, 'box_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_arrow_left_24_filled, 'box_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_arrow_up_20_filled, 'box_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_arrow_up_24_filled, 'box_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_checkmark_20_filled, 'box_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_checkmark_24_filled, 'box_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_dismiss_20_filled, 'box_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_dismiss_24_filled, 'box_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_edit_20_filled, 'box_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_edit_24_filled, 'box_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_20_filled, 'box_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_24_filled, 'box_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_20_filled, 'box_multiple_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_24_filled, 'box_multiple_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_20_filled, 'box_multiple_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_24_filled, 'box_multiple_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_checkmark_20_filled, 'box_multiple_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_checkmark_24_filled, 'box_multiple_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_multiple_search_20_filled, 'box_multiple_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_multiple_search_24_filled, 'box_multiple_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_search_20_filled, 'box_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_search_24_filled, 'box_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.box_toolbox_20_filled, 'box_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.box_toolbox_24_filled, 'box_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.braces_20_filled, 'braces_20_filled', 20), - - FluentUISampleIcon(FluentIcons.braces_24_filled, 'braces_24_filled', 24), - - FluentUISampleIcon(FluentIcons.braces_variable_20_filled, 'braces_variable_20_filled', 20), - - FluentUISampleIcon(FluentIcons.braces_variable_24_filled, 'braces_variable_24_filled', 24), - - FluentUISampleIcon(FluentIcons.brain_circuit_20_filled, 'brain_circuit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.brain_circuit_24_filled, 'brain_circuit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.branch_20_filled, 'branch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.branch_24_filled, 'branch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.branch_compare_16_filled, 'branch_compare_16_filled', 16), - - FluentUISampleIcon(FluentIcons.branch_compare_20_filled, 'branch_compare_20_filled', 20), - - FluentUISampleIcon(FluentIcons.branch_compare_24_filled, 'branch_compare_24_filled', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_16_filled, 'branch_fork_16_filled', 16), - - FluentUISampleIcon(FluentIcons.branch_fork_20_filled, 'branch_fork_20_filled', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_24_filled, 'branch_fork_24_filled', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_hint_20_filled, 'branch_fork_hint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_hint_24_filled, 'branch_fork_hint_24_filled', 24), - - FluentUISampleIcon(FluentIcons.branch_fork_link_20_filled, 'branch_fork_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.branch_fork_link_24_filled, 'branch_fork_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.breakout_room_20_filled, 'breakout_room_20_filled', 20), - - FluentUISampleIcon(FluentIcons.breakout_room_24_filled, 'breakout_room_24_filled', 24), - - FluentUISampleIcon(FluentIcons.breakout_room_28_filled, 'breakout_room_28_filled', 28), - - FluentUISampleIcon(FluentIcons.briefcase_12_filled, 'briefcase_12_filled', 12), - - FluentUISampleIcon(FluentIcons.briefcase_16_filled, 'briefcase_16_filled', 16), - - FluentUISampleIcon(FluentIcons.briefcase_20_filled, 'briefcase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.briefcase_24_filled, 'briefcase_24_filled', 24), - - FluentUISampleIcon(FluentIcons.briefcase_28_filled, 'briefcase_28_filled', 28), - - FluentUISampleIcon(FluentIcons.briefcase_32_filled, 'briefcase_32_filled', 32), - - FluentUISampleIcon(FluentIcons.briefcase_48_filled, 'briefcase_48_filled', 48), - - FluentUISampleIcon(FluentIcons.briefcase_medical_16_filled, 'briefcase_medical_16_filled', 16), - - FluentUISampleIcon(FluentIcons.briefcase_medical_20_filled, 'briefcase_medical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.briefcase_medical_24_filled, 'briefcase_medical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.briefcase_medical_32_filled, 'briefcase_medical_32_filled', 32), - - FluentUISampleIcon(FluentIcons.briefcase_off_16_filled, 'briefcase_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.briefcase_off_20_filled, 'briefcase_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.briefcase_off_24_filled, 'briefcase_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.briefcase_off_28_filled, 'briefcase_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.briefcase_off_32_filled, 'briefcase_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.briefcase_off_48_filled, 'briefcase_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.brightness_high_16_filled, 'brightness_high_16_filled', 16), - - FluentUISampleIcon(FluentIcons.brightness_high_20_filled, 'brightness_high_20_filled', 20), - - FluentUISampleIcon(FluentIcons.brightness_high_24_filled, 'brightness_high_24_filled', 24), - - FluentUISampleIcon(FluentIcons.brightness_high_28_filled, 'brightness_high_28_filled', 28), - - FluentUISampleIcon(FluentIcons.brightness_high_32_filled, 'brightness_high_32_filled', 32), - - FluentUISampleIcon(FluentIcons.brightness_high_48_filled, 'brightness_high_48_filled', 48), - - FluentUISampleIcon(FluentIcons.brightness_low_16_filled, 'brightness_low_16_filled', 16), - - FluentUISampleIcon(FluentIcons.brightness_low_20_filled, 'brightness_low_20_filled', 20), - - FluentUISampleIcon(FluentIcons.brightness_low_24_filled, 'brightness_low_24_filled', 24), - - FluentUISampleIcon(FluentIcons.brightness_low_28_filled, 'brightness_low_28_filled', 28), - - FluentUISampleIcon(FluentIcons.brightness_low_32_filled, 'brightness_low_32_filled', 32), - - FluentUISampleIcon(FluentIcons.brightness_low_48_filled, 'brightness_low_48_filled', 48), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_16_filled, 'broad_activity_feed_16_filled', 16), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_20_filled, 'broad_activity_feed_20_filled', 20), - - FluentUISampleIcon(FluentIcons.broad_activity_feed_24_filled, 'broad_activity_feed_24_filled', 24), - - FluentUISampleIcon(FluentIcons.broom_16_filled, 'broom_16_filled', 16), - - FluentUISampleIcon(FluentIcons.broom_20_filled, 'broom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.broom_24_filled, 'broom_24_filled', 24), - - FluentUISampleIcon(FluentIcons.bug_16_filled, 'bug_16_filled', 16), - - FluentUISampleIcon(FluentIcons.bug_20_filled, 'bug_20_filled', 20), - - FluentUISampleIcon(FluentIcons.bug_24_filled, 'bug_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_16_filled, 'building_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_20_filled, 'building_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_24_filled, 'building_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_bank_16_filled, 'building_bank_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_bank_20_filled, 'building_bank_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_bank_24_filled, 'building_bank_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_bank_28_filled, 'building_bank_28_filled', 28), - - FluentUISampleIcon(FluentIcons.building_bank_48_filled, 'building_bank_48_filled', 48), - - FluentUISampleIcon(FluentIcons.building_bank_link_16_filled, 'building_bank_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_bank_link_20_filled, 'building_bank_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_bank_link_24_filled, 'building_bank_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_bank_link_28_filled, 'building_bank_link_28_filled', 28), - - FluentUISampleIcon(FluentIcons.building_bank_link_48_filled, 'building_bank_link_48_filled', 48), - - FluentUISampleIcon(FluentIcons.building_bank_toolbox_20_filled, 'building_bank_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_bank_toolbox_24_filled, 'building_bank_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_factory_16_filled, 'building_factory_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_factory_20_filled, 'building_factory_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_factory_24_filled, 'building_factory_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_factory_28_filled, 'building_factory_28_filled', 28), - - FluentUISampleIcon(FluentIcons.building_factory_32_filled, 'building_factory_32_filled', 32), - - FluentUISampleIcon(FluentIcons.building_factory_48_filled, 'building_factory_48_filled', 48), - - FluentUISampleIcon(FluentIcons.building_government_20_filled, 'building_government_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_government_24_filled, 'building_government_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_government_32_filled, 'building_government_32_filled', 32), - - FluentUISampleIcon(FluentIcons.building_home_16_filled, 'building_home_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_home_20_filled, 'building_home_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_home_24_filled, 'building_home_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_lighthouse_20_filled, 'building_lighthouse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_multiple_20_filled, 'building_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_multiple_24_filled, 'building_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_retail_20_filled, 'building_retail_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_retail_24_filled, 'building_retail_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_retail_money_20_filled, 'building_retail_money_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_retail_money_24_filled, 'building_retail_money_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_retail_more_20_filled, 'building_retail_more_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_retail_shield_20_filled, 'building_retail_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_retail_shield_24_filled, 'building_retail_shield_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_retail_toolbox_20_filled, 'building_retail_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_retail_toolbox_24_filled, 'building_retail_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_shop_16_filled, 'building_shop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_shop_20_filled, 'building_shop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_shop_24_filled, 'building_shop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.building_skyscraper_16_filled, 'building_skyscraper_16_filled', 16), - - FluentUISampleIcon(FluentIcons.building_skyscraper_20_filled, 'building_skyscraper_20_filled', 20), - - FluentUISampleIcon(FluentIcons.building_skyscraper_24_filled, 'building_skyscraper_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calculator_20_filled, 'calculator_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calculator_24_filled, 'calculator_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_20_filled, 'calculator_arrow_clockwise_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_24_filled, 'calculator_arrow_clockwise_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calculator_multiple_20_filled, 'calculator_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calculator_multiple_24_filled, 'calculator_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_3_day_16_filled, 'calendar_3_day_16_filled', 16), - - 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_16_filled, 'calendar_add_16_filled', 16), - - 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_add_28_filled, 'calendar_add_28_filled', 28), - - 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_down_20_filled, 'calendar_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_filled, 'calendar_arrow_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_16_filled, 'calendar_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_filled, 'calendar_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_arrow_right_24_filled, 'calendar_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_assistant_16_filled, 'calendar_assistant_16_filled', 16), - - 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_16_filled, 'calendar_cancel_16_filled', 16), - - 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_chat_20_filled, 'calendar_chat_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_chat_24_filled, 'calendar_chat_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_checkmark_28_filled, 'calendar_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.calendar_clock_16_filled, 'calendar_clock_16_filled', 16), - - 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_day_16_filled, 'calendar_day_16_filled', 16), - - 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_edit_16_filled, 'calendar_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_edit_20_filled, 'calendar_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_edit_24_filled, 'calendar_edit_24_filled', 24), - - 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_empty_32_filled, 'calendar_empty_32_filled', 32), - - FluentUISampleIcon(FluentIcons.calendar_error_20_filled, 'calendar_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_error_24_filled, 'calendar_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_info_16_filled, 'calendar_info_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_info_20_filled, 'calendar_info_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_ltr_12_filled, 'calendar_ltr_12_filled', 12), - - FluentUISampleIcon(FluentIcons.calendar_ltr_16_filled, 'calendar_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_ltr_20_filled, 'calendar_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_ltr_24_filled, 'calendar_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_ltr_28_filled, 'calendar_ltr_28_filled', 28), - - FluentUISampleIcon(FluentIcons.calendar_ltr_32_filled, 'calendar_ltr_32_filled', 32), - - FluentUISampleIcon(FluentIcons.calendar_ltr_48_filled, 'calendar_ltr_48_filled', 48), - - FluentUISampleIcon(FluentIcons.calendar_mail_16_filled, 'calendar_mail_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_mail_20_filled, 'calendar_mail_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_mention_20_filled, 'calendar_mention_20_filled', 20), - - 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_16_filled, 'calendar_multiple_16_filled', 16), - - 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_multiple_32_filled, 'calendar_multiple_32_filled', 32), - - FluentUISampleIcon(FluentIcons.calendar_overdue_24_filled, 'calendar_overdue_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_pattern_16_filled, 'calendar_pattern_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_pattern_20_filled, 'calendar_pattern_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_patterns_16_filled, 'calendar_patterns_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_person_16_filled, 'calendar_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_person_20_filled, 'calendar_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_person_24_filled, 'calendar_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_phone_16_filled, 'calendar_phone_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_phone_20_filled, 'calendar_phone_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_16_filled, 'calendar_question_mark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_20_filled, 'calendar_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_question_mark_24_filled, 'calendar_question_mark_24_filled', 24), - - 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_rtl_12_filled, 'calendar_rtl_12_filled', 12), - - FluentUISampleIcon(FluentIcons.calendar_rtl_16_filled, 'calendar_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_rtl_20_filled, 'calendar_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_rtl_24_filled, 'calendar_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_rtl_28_filled, 'calendar_rtl_28_filled', 28), - - FluentUISampleIcon(FluentIcons.calendar_rtl_32_filled, 'calendar_rtl_32_filled', 32), - - FluentUISampleIcon(FluentIcons.calendar_rtl_48_filled, 'calendar_rtl_48_filled', 48), - - FluentUISampleIcon(FluentIcons.calendar_search_16_filled, 'calendar_search_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_search_20_filled, 'calendar_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_settings_16_filled, 'calendar_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.calendar_settings_20_filled, 'calendar_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_star_16_filled, 'calendar_star_16_filled', 16), - - 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_toolbox_20_filled, 'calendar_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calendar_toolbox_24_filled, 'calendar_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calendar_week_numbers_20_filled, 'calendar_week_numbers_20_filled', 20), - - 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.calendar_work_week_28_filled, 'calendar_work_week_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_16_filled, 'call_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_20_filled, 'call_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_24_filled, 'call_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_28_filled, 'call_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_32_filled, 'call_32_filled', 32), - - FluentUISampleIcon(FluentIcons.call_48_filled, 'call_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_add_20_filled, 'call_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_add_24_filled, 'call_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_checkmark_20_filled, 'call_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_checkmark_24_filled, 'call_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_connecting_20_filled, 'call_connecting_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_dismiss_20_filled, 'call_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_dismiss_24_filled, 'call_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_end_16_filled, 'call_end_16_filled', 16), - - 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_exclamation_20_filled, 'call_exclamation_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_forward_16_filled, 'call_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_forward_20_filled, 'call_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_forward_24_filled, 'call_forward_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_forward_28_filled, 'call_forward_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_forward_48_filled, 'call_forward_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_inbound_16_filled, 'call_inbound_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_inbound_20_filled, 'call_inbound_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_inbound_24_filled, 'call_inbound_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_inbound_28_filled, 'call_inbound_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_inbound_48_filled, 'call_inbound_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_missed_16_filled, 'call_missed_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_missed_20_filled, 'call_missed_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_missed_24_filled, 'call_missed_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_missed_28_filled, 'call_missed_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_missed_48_filled, 'call_missed_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_outbound_16_filled, 'call_outbound_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_outbound_20_filled, 'call_outbound_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_outbound_24_filled, 'call_outbound_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_outbound_28_filled, 'call_outbound_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_outbound_48_filled, 'call_outbound_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_park_16_filled, 'call_park_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_park_20_filled, 'call_park_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_park_24_filled, 'call_park_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_park_28_filled, 'call_park_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_park_32_filled, 'call_park_32_filled', 32), - - FluentUISampleIcon(FluentIcons.call_park_48_filled, 'call_park_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_pause_20_filled, 'call_pause_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_pause_24_filled, 'call_pause_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_prohibited_16_filled, 'call_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.call_prohibited_20_filled, 'call_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.call_prohibited_24_filled, 'call_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.call_prohibited_28_filled, 'call_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.call_prohibited_48_filled, 'call_prohibited_48_filled', 48), - - FluentUISampleIcon(FluentIcons.call_transfer_20_filled, 'call_transfer_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_20_filled, 'calligraphy_pen_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_24_filled, 'calligraphy_pen_24_filled', 24), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_checkmark_20_filled, 'calligraphy_pen_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_error_20_filled, 'calligraphy_pen_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.calligraphy_pen_question_mark_20_filled, 'calligraphy_pen_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.camera_16_filled, 'camera_16_filled', 16), - - 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_dome_16_filled, 'camera_dome_16_filled', 16), - - FluentUISampleIcon(FluentIcons.camera_dome_20_filled, 'camera_dome_20_filled', 20), - - FluentUISampleIcon(FluentIcons.camera_dome_24_filled, 'camera_dome_24_filled', 24), - - FluentUISampleIcon(FluentIcons.camera_dome_28_filled, 'camera_dome_28_filled', 28), - - FluentUISampleIcon(FluentIcons.camera_dome_48_filled, 'camera_dome_48_filled', 48), - - FluentUISampleIcon(FluentIcons.camera_edit_20_filled, 'camera_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.camera_off_20_filled, 'camera_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.camera_off_24_filled, 'camera_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.camera_switch_20_filled, 'camera_switch_20_filled', 20), - - 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_down_left_12_filled, 'caret_down_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.caret_down_left_16_filled, 'caret_down_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.caret_down_left_20_filled, 'caret_down_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.caret_down_left_24_filled, 'caret_down_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.caret_down_right_12_filled, 'caret_down_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.caret_down_right_16_filled, 'caret_down_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.caret_down_right_20_filled, 'caret_down_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.caret_down_right_24_filled, 'caret_down_right_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.caret_up_12_filled, 'caret_up_12_filled', 12), - - FluentUISampleIcon(FluentIcons.caret_up_16_filled, 'caret_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.caret_up_20_filled, 'caret_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.caret_up_24_filled, 'caret_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cart_16_filled, 'cart_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cart_20_filled, 'cart_20_filled', 20), - - 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_20_filled, 'cellular_3g_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cellular_3g_24_filled, 'cellular_3g_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_4g_20_filled, 'cellular_4g_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cellular_4g_24_filled, 'cellular_4g_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_5g_20_filled, 'cellular_5g_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cellular_5g_24_filled, 'cellular_5g_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_cellular_off_24_filled, 'cellular_data_cellular_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_data_cellular_unavailable_24_filled, 'cellular_data_cellular_unavailable_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_data_unavailable_24_filled, 'cellular_data_unavailable_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_off_20_filled, 'cellular_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cellular_off_24_filled, 'cellular_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cellular_warning_20_filled, 'cellular_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cellular_warning_24_filled, 'cellular_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.center_horizontal_20_filled, 'center_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.center_horizontal_24_filled, 'center_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.center_vertical_20_filled, 'center_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.center_vertical_24_filled, 'center_vertical_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_28_filled, 'channel_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_48_filled, 'channel_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_add_16_filled, 'channel_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_add_20_filled, 'channel_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_add_24_filled, 'channel_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_add_28_filled, 'channel_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_add_48_filled, 'channel_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_alert_16_filled, 'channel_alert_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_alert_20_filled, 'channel_alert_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_alert_24_filled, 'channel_alert_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_alert_28_filled, 'channel_alert_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_alert_48_filled, 'channel_alert_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_16_filled, 'channel_arrow_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_20_filled, 'channel_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_24_filled, 'channel_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_28_filled, 'channel_arrow_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_arrow_left_48_filled, 'channel_arrow_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_dismiss_16_filled, 'channel_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_dismiss_20_filled, 'channel_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_dismiss_24_filled, 'channel_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_dismiss_28_filled, 'channel_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_dismiss_48_filled, 'channel_dismiss_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_share_12_filled, 'channel_share_12_filled', 12), - - FluentUISampleIcon(FluentIcons.channel_share_16_filled, 'channel_share_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_share_20_filled, 'channel_share_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_share_24_filled, 'channel_share_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_share_28_filled, 'channel_share_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_share_48_filled, 'channel_share_48_filled', 48), - - FluentUISampleIcon(FluentIcons.channel_subtract_16_filled, 'channel_subtract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.channel_subtract_20_filled, 'channel_subtract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.channel_subtract_24_filled, 'channel_subtract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.channel_subtract_28_filled, 'channel_subtract_28_filled', 28), - - FluentUISampleIcon(FluentIcons.channel_subtract_48_filled, 'channel_subtract_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chart_multiple_20_filled, 'chart_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chart_multiple_24_filled, 'chart_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chart_person_20_filled, 'chart_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chart_person_24_filled, 'chart_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chart_person_28_filled, 'chart_person_28_filled', 28), - - FluentUISampleIcon(FluentIcons.chart_person_48_filled, 'chart_person_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chat_12_filled, 'chat_12_filled', 12), - - FluentUISampleIcon(FluentIcons.chat_16_filled, 'chat_16_filled', 16), - - 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_32_filled, 'chat_32_filled', 32), - - FluentUISampleIcon(FluentIcons.chat_48_filled, 'chat_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chat_arrow_back_16_filled, 'chat_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_arrow_back_20_filled, 'chat_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_arrow_double_back_16_filled, 'chat_arrow_double_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_arrow_double_back_20_filled, 'chat_arrow_double_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_16_filled, 'chat_bubbles_question_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_20_filled, 'chat_bubbles_question_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_filled, 'chat_bubbles_question_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_dismiss_16_filled, 'chat_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_dismiss_20_filled, 'chat_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_dismiss_24_filled, 'chat_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_help_20_filled, 'chat_help_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_help_24_filled, 'chat_help_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_mail_20_filled, 'chat_mail_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_multiple_16_filled, 'chat_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_multiple_20_filled, 'chat_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_multiple_24_filled, 'chat_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_off_20_filled, 'chat_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_off_24_filled, 'chat_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_settings_20_filled, 'chat_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_settings_24_filled, 'chat_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_video_20_filled, 'chat_video_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_video_24_filled, 'chat_video_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chat_warning_16_filled, 'chat_warning_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chat_warning_20_filled, 'chat_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chat_warning_24_filled, 'chat_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.check_20_filled, 'check_20_filled', 20), - - FluentUISampleIcon(FluentIcons.check_24_filled, 'check_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkbox_1_20_filled, 'checkbox_1_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_1_24_filled, 'checkbox_1_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkbox_2_20_filled, 'checkbox_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_2_24_filled, 'checkbox_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkbox_arrow_right_20_filled, 'checkbox_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_arrow_right_24_filled, 'checkbox_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkbox_checked_16_filled, 'checkbox_checked_16_filled', 16), - - 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_checked_sync_16_filled, 'checkbox_checked_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.checkbox_checked_sync_20_filled, 'checkbox_checked_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_16_filled, 'checkbox_indeterminate_16_filled', 16), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_20_filled, 'checkbox_indeterminate_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_indeterminate_24_filled, 'checkbox_indeterminate_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkbox_person_16_filled, 'checkbox_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.checkbox_person_20_filled, 'checkbox_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_person_24_filled, 'checkbox_person_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.checkbox_warning_20_filled, 'checkbox_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkbox_warning_24_filled, 'checkbox_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkmark_12_filled, 'checkmark_12_filled', 12), - - FluentUISampleIcon(FluentIcons.checkmark_16_filled, 'checkmark_16_filled', 16), - - 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_32_filled, 'checkmark_32_filled', 32), - - FluentUISampleIcon(FluentIcons.checkmark_48_filled, 'checkmark_48_filled', 48), - - FluentUISampleIcon(FluentIcons.checkmark_circle_12_filled, 'checkmark_circle_12_filled', 12), - - 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_32_filled, 'checkmark_circle_32_filled', 32), - - 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_note_20_filled, 'checkmark_note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkmark_square_24_filled, 'checkmark_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_16_filled, 'checkmark_starburst_16_filled', 16), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_20_filled, 'checkmark_starburst_20_filled', 20), - - FluentUISampleIcon(FluentIcons.checkmark_starburst_24_filled, 'checkmark_starburst_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_circle_down_12_filled, 'chevron_circle_down_12_filled', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_16_filled, 'chevron_circle_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_20_filled, 'chevron_circle_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_24_filled, 'chevron_circle_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_28_filled, 'chevron_circle_down_28_filled', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_32_filled, 'chevron_circle_down_32_filled', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_down_48_filled, 'chevron_circle_down_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_12_filled, 'chevron_circle_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_16_filled, 'chevron_circle_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_20_filled, 'chevron_circle_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_24_filled, 'chevron_circle_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_28_filled, 'chevron_circle_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_32_filled, 'chevron_circle_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_left_48_filled, 'chevron_circle_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_12_filled, 'chevron_circle_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_16_filled, 'chevron_circle_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_20_filled, 'chevron_circle_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_24_filled, 'chevron_circle_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_28_filled, 'chevron_circle_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_32_filled, 'chevron_circle_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_right_48_filled, 'chevron_circle_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_12_filled, 'chevron_circle_up_12_filled', 12), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_16_filled, 'chevron_circle_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_20_filled, 'chevron_circle_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_24_filled, 'chevron_circle_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_28_filled, 'chevron_circle_up_28_filled', 28), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_32_filled, 'chevron_circle_up_32_filled', 32), - - FluentUISampleIcon(FluentIcons.chevron_circle_up_48_filled, 'chevron_circle_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.chevron_double_down_16_filled, 'chevron_double_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_down_20_filled, 'chevron_double_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_left_16_filled, 'chevron_double_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_left_20_filled, 'chevron_double_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_right_16_filled, 'chevron_double_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_right_20_filled, 'chevron_double_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_double_up_16_filled, 'chevron_double_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_double_up_20_filled, 'chevron_double_up_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_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.chevron_up_down_16_filled, 'chevron_up_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chevron_up_down_20_filled, 'chevron_up_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chevron_up_down_24_filled, 'chevron_up_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chopsticks_16_filled, 'chopsticks_16_filled', 16), - - FluentUISampleIcon(FluentIcons.chopsticks_20_filled, 'chopsticks_20_filled', 20), - - FluentUISampleIcon(FluentIcons.chopsticks_24_filled, 'chopsticks_24_filled', 24), - - FluentUISampleIcon(FluentIcons.chopsticks_28_filled, 'chopsticks_28_filled', 28), - - FluentUISampleIcon(FluentIcons.circle_12_filled, 'circle_12_filled', 12), - - 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_32_filled, 'circle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.circle_48_filled, 'circle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.circle_edit_20_filled, 'circle_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_edit_24_filled, 'circle_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.circle_half_fill_12_filled, 'circle_half_fill_12_filled', 12), - - FluentUISampleIcon(FluentIcons.circle_half_fill_16_filled, 'circle_half_fill_16_filled', 16), - - 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_12_filled, 'circle_line_12_filled', 12), - - FluentUISampleIcon(FluentIcons.circle_line_20_filled, 'circle_line_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_line_24_filled, 'circle_line_24_filled', 24), - - FluentUISampleIcon(FluentIcons.circle_multiple_subtract_checkmark_20_filled, 'circle_multiple_subtract_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_off_16_filled, 'circle_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.circle_off_20_filled, 'circle_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_small_20_filled, 'circle_small_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_small_24_filled, 'circle_small_24_filled', 24), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_16_filled, 'circle_subtract_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_20_filled, 'circle_subtract_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_16_filled, 'circle_subtract_arrow_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_20_filled, 'circle_subtract_arrow_forward_20_filled', 20), - - 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_20_filled, 'class_20_filled', 20), - - 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_16_filled, 'clear_formatting_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clear_formatting_20_filled, 'clear_formatting_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clear_formatting_24_filled, 'clear_formatting_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_16_filled, 'clipboard_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clipboard_20_filled, 'clipboard_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_24_filled, 'clipboard_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_filled, 'clipboard_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_filled, 'clipboard_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_arrow_right_24_filled, 'clipboard_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_16_filled, 'clipboard_bullet_list_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_20_filled, 'clipboard_bullet_list_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_16_filled, 'clipboard_bullet_list_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_20_filled, 'clipboard_bullet_list_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_checkmark_20_filled, 'clipboard_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_checkmark_24_filled, 'clipboard_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_clock_20_filled, 'clipboard_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_clock_24_filled, 'clipboard_clock_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_data_bar_20_filled, 'clipboard_data_bar_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_data_bar_24_filled, 'clipboard_data_bar_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_data_bar_32_filled, 'clipboard_data_bar_32_filled', 32), - - FluentUISampleIcon(FluentIcons.clipboard_edit_20_filled, 'clipboard_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_error_20_filled, 'clipboard_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_error_24_filled, 'clipboard_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_heart_20_filled, 'clipboard_heart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_heart_24_filled, 'clipboard_heart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_image_20_filled, 'clipboard_image_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_image_24_filled, 'clipboard_image_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_20_filled, 'clipboard_more_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_more_24_filled, 'clipboard_more_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_note_20_filled, 'clipboard_note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_paste_16_filled, 'clipboard_paste_16_filled', 16), - - 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_pulse_20_filled, 'clipboard_pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_pulse_24_filled, 'clipboard_pulse_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_settings_20_filled, 'clipboard_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_settings_24_filled, 'clipboard_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_20_filled, 'clipboard_task_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_24_filled, 'clipboard_task_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_add_20_filled, 'clipboard_task_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_add_24_filled, 'clipboard_task_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_20_filled, 'clipboard_task_list_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_24_filled, 'clipboard_task_list_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_20_filled, 'clipboard_task_list_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_24_filled, 'clipboard_task_list_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_filled, 'clipboard_text_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_filled, 'clipboard_text_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_filled, 'clipboard_text_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_filled, 'clipboard_text_rtl_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_32_filled, 'clock_32_filled', 32), - - FluentUISampleIcon(FluentIcons.clock_48_filled, 'clock_48_filled', 48), - - FluentUISampleIcon(FluentIcons.clock_alarm_16_filled, 'clock_alarm_16_filled', 16), - - FluentUISampleIcon(FluentIcons.clock_alarm_20_filled, 'clock_alarm_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clock_alarm_24_filled, 'clock_alarm_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clock_alarm_32_filled, 'clock_alarm_32_filled', 32), - - FluentUISampleIcon(FluentIcons.clock_arrow_download_20_filled, 'clock_arrow_download_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clock_arrow_download_24_filled, 'clock_arrow_download_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clock_dismiss_20_filled, 'clock_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clock_dismiss_24_filled, 'clock_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clock_pause_20_filled, 'clock_pause_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clock_pause_24_filled, 'clock_pause_24_filled', 24), - - FluentUISampleIcon(FluentIcons.clock_toolbox_20_filled, 'clock_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.clock_toolbox_24_filled, 'clock_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_16_filled, 'closed_caption_16_filled', 16), - - FluentUISampleIcon(FluentIcons.closed_caption_20_filled, 'closed_caption_20_filled', 20), - - FluentUISampleIcon(FluentIcons.closed_caption_24_filled, 'closed_caption_24_filled', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_28_filled, 'closed_caption_28_filled', 28), - - FluentUISampleIcon(FluentIcons.closed_caption_32_filled, 'closed_caption_32_filled', 32), - - FluentUISampleIcon(FluentIcons.closed_caption_48_filled, 'closed_caption_48_filled', 48), - - FluentUISampleIcon(FluentIcons.closed_caption_off_16_filled, 'closed_caption_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.closed_caption_off_20_filled, 'closed_caption_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.closed_caption_off_24_filled, 'closed_caption_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.closed_caption_off_28_filled, 'closed_caption_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.closed_caption_off_48_filled, 'closed_caption_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_16_filled, 'cloud_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_20_filled, 'cloud_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_24_filled, 'cloud_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_28_filled, 'cloud_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_32_filled, 'cloud_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_48_filled, 'cloud_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_add_16_filled, 'cloud_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_add_20_filled, 'cloud_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_archive_16_filled, 'cloud_archive_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_archive_20_filled, 'cloud_archive_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_archive_24_filled, 'cloud_archive_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_archive_28_filled, 'cloud_archive_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_archive_32_filled, 'cloud_archive_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_archive_48_filled, 'cloud_archive_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_16_filled, 'cloud_arrow_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_20_filled, 'cloud_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_24_filled, 'cloud_arrow_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_28_filled, 'cloud_arrow_down_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_32_filled, 'cloud_arrow_down_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_arrow_down_48_filled, 'cloud_arrow_down_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_16_filled, 'cloud_arrow_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_20_filled, 'cloud_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_24_filled, 'cloud_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_28_filled, 'cloud_arrow_up_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_32_filled, 'cloud_arrow_up_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_arrow_up_48_filled, 'cloud_arrow_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_backup_16_filled, 'cloud_backup_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_backup_20_filled, 'cloud_backup_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_backup_24_filled, 'cloud_backup_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_backup_28_filled, 'cloud_backup_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_backup_32_filled, 'cloud_backup_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_backup_48_filled, 'cloud_backup_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_16_filled, 'cloud_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_20_filled, 'cloud_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_24_filled, 'cloud_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_28_filled, 'cloud_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_32_filled, 'cloud_checkmark_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_checkmark_48_filled, 'cloud_checkmark_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_16_filled, 'cloud_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_20_filled, 'cloud_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_24_filled, 'cloud_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_28_filled, 'cloud_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_32_filled, 'cloud_dismiss_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_dismiss_48_filled, 'cloud_dismiss_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_download_16_filled, 'cloud_download_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_download_20_filled, 'cloud_download_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_download_24_filled, 'cloud_download_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_download_28_filled, 'cloud_download_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_download_32_filled, 'cloud_download_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_download_48_filled, 'cloud_download_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_edit_16_filled, 'cloud_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_edit_20_filled, 'cloud_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_flow_20_filled, 'cloud_flow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_flow_24_filled, 'cloud_flow_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_link_16_filled, 'cloud_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_link_20_filled, 'cloud_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_off_16_filled, 'cloud_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_off_20_filled, 'cloud_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_off_24_filled, 'cloud_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_off_28_filled, 'cloud_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_off_32_filled, 'cloud_off_32_filled', 32), - - 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_swap_20_filled, 'cloud_swap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_swap_24_filled, 'cloud_swap_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_16_filled, 'cloud_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_sync_20_filled, 'cloud_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_sync_24_filled, 'cloud_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_28_filled, 'cloud_sync_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_sync_32_filled, 'cloud_sync_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_sync_48_filled, 'cloud_sync_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_16_filled, 'cloud_sync_complete_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_20_filled, 'cloud_sync_complete_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_filled, 'cloud_sync_complete_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_28_filled, 'cloud_sync_complete_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_32_filled, 'cloud_sync_complete_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_filled, 'cloud_sync_complete_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cloud_words_16_filled, 'cloud_words_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cloud_words_20_filled, 'cloud_words_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cloud_words_24_filled, 'cloud_words_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cloud_words_28_filled, 'cloud_words_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cloud_words_32_filled, 'cloud_words_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cloud_words_48_filled, 'cloud_words_48_filled', 48), - - FluentUISampleIcon(FluentIcons.code_16_filled, 'code_16_filled', 16), - - FluentUISampleIcon(FluentIcons.code_20_filled, 'code_20_filled', 20), - - FluentUISampleIcon(FluentIcons.code_24_filled, 'code_24_filled', 24), - - FluentUISampleIcon(FluentIcons.code_circle_20_filled, 'code_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.code_text_20_filled, 'code_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.code_text_edit_20_filled, 'code_text_edit_20_filled', 20), - - 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_16_filled, 'color_16_filled', 16), - - 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_16_filled, 'color_fill_16_filled', 16), - - 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_fill_28_filled, 'color_fill_28_filled', 28), - - FluentUISampleIcon(FluentIcons.color_line_16_filled, 'color_line_16_filled', 16), - - 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_20_filled, 'column_20_filled', 20), - - FluentUISampleIcon(FluentIcons.column_arrow_right_20_filled, 'column_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.column_edit_20_filled, 'column_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.column_edit_24_filled, 'column_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.column_triple_20_filled, 'column_triple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.column_triple_24_filled, 'column_triple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.column_triple_edit_20_filled, 'column_triple_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.column_triple_edit_24_filled, 'column_triple_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comma_24_filled, 'comma_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_12_filled, 'comment_12_filled', 12), - - 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_28_filled, 'comment_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_48_filled, 'comment_48_filled', 48), - - FluentUISampleIcon(FluentIcons.comment_add_12_filled, 'comment_add_12_filled', 12), - - FluentUISampleIcon(FluentIcons.comment_add_16_filled, 'comment_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_add_20_filled, 'comment_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_add_24_filled, 'comment_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_add_28_filled, 'comment_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_add_48_filled, 'comment_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_12_filled, 'comment_arrow_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_16_filled, 'comment_arrow_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_20_filled, 'comment_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_24_filled, 'comment_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_28_filled, 'comment_arrow_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_arrow_left_48_filled, 'comment_arrow_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_12_filled, 'comment_arrow_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_16_filled, 'comment_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_20_filled, 'comment_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_24_filled, 'comment_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_28_filled, 'comment_arrow_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_arrow_right_48_filled, 'comment_arrow_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.comment_checkmark_12_filled, 'comment_checkmark_12_filled', 12), - - FluentUISampleIcon(FluentIcons.comment_checkmark_16_filled, 'comment_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_checkmark_20_filled, 'comment_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_checkmark_24_filled, 'comment_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_checkmark_28_filled, 'comment_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_checkmark_48_filled, 'comment_checkmark_48_filled', 48), - - FluentUISampleIcon(FluentIcons.comment_dismiss_20_filled, 'comment_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_dismiss_24_filled, 'comment_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_edit_20_filled, 'comment_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_edit_24_filled, 'comment_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_error_16_filled, 'comment_error_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_error_20_filled, 'comment_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_error_24_filled, 'comment_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_lightning_20_filled, 'comment_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_lightning_24_filled, 'comment_lightning_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_multiple_28_filled, 'comment_multiple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_32_filled, 'comment_multiple_32_filled', 32), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_16_filled, 'comment_multiple_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_20_filled, 'comment_multiple_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_24_filled, 'comment_multiple_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_28_filled, 'comment_multiple_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_16_filled, 'comment_multiple_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_20_filled, 'comment_multiple_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_24_filled, 'comment_multiple_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_28_filled, 'comment_multiple_link_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_multiple_link_32_filled, 'comment_multiple_link_32_filled', 32), - - FluentUISampleIcon(FluentIcons.comment_note_20_filled, 'comment_note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_note_24_filled, 'comment_note_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_off_16_filled, 'comment_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.comment_off_20_filled, 'comment_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.comment_off_24_filled, 'comment_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.comment_off_28_filled, 'comment_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.comment_off_48_filled, 'comment_off_48_filled', 48), - - 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.communication_person_20_filled, 'communication_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.communication_person_24_filled, 'communication_person_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.component_2_double_tap_swipe_down_24_filled, 'component_2_double_tap_swipe_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_filled, 'component_2_double_tap_swipe_up_24_filled', 24), - - 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_16_filled, 'contact_card_16_filled', 16), - - 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_28_filled, 'contact_card_28_filled', 28), - - FluentUISampleIcon(FluentIcons.contact_card_32_filled, 'contact_card_32_filled', 32), - - FluentUISampleIcon(FluentIcons.contact_card_48_filled, 'contact_card_48_filled', 48), - - FluentUISampleIcon(FluentIcons.contact_card_group_16_filled, 'contact_card_group_16_filled', 16), - - FluentUISampleIcon(FluentIcons.contact_card_group_20_filled, 'contact_card_group_20_filled', 20), - - FluentUISampleIcon(FluentIcons.contact_card_group_24_filled, 'contact_card_group_24_filled', 24), - - FluentUISampleIcon(FluentIcons.contact_card_group_28_filled, 'contact_card_group_28_filled', 28), - - FluentUISampleIcon(FluentIcons.contact_card_group_48_filled, 'contact_card_group_48_filled', 48), - - FluentUISampleIcon(FluentIcons.contact_card_link_16_filled, 'contact_card_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.contact_card_link_20_filled, 'contact_card_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_16_filled, 'contact_card_ribbon_16_filled', 16), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_20_filled, 'contact_card_ribbon_20_filled', 20), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_24_filled, 'contact_card_ribbon_24_filled', 24), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_28_filled, 'contact_card_ribbon_28_filled', 28), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_32_filled, 'contact_card_ribbon_32_filled', 32), - - FluentUISampleIcon(FluentIcons.contact_card_ribbon_48_filled, 'contact_card_ribbon_48_filled', 48), - - 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.content_settings_32_filled, 'content_settings_32_filled', 32), - - FluentUISampleIcon(FluentIcons.content_view_20_filled, 'content_view_20_filled', 20), - - FluentUISampleIcon(FluentIcons.content_view_32_filled, 'content_view_32_filled', 32), - - FluentUISampleIcon(FluentIcons.content_view_gallery_20_filled, 'content_view_gallery_20_filled', 20), - - FluentUISampleIcon(FluentIcons.contract_down_left_16_filled, 'contract_down_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.contract_down_left_20_filled, 'contract_down_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.contract_down_left_24_filled, 'contract_down_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.contract_down_left_28_filled, 'contract_down_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.contract_down_left_32_filled, 'contract_down_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.contract_down_left_48_filled, 'contract_down_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.control_button_20_filled, 'control_button_20_filled', 20), - - FluentUISampleIcon(FluentIcons.control_button_24_filled, 'control_button_24_filled', 24), - - FluentUISampleIcon(FluentIcons.convert_range_20_filled, 'convert_range_20_filled', 20), - - FluentUISampleIcon(FluentIcons.convert_range_24_filled, 'convert_range_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.convert_to_type_20_filled, 'convert_to_type_20_filled', 20), - - FluentUISampleIcon(FluentIcons.convert_to_type_24_filled, 'convert_to_type_24_filled', 24), - - FluentUISampleIcon(FluentIcons.convert_to_type_off_20_filled, 'convert_to_type_off_20_filled', 20), - - 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_add_20_filled, 'copy_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.copy_add_24_filled, 'copy_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_16_filled, 'copy_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_20_filled, 'copy_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.copy_arrow_right_24_filled, 'copy_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.copy_select_20_filled, 'copy_select_20_filled', 20), - - FluentUISampleIcon(FluentIcons.couch_12_filled, 'couch_12_filled', 12), - - FluentUISampleIcon(FluentIcons.couch_20_filled, 'couch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.couch_24_filled, 'couch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.credit_card_person_20_filled, 'credit_card_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.credit_card_person_24_filled, 'credit_card_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.credit_card_toolbox_20_filled, 'credit_card_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.credit_card_toolbox_24_filled, 'credit_card_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.crop_20_filled, 'crop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.crop_24_filled, 'crop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.crop_interim_20_filled, 'crop_interim_20_filled', 20), - - FluentUISampleIcon(FluentIcons.crop_interim_24_filled, 'crop_interim_24_filled', 24), - - FluentUISampleIcon(FluentIcons.crop_interim_off_20_filled, 'crop_interim_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.crop_interim_off_24_filled, 'crop_interim_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cube_12_filled, 'cube_12_filled', 12), - - 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.cube_add_20_filled, 'cube_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_link_20_filled, 'cube_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_multiple_20_filled, 'cube_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_multiple_24_filled, 'cube_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cube_quick_16_filled, 'cube_quick_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cube_quick_20_filled, 'cube_quick_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_quick_24_filled, 'cube_quick_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cube_quick_28_filled, 'cube_quick_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cube_rotate_20_filled, 'cube_rotate_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_sync_20_filled, 'cube_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_sync_24_filled, 'cube_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cube_tree_20_filled, 'cube_tree_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cube_tree_24_filled, 'cube_tree_24_filled', 24), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_16_filled, 'currency_dollar_euro_16_filled', 16), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_20_filled, 'currency_dollar_euro_20_filled', 20), - - FluentUISampleIcon(FluentIcons.currency_dollar_euro_24_filled, 'currency_dollar_euro_24_filled', 24), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_16_filled, 'currency_dollar_rupee_16_filled', 16), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_20_filled, 'currency_dollar_rupee_20_filled', 20), - - FluentUISampleIcon(FluentIcons.currency_dollar_rupee_24_filled, 'currency_dollar_rupee_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cursor_20_filled, 'cursor_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cursor_24_filled, 'cursor_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cursor_click_20_filled, 'cursor_click_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cursor_click_24_filled, 'cursor_click_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_16_filled, 'cursor_hover_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cursor_hover_20_filled, 'cursor_hover_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cursor_hover_24_filled, 'cursor_hover_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_28_filled, 'cursor_hover_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cursor_hover_32_filled, 'cursor_hover_32_filled', 32), - - FluentUISampleIcon(FluentIcons.cursor_hover_48_filled, 'cursor_hover_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_16_filled, 'cursor_hover_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_20_filled, 'cursor_hover_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_24_filled, 'cursor_hover_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_28_filled, 'cursor_hover_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.cursor_hover_off_48_filled, 'cursor_hover_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.cut_20_filled, 'cut_20_filled', 20), - - FluentUISampleIcon(FluentIcons.cut_24_filled, 'cut_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dark_theme_20_filled, 'dark_theme_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dark_theme_24_filled, 'dark_theme_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_area_20_filled, 'data_area_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_area_24_filled, 'data_area_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_bar_horizontal_20_filled, 'data_bar_horizontal_20_filled', 20), - - 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_bar_vertical_add_20_filled, 'data_bar_vertical_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_filled, 'data_bar_vertical_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_funnel_20_filled, 'data_funnel_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_funnel_24_filled, 'data_funnel_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_histogram_20_filled, 'data_histogram_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_histogram_24_filled, 'data_histogram_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_line_20_filled, 'data_line_20_filled', 20), - - 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_20_filled, 'data_scatter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_scatter_24_filled, 'data_scatter_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_sunburst_20_filled, 'data_sunburst_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_sunburst_24_filled, 'data_sunburst_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_treemap_20_filled, 'data_treemap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_treemap_24_filled, 'data_treemap_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_trending_16_filled, 'data_trending_16_filled', 16), - - FluentUISampleIcon(FluentIcons.data_trending_20_filled, 'data_trending_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_trending_24_filled, 'data_trending_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_usage_20_filled, 'data_usage_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_usage_24_filled, 'data_usage_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_usage_edit_20_filled, 'data_usage_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_usage_edit_24_filled, 'data_usage_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_usage_settings_20_filled, 'data_usage_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_usage_toolbox_20_filled, 'data_usage_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_usage_toolbox_24_filled, 'data_usage_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_waterfall_20_filled, 'data_waterfall_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_waterfall_24_filled, 'data_waterfall_24_filled', 24), - - FluentUISampleIcon(FluentIcons.data_whisker_20_filled, 'data_whisker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.data_whisker_24_filled, 'data_whisker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.database_20_filled, 'database_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_24_filled, 'database_24_filled', 24), - - FluentUISampleIcon(FluentIcons.database_arrow_down_20_filled, 'database_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_arrow_right_20_filled, 'database_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_arrow_up_20_filled, 'database_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_lightning_20_filled, 'database_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_link_20_filled, 'database_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_link_24_filled, 'database_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.database_multiple_20_filled, 'database_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_person_20_filled, 'database_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_person_24_filled, 'database_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.database_plug_connected_20_filled, 'database_plug_connected_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_search_20_filled, 'database_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_search_24_filled, 'database_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.database_warning_20_filled, 'database_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.database_window_20_filled, 'database_window_20_filled', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_left_20_filled, 'decimal_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_left_24_filled, 'decimal_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.decimal_arrow_right_20_filled, 'decimal_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.decimal_arrow_right_24_filled, 'decimal_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.delete_16_filled, 'delete_16_filled', 16), - - 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_arrow_back_16_filled, 'delete_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.delete_arrow_back_20_filled, 'delete_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.delete_dismiss_20_filled, 'delete_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.delete_dismiss_24_filled, 'delete_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.delete_dismiss_28_filled, 'delete_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.delete_lines_20_filled, 'delete_lines_20_filled', 20), - - 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_12_filled, 'dentist_12_filled', 12), - - FluentUISampleIcon(FluentIcons.dentist_16_filled, 'dentist_16_filled', 16), - - FluentUISampleIcon(FluentIcons.dentist_20_filled, 'dentist_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dentist_24_filled, 'dentist_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dentist_28_filled, 'dentist_28_filled', 28), - - FluentUISampleIcon(FluentIcons.dentist_48_filled, 'dentist_48_filled', 48), - - 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.desktop_32_filled, 'desktop_32_filled', 32), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_16_filled, 'desktop_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_20_filled, 'desktop_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_arrow_right_24_filled, 'desktop_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_cursor_16_filled, 'desktop_cursor_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_cursor_20_filled, 'desktop_cursor_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_cursor_24_filled, 'desktop_cursor_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_cursor_28_filled, 'desktop_cursor_28_filled', 28), - - FluentUISampleIcon(FluentIcons.desktop_edit_16_filled, 'desktop_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_edit_20_filled, 'desktop_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_edit_24_filled, 'desktop_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_flow_20_filled, 'desktop_flow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_flow_24_filled, 'desktop_flow_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_16_filled, 'desktop_keyboard_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_20_filled, 'desktop_keyboard_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_24_filled, 'desktop_keyboard_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_keyboard_28_filled, 'desktop_keyboard_28_filled', 28), - - FluentUISampleIcon(FluentIcons.desktop_mac_16_filled, 'desktop_mac_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_mac_20_filled, 'desktop_mac_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_mac_24_filled, 'desktop_mac_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_mac_32_filled, 'desktop_mac_32_filled', 32), - - FluentUISampleIcon(FluentIcons.desktop_pulse_16_filled, 'desktop_pulse_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_pulse_20_filled, 'desktop_pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_pulse_24_filled, 'desktop_pulse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_pulse_28_filled, 'desktop_pulse_28_filled', 28), - - FluentUISampleIcon(FluentIcons.desktop_pulse_32_filled, 'desktop_pulse_32_filled', 32), - - FluentUISampleIcon(FluentIcons.desktop_pulse_48_filled, 'desktop_pulse_48_filled', 48), - - FluentUISampleIcon(FluentIcons.desktop_signal_20_filled, 'desktop_signal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_signal_24_filled, 'desktop_signal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_speaker_20_filled, 'desktop_speaker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_speaker_24_filled, 'desktop_speaker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_speaker_off_20_filled, 'desktop_speaker_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_speaker_off_24_filled, 'desktop_speaker_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_sync_16_filled, 'desktop_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.desktop_sync_20_filled, 'desktop_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_sync_24_filled, 'desktop_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.desktop_toolbox_20_filled, 'desktop_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.desktop_toolbox_24_filled, 'desktop_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.developer_board_20_filled, 'developer_board_20_filled', 20), - - FluentUISampleIcon(FluentIcons.developer_board_24_filled, 'developer_board_24_filled', 24), - - FluentUISampleIcon(FluentIcons.developer_board_lightning_20_filled, 'developer_board_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.developer_board_lightning_toolbox_20_filled, 'developer_board_lightning_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.developer_board_search_20_filled, 'developer_board_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.developer_board_search_24_filled, 'developer_board_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.device_eq_20_filled, 'device_eq_20_filled', 20), - - FluentUISampleIcon(FluentIcons.device_eq_24_filled, 'device_eq_24_filled', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_16_filled, 'device_meeting_room_16_filled', 16), - - FluentUISampleIcon(FluentIcons.device_meeting_room_20_filled, 'device_meeting_room_20_filled', 20), - - FluentUISampleIcon(FluentIcons.device_meeting_room_24_filled, 'device_meeting_room_24_filled', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_28_filled, 'device_meeting_room_28_filled', 28), - - FluentUISampleIcon(FluentIcons.device_meeting_room_32_filled, 'device_meeting_room_32_filled', 32), - - FluentUISampleIcon(FluentIcons.device_meeting_room_48_filled, 'device_meeting_room_48_filled', 48), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_16_filled, 'device_meeting_room_remote_16_filled', 16), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_20_filled, 'device_meeting_room_remote_20_filled', 20), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_24_filled, 'device_meeting_room_remote_24_filled', 24), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_28_filled, 'device_meeting_room_remote_28_filled', 28), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_32_filled, 'device_meeting_room_remote_32_filled', 32), - - FluentUISampleIcon(FluentIcons.device_meeting_room_remote_48_filled, 'device_meeting_room_remote_48_filled', 48), - - FluentUISampleIcon(FluentIcons.diagram_20_filled, 'diagram_20_filled', 20), - - FluentUISampleIcon(FluentIcons.diagram_24_filled, 'diagram_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dialpad_20_filled, 'dialpad_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dialpad_24_filled, 'dialpad_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dialpad_28_filled, 'dialpad_28_filled', 28), - - FluentUISampleIcon(FluentIcons.dialpad_32_filled, 'dialpad_32_filled', 32), - - FluentUISampleIcon(FluentIcons.dialpad_48_filled, 'dialpad_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dialpad_off_20_filled, 'dialpad_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dialpad_off_24_filled, 'dialpad_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.diamond_16_filled, 'diamond_16_filled', 16), - - FluentUISampleIcon(FluentIcons.diamond_20_filled, 'diamond_20_filled', 20), - - FluentUISampleIcon(FluentIcons.diamond_24_filled, 'diamond_24_filled', 24), - - FluentUISampleIcon(FluentIcons.diamond_28_filled, 'diamond_28_filled', 28), - - FluentUISampleIcon(FluentIcons.diamond_32_filled, 'diamond_32_filled', 32), - - FluentUISampleIcon(FluentIcons.diamond_48_filled, 'diamond_48_filled', 48), - - FluentUISampleIcon(FluentIcons.directions_16_filled, 'directions_16_filled', 16), - - 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_32_filled, 'dismiss_32_filled', 32), - - FluentUISampleIcon(FluentIcons.dismiss_48_filled, 'dismiss_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dismiss_circle_12_filled, 'dismiss_circle_12_filled', 12), - - 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_28_filled, 'dismiss_circle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.dismiss_circle_32_filled, 'dismiss_circle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.dismiss_circle_48_filled, 'dismiss_circle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dismiss_square_20_filled, 'dismiss_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dismiss_square_24_filled, 'dismiss_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dismiss_square_multiple_16_filled, 'dismiss_square_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.dismiss_square_multiple_20_filled, 'dismiss_square_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.diversity_20_filled, 'diversity_20_filled', 20), - - FluentUISampleIcon(FluentIcons.diversity_24_filled, 'diversity_24_filled', 24), - - FluentUISampleIcon(FluentIcons.diversity_28_filled, 'diversity_28_filled', 28), - - FluentUISampleIcon(FluentIcons.diversity_48_filled, 'diversity_48_filled', 48), - - FluentUISampleIcon(FluentIcons.divider_short_16_filled, 'divider_short_16_filled', 16), - - FluentUISampleIcon(FluentIcons.divider_short_20_filled, 'divider_short_20_filled', 20), - - FluentUISampleIcon(FluentIcons.divider_short_24_filled, 'divider_short_24_filled', 24), - - FluentUISampleIcon(FluentIcons.divider_tall_16_filled, 'divider_tall_16_filled', 16), - - FluentUISampleIcon(FluentIcons.divider_tall_20_filled, 'divider_tall_20_filled', 20), - - FluentUISampleIcon(FluentIcons.divider_tall_24_filled, 'divider_tall_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dock_20_filled, 'dock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dock_24_filled, 'dock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_bottom_20_filled, 'dock_panel_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_left_16_filled, 'dock_panel_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.dock_panel_left_20_filled, 'dock_panel_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_left_24_filled, 'dock_panel_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_left_28_filled, 'dock_panel_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.dock_panel_left_48_filled, 'dock_panel_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dock_panel_right_16_filled, 'dock_panel_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.dock_panel_right_20_filled, 'dock_panel_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dock_panel_right_24_filled, 'dock_panel_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dock_panel_right_28_filled, 'dock_panel_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.dock_panel_right_48_filled, 'dock_panel_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dock_row_20_filled, 'dock_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dock_row_24_filled, 'dock_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.doctor_12_filled, 'doctor_12_filled', 12), - - FluentUISampleIcon(FluentIcons.doctor_16_filled, 'doctor_16_filled', 16), - - FluentUISampleIcon(FluentIcons.doctor_20_filled, 'doctor_20_filled', 20), - - FluentUISampleIcon(FluentIcons.doctor_24_filled, 'doctor_24_filled', 24), - - FluentUISampleIcon(FluentIcons.doctor_28_filled, 'doctor_28_filled', 28), - - FluentUISampleIcon(FluentIcons.doctor_48_filled, 'doctor_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_16_filled, 'document_16_filled', 16), - - 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_32_filled, 'document_32_filled', 32), - - FluentUISampleIcon(FluentIcons.document_48_filled, 'document_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_add_16_filled, 'document_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_add_20_filled, 'document_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_add_24_filled, 'document_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_add_28_filled, 'document_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.document_add_48_filled, 'document_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_arrow_down_16_filled, 'document_arrow_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_down_20_filled, 'document_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_left_16_filled, 'document_arrow_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_left_20_filled, 'document_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_left_24_filled, 'document_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_arrow_left_28_filled, 'document_arrow_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.document_arrow_left_48_filled, 'document_arrow_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_arrow_right_20_filled, 'document_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_arrow_right_24_filled, 'document_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_arrow_up_16_filled, 'document_arrow_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_arrow_up_20_filled, 'document_arrow_up_20_filled', 20), - - 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_bullet_list_20_filled, 'document_bullet_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_24_filled, 'document_bullet_list_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_clock_20_filled, 'document_bullet_list_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_clock_24_filled, 'document_bullet_list_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_20_filled, 'document_bullet_list_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_24_filled, 'document_bullet_list_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_bullet_list_off_20_filled, 'document_bullet_list_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_bullet_list_off_24_filled, 'document_bullet_list_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_catch_up_16_filled, 'document_catch_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_catch_up_20_filled, 'document_catch_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_catch_up_24_filled, 'document_catch_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_checkmark_20_filled, 'document_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_checkmark_24_filled, 'document_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_chevron_double_20_filled, 'document_chevron_double_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_chevron_double_24_filled, 'document_chevron_double_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_css_20_filled, 'document_css_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_css_24_filled, 'document_css_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_dismiss_16_filled, 'document_dismiss_16_filled', 16), - - 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_flowchart_20_filled, 'document_flowchart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_flowchart_24_filled, 'document_flowchart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_footer_16_filled, 'document_footer_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_footer_20_filled, 'document_footer_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_footer_24_filled, 'document_footer_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_footer_dismiss_20_filled, 'document_footer_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_filled, 'document_footer_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_footer_remove_24_filled, 'document_footer_remove_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_header_16_filled, 'document_header_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_header_20_filled, 'document_header_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_header_24_filled, 'document_header_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_16_filled, 'document_header_arrow_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_20_filled, 'document_header_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_header_arrow_down_24_filled, 'document_header_arrow_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_header_dismiss_20_filled, 'document_header_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_header_dismiss_24_filled, 'document_header_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_header_footer_16_filled, 'document_header_footer_16_filled', 16), - - 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_heart_20_filled, 'document_heart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_heart_24_filled, 'document_heart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_heart_pulse_20_filled, 'document_heart_pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_heart_pulse_24_filled, 'document_heart_pulse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_javascript_20_filled, 'document_javascript_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_javascript_24_filled, 'document_javascript_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_landscape_data_20_filled, 'document_landscape_data_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_landscape_data_24_filled, 'document_landscape_data_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_landscape_split_20_filled, 'document_landscape_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_landscape_split_24_filled, 'document_landscape_split_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_landscape_split_hint_20_filled, 'document_landscape_split_hint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_link_16_filled, 'document_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_link_20_filled, 'document_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_link_24_filled, 'document_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_lock_16_filled, 'document_lock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_lock_20_filled, 'document_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_lock_24_filled, 'document_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_lock_28_filled, 'document_lock_28_filled', 28), - - FluentUISampleIcon(FluentIcons.document_lock_32_filled, 'document_lock_32_filled', 32), - - FluentUISampleIcon(FluentIcons.document_lock_48_filled, 'document_lock_48_filled', 48), - - 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_mention_16_filled, 'document_mention_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_mention_20_filled, 'document_mention_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_mention_24_filled, 'document_mention_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_mention_28_filled, 'document_mention_28_filled', 28), - - FluentUISampleIcon(FluentIcons.document_mention_48_filled, 'document_mention_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_multiple_16_filled, 'document_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_multiple_20_filled, 'document_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_24_filled, 'document_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_percent_20_filled, 'document_multiple_percent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_percent_24_filled, 'document_multiple_percent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_prohibited_20_filled, 'document_multiple_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_multiple_prohibited_24_filled, 'document_multiple_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_multiple_sync_20_filled, 'document_multiple_sync_20_filled', 20), - - 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_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_20_filled, 'document_page_break_20_filled', 20), - - 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_pdf_32_filled, 'document_pdf_32_filled', 32), - - FluentUISampleIcon(FluentIcons.document_percent_20_filled, 'document_percent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_percent_24_filled, 'document_percent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_person_16_filled, 'document_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_person_20_filled, 'document_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_pill_20_filled, 'document_pill_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_pill_24_filled, 'document_pill_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_prohibited_20_filled, 'document_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_prohibited_24_filled, 'document_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_question_mark_16_filled, 'document_question_mark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_question_mark_20_filled, 'document_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_question_mark_24_filled, 'document_question_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_queue_20_filled, 'document_queue_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_queue_24_filled, 'document_queue_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_queue_add_20_filled, 'document_queue_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_queue_add_24_filled, 'document_queue_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_queue_multiple_20_filled, 'document_queue_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_queue_multiple_24_filled, 'document_queue_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_ribbon_16_filled, 'document_ribbon_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_ribbon_20_filled, 'document_ribbon_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_ribbon_24_filled, 'document_ribbon_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_ribbon_28_filled, 'document_ribbon_28_filled', 28), - - FluentUISampleIcon(FluentIcons.document_ribbon_32_filled, 'document_ribbon_32_filled', 32), - - FluentUISampleIcon(FluentIcons.document_ribbon_48_filled, 'document_ribbon_48_filled', 48), - - FluentUISampleIcon(FluentIcons.document_save_20_filled, 'document_save_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_save_24_filled, 'document_save_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_search_16_filled, 'document_search_16_filled', 16), - - 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_settings_16_filled, 'document_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_settings_20_filled, 'document_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_16_filled, 'document_split_hint_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_split_hint_20_filled, 'document_split_hint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_24_filled, 'document_split_hint_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_16_filled, 'document_split_hint_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_20_filled, 'document_split_hint_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_split_hint_off_24_filled, 'document_split_hint_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_sync_16_filled, 'document_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_sync_20_filled, 'document_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_sync_24_filled, 'document_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_16_filled, 'document_table_16_filled', 16), - - FluentUISampleIcon(FluentIcons.document_table_20_filled, 'document_table_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_24_filled, 'document_table_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_arrow_right_20_filled, 'document_table_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_arrow_right_24_filled, 'document_table_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_checkmark_20_filled, 'document_table_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_checkmark_24_filled, 'document_table_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_cube_20_filled, 'document_table_cube_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_cube_24_filled, 'document_table_cube_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_search_20_filled, 'document_table_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_search_24_filled, 'document_table_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_table_truck_20_filled, 'document_table_truck_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_table_truck_24_filled, 'document_table_truck_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_text_20_filled, 'document_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_text_24_filled, 'document_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_text_clock_20_filled, 'document_text_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_text_clock_24_filled, 'document_text_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_text_extract_20_filled, 'document_text_extract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_text_extract_24_filled, 'document_text_extract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_text_link_20_filled, 'document_text_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_text_link_24_filled, 'document_text_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.document_text_toolbox_20_filled, 'document_text_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_text_toolbox_24_filled, 'document_text_toolbox_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_width_20_filled, 'document_width_20_filled', 20), - - FluentUISampleIcon(FluentIcons.document_width_24_filled, 'document_width_24_filled', 24), - - FluentUISampleIcon(FluentIcons.door_16_filled, 'door_16_filled', 16), - - FluentUISampleIcon(FluentIcons.door_20_filled, 'door_20_filled', 20), - - FluentUISampleIcon(FluentIcons.door_28_filled, 'door_28_filled', 28), - - FluentUISampleIcon(FluentIcons.door_arrow_left_16_filled, 'door_arrow_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.door_arrow_left_20_filled, 'door_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.door_arrow_left_24_filled, 'door_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.door_arrow_right_16_filled, 'door_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.door_arrow_right_20_filled, 'door_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.door_arrow_right_28_filled, 'door_arrow_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.door_tag_20_filled, 'door_tag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.door_tag_24_filled, 'door_tag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.double_swipe_down_20_filled, 'double_swipe_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.double_swipe_down_24_filled, 'double_swipe_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.double_swipe_up_20_filled, 'double_swipe_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.double_swipe_up_24_filled, 'double_swipe_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_down_20_filled, 'double_tap_swipe_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_filled, 'double_tap_swipe_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.double_tap_swipe_up_20_filled, 'double_tap_swipe_up_20_filled', 20), - - 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_20_filled, 'drag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drag_24_filled, 'drag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.draw_image_20_filled, 'draw_image_20_filled', 20), - - FluentUISampleIcon(FluentIcons.draw_image_24_filled, 'draw_image_24_filled', 24), - - FluentUISampleIcon(FluentIcons.draw_shape_20_filled, 'draw_shape_20_filled', 20), - - FluentUISampleIcon(FluentIcons.draw_shape_24_filled, 'draw_shape_24_filled', 24), - - FluentUISampleIcon(FluentIcons.draw_text_20_filled, 'draw_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.draw_text_24_filled, 'draw_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_add_20_filled, 'drawer_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_add_24_filled, 'drawer_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_arrow_download_20_filled, 'drawer_arrow_download_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_arrow_download_24_filled, 'drawer_arrow_download_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_dismiss_20_filled, 'drawer_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_dismiss_24_filled, 'drawer_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_download_20_filled, 'drawer_download_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_download_24_filled, 'drawer_download_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_play_20_filled, 'drawer_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_play_24_filled, 'drawer_play_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drawer_subtract_20_filled, 'drawer_subtract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drawer_subtract_24_filled, 'drawer_subtract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drink_beer_16_filled, 'drink_beer_16_filled', 16), - - FluentUISampleIcon(FluentIcons.drink_beer_20_filled, 'drink_beer_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drink_beer_24_filled, 'drink_beer_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drink_coffee_16_filled, 'drink_coffee_16_filled', 16), - - 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_16_filled, 'drink_margarita_16_filled', 16), - - FluentUISampleIcon(FluentIcons.drink_margarita_20_filled, 'drink_margarita_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drink_margarita_24_filled, 'drink_margarita_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drink_to_go_20_filled, 'drink_to_go_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drink_to_go_24_filled, 'drink_to_go_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drink_wine_16_filled, 'drink_wine_16_filled', 16), - - FluentUISampleIcon(FluentIcons.drink_wine_20_filled, 'drink_wine_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drink_wine_24_filled, 'drink_wine_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drive_train_20_filled, 'drive_train_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drive_train_24_filled, 'drive_train_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drop_12_filled, 'drop_12_filled', 12), - - FluentUISampleIcon(FluentIcons.drop_16_filled, 'drop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.drop_20_filled, 'drop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.drop_24_filled, 'drop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.drop_28_filled, 'drop_28_filled', 28), - - FluentUISampleIcon(FluentIcons.drop_48_filled, 'drop_48_filled', 48), - - FluentUISampleIcon(FluentIcons.dual_screen_20_filled, 'dual_screen_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_24_filled, 'dual_screen_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_add_20_filled, 'dual_screen_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_add_24_filled, 'dual_screen_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_20_filled, 'dual_screen_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_filled, 'dual_screen_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_20_filled, 'dual_screen_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_24_filled, 'dual_screen_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_clock_20_filled, 'dual_screen_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_clock_24_filled, 'dual_screen_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_20_filled, 'dual_screen_closed_alert_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_24_filled, 'dual_screen_closed_alert_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_desktop_20_filled, 'dual_screen_desktop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_filled, 'dual_screen_desktop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_dismiss_20_filled, 'dual_screen_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_dismiss_24_filled, 'dual_screen_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_group_20_filled, 'dual_screen_group_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_group_24_filled, 'dual_screen_group_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_header_20_filled, 'dual_screen_header_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_header_24_filled, 'dual_screen_header_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_lock_20_filled, 'dual_screen_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_lock_24_filled, 'dual_screen_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_mirror_20_filled, 'dual_screen_mirror_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_filled, 'dual_screen_mirror_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_pagination_20_filled, 'dual_screen_pagination_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_filled, 'dual_screen_pagination_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_settings_20_filled, 'dual_screen_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_settings_24_filled, 'dual_screen_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_span_20_filled, 'dual_screen_span_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_span_24_filled, 'dual_screen_span_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_speaker_20_filled, 'dual_screen_speaker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_speaker_24_filled, 'dual_screen_speaker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_status_bar_20_filled, 'dual_screen_status_bar_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_filled, 'dual_screen_status_bar_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_tablet_20_filled, 'dual_screen_tablet_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_filled, 'dual_screen_tablet_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_update_20_filled, 'dual_screen_update_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_update_24_filled, 'dual_screen_update_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_20_filled, 'dual_screen_vertical_scroll_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_filled, 'dual_screen_vertical_scroll_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dual_screen_vibrate_20_filled, 'dual_screen_vibrate_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_filled, 'dual_screen_vibrate_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dumbbell_16_filled, 'dumbbell_16_filled', 16), - - FluentUISampleIcon(FluentIcons.dumbbell_20_filled, 'dumbbell_20_filled', 20), - - FluentUISampleIcon(FluentIcons.dumbbell_24_filled, 'dumbbell_24_filled', 24), - - FluentUISampleIcon(FluentIcons.dumbbell_28_filled, 'dumbbell_28_filled', 28), - - 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.edit_28_filled, 'edit_28_filled', 28), - - FluentUISampleIcon(FluentIcons.edit_32_filled, 'edit_32_filled', 32), - - FluentUISampleIcon(FluentIcons.edit_48_filled, 'edit_48_filled', 48), - - FluentUISampleIcon(FluentIcons.edit_arrow_back_16_filled, 'edit_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.edit_arrow_back_20_filled, 'edit_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.edit_off_16_filled, 'edit_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.edit_off_20_filled, 'edit_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.edit_off_24_filled, 'edit_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.edit_off_28_filled, 'edit_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.edit_off_32_filled, 'edit_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.edit_off_48_filled, 'edit_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.edit_prohibited_16_filled, 'edit_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.edit_prohibited_20_filled, 'edit_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.edit_prohibited_24_filled, 'edit_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.edit_prohibited_28_filled, 'edit_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.edit_prohibited_32_filled, 'edit_prohibited_32_filled', 32), - - FluentUISampleIcon(FluentIcons.edit_prohibited_48_filled, 'edit_prohibited_48_filled', 48), - - FluentUISampleIcon(FluentIcons.edit_settings_20_filled, 'edit_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.edit_settings_24_filled, 'edit_settings_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_28_filled, 'emoji_28_filled', 28), - - FluentUISampleIcon(FluentIcons.emoji_32_filled, 'emoji_32_filled', 32), - - FluentUISampleIcon(FluentIcons.emoji_48_filled, 'emoji_48_filled', 48), - - FluentUISampleIcon(FluentIcons.emoji_add_16_filled, 'emoji_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.emoji_add_20_filled, 'emoji_add_20_filled', 20), - - 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_edit_16_filled, 'emoji_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.emoji_edit_20_filled, 'emoji_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_edit_24_filled, 'emoji_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_edit_28_filled, 'emoji_edit_28_filled', 28), - - FluentUISampleIcon(FluentIcons.emoji_edit_48_filled, 'emoji_edit_48_filled', 48), - - FluentUISampleIcon(FluentIcons.emoji_hand_20_filled, 'emoji_hand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_hand_24_filled, 'emoji_hand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_hand_28_filled, 'emoji_hand_28_filled', 28), - - FluentUISampleIcon(FluentIcons.emoji_laugh_16_filled, 'emoji_laugh_16_filled', 16), - - 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_multiple_20_filled, 'emoji_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_multiple_24_filled, 'emoji_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_sad_16_filled, 'emoji_sad_16_filled', 16), - - 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_sad_slight_20_filled, 'emoji_sad_slight_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_sad_slight_24_filled, 'emoji_sad_slight_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_smile_slight_20_filled, 'emoji_smile_slight_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_smile_slight_24_filled, 'emoji_smile_slight_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_16_filled, 'emoji_sparkle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_20_filled, 'emoji_sparkle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_24_filled, 'emoji_sparkle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_28_filled, 'emoji_sparkle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_32_filled, 'emoji_sparkle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.emoji_sparkle_48_filled, 'emoji_sparkle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.emoji_surprise_20_filled, 'emoji_surprise_20_filled', 20), - - FluentUISampleIcon(FluentIcons.emoji_surprise_24_filled, 'emoji_surprise_24_filled', 24), - - FluentUISampleIcon(FluentIcons.engine_20_filled, 'engine_20_filled', 20), - - FluentUISampleIcon(FluentIcons.engine_24_filled, 'engine_24_filled', 24), - - FluentUISampleIcon(FluentIcons.equal_circle_20_filled, 'equal_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.equal_circle_24_filled, 'equal_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.equal_off_20_filled, 'equal_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.equal_off_24_filled, 'equal_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eraser_20_filled, 'eraser_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eraser_24_filled, 'eraser_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eraser_medium_20_filled, 'eraser_medium_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eraser_medium_24_filled, 'eraser_medium_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eraser_segment_20_filled, 'eraser_segment_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eraser_segment_24_filled, 'eraser_segment_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eraser_small_20_filled, 'eraser_small_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eraser_small_24_filled, 'eraser_small_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eraser_tool_20_filled, 'eraser_tool_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eraser_tool_24_filled, 'eraser_tool_24_filled', 24), - - FluentUISampleIcon(FluentIcons.error_circle_12_filled, 'error_circle_12_filled', 12), - - 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.error_circle_settings_16_filled, 'error_circle_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.error_circle_settings_20_filled, 'error_circle_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.expand_up_left_16_filled, 'expand_up_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.expand_up_left_20_filled, 'expand_up_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.expand_up_left_24_filled, 'expand_up_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.expand_up_left_28_filled, 'expand_up_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.expand_up_left_32_filled, 'expand_up_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.expand_up_left_48_filled, 'expand_up_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.expand_up_right_16_filled, 'expand_up_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.expand_up_right_20_filled, 'expand_up_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.expand_up_right_24_filled, 'expand_up_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.expand_up_right_28_filled, 'expand_up_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.expand_up_right_32_filled, 'expand_up_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.expand_up_right_48_filled, 'expand_up_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.extended_dock_20_filled, 'extended_dock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.extended_dock_24_filled, 'extended_dock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.extension_16_filled, 'extension_16_filled', 16), - - FluentUISampleIcon(FluentIcons.extension_20_filled, 'extension_20_filled', 20), - - FluentUISampleIcon(FluentIcons.extension_24_filled, 'extension_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eye_12_filled, 'eye_12_filled', 12), - - FluentUISampleIcon(FluentIcons.eye_16_filled, 'eye_16_filled', 16), - - FluentUISampleIcon(FluentIcons.eye_20_filled, 'eye_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eye_24_filled, 'eye_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_off_16_filled, 'eye_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.eye_off_20_filled, 'eye_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eye_off_24_filled, 'eye_off_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.eye_tracking_16_filled, 'eye_tracking_16_filled', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_20_filled, 'eye_tracking_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_24_filled, 'eye_tracking_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_16_filled, 'eye_tracking_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_20_filled, 'eye_tracking_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_off_24_filled, 'eye_tracking_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_16_filled, 'eye_tracking_on_16_filled', 16), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_20_filled, 'eye_tracking_on_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eye_tracking_on_24_filled, 'eye_tracking_on_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eyedropper_20_filled, 'eyedropper_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eyedropper_24_filled, 'eyedropper_24_filled', 24), - - FluentUISampleIcon(FluentIcons.eyedropper_off_20_filled, 'eyedropper_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.eyedropper_off_24_filled, 'eyedropper_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.f_stop_16_filled, 'f_stop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.f_stop_20_filled, 'f_stop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.f_stop_24_filled, 'f_stop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.f_stop_28_filled, 'f_stop_28_filled', 28), - - FluentUISampleIcon(FluentIcons.fast_acceleration_20_filled, 'fast_acceleration_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fast_acceleration_24_filled, 'fast_acceleration_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fast_forward_16_filled, 'fast_forward_16_filled', 16), - - 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_forward_28_filled, 'fast_forward_28_filled', 28), - - FluentUISampleIcon(FluentIcons.fax_16_filled, 'fax_16_filled', 16), - - FluentUISampleIcon(FluentIcons.fax_20_filled, 'fax_20_filled', 20), - - FluentUISampleIcon(FluentIcons.filter_12_filled, 'filter_12_filled', 12), - - FluentUISampleIcon(FluentIcons.filter_16_filled, 'filter_16_filled', 16), - - 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.filter_add_20_filled, 'filter_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.filter_dismiss_16_filled, 'filter_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.filter_dismiss_20_filled, 'filter_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.filter_dismiss_24_filled, 'filter_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.filter_sync_20_filled, 'filter_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.filter_sync_24_filled, 'filter_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fingerprint_20_filled, 'fingerprint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fingerprint_24_filled, 'fingerprint_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fingerprint_48_filled, 'fingerprint_48_filled', 48), - - FluentUISampleIcon(FluentIcons.fixed_width_20_filled, 'fixed_width_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fixed_width_24_filled, 'fixed_width_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_16_filled, 'flag_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flag_off_20_filled, 'flag_off_20_filled', 20), - - 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_16_filled, 'flash_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flash_20_filled, 'flash_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_24_filled, 'flash_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flash_28_filled, 'flash_28_filled', 28), - - FluentUISampleIcon(FluentIcons.flash_add_20_filled, 'flash_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_auto_20_filled, 'flash_auto_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_auto_24_filled, 'flash_auto_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flash_checkmark_16_filled, 'flash_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flash_checkmark_20_filled, 'flash_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_checkmark_24_filled, 'flash_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flash_checkmark_28_filled, 'flash_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.flash_flow_16_filled, 'flash_flow_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flash_flow_20_filled, 'flash_flow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_flow_24_filled, 'flash_flow_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flash_off_20_filled, 'flash_off_20_filled', 20), - - 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.flash_play_20_filled, 'flash_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_settings_20_filled, 'flash_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flash_settings_24_filled, 'flash_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flashlight_16_filled, 'flashlight_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flashlight_20_filled, 'flashlight_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flashlight_24_filled, 'flashlight_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flashlight_off_20_filled, 'flashlight_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flashlight_off_24_filled, 'flashlight_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flip_horizontal_16_filled, 'flip_horizontal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flip_horizontal_20_filled, 'flip_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flip_horizontal_24_filled, 'flip_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flip_horizontal_28_filled, 'flip_horizontal_28_filled', 28), - - FluentUISampleIcon(FluentIcons.flip_horizontal_32_filled, 'flip_horizontal_32_filled', 32), - - FluentUISampleIcon(FluentIcons.flip_horizontal_48_filled, 'flip_horizontal_48_filled', 48), - - FluentUISampleIcon(FluentIcons.flip_vertical_16_filled, 'flip_vertical_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flip_vertical_20_filled, 'flip_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flip_vertical_24_filled, 'flip_vertical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flip_vertical_28_filled, 'flip_vertical_28_filled', 28), - - FluentUISampleIcon(FluentIcons.flip_vertical_32_filled, 'flip_vertical_32_filled', 32), - - FluentUISampleIcon(FluentIcons.flip_vertical_48_filled, 'flip_vertical_48_filled', 48), - - FluentUISampleIcon(FluentIcons.flow_16_filled, 'flow_16_filled', 16), - - FluentUISampleIcon(FluentIcons.flow_20_filled, 'flow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flowchart_20_filled, 'flowchart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flowchart_24_filled, 'flowchart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.flowchart_circle_20_filled, 'flowchart_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.flowchart_circle_24_filled, 'flowchart_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fluent_20_filled, 'fluent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fluent_24_filled, 'fluent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fluent_32_filled, 'fluent_32_filled', 32), - - FluentUISampleIcon(FluentIcons.fluent_48_filled, 'fluent_48_filled', 48), - - FluentUISampleIcon(FluentIcons.fluid_16_filled, 'fluid_16_filled', 16), - - FluentUISampleIcon(FluentIcons.fluid_20_filled, 'fluid_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fluid_24_filled, 'fluid_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_16_filled, 'folder_16_filled', 16), - - 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_32_filled, 'folder_32_filled', 32), - - FluentUISampleIcon(FluentIcons.folder_48_filled, 'folder_48_filled', 48), - - FluentUISampleIcon(FluentIcons.folder_add_16_filled, 'folder_add_16_filled', 16), - - 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_arrow_left_16_filled, 'folder_arrow_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_20_filled, 'folder_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_24_filled, 'folder_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_28_filled, 'folder_arrow_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_left_32_filled, 'folder_arrow_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_16_filled, 'folder_arrow_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_20_filled, 'folder_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_24_filled, 'folder_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_28_filled, 'folder_arrow_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_right_48_filled, 'folder_arrow_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_16_filled, 'folder_arrow_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_20_filled, 'folder_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_24_filled, 'folder_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_28_filled, 'folder_arrow_up_28_filled', 28), - - FluentUISampleIcon(FluentIcons.folder_arrow_up_48_filled, 'folder_arrow_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.folder_briefcase_20_filled, 'folder_briefcase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_globe_16_filled, 'folder_globe_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_globe_20_filled, 'folder_globe_20_filled', 20), - - 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_mail_16_filled, 'folder_mail_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_mail_20_filled, 'folder_mail_20_filled', 20), - - 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_person_16_filled, 'folder_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_person_20_filled, 'folder_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_prohibited_16_filled, 'folder_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_prohibited_20_filled, 'folder_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_prohibited_24_filled, 'folder_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_prohibited_28_filled, 'folder_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.folder_prohibited_48_filled, 'folder_prohibited_48_filled', 48), - - FluentUISampleIcon(FluentIcons.folder_swap_16_filled, 'folder_swap_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_swap_20_filled, 'folder_swap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_swap_24_filled, 'folder_swap_24_filled', 24), - - FluentUISampleIcon(FluentIcons.folder_sync_16_filled, 'folder_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.folder_sync_20_filled, 'folder_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.folder_sync_24_filled, 'folder_sync_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_16_filled, 'food_16_filled', 16), - - FluentUISampleIcon(FluentIcons.food_20_filled, 'food_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_24_filled, 'food_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_apple_20_filled, 'food_apple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_apple_24_filled, 'food_apple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_cake_12_filled, 'food_cake_12_filled', 12), - - FluentUISampleIcon(FluentIcons.food_cake_16_filled, 'food_cake_16_filled', 16), - - FluentUISampleIcon(FluentIcons.food_cake_20_filled, 'food_cake_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_cake_24_filled, 'food_cake_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_egg_16_filled, 'food_egg_16_filled', 16), - - FluentUISampleIcon(FluentIcons.food_egg_20_filled, 'food_egg_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_egg_24_filled, 'food_egg_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_grains_20_filled, 'food_grains_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_grains_24_filled, 'food_grains_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_pizza_20_filled, 'food_pizza_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_pizza_24_filled, 'food_pizza_24_filled', 24), - - FluentUISampleIcon(FluentIcons.food_toast_16_filled, 'food_toast_16_filled', 16), - - FluentUISampleIcon(FluentIcons.food_toast_20_filled, 'food_toast_20_filled', 20), - - FluentUISampleIcon(FluentIcons.food_toast_24_filled, 'food_toast_24_filled', 24), - - FluentUISampleIcon(FluentIcons.form_new_20_filled, 'form_new_20_filled', 20), - - 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.fps_120_20_filled, 'fps_120_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fps_120_24_filled, 'fps_120_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fps_240_20_filled, 'fps_240_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fps_240_24_filled, 'fps_240_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fps_30_16_filled, 'fps_30_16_filled', 16), - - FluentUISampleIcon(FluentIcons.fps_30_20_filled, 'fps_30_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fps_30_24_filled, 'fps_30_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fps_30_28_filled, 'fps_30_28_filled', 28), - - FluentUISampleIcon(FluentIcons.fps_30_48_filled, 'fps_30_48_filled', 48), - - FluentUISampleIcon(FluentIcons.fps_60_16_filled, 'fps_60_16_filled', 16), - - FluentUISampleIcon(FluentIcons.fps_60_20_filled, 'fps_60_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fps_60_24_filled, 'fps_60_24_filled', 24), - - FluentUISampleIcon(FluentIcons.fps_60_28_filled, 'fps_60_28_filled', 28), - - FluentUISampleIcon(FluentIcons.fps_60_48_filled, 'fps_60_48_filled', 48), - - FluentUISampleIcon(FluentIcons.fps_960_20_filled, 'fps_960_20_filled', 20), - - FluentUISampleIcon(FluentIcons.fps_960_24_filled, 'fps_960_24_filled', 24), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_16_filled, 'full_screen_maximize_16_filled', 16), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_20_filled, 'full_screen_maximize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.full_screen_maximize_24_filled, 'full_screen_maximize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_16_filled, 'full_screen_minimize_16_filled', 16), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_20_filled, 'full_screen_minimize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.full_screen_minimize_24_filled, 'full_screen_minimize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.games_16_filled, 'games_16_filled', 16), - - FluentUISampleIcon(FluentIcons.games_20_filled, 'games_20_filled', 20), - - FluentUISampleIcon(FluentIcons.games_24_filled, 'games_24_filled', 24), - - FluentUISampleIcon(FluentIcons.games_28_filled, 'games_28_filled', 28), - - FluentUISampleIcon(FluentIcons.games_32_filled, 'games_32_filled', 32), - - FluentUISampleIcon(FluentIcons.games_48_filled, 'games_48_filled', 48), - - FluentUISampleIcon(FluentIcons.gantt_chart_20_filled, 'gantt_chart_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gantt_chart_24_filled, 'gantt_chart_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gas_20_filled, 'gas_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gas_24_filled, 'gas_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gas_pump_20_filled, 'gas_pump_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gas_pump_24_filled, 'gas_pump_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gauge_20_filled, 'gauge_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gauge_24_filled, 'gauge_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gauge_add_20_filled, 'gauge_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gavel_20_filled, 'gavel_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gavel_24_filled, 'gavel_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gavel_32_filled, 'gavel_32_filled', 32), - - FluentUISampleIcon(FluentIcons.gesture_20_filled, 'gesture_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gesture_24_filled, 'gesture_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gif_16_filled, 'gif_16_filled', 16), - - FluentUISampleIcon(FluentIcons.gif_20_filled, 'gif_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gif_24_filled, 'gif_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_16_filled, 'gift_16_filled', 16), - - FluentUISampleIcon(FluentIcons.gift_20_filled, 'gift_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_24_filled, 'gift_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_card_16_filled, 'gift_card_16_filled', 16), - - FluentUISampleIcon(FluentIcons.gift_card_20_filled, 'gift_card_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_card_24_filled, 'gift_card_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_card_add_20_filled, 'gift_card_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_card_add_24_filled, 'gift_card_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_card_arrow_right_20_filled, 'gift_card_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_card_arrow_right_24_filled, 'gift_card_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_card_money_20_filled, 'gift_card_money_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_card_money_24_filled, 'gift_card_money_24_filled', 24), - - FluentUISampleIcon(FluentIcons.gift_card_multiple_20_filled, 'gift_card_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.gift_card_multiple_24_filled, 'gift_card_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.glance_20_filled, 'glance_20_filled', 20), - - FluentUISampleIcon(FluentIcons.glance_24_filled, 'glance_24_filled', 24), - - FluentUISampleIcon(FluentIcons.glance_default_12_filled, 'glance_default_12_filled', 12), - - FluentUISampleIcon(FluentIcons.glance_horizontal_12_filled, 'glance_horizontal_12_filled', 12), - - FluentUISampleIcon(FluentIcons.glance_horizontal_20_filled, 'glance_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.glance_horizontal_24_filled, 'glance_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.glasses_16_filled, 'glasses_16_filled', 16), - - FluentUISampleIcon(FluentIcons.glasses_20_filled, 'glasses_20_filled', 20), - - FluentUISampleIcon(FluentIcons.glasses_24_filled, 'glasses_24_filled', 24), - - FluentUISampleIcon(FluentIcons.glasses_28_filled, 'glasses_28_filled', 28), - - FluentUISampleIcon(FluentIcons.glasses_48_filled, 'glasses_48_filled', 48), - - FluentUISampleIcon(FluentIcons.glasses_off_16_filled, 'glasses_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.glasses_off_20_filled, 'glasses_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.glasses_off_24_filled, 'glasses_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.glasses_off_28_filled, 'glasses_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.glasses_off_48_filled, 'glasses_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.globe_16_filled, 'globe_16_filled', 16), - - FluentUISampleIcon(FluentIcons.globe_20_filled, 'globe_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_24_filled, 'globe_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_32_filled, 'globe_32_filled', 32), - - FluentUISampleIcon(FluentIcons.globe_add_20_filled, 'globe_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_add_24_filled, 'globe_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_clock_16_filled, 'globe_clock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.globe_clock_20_filled, 'globe_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_clock_24_filled, 'globe_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_desktop_20_filled, 'globe_desktop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_desktop_24_filled, 'globe_desktop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_location_20_filled, 'globe_location_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_location_24_filled, 'globe_location_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_person_20_filled, 'globe_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_person_24_filled, 'globe_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_prohibited_20_filled, 'globe_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_search_20_filled, 'globe_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_search_24_filled, 'globe_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_shield_20_filled, 'globe_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_shield_24_filled, 'globe_shield_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_star_16_filled, 'globe_star_16_filled', 16), - - FluentUISampleIcon(FluentIcons.globe_star_20_filled, 'globe_star_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_surface_20_filled, 'globe_surface_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_surface_24_filled, 'globe_surface_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_video_20_filled, 'globe_video_20_filled', 20), - - FluentUISampleIcon(FluentIcons.globe_video_24_filled, 'globe_video_24_filled', 24), - - FluentUISampleIcon(FluentIcons.globe_video_28_filled, 'globe_video_28_filled', 28), - - FluentUISampleIcon(FluentIcons.globe_video_32_filled, 'globe_video_32_filled', 32), - - FluentUISampleIcon(FluentIcons.globe_video_48_filled, 'globe_video_48_filled', 48), - - FluentUISampleIcon(FluentIcons.grid_16_filled, 'grid_16_filled', 16), - - 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.grid_dots_20_filled, 'grid_dots_20_filled', 20), - - FluentUISampleIcon(FluentIcons.grid_dots_24_filled, 'grid_dots_24_filled', 24), - - FluentUISampleIcon(FluentIcons.grid_dots_28_filled, 'grid_dots_28_filled', 28), - - FluentUISampleIcon(FluentIcons.grid_kanban_20_filled, 'grid_kanban_20_filled', 20), - - FluentUISampleIcon(FluentIcons.group_20_filled, 'group_20_filled', 20), - - FluentUISampleIcon(FluentIcons.group_24_filled, 'group_24_filled', 24), - - FluentUISampleIcon(FluentIcons.group_dismiss_20_filled, 'group_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.group_dismiss_24_filled, 'group_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.group_list_20_filled, 'group_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.group_list_24_filled, 'group_list_24_filled', 24), - - FluentUISampleIcon(FluentIcons.group_return_20_filled, 'group_return_20_filled', 20), - - FluentUISampleIcon(FluentIcons.group_return_24_filled, 'group_return_24_filled', 24), - - FluentUISampleIcon(FluentIcons.guardian_20_filled, 'guardian_20_filled', 20), - - FluentUISampleIcon(FluentIcons.guardian_24_filled, 'guardian_24_filled', 24), - - FluentUISampleIcon(FluentIcons.guardian_28_filled, 'guardian_28_filled', 28), - - FluentUISampleIcon(FluentIcons.guardian_48_filled, 'guardian_48_filled', 48), - - 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_20_filled, 'guest_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.guest_add_24_filled, 'guest_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.guitar_16_filled, 'guitar_16_filled', 16), - - FluentUISampleIcon(FluentIcons.guitar_20_filled, 'guitar_20_filled', 20), - - FluentUISampleIcon(FluentIcons.guitar_24_filled, 'guitar_24_filled', 24), - - FluentUISampleIcon(FluentIcons.guitar_28_filled, 'guitar_28_filled', 28), - - FluentUISampleIcon(FluentIcons.hand_draw_16_filled, 'hand_draw_16_filled', 16), - - FluentUISampleIcon(FluentIcons.hand_draw_20_filled, 'hand_draw_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hand_draw_24_filled, 'hand_draw_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hand_draw_28_filled, 'hand_draw_28_filled', 28), - - FluentUISampleIcon(FluentIcons.hand_left_16_filled, 'hand_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.hand_left_20_filled, 'hand_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hand_left_24_filled, 'hand_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hand_left_28_filled, 'hand_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.hand_right_16_filled, 'hand_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.hand_right_20_filled, 'hand_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hand_right_24_filled, 'hand_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hand_right_28_filled, 'hand_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.hand_right_off_20_filled, 'hand_right_off_20_filled', 20), - - 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.hard_drive_20_filled, 'hard_drive_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hat_graduation_12_filled, 'hat_graduation_12_filled', 12), - - FluentUISampleIcon(FluentIcons.hat_graduation_16_filled, 'hat_graduation_16_filled', 16), - - FluentUISampleIcon(FluentIcons.hat_graduation_20_filled, 'hat_graduation_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hat_graduation_24_filled, 'hat_graduation_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hd_16_filled, 'hd_16_filled', 16), - - FluentUISampleIcon(FluentIcons.hd_20_filled, 'hd_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hd_24_filled, 'hd_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hdr_20_filled, 'hdr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hdr_24_filled, 'hdr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.hdr_off_20_filled, 'hdr_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.hdr_off_24_filled, 'hdr_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.headphones_20_filled, 'headphones_20_filled', 20), - - FluentUISampleIcon(FluentIcons.headphones_24_filled, 'headphones_24_filled', 24), - - FluentUISampleIcon(FluentIcons.headphones_28_filled, 'headphones_28_filled', 28), - - FluentUISampleIcon(FluentIcons.headphones_32_filled, 'headphones_32_filled', 32), - - FluentUISampleIcon(FluentIcons.headphones_48_filled, 'headphones_48_filled', 48), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_20_filled, 'headphones_sound_wave_20_filled', 20), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_24_filled, 'headphones_sound_wave_24_filled', 24), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_28_filled, 'headphones_sound_wave_28_filled', 28), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_32_filled, 'headphones_sound_wave_32_filled', 32), - - FluentUISampleIcon(FluentIcons.headphones_sound_wave_48_filled, 'headphones_sound_wave_48_filled', 48), - - FluentUISampleIcon(FluentIcons.headset_16_filled, 'headset_16_filled', 16), - - FluentUISampleIcon(FluentIcons.headset_20_filled, 'headset_20_filled', 20), - - FluentUISampleIcon(FluentIcons.headset_24_filled, 'headset_24_filled', 24), - - FluentUISampleIcon(FluentIcons.headset_28_filled, 'headset_28_filled', 28), - - FluentUISampleIcon(FluentIcons.headset_32_filled, 'headset_32_filled', 32), - - FluentUISampleIcon(FluentIcons.headset_48_filled, 'headset_48_filled', 48), - - FluentUISampleIcon(FluentIcons.headset_add_20_filled, 'headset_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.headset_add_24_filled, 'headset_add_24_filled', 24), - - 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_12_filled, 'heart_12_filled', 12), - - 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.heart_28_filled, 'heart_28_filled', 28), - - FluentUISampleIcon(FluentIcons.heart_32_filled, 'heart_32_filled', 32), - - FluentUISampleIcon(FluentIcons.heart_48_filled, 'heart_48_filled', 48), - - FluentUISampleIcon(FluentIcons.heart_broken_16_filled, 'heart_broken_16_filled', 16), - - FluentUISampleIcon(FluentIcons.heart_broken_20_filled, 'heart_broken_20_filled', 20), - - FluentUISampleIcon(FluentIcons.heart_circle_16_filled, 'heart_circle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.heart_circle_20_filled, 'heart_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.heart_circle_24_filled, 'heart_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.heart_pulse_20_filled, 'heart_pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.heart_pulse_24_filled, 'heart_pulse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.heart_pulse_32_filled, 'heart_pulse_32_filled', 32), - - 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.highlight_link_20_filled, 'highlight_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.history_16_filled, 'history_16_filled', 16), - - FluentUISampleIcon(FluentIcons.history_20_filled, 'history_20_filled', 20), - - FluentUISampleIcon(FluentIcons.history_24_filled, 'history_24_filled', 24), - - FluentUISampleIcon(FluentIcons.history_28_filled, 'history_28_filled', 28), - - FluentUISampleIcon(FluentIcons.history_32_filled, 'history_32_filled', 32), - - FluentUISampleIcon(FluentIcons.history_48_filled, 'history_48_filled', 48), - - FluentUISampleIcon(FluentIcons.history_dismiss_20_filled, 'history_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.history_dismiss_24_filled, 'history_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.history_dismiss_28_filled, 'history_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.history_dismiss_32_filled, 'history_dismiss_32_filled', 32), - - FluentUISampleIcon(FluentIcons.history_dismiss_48_filled, 'history_dismiss_48_filled', 48), - - FluentUISampleIcon(FluentIcons.home_12_filled, 'home_12_filled', 12), - - FluentUISampleIcon(FluentIcons.home_16_filled, 'home_16_filled', 16), - - 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_32_filled, 'home_32_filled', 32), - - FluentUISampleIcon(FluentIcons.home_48_filled, 'home_48_filled', 48), - - FluentUISampleIcon(FluentIcons.home_add_20_filled, 'home_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.home_add_24_filled, 'home_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.home_checkmark_16_filled, 'home_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.home_checkmark_20_filled, 'home_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.home_checkmark_24_filled, 'home_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.home_database_20_filled, 'home_database_20_filled', 20), - - FluentUISampleIcon(FluentIcons.home_more_20_filled, 'home_more_20_filled', 20), - - FluentUISampleIcon(FluentIcons.home_person_20_filled, 'home_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.home_person_24_filled, 'home_person_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_20_filled, 'image_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_add_24_filled, 'image_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_alt_text_16_filled, 'image_alt_text_16_filled', 16), - - 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_arrow_back_20_filled, 'image_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_back_24_filled, 'image_arrow_back_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_20_filled, 'image_arrow_counterclockwise_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_24_filled, 'image_arrow_counterclockwise_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_arrow_forward_20_filled, 'image_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_arrow_forward_24_filled, 'image_arrow_forward_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_globe_20_filled, 'image_globe_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_globe_24_filled, 'image_globe_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_multiple_16_filled, 'image_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.image_multiple_20_filled, 'image_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_multiple_24_filled, 'image_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_multiple_28_filled, 'image_multiple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.image_multiple_32_filled, 'image_multiple_32_filled', 32), - - FluentUISampleIcon(FluentIcons.image_multiple_48_filled, 'image_multiple_48_filled', 48), - - FluentUISampleIcon(FluentIcons.image_multiple_off_16_filled, 'image_multiple_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.image_off_20_filled, 'image_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_off_24_filled, 'image_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_prohibited_20_filled, 'image_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_prohibited_24_filled, 'image_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.image_reflection_20_filled, 'image_reflection_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_reflection_24_filled, 'image_reflection_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.image_shadow_20_filled, 'image_shadow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.image_shadow_24_filled, 'image_shadow_24_filled', 24), - - FluentUISampleIcon(FluentIcons.immersive_reader_16_filled, 'immersive_reader_16_filled', 16), - - FluentUISampleIcon(FluentIcons.immersive_reader_20_filled, 'immersive_reader_20_filled', 20), - - FluentUISampleIcon(FluentIcons.immersive_reader_24_filled, 'immersive_reader_24_filled', 24), - - FluentUISampleIcon(FluentIcons.immersive_reader_28_filled, 'immersive_reader_28_filled', 28), - - 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_20_filled, 'incognito_20_filled', 20), - - FluentUISampleIcon(FluentIcons.incognito_24_filled, 'incognito_24_filled', 24), - - FluentUISampleIcon(FluentIcons.info_12_filled, 'info_12_filled', 12), - - 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.info_shield_20_filled, 'info_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ink_stroke_20_filled, 'ink_stroke_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ink_stroke_24_filled, 'ink_stroke_24_filled', 24), - - 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_32_filled, 'inking_tool_32_filled', 32), - - 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.inking_tool_accent_32_filled, 'inking_tool_accent_32_filled', 32), - - 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.ios_arrow_left_24_filled, 'ios_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_ltr_24_filled, 'ios_arrow_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_right_24_filled, 'ios_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ios_arrow_rtl_24_filled, 'ios_arrow_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ios_chevron_right_20_filled, 'ios_chevron_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.iot_20_filled, 'iot_20_filled', 20), - - FluentUISampleIcon(FluentIcons.iot_24_filled, 'iot_24_filled', 24), - - 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_16_filled, 'key_16_filled', 16), - - FluentUISampleIcon(FluentIcons.key_20_filled, 'key_20_filled', 20), - - FluentUISampleIcon(FluentIcons.key_24_filled, 'key_24_filled', 24), - - FluentUISampleIcon(FluentIcons.key_32_filled, 'key_32_filled', 32), - - FluentUISampleIcon(FluentIcons.key_command_16_filled, 'key_command_16_filled', 16), - - FluentUISampleIcon(FluentIcons.key_command_20_filled, 'key_command_20_filled', 20), - - FluentUISampleIcon(FluentIcons.key_command_24_filled, 'key_command_24_filled', 24), - - FluentUISampleIcon(FluentIcons.key_multiple_20_filled, 'key_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.key_reset_20_filled, 'key_reset_20_filled', 20), - - FluentUISampleIcon(FluentIcons.key_reset_24_filled, 'key_reset_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_123_20_filled, 'keyboard_123_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_123_24_filled, 'keyboard_123_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_16_filled, 'keyboard_16_filled', 16), - - FluentUISampleIcon(FluentIcons.keyboard_20_filled, 'keyboard_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_24_filled, 'keyboard_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_dock_20_filled, 'keyboard_dock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_dock_24_filled, 'keyboard_dock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_float_20_filled, 'keyboard_layout_float_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_filled, 'keyboard_layout_float_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_20_filled, 'keyboard_layout_one_handed_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_filled, 'keyboard_layout_one_handed_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_resize_20_filled, 'keyboard_layout_resize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_filled, 'keyboard_layout_resize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_layout_split_20_filled, 'keyboard_layout_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_filled, 'keyboard_layout_split_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_shift_16_filled, 'keyboard_shift_16_filled', 16), - - FluentUISampleIcon(FluentIcons.keyboard_shift_20_filled, 'keyboard_shift_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_shift_24_filled, 'keyboard_shift_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_16_filled, 'keyboard_shift_uppercase_16_filled', 16), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_20_filled, 'keyboard_shift_uppercase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_filled, 'keyboard_shift_uppercase_24_filled', 24), - - FluentUISampleIcon(FluentIcons.keyboard_tab_20_filled, 'keyboard_tab_20_filled', 20), - - 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.laptop_dismiss_16_filled, 'laptop_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.laptop_dismiss_20_filled, 'laptop_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lasso_20_filled, 'lasso_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lasso_24_filled, 'lasso_24_filled', 24), - - FluentUISampleIcon(FluentIcons.lasso_28_filled, 'lasso_28_filled', 28), - - FluentUISampleIcon(FluentIcons.launcher_settings_20_filled, 'launcher_settings_20_filled', 20), - - 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_one_16_filled, 'leaf_one_16_filled', 16), - - FluentUISampleIcon(FluentIcons.leaf_one_20_filled, 'leaf_one_20_filled', 20), - - FluentUISampleIcon(FluentIcons.leaf_one_24_filled, 'leaf_one_24_filled', 24), - - FluentUISampleIcon(FluentIcons.leaf_three_16_filled, 'leaf_three_16_filled', 16), - - FluentUISampleIcon(FluentIcons.leaf_three_20_filled, 'leaf_three_20_filled', 20), - - FluentUISampleIcon(FluentIcons.leaf_three_24_filled, 'leaf_three_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.learning_app_20_filled, 'learning_app_20_filled', 20), - - FluentUISampleIcon(FluentIcons.learning_app_24_filled, 'learning_app_24_filled', 24), - - FluentUISampleIcon(FluentIcons.library_16_filled, 'library_16_filled', 16), - - FluentUISampleIcon(FluentIcons.library_20_filled, 'library_20_filled', 20), - - 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_20_filled, 'lightbulb_circle_20_filled', 20), - - 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.lightbulb_filament_48_filled, 'lightbulb_filament_48_filled', 48), - - 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_20_filled, 'line_20_filled', 20), - - FluentUISampleIcon(FluentIcons.line_24_filled, 'line_24_filled', 24), - - FluentUISampleIcon(FluentIcons.line_32_filled, 'line_32_filled', 32), - - FluentUISampleIcon(FluentIcons.line_48_filled, 'line_48_filled', 48), - - FluentUISampleIcon(FluentIcons.line_dashes_20_filled, 'line_dashes_20_filled', 20), - - FluentUISampleIcon(FluentIcons.line_dashes_24_filled, 'line_dashes_24_filled', 24), - - FluentUISampleIcon(FluentIcons.line_dashes_32_filled, 'line_dashes_32_filled', 32), - - FluentUISampleIcon(FluentIcons.line_dashes_48_filled, 'line_dashes_48_filled', 48), - - 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.line_horizontal_5_error_20_filled, 'line_horizontal_5_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.line_style_20_filled, 'line_style_20_filled', 20), - - FluentUISampleIcon(FluentIcons.line_style_24_filled, 'line_style_24_filled', 24), - - FluentUISampleIcon(FluentIcons.link_12_filled, 'link_12_filled', 12), - - 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_32_filled, 'link_32_filled', 32), - - FluentUISampleIcon(FluentIcons.link_48_filled, 'link_48_filled', 48), - - FluentUISampleIcon(FluentIcons.link_dismiss_16_filled, 'link_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.link_dismiss_20_filled, 'link_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.link_dismiss_24_filled, 'link_dismiss_24_filled', 24), - - 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_square_12_filled, 'link_square_12_filled', 12), - - FluentUISampleIcon(FluentIcons.link_square_16_filled, 'link_square_16_filled', 16), - - FluentUISampleIcon(FluentIcons.link_square_20_filled, 'link_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.link_square_24_filled, 'link_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.link_toolbox_20_filled, 'link_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.list_16_filled, 'list_16_filled', 16), - - 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.live_off_20_filled, 'live_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.live_off_24_filled, 'live_off_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.local_language_zi_24_filled, 'local_language_zi_24_filled', 24), - - 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_48_filled, 'location_48_filled', 48), - - FluentUISampleIcon(FluentIcons.location_add_16_filled, 'location_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.location_add_20_filled, 'location_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_add_24_filled, 'location_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.location_add_left_20_filled, 'location_add_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_add_right_20_filled, 'location_add_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_add_up_20_filled, 'location_add_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_arrow_left_48_filled, 'location_arrow_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.location_arrow_right_48_filled, 'location_arrow_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.location_arrow_up_48_filled, 'location_arrow_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.location_dismiss_20_filled, 'location_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_dismiss_24_filled, 'location_dismiss_24_filled', 24), - - 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_off_16_filled, 'location_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.location_off_20_filled, 'location_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.location_off_24_filled, 'location_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.location_off_28_filled, 'location_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.location_off_48_filled, 'location_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.lock_closed_12_filled, 'lock_closed_12_filled', 12), - - FluentUISampleIcon(FluentIcons.lock_closed_16_filled, 'lock_closed_16_filled', 16), - - FluentUISampleIcon(FluentIcons.lock_closed_20_filled, 'lock_closed_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lock_closed_24_filled, 'lock_closed_24_filled', 24), - - FluentUISampleIcon(FluentIcons.lock_closed_32_filled, 'lock_closed_32_filled', 32), - - FluentUISampleIcon(FluentIcons.lock_multiple_20_filled, 'lock_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lock_multiple_24_filled, 'lock_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.lock_open_16_filled, 'lock_open_16_filled', 16), - - FluentUISampleIcon(FluentIcons.lock_open_20_filled, 'lock_open_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lock_open_24_filled, 'lock_open_24_filled', 24), - - FluentUISampleIcon(FluentIcons.lock_open_28_filled, 'lock_open_28_filled', 28), - - 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.lottery_20_filled, 'lottery_20_filled', 20), - - FluentUISampleIcon(FluentIcons.lottery_24_filled, 'lottery_24_filled', 24), - - FluentUISampleIcon(FluentIcons.luggage_16_filled, 'luggage_16_filled', 16), - - FluentUISampleIcon(FluentIcons.luggage_20_filled, 'luggage_20_filled', 20), - - FluentUISampleIcon(FluentIcons.luggage_24_filled, 'luggage_24_filled', 24), - - FluentUISampleIcon(FluentIcons.luggage_28_filled, 'luggage_28_filled', 28), - - FluentUISampleIcon(FluentIcons.luggage_32_filled, 'luggage_32_filled', 32), - - FluentUISampleIcon(FluentIcons.luggage_48_filled, 'luggage_48_filled', 48), - - FluentUISampleIcon(FluentIcons.mail_12_filled, 'mail_12_filled', 12), - - FluentUISampleIcon(FluentIcons.mail_16_filled, 'mail_16_filled', 16), - - 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_16_filled, 'mail_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_add_20_filled, 'mail_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_add_24_filled, 'mail_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_alert_16_filled, 'mail_alert_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_alert_20_filled, 'mail_alert_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_alert_24_filled, 'mail_alert_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_alert_28_filled, 'mail_alert_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_all_16_filled, 'mail_all_16_filled', 16), - - 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_read_16_filled, 'mail_all_read_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_all_read_20_filled, 'mail_all_read_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_all_read_24_filled, 'mail_all_read_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_all_read_28_filled, 'mail_all_read_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_all_unread_20_filled, 'mail_all_unread_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_double_back_16_filled, 'mail_arrow_double_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_double_back_20_filled, 'mail_arrow_double_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_down_16_filled, 'mail_arrow_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_down_20_filled, 'mail_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_forward_16_filled, 'mail_arrow_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_forward_20_filled, 'mail_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_16_filled, 'mail_arrow_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_20_filled, 'mail_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_arrow_up_24_filled, 'mail_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_attach_16_filled, 'mail_attach_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_attach_20_filled, 'mail_attach_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_checkmark_16_filled, 'mail_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_checkmark_20_filled, 'mail_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_clock_16_filled, 'mail_clock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_clock_20_filled, 'mail_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_clock_24_filled, 'mail_clock_24_filled', 24), - - 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_dismiss_16_filled, 'mail_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_dismiss_20_filled, 'mail_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_dismiss_24_filled, 'mail_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_dismiss_28_filled, 'mail_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_edit_20_filled, 'mail_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_edit_24_filled, 'mail_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_error_16_filled, 'mail_error_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_error_20_filled, 'mail_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_error_24_filled, 'mail_error_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_all_20_filled, 'mail_inbox_all_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_all_24_filled, 'mail_inbox_all_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_16_filled, 'mail_inbox_arrow_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_20_filled, 'mail_inbox_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_20_filled, 'mail_inbox_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_24_filled, 'mail_inbox_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_20_filled, 'mail_inbox_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_24_filled, 'mail_inbox_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_16_filled, 'mail_inbox_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_20_filled, 'mail_inbox_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_24_filled, 'mail_inbox_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_28_filled, 'mail_inbox_checkmark_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_link_20_filled, 'mail_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_link_24_filled, 'mail_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_list_16_filled, 'mail_list_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_list_20_filled, 'mail_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_list_24_filled, 'mail_list_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_list_28_filled, 'mail_list_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_multiple_16_filled, 'mail_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_multiple_20_filled, 'mail_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_multiple_24_filled, 'mail_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_multiple_28_filled, 'mail_multiple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_off_20_filled, 'mail_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_off_24_filled, 'mail_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_open_person_16_filled, 'mail_open_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_open_person_20_filled, 'mail_open_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_open_person_24_filled, 'mail_open_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_pause_16_filled, 'mail_pause_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_pause_20_filled, 'mail_pause_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_prohibited_16_filled, 'mail_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_prohibited_20_filled, 'mail_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_prohibited_24_filled, 'mail_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_read_16_filled, 'mail_read_16_filled', 16), - - 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_read_multiple_16_filled, 'mail_read_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_read_multiple_24_filled, 'mail_read_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mail_read_multiple_28_filled, 'mail_read_multiple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mail_settings_16_filled, 'mail_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_settings_20_filled, 'mail_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_shield_16_filled, 'mail_shield_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_shield_20_filled, 'mail_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_template_16_filled, 'mail_template_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_template_20_filled, 'mail_template_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_template_24_filled, 'mail_template_24_filled', 24), - - 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_warning_16_filled, 'mail_warning_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mail_warning_20_filled, 'mail_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mail_warning_24_filled, 'mail_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.map_20_filled, 'map_20_filled', 20), - - 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_20_filled, 'match_app_layout_20_filled', 20), - - FluentUISampleIcon(FluentIcons.match_app_layout_24_filled, 'match_app_layout_24_filled', 24), - - FluentUISampleIcon(FluentIcons.math_format_linear_20_filled, 'math_format_linear_20_filled', 20), - - FluentUISampleIcon(FluentIcons.math_format_linear_24_filled, 'math_format_linear_24_filled', 24), - - FluentUISampleIcon(FluentIcons.math_format_professional_20_filled, 'math_format_professional_20_filled', 20), - - FluentUISampleIcon(FluentIcons.math_format_professional_24_filled, 'math_format_professional_24_filled', 24), - - FluentUISampleIcon(FluentIcons.math_formula_16_filled, 'math_formula_16_filled', 16), - - FluentUISampleIcon(FluentIcons.math_formula_20_filled, 'math_formula_20_filled', 20), - - FluentUISampleIcon(FluentIcons.math_formula_24_filled, 'math_formula_24_filled', 24), - - FluentUISampleIcon(FluentIcons.math_formula_32_filled, 'math_formula_32_filled', 32), - - FluentUISampleIcon(FluentIcons.math_symbols_16_filled, 'math_symbols_16_filled', 16), - - FluentUISampleIcon(FluentIcons.math_symbols_20_filled, 'math_symbols_20_filled', 20), - - FluentUISampleIcon(FluentIcons.math_symbols_24_filled, 'math_symbols_24_filled', 24), - - FluentUISampleIcon(FluentIcons.math_symbols_28_filled, 'math_symbols_28_filled', 28), - - FluentUISampleIcon(FluentIcons.math_symbols_32_filled, 'math_symbols_32_filled', 32), - - FluentUISampleIcon(FluentIcons.math_symbols_48_filled, 'math_symbols_48_filled', 48), - - FluentUISampleIcon(FluentIcons.maximize_16_filled, 'maximize_16_filled', 16), - - FluentUISampleIcon(FluentIcons.maximize_20_filled, 'maximize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.maximize_24_filled, 'maximize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.maximize_28_filled, 'maximize_28_filled', 28), - - FluentUISampleIcon(FluentIcons.maximize_48_filled, 'maximize_48_filled', 48), - - FluentUISampleIcon(FluentIcons.meet_now_16_filled, 'meet_now_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.meet_now_28_filled, 'meet_now_28_filled', 28), - - FluentUISampleIcon(FluentIcons.meet_now_32_filled, 'meet_now_32_filled', 32), - - FluentUISampleIcon(FluentIcons.meet_now_48_filled, 'meet_now_48_filled', 48), - - 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_loud_20_filled, 'megaphone_loud_20_filled', 20), - - FluentUISampleIcon(FluentIcons.megaphone_loud_24_filled, 'megaphone_loud_24_filled', 24), - - FluentUISampleIcon(FluentIcons.megaphone_off_16_filled, 'megaphone_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.megaphone_off_20_filled, 'megaphone_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.megaphone_off_24_filled, 'megaphone_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.megaphone_off_28_filled, 'megaphone_off_28_filled', 28), - - 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.mention_arrow_down_20_filled, 'mention_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mention_brackets_20_filled, 'mention_brackets_20_filled', 20), - - FluentUISampleIcon(FluentIcons.merge_20_filled, 'merge_20_filled', 20), - - FluentUISampleIcon(FluentIcons.merge_24_filled, 'merge_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mic_16_filled, 'mic_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mic_20_filled, 'mic_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mic_24_filled, 'mic_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mic_28_filled, 'mic_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mic_32_filled, 'mic_32_filled', 32), - - FluentUISampleIcon(FluentIcons.mic_48_filled, 'mic_48_filled', 48), - - 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_20_filled, 'mic_off_20_filled', 20), - - 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_off_32_filled, 'mic_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.mic_off_48_filled, 'mic_off_48_filled', 48), - - 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_32_filled, 'mic_on_32_filled', 32), - - FluentUISampleIcon(FluentIcons.mic_on_48_filled, 'mic_on_48_filled', 48), - - FluentUISampleIcon(FluentIcons.mic_prohibited_16_filled, 'mic_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mic_prohibited_20_filled, 'mic_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mic_prohibited_24_filled, 'mic_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mic_prohibited_28_filled, 'mic_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.mic_prohibited_48_filled, 'mic_prohibited_48_filled', 48), - - FluentUISampleIcon(FluentIcons.mic_settings_20_filled, 'mic_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mic_settings_24_filled, 'mic_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mic_sparkle_16_filled, 'mic_sparkle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.mic_sparkle_20_filled, 'mic_sparkle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mic_sparkle_24_filled, 'mic_sparkle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mic_sync_20_filled, 'mic_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.microscope_20_filled, 'microscope_20_filled', 20), - - FluentUISampleIcon(FluentIcons.microscope_24_filled, 'microscope_24_filled', 24), - - FluentUISampleIcon(FluentIcons.midi_20_filled, 'midi_20_filled', 20), - - FluentUISampleIcon(FluentIcons.midi_24_filled, 'midi_24_filled', 24), - - FluentUISampleIcon(FluentIcons.mobile_optimized_20_filled, 'mobile_optimized_20_filled', 20), - - FluentUISampleIcon(FluentIcons.mobile_optimized_24_filled, 'mobile_optimized_24_filled', 24), - - FluentUISampleIcon(FluentIcons.molecule_16_filled, 'molecule_16_filled', 16), - - FluentUISampleIcon(FluentIcons.molecule_20_filled, 'molecule_20_filled', 20), - - FluentUISampleIcon(FluentIcons.molecule_24_filled, 'molecule_24_filled', 24), - - FluentUISampleIcon(FluentIcons.molecule_28_filled, 'molecule_28_filled', 28), - - FluentUISampleIcon(FluentIcons.molecule_32_filled, 'molecule_32_filled', 32), - - FluentUISampleIcon(FluentIcons.molecule_48_filled, 'molecule_48_filled', 48), - - 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.money_calculator_20_filled, 'money_calculator_20_filled', 20), - - FluentUISampleIcon(FluentIcons.money_calculator_24_filled, 'money_calculator_24_filled', 24), - - FluentUISampleIcon(FluentIcons.money_dismiss_20_filled, 'money_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.money_dismiss_24_filled, 'money_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.money_hand_20_filled, 'money_hand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.money_hand_24_filled, 'money_hand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.money_off_20_filled, 'money_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.money_off_24_filled, 'money_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.money_settings_20_filled, 'money_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.more_circle_20_filled, 'more_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.more_circle_32_filled, 'more_circle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.more_horizontal_16_filled, 'more_horizontal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.more_horizontal_20_filled, 'more_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.more_horizontal_24_filled, 'more_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.more_horizontal_28_filled, 'more_horizontal_28_filled', 28), - - FluentUISampleIcon(FluentIcons.more_horizontal_32_filled, 'more_horizontal_32_filled', 32), - - FluentUISampleIcon(FluentIcons.more_horizontal_48_filled, 'more_horizontal_48_filled', 48), - - FluentUISampleIcon(FluentIcons.more_vertical_16_filled, 'more_vertical_16_filled', 16), - - 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_32_filled, 'more_vertical_32_filled', 32), - - FluentUISampleIcon(FluentIcons.more_vertical_48_filled, 'more_vertical_48_filled', 48), - - FluentUISampleIcon(FluentIcons.movies_and_tv_16_filled, 'movies_and_tv_16_filled', 16), - - FluentUISampleIcon(FluentIcons.movies_and_tv_20_filled, 'movies_and_tv_20_filled', 20), - - FluentUISampleIcon(FluentIcons.movies_and_tv_24_filled, 'movies_and_tv_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_20_filled, 'multiplier_1_2x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_24_filled, 'multiplier_1_2x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_28_filled, 'multiplier_1_2x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_32_filled, 'multiplier_1_2x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_2x_48_filled, 'multiplier_1_2x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_20_filled, 'multiplier_1_5x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_24_filled, 'multiplier_1_5x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_28_filled, 'multiplier_1_5x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_32_filled, 'multiplier_1_5x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_5x_48_filled, 'multiplier_1_5x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_20_filled, 'multiplier_1_8x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_24_filled, 'multiplier_1_8x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_28_filled, 'multiplier_1_8x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_32_filled, 'multiplier_1_8x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1_8x_48_filled, 'multiplier_1_8x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiplier_1x_20_filled, 'multiplier_1x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_1x_24_filled, 'multiplier_1x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_1x_28_filled, 'multiplier_1x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_1x_32_filled, 'multiplier_1x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_1x_48_filled, 'multiplier_1x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiplier_2x_20_filled, 'multiplier_2x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_2x_24_filled, 'multiplier_2x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_2x_28_filled, 'multiplier_2x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_2x_32_filled, 'multiplier_2x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_2x_48_filled, 'multiplier_2x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiplier_5x_20_filled, 'multiplier_5x_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiplier_5x_24_filled, 'multiplier_5x_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiplier_5x_28_filled, 'multiplier_5x_28_filled', 28), - - FluentUISampleIcon(FluentIcons.multiplier_5x_32_filled, 'multiplier_5x_32_filled', 32), - - FluentUISampleIcon(FluentIcons.multiplier_5x_48_filled, 'multiplier_5x_48_filled', 48), - - FluentUISampleIcon(FluentIcons.multiselect_16_filled, 'multiselect_16_filled', 16), - - FluentUISampleIcon(FluentIcons.multiselect_20_filled, 'multiselect_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiselect_24_filled, 'multiselect_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_16_filled, 'multiselect_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_20_filled, 'multiselect_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiselect_ltr_24_filled, 'multiselect_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.multiselect_rlt_20_filled, 'multiselect_rlt_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_16_filled, 'multiselect_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_20_filled, 'multiselect_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.multiselect_rtl_24_filled, 'multiselect_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.music_note_1_20_filled, 'music_note_1_20_filled', 20), - - FluentUISampleIcon(FluentIcons.music_note_1_24_filled, 'music_note_1_24_filled', 24), - - FluentUISampleIcon(FluentIcons.music_note_2_16_filled, 'music_note_2_16_filled', 16), - - FluentUISampleIcon(FluentIcons.music_note_2_20_filled, 'music_note_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.music_note_2_24_filled, 'music_note_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.music_note_2_play_20_filled, 'music_note_2_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_1_20_filled, 'music_note_off_1_20_filled', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_1_24_filled, 'music_note_off_1_24_filled', 24), - - FluentUISampleIcon(FluentIcons.music_note_off_2_16_filled, 'music_note_off_2_16_filled', 16), - - FluentUISampleIcon(FluentIcons.music_note_off_2_20_filled, 'music_note_off_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.music_note_off_2_24_filled, 'music_note_off_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.my_location_12_filled, 'my_location_12_filled', 12), - - FluentUISampleIcon(FluentIcons.my_location_16_filled, 'my_location_16_filled', 16), - - FluentUISampleIcon(FluentIcons.my_location_20_filled, 'my_location_20_filled', 20), - - FluentUISampleIcon(FluentIcons.my_location_24_filled, 'my_location_24_filled', 24), - - FluentUISampleIcon(FluentIcons.navigation_16_filled, 'navigation_16_filled', 16), - - FluentUISampleIcon(FluentIcons.navigation_20_filled, 'navigation_20_filled', 20), - - FluentUISampleIcon(FluentIcons.navigation_24_filled, 'navigation_24_filled', 24), - - FluentUISampleIcon(FluentIcons.navigation_location_target_20_filled, 'navigation_location_target_20_filled', 20), - - FluentUISampleIcon(FluentIcons.navigation_play_20_filled, 'navigation_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.navigation_unread_20_filled, 'navigation_unread_20_filled', 20), - - FluentUISampleIcon(FluentIcons.navigation_unread_24_filled, 'navigation_unread_24_filled', 24), - - FluentUISampleIcon(FluentIcons.network_check_20_filled, 'network_check_20_filled', 20), - - FluentUISampleIcon(FluentIcons.network_check_24_filled, 'network_check_24_filled', 24), - - FluentUISampleIcon(FluentIcons.new_16_filled, 'new_16_filled', 16), - - FluentUISampleIcon(FluentIcons.new_20_filled, 'new_20_filled', 20), - - FluentUISampleIcon(FluentIcons.new_24_filled, 'new_24_filled', 24), - - FluentUISampleIcon(FluentIcons.news_16_filled, 'news_16_filled', 16), - - 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.next_28_filled, 'next_28_filled', 28), - - FluentUISampleIcon(FluentIcons.next_32_filled, 'next_32_filled', 32), - - FluentUISampleIcon(FluentIcons.next_48_filled, 'next_48_filled', 48), - - FluentUISampleIcon(FluentIcons.note_16_filled, 'note_16_filled', 16), - - FluentUISampleIcon(FluentIcons.note_20_filled, 'note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.note_24_filled, 'note_24_filled', 24), - - FluentUISampleIcon(FluentIcons.note_28_filled, 'note_28_filled', 28), - - FluentUISampleIcon(FluentIcons.note_48_filled, 'note_48_filled', 48), - - 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.note_add_28_filled, 'note_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.note_add_48_filled, 'note_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.note_edit_20_filled, 'note_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.note_edit_24_filled, 'note_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.note_pin_16_filled, 'note_pin_16_filled', 16), - - FluentUISampleIcon(FluentIcons.note_pin_20_filled, 'note_pin_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_20_filled, 'notebook_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_24_filled, 'notebook_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_add_20_filled, 'notebook_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_add_24_filled, 'notebook_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_error_20_filled, 'notebook_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_error_24_filled, 'notebook_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_lightning_20_filled, 'notebook_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_lightning_24_filled, 'notebook_lightning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_question_mark_20_filled, 'notebook_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_question_mark_24_filled, 'notebook_question_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_section_20_filled, 'notebook_section_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_section_24_filled, 'notebook_section_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_section_arrow_right_24_filled, 'notebook_section_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_subsection_20_filled, 'notebook_subsection_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_subsection_24_filled, 'notebook_subsection_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notebook_sync_20_filled, 'notebook_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notebook_sync_24_filled, 'notebook_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.notepad_12_filled, 'notepad_12_filled', 12), - - FluentUISampleIcon(FluentIcons.notepad_16_filled, 'notepad_16_filled', 16), - - 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.notepad_32_filled, 'notepad_32_filled', 32), - - FluentUISampleIcon(FluentIcons.notepad_edit_16_filled, 'notepad_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.notepad_edit_20_filled, 'notepad_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notepad_person_16_filled, 'notepad_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.notepad_person_20_filled, 'notepad_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.notepad_person_24_filled, 'notepad_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.number_circle_1_16_filled, 'number_circle_1_16_filled', 16), - - FluentUISampleIcon(FluentIcons.number_circle_1_20_filled, 'number_circle_1_20_filled', 20), - - FluentUISampleIcon(FluentIcons.number_circle_1_24_filled, 'number_circle_1_24_filled', 24), - - 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.number_symbol_28_filled, 'number_symbol_28_filled', 28), - - FluentUISampleIcon(FluentIcons.number_symbol_32_filled, 'number_symbol_32_filled', 32), - - FluentUISampleIcon(FluentIcons.number_symbol_48_filled, 'number_symbol_48_filled', 48), - - FluentUISampleIcon(FluentIcons.number_symbol_dismiss_20_filled, 'number_symbol_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.number_symbol_dismiss_24_filled, 'number_symbol_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.number_symbol_square_20_filled, 'number_symbol_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.number_symbol_square_24_filled, 'number_symbol_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.office_apps_20_filled, 'office_apps_20_filled', 20), - - 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_28_filled, 'open_28_filled', 28), - - FluentUISampleIcon(FluentIcons.open_32_filled, 'open_32_filled', 32), - - FluentUISampleIcon(FluentIcons.open_48_filled, 'open_48_filled', 48), - - FluentUISampleIcon(FluentIcons.open_folder_16_filled, 'open_folder_16_filled', 16), - - FluentUISampleIcon(FluentIcons.open_folder_20_filled, 'open_folder_20_filled', 20), - - FluentUISampleIcon(FluentIcons.open_folder_24_filled, 'open_folder_24_filled', 24), - - FluentUISampleIcon(FluentIcons.open_folder_28_filled, 'open_folder_28_filled', 28), - - FluentUISampleIcon(FluentIcons.open_folder_48_filled, 'open_folder_48_filled', 48), - - FluentUISampleIcon(FluentIcons.open_off_16_filled, 'open_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.open_off_20_filled, 'open_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.open_off_24_filled, 'open_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.open_off_28_filled, 'open_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.open_off_48_filled, 'open_off_48_filled', 48), - - 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.options_48_filled, 'options_48_filled', 48), - - FluentUISampleIcon(FluentIcons.organization_12_filled, 'organization_12_filled', 12), - - FluentUISampleIcon(FluentIcons.organization_16_filled, 'organization_16_filled', 16), - - 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.organization_32_filled, 'organization_32_filled', 32), - - FluentUISampleIcon(FluentIcons.organization_48_filled, 'organization_48_filled', 48), - - FluentUISampleIcon(FluentIcons.organization_horizontal_20_filled, 'organization_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.orientation_20_filled, 'orientation_20_filled', 20), - - FluentUISampleIcon(FluentIcons.orientation_24_filled, 'orientation_24_filled', 24), - - FluentUISampleIcon(FluentIcons.oval_16_filled, 'oval_16_filled', 16), - - FluentUISampleIcon(FluentIcons.oval_20_filled, 'oval_20_filled', 20), - - FluentUISampleIcon(FluentIcons.oval_24_filled, 'oval_24_filled', 24), - - FluentUISampleIcon(FluentIcons.oval_28_filled, 'oval_28_filled', 28), - - FluentUISampleIcon(FluentIcons.oval_32_filled, 'oval_32_filled', 32), - - FluentUISampleIcon(FluentIcons.oval_48_filled, 'oval_48_filled', 48), - - FluentUISampleIcon(FluentIcons.padding_down_20_filled, 'padding_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.padding_down_24_filled, 'padding_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.padding_left_20_filled, 'padding_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.padding_left_24_filled, 'padding_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.padding_right_20_filled, 'padding_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.padding_right_24_filled, 'padding_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.padding_top_20_filled, 'padding_top_20_filled', 20), - - FluentUISampleIcon(FluentIcons.padding_top_24_filled, 'padding_top_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_brush_arrow_down_20_filled, 'paint_brush_arrow_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_down_24_filled, 'paint_brush_arrow_down_24_filled', 24), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_20_filled, 'paint_brush_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_24_filled, 'paint_brush_arrow_up_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_20_filled, 'pair_20_filled', 20), - - 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.panel_bottom_20_filled, 'panel_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_bottom_contract_20_filled, 'panel_bottom_contract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_bottom_expand_20_filled, 'panel_bottom_expand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_left_16_filled, 'panel_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_left_20_filled, 'panel_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_left_24_filled, 'panel_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_left_28_filled, 'panel_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.panel_left_48_filled, 'panel_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.panel_left_contract_16_filled, 'panel_left_contract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_left_contract_20_filled, 'panel_left_contract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_left_contract_24_filled, 'panel_left_contract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_left_contract_28_filled, 'panel_left_contract_28_filled', 28), - - FluentUISampleIcon(FluentIcons.panel_left_expand_16_filled, 'panel_left_expand_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_left_expand_20_filled, 'panel_left_expand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_left_expand_24_filled, 'panel_left_expand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_left_expand_28_filled, 'panel_left_expand_28_filled', 28), - - FluentUISampleIcon(FluentIcons.panel_left_focus_right_16_filled, 'panel_left_focus_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_left_focus_right_20_filled, 'panel_left_focus_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_left_focus_right_24_filled, 'panel_left_focus_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_left_focus_right_28_filled, 'panel_left_focus_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.panel_right_16_filled, 'panel_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_right_20_filled, 'panel_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_right_24_filled, 'panel_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_right_28_filled, 'panel_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.panel_right_48_filled, 'panel_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.panel_right_contract_16_filled, 'panel_right_contract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_right_contract_20_filled, 'panel_right_contract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_right_contract_24_filled, 'panel_right_contract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_right_expand_16_filled, 'panel_right_expand_16_filled', 16), - - FluentUISampleIcon(FluentIcons.panel_right_expand_20_filled, 'panel_right_expand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_right_expand_24_filled, 'panel_right_expand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.panel_separate_window_20_filled, 'panel_separate_window_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_top_contract_20_filled, 'panel_top_contract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.panel_top_expand_20_filled, 'panel_top_expand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.password_16_filled, 'password_16_filled', 16), - - FluentUISampleIcon(FluentIcons.password_20_filled, 'password_20_filled', 20), - - FluentUISampleIcon(FluentIcons.password_24_filled, 'password_24_filled', 24), - - FluentUISampleIcon(FluentIcons.patch_20_filled, 'patch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.patch_24_filled, 'patch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.patient_20_filled, 'patient_20_filled', 20), - - FluentUISampleIcon(FluentIcons.patient_24_filled, 'patient_24_filled', 24), - - FluentUISampleIcon(FluentIcons.patient_32_filled, 'patient_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pause_12_filled, 'pause_12_filled', 12), - - 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.pause_circle_20_filled, 'pause_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pause_circle_24_filled, 'pause_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pause_off_16_filled, 'pause_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pause_off_20_filled, 'pause_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pause_settings_16_filled, 'pause_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pause_settings_20_filled, 'pause_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.payment_16_filled, 'payment_16_filled', 16), - - FluentUISampleIcon(FluentIcons.payment_20_filled, 'payment_20_filled', 20), - - FluentUISampleIcon(FluentIcons.payment_24_filled, 'payment_24_filled', 24), - - FluentUISampleIcon(FluentIcons.payment_28_filled, 'payment_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pen_16_filled, 'pen_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pen_20_filled, 'pen_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pen_24_filled, 'pen_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pen_28_filled, 'pen_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pen_32_filled, 'pen_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pen_48_filled, 'pen_48_filled', 48), - - FluentUISampleIcon(FluentIcons.pen_off_16_filled, 'pen_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pen_off_20_filled, 'pen_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pen_off_24_filled, 'pen_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pen_off_28_filled, 'pen_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pen_off_32_filled, 'pen_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pen_off_48_filled, 'pen_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.pen_prohibited_16_filled, 'pen_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pen_prohibited_20_filled, 'pen_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pen_prohibited_24_filled, 'pen_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pen_prohibited_28_filled, 'pen_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pen_prohibited_32_filled, 'pen_prohibited_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pen_prohibited_48_filled, 'pen_prohibited_48_filled', 48), - - FluentUISampleIcon(FluentIcons.pentagon_20_filled, 'pentagon_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pentagon_32_filled, 'pentagon_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pentagon_48_filled, 'pentagon_48_filled', 48), - - 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_32_filled, 'people_32_filled', 32), - - 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_add_28_filled, 'people_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_audience_20_filled, 'people_audience_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_audience_24_filled, 'people_audience_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_call_16_filled, 'people_call_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_call_20_filled, 'people_call_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_checkmark_16_filled, 'people_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_checkmark_20_filled, 'people_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_checkmark_24_filled, 'people_checkmark_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_20_filled, 'people_community_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_community_add_24_filled, 'people_community_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_community_add_28_filled, 'people_community_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_edit_20_filled, 'people_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_error_16_filled, 'people_error_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_error_20_filled, 'people_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_error_24_filled, 'people_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_list_16_filled, 'people_list_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_list_20_filled, 'people_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_list_24_filled, 'people_list_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_list_28_filled, 'people_list_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_lock_20_filled, 'people_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_lock_24_filled, 'people_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_money_20_filled, 'people_money_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_money_24_filled, 'people_money_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_prohibited_16_filled, 'people_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_prohibited_20_filled, 'people_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_prohibited_24_filled, 'people_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_queue_20_filled, 'people_queue_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_queue_24_filled, 'people_queue_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_search_20_filled, 'people_search_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_settings_24_filled, 'people_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_settings_28_filled, 'people_settings_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_swap_16_filled, 'people_swap_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_swap_20_filled, 'people_swap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_swap_24_filled, 'people_swap_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_swap_28_filled, 'people_swap_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_sync_16_filled, 'people_sync_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_sync_20_filled, 'people_sync_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_sync_28_filled, 'people_sync_28_filled', 28), - - 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.people_team_32_filled, 'people_team_32_filled', 32), - - FluentUISampleIcon(FluentIcons.people_team_add_20_filled, 'people_team_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_team_add_24_filled, 'people_team_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_team_delete_16_filled, 'people_team_delete_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_team_delete_20_filled, 'people_team_delete_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_team_delete_24_filled, 'people_team_delete_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_team_delete_28_filled, 'people_team_delete_28_filled', 28), - - FluentUISampleIcon(FluentIcons.people_team_delete_32_filled, 'people_team_delete_32_filled', 32), - - FluentUISampleIcon(FluentIcons.people_team_toolbox_20_filled, 'people_team_toolbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.people_team_toolbox_24_filled, 'people_team_toolbox_24_filled', 24), - - FluentUISampleIcon(FluentIcons.people_toolbox_16_filled, 'people_toolbox_16_filled', 16), - - FluentUISampleIcon(FluentIcons.people_toolbox_20_filled, 'people_toolbox_20_filled', 20), - - 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_32_filled, 'person_32_filled', 32), - - FluentUISampleIcon(FluentIcons.person_48_filled, 'person_48_filled', 48), - - FluentUISampleIcon(FluentIcons.person_5_20_filled, 'person_5_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_5_32_filled, 'person_5_32_filled', 32), - - FluentUISampleIcon(FluentIcons.person_6_20_filled, 'person_6_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_6_32_filled, 'person_6_32_filled', 32), - - FluentUISampleIcon(FluentIcons.person_accounts_20_filled, 'person_accounts_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_accounts_24_filled, 'person_accounts_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_add_16_filled, 'person_add_16_filled', 16), - - 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_add_28_filled, 'person_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.person_arrow_left_16_filled, 'person_arrow_left_16_filled', 16), - - 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_20_filled, 'person_available_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_available_24_filled, 'person_available_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_16_filled, 'person_call_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_call_20_filled, 'person_call_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_call_24_filled, 'person_call_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_chat_16_filled, 'person_chat_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_chat_20_filled, 'person_chat_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_chat_24_filled, 'person_chat_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_circle_12_filled, 'person_circle_12_filled', 12), - - FluentUISampleIcon(FluentIcons.person_circle_20_filled, 'person_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_circle_24_filled, 'person_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_clock_16_filled, 'person_clock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_clock_20_filled, 'person_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_clock_24_filled, 'person_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_delete_16_filled, 'person_delete_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_delete_20_filled, 'person_delete_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_delete_24_filled, 'person_delete_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_edit_20_filled, 'person_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_edit_24_filled, 'person_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_feedback_16_filled, 'person_feedback_16_filled', 16), - - 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_info_16_filled, 'person_info_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_info_20_filled, 'person_info_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_key_20_filled, 'person_key_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_lightbulb_20_filled, 'person_lightbulb_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_lightbulb_24_filled, 'person_lightbulb_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_lock_16_filled, 'person_lock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_lock_20_filled, 'person_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_lock_24_filled, 'person_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_mail_16_filled, 'person_mail_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_mail_20_filled, 'person_mail_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_mail_24_filled, 'person_mail_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_mail_28_filled, 'person_mail_28_filled', 28), - - FluentUISampleIcon(FluentIcons.person_mail_48_filled, 'person_mail_48_filled', 48), - - FluentUISampleIcon(FluentIcons.person_money_20_filled, 'person_money_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_money_24_filled, 'person_money_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_note_20_filled, 'person_note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_note_24_filled, 'person_note_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_pill_20_filled, 'person_pill_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_pill_24_filled, 'person_pill_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_prohibited_16_filled, 'person_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_prohibited_20_filled, 'person_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_prohibited_24_filled, 'person_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_prohibited_28_filled, 'person_prohibited_28_filled', 28), - - 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_settings_16_filled, 'person_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_settings_20_filled, 'person_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_subtract_16_filled, 'person_subtract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.person_subtract_20_filled, 'person_subtract_20_filled', 20), - - 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_sync_24_filled, 'person_sync_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_tag_20_filled, 'person_tag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.person_tag_24_filled, 'person_tag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.person_tag_28_filled, 'person_tag_28_filled', 28), - - FluentUISampleIcon(FluentIcons.person_tag_32_filled, 'person_tag_32_filled', 32), - - FluentUISampleIcon(FluentIcons.person_tag_48_filled, 'person_tag_48_filled', 48), - - 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_12_filled, 'phone_12_filled', 12), - - FluentUISampleIcon(FluentIcons.phone_16_filled, 'phone_16_filled', 16), - - FluentUISampleIcon(FluentIcons.phone_20_filled, 'phone_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_24_filled, 'phone_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_add_20_filled, 'phone_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_add_24_filled, 'phone_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_arrow_right_20_filled, 'phone_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_arrow_right_24_filled, 'phone_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_checkmark_16_filled, 'phone_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.phone_checkmark_20_filled, 'phone_checkmark_20_filled', 20), - - 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_desktop_add_20_filled, 'phone_desktop_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_dismiss_20_filled, 'phone_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_dismiss_24_filled, 'phone_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_eraser_16_filled, 'phone_eraser_16_filled', 16), - - FluentUISampleIcon(FluentIcons.phone_eraser_20_filled, 'phone_eraser_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_laptop_16_filled, 'phone_laptop_16_filled', 16), - - 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_laptop_32_filled, 'phone_laptop_32_filled', 32), - - FluentUISampleIcon(FluentIcons.phone_link_setup_20_filled, 'phone_link_setup_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_link_setup_24_filled, 'phone_link_setup_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_lock_20_filled, 'phone_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_lock_24_filled, 'phone_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_page_header_20_filled, 'phone_page_header_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_page_header_24_filled, 'phone_page_header_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_pagination_20_filled, 'phone_pagination_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_pagination_24_filled, 'phone_pagination_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_screen_time_20_filled, 'phone_screen_time_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_screen_time_24_filled, 'phone_screen_time_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_shake_20_filled, 'phone_shake_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_shake_24_filled, 'phone_shake_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_span_in_16_filled, 'phone_span_in_16_filled', 16), - - FluentUISampleIcon(FluentIcons.phone_span_in_20_filled, 'phone_span_in_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_span_in_24_filled, 'phone_span_in_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_span_in_28_filled, 'phone_span_in_28_filled', 28), - - FluentUISampleIcon(FluentIcons.phone_span_out_16_filled, 'phone_span_out_16_filled', 16), - - FluentUISampleIcon(FluentIcons.phone_span_out_20_filled, 'phone_span_out_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_span_out_24_filled, 'phone_span_out_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_span_out_28_filled, 'phone_span_out_28_filled', 28), - - FluentUISampleIcon(FluentIcons.phone_speaker_20_filled, 'phone_speaker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_speaker_24_filled, 'phone_speaker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_status_bar_20_filled, 'phone_status_bar_20_filled', 20), - - 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_update_20_filled, 'phone_update_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_update_24_filled, 'phone_update_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_update_checkmark_20_filled, 'phone_update_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_update_checkmark_24_filled, 'phone_update_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_vertical_scroll_20_filled, 'phone_vertical_scroll_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_filled, 'phone_vertical_scroll_24_filled', 24), - - FluentUISampleIcon(FluentIcons.phone_vibrate_20_filled, 'phone_vibrate_20_filled', 20), - - FluentUISampleIcon(FluentIcons.phone_vibrate_24_filled, 'phone_vibrate_24_filled', 24), - - FluentUISampleIcon(FluentIcons.photo_filter_20_filled, 'photo_filter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.photo_filter_24_filled, 'photo_filter_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pi_20_filled, 'pi_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pi_24_filled, 'pi_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.picture_in_picture_enter_16_filled, 'picture_in_picture_enter_16_filled', 16), - - FluentUISampleIcon(FluentIcons.picture_in_picture_enter_20_filled, 'picture_in_picture_enter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.picture_in_picture_enter_24_filled, 'picture_in_picture_enter_24_filled', 24), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_16_filled, 'picture_in_picture_exit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_20_filled, 'picture_in_picture_exit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.picture_in_picture_exit_24_filled, 'picture_in_picture_exit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pill_16_filled, 'pill_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pill_20_filled, 'pill_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pill_24_filled, 'pill_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pill_28_filled, 'pill_28_filled', 28), - - 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_28_filled, 'pin_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pin_32_filled, 'pin_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pin_48_filled, 'pin_48_filled', 48), - - FluentUISampleIcon(FluentIcons.pin_off_16_filled, 'pin_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.pin_off_20_filled, 'pin_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pin_off_24_filled, 'pin_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pin_off_28_filled, 'pin_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pin_off_32_filled, 'pin_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pin_off_48_filled, 'pin_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.pipeline_20_filled, 'pipeline_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pipeline_add_20_filled, 'pipeline_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pipeline_play_20_filled, 'pipeline_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pivot_20_filled, 'pivot_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pivot_24_filled, 'pivot_24_filled', 24), - - FluentUISampleIcon(FluentIcons.play_12_filled, 'play_12_filled', 12), - - FluentUISampleIcon(FluentIcons.play_16_filled, 'play_16_filled', 16), - - FluentUISampleIcon(FluentIcons.play_20_filled, 'play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.play_24_filled, 'play_24_filled', 24), - - FluentUISampleIcon(FluentIcons.play_28_filled, 'play_28_filled', 28), - - FluentUISampleIcon(FluentIcons.play_32_filled, 'play_32_filled', 32), - - FluentUISampleIcon(FluentIcons.play_48_filled, 'play_48_filled', 48), - - FluentUISampleIcon(FluentIcons.play_circle_16_filled, 'play_circle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.play_circle_20_filled, 'play_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.play_circle_24_filled, 'play_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.play_circle_28_filled, 'play_circle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.play_circle_48_filled, 'play_circle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.play_settings_20_filled, 'play_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_20_filled, 'plug_connected_20_filled', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_24_filled, 'plug_connected_24_filled', 24), - - FluentUISampleIcon(FluentIcons.plug_connected_add_20_filled, 'plug_connected_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_filled, 'plug_connected_checkmark_20_filled', 20), - - 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_20_filled, 'point_scan_20_filled', 20), - - FluentUISampleIcon(FluentIcons.point_scan_24_filled, 'point_scan_24_filled', 24), - - FluentUISampleIcon(FluentIcons.poll_16_filled, 'poll_16_filled', 16), - - FluentUISampleIcon(FluentIcons.poll_20_filled, 'poll_20_filled', 20), - - FluentUISampleIcon(FluentIcons.poll_24_filled, 'poll_24_filled', 24), - - FluentUISampleIcon(FluentIcons.port_hdmi_20_filled, 'port_hdmi_20_filled', 20), - - FluentUISampleIcon(FluentIcons.port_hdmi_24_filled, 'port_hdmi_24_filled', 24), - - FluentUISampleIcon(FluentIcons.port_micro_usb_24_filled, 'port_micro_usb_24_filled', 24), - - FluentUISampleIcon(FluentIcons.port_usb_a_20_filled, 'port_usb_a_20_filled', 20), - - FluentUISampleIcon(FluentIcons.port_usb_a_24_filled, 'port_usb_a_24_filled', 24), - - FluentUISampleIcon(FluentIcons.port_usb_c_24_filled, 'port_usb_c_24_filled', 24), - - FluentUISampleIcon(FluentIcons.position_backward_20_filled, 'position_backward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.position_backward_24_filled, 'position_backward_24_filled', 24), - - FluentUISampleIcon(FluentIcons.position_forward_20_filled, 'position_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.position_forward_24_filled, 'position_forward_24_filled', 24), - - FluentUISampleIcon(FluentIcons.position_to_back_20_filled, 'position_to_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.position_to_back_24_filled, 'position_to_back_24_filled', 24), - - FluentUISampleIcon(FluentIcons.position_to_front_20_filled, 'position_to_front_20_filled', 20), - - FluentUISampleIcon(FluentIcons.position_to_front_24_filled, 'position_to_front_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_20_filled, 'predictions_20_filled', 20), - - 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.premium_32_filled, 'premium_32_filled', 32), - - FluentUISampleIcon(FluentIcons.premium_person_20_filled, 'premium_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.premium_person_24_filled, 'premium_person_24_filled', 24), - - 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_available_20_filled, 'presence_available_20_filled', 20), - - FluentUISampleIcon(FluentIcons.presence_available_24_filled, 'presence_available_24_filled', 24), - - 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_away_20_filled, 'presence_away_20_filled', 20), - - FluentUISampleIcon(FluentIcons.presence_away_24_filled, 'presence_away_24_filled', 24), - - 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_busy_20_filled, 'presence_busy_20_filled', 20), - - FluentUISampleIcon(FluentIcons.presence_busy_24_filled, 'presence_busy_24_filled', 24), - - 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.presence_dnd_20_filled, 'presence_dnd_20_filled', 20), - - FluentUISampleIcon(FluentIcons.presence_dnd_24_filled, 'presence_dnd_24_filled', 24), - - FluentUISampleIcon(FluentIcons.presenter_20_filled, 'presenter_20_filled', 20), - - FluentUISampleIcon(FluentIcons.presenter_24_filled, 'presenter_24_filled', 24), - - FluentUISampleIcon(FluentIcons.presenter_off_20_filled, 'presenter_off_20_filled', 20), - - 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.previous_28_filled, 'previous_28_filled', 28), - - FluentUISampleIcon(FluentIcons.previous_32_filled, 'previous_32_filled', 32), - - FluentUISampleIcon(FluentIcons.previous_48_filled, 'previous_48_filled', 48), - - FluentUISampleIcon(FluentIcons.print_16_filled, 'print_16_filled', 16), - - FluentUISampleIcon(FluentIcons.print_20_filled, 'print_20_filled', 20), - - FluentUISampleIcon(FluentIcons.print_24_filled, 'print_24_filled', 24), - - FluentUISampleIcon(FluentIcons.print_28_filled, 'print_28_filled', 28), - - FluentUISampleIcon(FluentIcons.print_48_filled, 'print_48_filled', 48), - - FluentUISampleIcon(FluentIcons.print_add_20_filled, 'print_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.print_add_24_filled, 'print_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.production_20_filled, 'production_20_filled', 20), - - FluentUISampleIcon(FluentIcons.production_24_filled, 'production_24_filled', 24), - - FluentUISampleIcon(FluentIcons.production_checkmark_20_filled, 'production_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.production_checkmark_24_filled, 'production_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.prohibited_12_filled, 'prohibited_12_filled', 12), - - FluentUISampleIcon(FluentIcons.prohibited_16_filled, 'prohibited_16_filled', 16), - - 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.prohibited_multiple_16_filled, 'prohibited_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.prohibited_multiple_20_filled, 'prohibited_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.prohibited_multiple_24_filled, 'prohibited_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.prohibited_note_20_filled, 'prohibited_note_20_filled', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_16_filled, 'projection_screen_16_filled', 16), - - FluentUISampleIcon(FluentIcons.projection_screen_20_filled, 'projection_screen_20_filled', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_24_filled, 'projection_screen_24_filled', 24), - - FluentUISampleIcon(FluentIcons.projection_screen_28_filled, 'projection_screen_28_filled', 28), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_16_filled, 'projection_screen_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_20_filled, 'projection_screen_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_24_filled, 'projection_screen_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.projection_screen_dismiss_28_filled, 'projection_screen_dismiss_28_filled', 28), - - 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.pulse_20_filled, 'pulse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pulse_24_filled, 'pulse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.pulse_28_filled, 'pulse_28_filled', 28), - - FluentUISampleIcon(FluentIcons.pulse_32_filled, 'pulse_32_filled', 32), - - FluentUISampleIcon(FluentIcons.pulse_square_20_filled, 'pulse_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.pulse_square_24_filled, 'pulse_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.puzzle_cube_16_filled, 'puzzle_cube_16_filled', 16), - - FluentUISampleIcon(FluentIcons.puzzle_cube_20_filled, 'puzzle_cube_20_filled', 20), - - FluentUISampleIcon(FluentIcons.puzzle_cube_24_filled, 'puzzle_cube_24_filled', 24), - - FluentUISampleIcon(FluentIcons.puzzle_cube_28_filled, 'puzzle_cube_28_filled', 28), - - FluentUISampleIcon(FluentIcons.puzzle_cube_48_filled, 'puzzle_cube_48_filled', 48), - - FluentUISampleIcon(FluentIcons.puzzle_cube_piece_20_filled, 'puzzle_cube_piece_20_filled', 20), - - FluentUISampleIcon(FluentIcons.puzzle_piece_16_filled, 'puzzle_piece_16_filled', 16), - - FluentUISampleIcon(FluentIcons.puzzle_piece_20_filled, 'puzzle_piece_20_filled', 20), - - FluentUISampleIcon(FluentIcons.puzzle_piece_24_filled, 'puzzle_piece_24_filled', 24), - - FluentUISampleIcon(FluentIcons.puzzle_piece_shield_20_filled, 'puzzle_piece_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.qr_code_20_filled, 'qr_code_20_filled', 20), - - 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_12_filled, 'question_circle_12_filled', 12), - - 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_32_filled, 'question_circle_32_filled', 32), - - 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.radar_20_filled, 'radar_20_filled', 20), - - FluentUISampleIcon(FluentIcons.radar_checkmark_20_filled, 'radar_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_filled, 'radar_rectangle_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.radio_button_20_filled, 'radio_button_20_filled', 20), - - FluentUISampleIcon(FluentIcons.radio_button_24_filled, 'radio_button_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ram_20_filled, 'ram_20_filled', 20), - - 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.ratio_one_to_one_20_filled, 'ratio_one_to_one_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ratio_one_to_one_24_filled, 'ratio_one_to_one_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_horizontal_16_filled, 're_order_dots_horizontal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_20_filled, 're_order_dots_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_24_filled, 're_order_dots_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_16_filled, 're_order_dots_vertical_16_filled', 16), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_20_filled, 're_order_dots_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.re_order_dots_vertical_24_filled, 're_order_dots_vertical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.read_aloud_16_filled, 'read_aloud_16_filled', 16), - - 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_aloud_28_filled, 'read_aloud_28_filled', 28), - - 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_mobile_20_filled, 'reading_mode_mobile_20_filled', 20), - - FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_filled, 'reading_mode_mobile_24_filled', 24), - - FluentUISampleIcon(FluentIcons.real_estate_20_filled, 'real_estate_20_filled', 20), - - FluentUISampleIcon(FluentIcons.real_estate_24_filled, 'real_estate_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_20_filled, 'receipt_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_24_filled, 'receipt_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_add_20_filled, 'receipt_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_add_24_filled, 'receipt_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_bag_20_filled, 'receipt_bag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_bag_24_filled, 'receipt_bag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_cube_20_filled, 'receipt_cube_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_cube_24_filled, 'receipt_cube_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_money_20_filled, 'receipt_money_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_money_24_filled, 'receipt_money_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_play_20_filled, 'receipt_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.receipt_play_24_filled, 'receipt_play_24_filled', 24), - - FluentUISampleIcon(FluentIcons.receipt_search_20_filled, 'receipt_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.record_12_filled, 'record_12_filled', 12), - - 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.record_28_filled, 'record_28_filled', 28), - - FluentUISampleIcon(FluentIcons.record_32_filled, 'record_32_filled', 32), - - FluentUISampleIcon(FluentIcons.record_48_filled, 'record_48_filled', 48), - - FluentUISampleIcon(FluentIcons.record_stop_12_filled, 'record_stop_12_filled', 12), - - FluentUISampleIcon(FluentIcons.record_stop_16_filled, 'record_stop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.record_stop_20_filled, 'record_stop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.record_stop_24_filled, 'record_stop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.record_stop_28_filled, 'record_stop_28_filled', 28), - - FluentUISampleIcon(FluentIcons.record_stop_32_filled, 'record_stop_32_filled', 32), - - FluentUISampleIcon(FluentIcons.record_stop_48_filled, 'record_stop_48_filled', 48), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_12_filled, 'rectangle_landscape_12_filled', 12), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_16_filled, 'rectangle_landscape_16_filled', 16), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_20_filled, 'rectangle_landscape_20_filled', 20), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_24_filled, 'rectangle_landscape_24_filled', 24), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_28_filled, 'rectangle_landscape_28_filled', 28), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_32_filled, 'rectangle_landscape_32_filled', 32), - - FluentUISampleIcon(FluentIcons.rectangle_landscape_48_filled, 'rectangle_landscape_48_filled', 48), - - FluentUISampleIcon(FluentIcons.rectangle_portrait_location_target_20_filled, 'rectangle_portrait_location_target_20_filled', 20), - - FluentUISampleIcon(FluentIcons.remote_16_filled, 'remote_16_filled', 16), - - FluentUISampleIcon(FluentIcons.remote_20_filled, 'remote_20_filled', 20), - - 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.reorder_20_filled, 'reorder_20_filled', 20), - - FluentUISampleIcon(FluentIcons.replay_20_filled, 'replay_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_20_filled, 'resize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_24_filled, 'resize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.resize_image_20_filled, 'resize_image_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_image_24_filled, 'resize_image_24_filled', 24), - - FluentUISampleIcon(FluentIcons.resize_large_16_filled, 'resize_large_16_filled', 16), - - FluentUISampleIcon(FluentIcons.resize_large_20_filled, 'resize_large_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_large_24_filled, 'resize_large_24_filled', 24), - - FluentUISampleIcon(FluentIcons.resize_small_16_filled, 'resize_small_16_filled', 16), - - FluentUISampleIcon(FluentIcons.resize_small_20_filled, 'resize_small_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_small_24_filled, 'resize_small_24_filled', 24), - - FluentUISampleIcon(FluentIcons.resize_table_20_filled, 'resize_table_20_filled', 20), - - FluentUISampleIcon(FluentIcons.resize_table_24_filled, 'resize_table_24_filled', 24), - - FluentUISampleIcon(FluentIcons.resize_video_20_filled, 'resize_video_20_filled', 20), - - 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_16_filled, 'rewind_16_filled', 16), - - FluentUISampleIcon(FluentIcons.rewind_20_filled, 'rewind_20_filled', 20), - - FluentUISampleIcon(FluentIcons.rewind_24_filled, 'rewind_24_filled', 24), - - FluentUISampleIcon(FluentIcons.rewind_28_filled, 'rewind_28_filled', 28), - - FluentUISampleIcon(FluentIcons.rhombus_16_filled, 'rhombus_16_filled', 16), - - FluentUISampleIcon(FluentIcons.rhombus_20_filled, 'rhombus_20_filled', 20), - - FluentUISampleIcon(FluentIcons.rhombus_24_filled, 'rhombus_24_filled', 24), - - FluentUISampleIcon(FluentIcons.rhombus_28_filled, 'rhombus_28_filled', 28), - - FluentUISampleIcon(FluentIcons.rhombus_32_filled, 'rhombus_32_filled', 32), - - FluentUISampleIcon(FluentIcons.rhombus_48_filled, 'rhombus_48_filled', 48), - - FluentUISampleIcon(FluentIcons.ribbon_12_filled, 'ribbon_12_filled', 12), - - FluentUISampleIcon(FluentIcons.ribbon_16_filled, 'ribbon_16_filled', 16), - - FluentUISampleIcon(FluentIcons.ribbon_20_filled, 'ribbon_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ribbon_24_filled, 'ribbon_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ribbon_32_filled, 'ribbon_32_filled', 32), - - FluentUISampleIcon(FluentIcons.ribbon_add_20_filled, 'ribbon_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ribbon_add_24_filled, 'ribbon_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ribbon_off_12_filled, 'ribbon_off_12_filled', 12), - - FluentUISampleIcon(FluentIcons.ribbon_off_16_filled, 'ribbon_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.ribbon_off_20_filled, 'ribbon_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ribbon_off_24_filled, 'ribbon_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ribbon_off_32_filled, 'ribbon_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.ribbon_star_20_filled, 'ribbon_star_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ribbon_star_24_filled, 'ribbon_star_24_filled', 24), - - FluentUISampleIcon(FluentIcons.road_cone_16_filled, 'road_cone_16_filled', 16), - - FluentUISampleIcon(FluentIcons.road_cone_20_filled, 'road_cone_20_filled', 20), - - FluentUISampleIcon(FluentIcons.road_cone_24_filled, 'road_cone_24_filled', 24), - - FluentUISampleIcon(FluentIcons.road_cone_28_filled, 'road_cone_28_filled', 28), - - FluentUISampleIcon(FluentIcons.road_cone_32_filled, 'road_cone_32_filled', 32), - - FluentUISampleIcon(FluentIcons.road_cone_48_filled, 'road_cone_48_filled', 48), - - 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.rotate_left_20_filled, 'rotate_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.rotate_left_24_filled, 'rotate_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.rotate_right_20_filled, 'rotate_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.rotate_right_24_filled, 'rotate_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.router_20_filled, 'router_20_filled', 20), - - FluentUISampleIcon(FluentIcons.router_24_filled, 'router_24_filled', 24), - - FluentUISampleIcon(FluentIcons.row_triple_20_filled, 'row_triple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.row_triple_24_filled, 'row_triple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.rss_24_filled, 'rss_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_16_filled, 'run_16_filled', 16), - - FluentUISampleIcon(FluentIcons.run_20_filled, 'run_20_filled', 20), - - FluentUISampleIcon(FluentIcons.run_24_filled, 'run_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sanitize_20_filled, 'sanitize_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sanitize_24_filled, 'sanitize_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_16_filled, 'save_16_filled', 16), - - FluentUISampleIcon(FluentIcons.save_20_filled, 'save_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_24_filled, 'save_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_arrow_right_20_filled, 'save_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_arrow_right_24_filled, 'save_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_copy_24_filled, 'save_copy_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_edit_20_filled, 'save_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_edit_24_filled, 'save_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_image_20_filled, 'save_image_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_multiple_20_filled, 'save_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_multiple_24_filled, 'save_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.save_search_20_filled, 'save_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.save_sync_20_filled, 'save_sync_20_filled', 20), - - 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_20_filled, 'scale_fill_20_filled', 20), - - 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.scales_24_filled, 'scales_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scales_32_filled, 'scales_32_filled', 32), - - FluentUISampleIcon(FluentIcons.scan_16_filled, 'scan_16_filled', 16), - - FluentUISampleIcon(FluentIcons.scan_20_filled, 'scan_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_24_filled, 'scan_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_camera_16_filled, 'scan_camera_16_filled', 16), - - FluentUISampleIcon(FluentIcons.scan_camera_20_filled, 'scan_camera_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_camera_24_filled, 'scan_camera_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_camera_28_filled, 'scan_camera_28_filled', 28), - - FluentUISampleIcon(FluentIcons.scan_camera_48_filled, 'scan_camera_48_filled', 48), - - FluentUISampleIcon(FluentIcons.scan_dash_12_filled, 'scan_dash_12_filled', 12), - - FluentUISampleIcon(FluentIcons.scan_dash_16_filled, 'scan_dash_16_filled', 16), - - FluentUISampleIcon(FluentIcons.scan_dash_20_filled, 'scan_dash_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_dash_24_filled, 'scan_dash_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_dash_28_filled, 'scan_dash_28_filled', 28), - - FluentUISampleIcon(FluentIcons.scan_dash_32_filled, 'scan_dash_32_filled', 32), - - FluentUISampleIcon(FluentIcons.scan_dash_48_filled, 'scan_dash_48_filled', 48), - - FluentUISampleIcon(FluentIcons.scan_object_20_filled, 'scan_object_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_object_24_filled, 'scan_object_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_table_20_filled, 'scan_table_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_table_24_filled, 'scan_table_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_text_20_filled, 'scan_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_text_24_filled, 'scan_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_16_filled, 'scan_thumb_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_20_filled, 'scan_thumb_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_24_filled, 'scan_thumb_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_28_filled, 'scan_thumb_up_28_filled', 28), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_48_filled, 'scan_thumb_up_48_filled', 48), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_16_filled, 'scan_thumb_up_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_20_filled, 'scan_thumb_up_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_24_filled, 'scan_thumb_up_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_28_filled, 'scan_thumb_up_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.scan_thumb_up_off_48_filled, 'scan_thumb_up_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.scan_type_20_filled, 'scan_type_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_type_24_filled, 'scan_type_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_type_checkmark_20_filled, 'scan_type_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scan_type_checkmark_24_filled, 'scan_type_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.scan_type_off_20_filled, 'scan_type_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scratchpad_20_filled, 'scratchpad_20_filled', 20), - - FluentUISampleIcon(FluentIcons.scratchpad_24_filled, 'scratchpad_24_filled', 24), - - FluentUISampleIcon(FluentIcons.screen_cut_20_filled, 'screen_cut_20_filled', 20), - - FluentUISampleIcon(FluentIcons.screen_person_20_filled, 'screen_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.screen_search_20_filled, 'screen_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.screen_search_24_filled, 'screen_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.screen_share_start_48_filled, 'screen_share_start_48_filled', 48), - - FluentUISampleIcon(FluentIcons.screenshot_20_filled, 'screenshot_20_filled', 20), - - FluentUISampleIcon(FluentIcons.screenshot_24_filled, 'screenshot_24_filled', 24), - - FluentUISampleIcon(FluentIcons.search_12_filled, 'search_12_filled', 12), - - FluentUISampleIcon(FluentIcons.search_16_filled, 'search_16_filled', 16), - - 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_32_filled, 'search_32_filled', 32), - - FluentUISampleIcon(FluentIcons.search_48_filled, 'search_48_filled', 48), - - FluentUISampleIcon(FluentIcons.search_info_20_filled, 'search_info_20_filled', 20), - - FluentUISampleIcon(FluentIcons.search_info_24_filled, 'search_info_24_filled', 24), - - FluentUISampleIcon(FluentIcons.search_settings_20_filled, 'search_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.search_shield_20_filled, 'search_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.search_square_20_filled, 'search_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.search_square_24_filled, 'search_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.search_visual_16_filled, 'search_visual_16_filled', 16), - - FluentUISampleIcon(FluentIcons.search_visual_20_filled, 'search_visual_20_filled', 20), - - FluentUISampleIcon(FluentIcons.search_visual_24_filled, 'search_visual_24_filled', 24), - - FluentUISampleIcon(FluentIcons.select_all_off_24_filled, 'select_all_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.select_all_on_24_filled, 'select_all_on_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.select_object_skew_20_filled, 'select_object_skew_20_filled', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_24_filled, 'select_object_skew_24_filled', 24), - - FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_20_filled, 'select_object_skew_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_24_filled, 'select_object_skew_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.select_object_skew_edit_20_filled, 'select_object_skew_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.select_object_skew_edit_24_filled, 'select_object_skew_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.send_16_filled, 'send_16_filled', 16), - - 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_clock_24_filled, 'send_clock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.send_copy_24_filled, 'send_copy_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.server_20_filled, 'server_20_filled', 20), - - FluentUISampleIcon(FluentIcons.server_24_filled, 'server_24_filled', 24), - - FluentUISampleIcon(FluentIcons.server_multiple_20_filled, 'server_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.server_play_20_filled, 'server_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.service_bell_20_filled, 'service_bell_20_filled', 20), - - 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.settings_32_filled, 'settings_32_filled', 32), - - FluentUISampleIcon(FluentIcons.settings_48_filled, 'settings_48_filled', 48), - - FluentUISampleIcon(FluentIcons.settings_chat_20_filled, 'settings_chat_20_filled', 20), - - FluentUISampleIcon(FluentIcons.settings_chat_24_filled, 'settings_chat_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shape_exclude_16_filled, 'shape_exclude_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shape_exclude_20_filled, 'shape_exclude_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shape_exclude_24_filled, 'shape_exclude_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shape_intersect_16_filled, 'shape_intersect_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shape_intersect_20_filled, 'shape_intersect_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shape_intersect_24_filled, 'shape_intersect_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shape_subtract_16_filled, 'shape_subtract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shape_subtract_20_filled, 'shape_subtract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shape_subtract_24_filled, 'shape_subtract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shape_union_16_filled, 'shape_union_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shape_union_20_filled, 'shape_union_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shape_union_24_filled, 'shape_union_24_filled', 24), - - 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.shapes_28_filled, 'shapes_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shapes_48_filled, 'shapes_48_filled', 48), - - FluentUISampleIcon(FluentIcons.share_16_filled, 'share_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_20_filled, 'share_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_24_filled, 'share_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_28_filled, 'share_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_48_filled, 'share_48_filled', 48), - - 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_20_filled, 'share_close_tray_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_close_tray_24_filled, 'share_close_tray_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_person_16_filled, 'share_screen_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_20_filled, 'share_screen_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_24_filled, 'share_screen_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_28_filled, 'share_screen_person_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_16_filled, 'share_screen_person_overlay_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_20_filled, 'share_screen_person_overlay_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_24_filled, 'share_screen_person_overlay_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_28_filled, 'share_screen_person_overlay_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_16_filled, 'share_screen_person_overlay_inside_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_20_filled, 'share_screen_person_overlay_inside_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_24_filled, 'share_screen_person_overlay_inside_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_28_filled, 'share_screen_person_overlay_inside_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_16_filled, 'share_screen_person_p_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_20_filled, 'share_screen_person_p_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_24_filled, 'share_screen_person_p_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_person_p_28_filled, 'share_screen_person_p_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_start_20_filled, 'share_screen_start_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_start_24_filled, 'share_screen_start_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_start_28_filled, 'share_screen_start_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_start_48_filled, 'share_screen_start_48_filled', 48), - - FluentUISampleIcon(FluentIcons.share_screen_stop_16_filled, 'share_screen_stop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.share_screen_stop_20_filled, 'share_screen_stop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.share_screen_stop_24_filled, 'share_screen_stop_24_filled', 24), - - FluentUISampleIcon(FluentIcons.share_screen_stop_28_filled, 'share_screen_stop_28_filled', 28), - - FluentUISampleIcon(FluentIcons.share_screen_stop_48_filled, 'share_screen_stop_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shield_16_filled, 'shield_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shield_20_filled, 'shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_24_filled, 'shield_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_28_filled, 'shield_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shield_48_filled, 'shield_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shield_badge_20_filled, 'shield_badge_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_badge_24_filled, 'shield_badge_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_checkmark_16_filled, 'shield_checkmark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shield_checkmark_20_filled, 'shield_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_checkmark_24_filled, 'shield_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_checkmark_28_filled, 'shield_checkmark_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shield_checkmark_48_filled, 'shield_checkmark_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shield_dismiss_16_filled, 'shield_dismiss_16_filled', 16), - - 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_dismiss_shield_20_filled, 'shield_dismiss_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_error_16_filled, 'shield_error_16_filled', 16), - - 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_lock_16_filled, 'shield_lock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shield_lock_20_filled, 'shield_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_lock_24_filled, 'shield_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_lock_28_filled, 'shield_lock_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shield_lock_48_filled, 'shield_lock_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shield_person_20_filled, 'shield_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_person_add_20_filled, 'shield_person_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_prohibited_20_filled, 'shield_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_prohibited_24_filled, 'shield_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_task_16_filled, 'shield_task_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shield_task_20_filled, 'shield_task_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shield_task_24_filled, 'shield_task_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_task_28_filled, 'shield_task_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shield_task_48_filled, 'shield_task_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shield_video_24_filled, 'shield_video_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shield_video_28_filled, 'shield_video_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shield_video_48_filled, 'shield_video_48_filled', 48), - - FluentUISampleIcon(FluentIcons.shifts_16_filled, 'shifts_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shifts_20_filled, 'shifts_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_24_filled, 'shifts_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_28_filled, 'shifts_28_filled', 28), - - FluentUISampleIcon(FluentIcons.shifts_30_minutes_20_filled, 'shifts_30_minutes_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_filled, 'shifts_30_minutes_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_32_filled, 'shifts_32_filled', 32), - - 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_20_filled, 'shifts_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_add_24_filled, 'shifts_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_availability_20_filled, 'shifts_availability_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_availability_24_filled, 'shifts_availability_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_checkmark_20_filled, 'shifts_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_checkmark_24_filled, 'shifts_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_day_20_filled, 'shifts_day_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_day_24_filled, 'shifts_day_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_prohibited_20_filled, 'shifts_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_prohibited_24_filled, 'shifts_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_question_mark_20_filled, 'shifts_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shifts_question_mark_24_filled, 'shifts_question_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shifts_team_24_filled, 'shifts_team_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_16_filled, 'shopping_bag_16_filled', 16), - - FluentUISampleIcon(FluentIcons.shopping_bag_20_filled, 'shopping_bag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_24_filled, 'shopping_bag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_20_filled, 'shopping_bag_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_24_filled, 'shopping_bag_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_20_filled, 'shopping_bag_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_24_filled, 'shopping_bag_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_pause_20_filled, 'shopping_bag_pause_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_pause_24_filled, 'shopping_bag_pause_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_percent_20_filled, 'shopping_bag_percent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_percent_24_filled, 'shopping_bag_percent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_play_20_filled, 'shopping_bag_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_play_24_filled, 'shopping_bag_play_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shopping_bag_tag_20_filled, 'shopping_bag_tag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shopping_bag_tag_24_filled, 'shopping_bag_tag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.shortpick_20_filled, 'shortpick_20_filled', 20), - - FluentUISampleIcon(FluentIcons.shortpick_24_filled, 'shortpick_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sidebar_search_ltr_20_filled, 'sidebar_search_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sidebar_search_rtl_20_filled, 'sidebar_search_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sign_out_20_filled, 'sign_out_20_filled', 20), - - 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.skip_back_10_20_filled, 'skip_back_10_20_filled', 20), - - FluentUISampleIcon(FluentIcons.skip_back_10_24_filled, 'skip_back_10_24_filled', 24), - - FluentUISampleIcon(FluentIcons.skip_back_10_28_filled, 'skip_back_10_28_filled', 28), - - FluentUISampleIcon(FluentIcons.skip_back_10_32_filled, 'skip_back_10_32_filled', 32), - - FluentUISampleIcon(FluentIcons.skip_back_10_48_filled, 'skip_back_10_48_filled', 48), - - FluentUISampleIcon(FluentIcons.skip_backward_10_24_filled, 'skip_backward_10_24_filled', 24), - - FluentUISampleIcon(FluentIcons.skip_backward_10_28_filled, 'skip_backward_10_28_filled', 28), - - FluentUISampleIcon(FluentIcons.skip_backward_10_32_filled, 'skip_backward_10_32_filled', 32), - - FluentUISampleIcon(FluentIcons.skip_backward_10_48_filled, 'skip_backward_10_48_filled', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_10_20_filled, 'skip_forward_10_20_filled', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_10_24_filled, 'skip_forward_10_24_filled', 24), - - FluentUISampleIcon(FluentIcons.skip_forward_10_28_filled, 'skip_forward_10_28_filled', 28), - - FluentUISampleIcon(FluentIcons.skip_forward_10_32_filled, 'skip_forward_10_32_filled', 32), - - FluentUISampleIcon(FluentIcons.skip_forward_10_48_filled, 'skip_forward_10_48_filled', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_30_20_filled, 'skip_forward_30_20_filled', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_30_24_filled, 'skip_forward_30_24_filled', 24), - - FluentUISampleIcon(FluentIcons.skip_forward_30_28_filled, 'skip_forward_30_28_filled', 28), - - FluentUISampleIcon(FluentIcons.skip_forward_30_32_filled, 'skip_forward_30_32_filled', 32), - - FluentUISampleIcon(FluentIcons.skip_forward_30_48_filled, 'skip_forward_30_48_filled', 48), - - FluentUISampleIcon(FluentIcons.skip_forward_tab_20_filled, 'skip_forward_tab_20_filled', 20), - - FluentUISampleIcon(FluentIcons.skip_forward_tab_24_filled, 'skip_forward_tab_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sleep_20_filled, 'sleep_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sleep_24_filled, 'sleep_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_add_16_filled, 'slide_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.slide_add_20_filled, 'slide_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_add_24_filled, 'slide_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_add_28_filled, 'slide_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.slide_add_32_filled, 'slide_add_32_filled', 32), - - FluentUISampleIcon(FluentIcons.slide_add_48_filled, 'slide_add_48_filled', 48), - - FluentUISampleIcon(FluentIcons.slide_arrow_right_20_filled, 'slide_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_arrow_right_24_filled, 'slide_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_design_24_filled, 'slide_design_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_eraser_16_filled, 'slide_eraser_16_filled', 16), - - FluentUISampleIcon(FluentIcons.slide_eraser_20_filled, 'slide_eraser_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_eraser_24_filled, 'slide_eraser_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_grid_20_filled, 'slide_grid_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_grid_24_filled, 'slide_grid_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_microphone_32_filled, 'slide_microphone_32_filled', 32), - - FluentUISampleIcon(FluentIcons.slide_multiple_20_filled, 'slide_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_24_filled, 'slide_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_20_filled, 'slide_multiple_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_24_filled, 'slide_multiple_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_multiple_search_20_filled, 'slide_multiple_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_multiple_search_24_filled, 'slide_multiple_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_search_24_filled, 'slide_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_search_28_filled, 'slide_search_28_filled', 28), - - FluentUISampleIcon(FluentIcons.slide_settings_20_filled, 'slide_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_settings_24_filled, 'slide_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_size_20_filled, 'slide_size_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_size_24_filled, 'slide_size_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_text_16_filled, 'slide_text_16_filled', 16), - - FluentUISampleIcon(FluentIcons.slide_text_20_filled, 'slide_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_text_24_filled, 'slide_text_24_filled', 24), - - FluentUISampleIcon(FluentIcons.slide_text_28_filled, 'slide_text_28_filled', 28), - - FluentUISampleIcon(FluentIcons.slide_text_48_filled, 'slide_text_48_filled', 48), - - FluentUISampleIcon(FluentIcons.slide_transition_20_filled, 'slide_transition_20_filled', 20), - - FluentUISampleIcon(FluentIcons.slide_transition_24_filled, 'slide_transition_24_filled', 24), - - FluentUISampleIcon(FluentIcons.smartwatch_20_filled, 'smartwatch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.smartwatch_24_filled, 'smartwatch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.smartwatch_dot_20_filled, 'smartwatch_dot_20_filled', 20), - - FluentUISampleIcon(FluentIcons.smartwatch_dot_24_filled, 'smartwatch_dot_24_filled', 24), - - FluentUISampleIcon(FluentIcons.snooze_16_filled, 'snooze_16_filled', 16), - - FluentUISampleIcon(FluentIcons.snooze_20_filled, 'snooze_20_filled', 20), - - FluentUISampleIcon(FluentIcons.snooze_24_filled, 'snooze_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sound_source_20_filled, 'sound_source_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sound_source_24_filled, 'sound_source_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sound_source_28_filled, 'sound_source_28_filled', 28), - - FluentUISampleIcon(FluentIcons.sound_wave_circle_20_filled, 'sound_wave_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sound_wave_circle_24_filled, 'sound_wave_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.spacebar_20_filled, 'spacebar_20_filled', 20), - - FluentUISampleIcon(FluentIcons.spacebar_24_filled, 'spacebar_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sparkle_16_filled, 'sparkle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.sparkle_20_filled, 'sparkle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sparkle_24_filled, 'sparkle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sparkle_28_filled, 'sparkle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.sparkle_48_filled, 'sparkle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_0_16_filled, 'speaker_0_16_filled', 16), - - FluentUISampleIcon(FluentIcons.speaker_0_20_filled, 'speaker_0_20_filled', 20), - - FluentUISampleIcon(FluentIcons.speaker_0_24_filled, 'speaker_0_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_0_28_filled, 'speaker_0_28_filled', 28), - - FluentUISampleIcon(FluentIcons.speaker_0_32_filled, 'speaker_0_32_filled', 32), - - FluentUISampleIcon(FluentIcons.speaker_0_48_filled, 'speaker_0_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_1_16_filled, 'speaker_1_16_filled', 16), - - FluentUISampleIcon(FluentIcons.speaker_1_20_filled, 'speaker_1_20_filled', 20), - - FluentUISampleIcon(FluentIcons.speaker_1_24_filled, 'speaker_1_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_1_28_filled, 'speaker_1_28_filled', 28), - - FluentUISampleIcon(FluentIcons.speaker_1_32_filled, 'speaker_1_32_filled', 32), - - FluentUISampleIcon(FluentIcons.speaker_1_48_filled, 'speaker_1_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_2_16_filled, 'speaker_2_16_filled', 16), - - FluentUISampleIcon(FluentIcons.speaker_2_20_filled, 'speaker_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.speaker_2_24_filled, 'speaker_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_2_28_filled, 'speaker_2_28_filled', 28), - - FluentUISampleIcon(FluentIcons.speaker_2_32_filled, 'speaker_2_32_filled', 32), - - FluentUISampleIcon(FluentIcons.speaker_2_48_filled, 'speaker_2_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_filled, 'speaker_bluetooth_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_bluetooth_28_filled, 'speaker_bluetooth_28_filled', 28), - - 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_mute_16_filled, 'speaker_mute_16_filled', 16), - - FluentUISampleIcon(FluentIcons.speaker_mute_20_filled, 'speaker_mute_20_filled', 20), - - FluentUISampleIcon(FluentIcons.speaker_mute_24_filled, 'speaker_mute_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_mute_28_filled, 'speaker_mute_28_filled', 28), - - FluentUISampleIcon(FluentIcons.speaker_mute_48_filled, 'speaker_mute_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_off_16_filled, 'speaker_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.speaker_off_20_filled, 'speaker_off_20_filled', 20), - - 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_off_48_filled, 'speaker_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.speaker_settings_20_filled, 'speaker_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.speaker_settings_24_filled, 'speaker_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_settings_28_filled, 'speaker_settings_28_filled', 28), - - FluentUISampleIcon(FluentIcons.speaker_usb_24_filled, 'speaker_usb_24_filled', 24), - - FluentUISampleIcon(FluentIcons.speaker_usb_28_filled, 'speaker_usb_28_filled', 28), - - FluentUISampleIcon(FluentIcons.spinner_ios_20_filled, 'spinner_ios_20_filled', 20), - - FluentUISampleIcon(FluentIcons.split_hint_20_filled, 'split_hint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.split_horizontal_12_filled, 'split_horizontal_12_filled', 12), - - FluentUISampleIcon(FluentIcons.split_horizontal_16_filled, 'split_horizontal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.split_horizontal_20_filled, 'split_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.split_horizontal_24_filled, 'split_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.split_horizontal_28_filled, 'split_horizontal_28_filled', 28), - - FluentUISampleIcon(FluentIcons.split_horizontal_32_filled, 'split_horizontal_32_filled', 32), - - FluentUISampleIcon(FluentIcons.split_horizontal_48_filled, 'split_horizontal_48_filled', 48), - - FluentUISampleIcon(FluentIcons.split_vertical_12_filled, 'split_vertical_12_filled', 12), - - FluentUISampleIcon(FluentIcons.split_vertical_16_filled, 'split_vertical_16_filled', 16), - - FluentUISampleIcon(FluentIcons.split_vertical_20_filled, 'split_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.split_vertical_24_filled, 'split_vertical_24_filled', 24), - - FluentUISampleIcon(FluentIcons.split_vertical_28_filled, 'split_vertical_28_filled', 28), - - FluentUISampleIcon(FluentIcons.split_vertical_32_filled, 'split_vertical_32_filled', 32), - - FluentUISampleIcon(FluentIcons.split_vertical_48_filled, 'split_vertical_48_filled', 48), - - FluentUISampleIcon(FluentIcons.sport_16_filled, 'sport_16_filled', 16), - - FluentUISampleIcon(FluentIcons.sport_20_filled, 'sport_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sport_24_filled, 'sport_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sport_american_football_20_filled, 'sport_american_football_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sport_american_football_24_filled, 'sport_american_football_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sport_baseball_20_filled, 'sport_baseball_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sport_baseball_24_filled, 'sport_baseball_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sport_basketball_24_filled, 'sport_basketball_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sport_hockey_20_filled, 'sport_hockey_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sport_hockey_24_filled, 'sport_hockey_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sport_soccer_16_filled, 'sport_soccer_16_filled', 16), - - FluentUISampleIcon(FluentIcons.sport_soccer_20_filled, 'sport_soccer_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sport_soccer_24_filled, 'sport_soccer_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_12_filled, 'square_12_filled', 12), - - FluentUISampleIcon(FluentIcons.square_16_filled, 'square_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_20_filled, 'square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_24_filled, 'square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_28_filled, 'square_28_filled', 28), - - FluentUISampleIcon(FluentIcons.square_32_filled, 'square_32_filled', 32), - - FluentUISampleIcon(FluentIcons.square_48_filled, 'square_48_filled', 48), - - FluentUISampleIcon(FluentIcons.square_add_16_filled, 'square_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_add_20_filled, 'square_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_16_filled, 'square_arrow_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_20_filled, 'square_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_24_filled, 'square_arrow_forward_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_28_filled, 'square_arrow_forward_28_filled', 28), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_32_filled, 'square_arrow_forward_32_filled', 32), - - FluentUISampleIcon(FluentIcons.square_arrow_forward_48_filled, 'square_arrow_forward_48_filled', 48), - - FluentUISampleIcon(FluentIcons.square_dismiss_16_filled, 'square_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_dismiss_20_filled, 'square_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_hint_16_filled, 'square_hint_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_hint_20_filled, 'square_hint_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_hint_24_filled, 'square_hint_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_hint_28_filled, 'square_hint_28_filled', 28), - - FluentUISampleIcon(FluentIcons.square_hint_32_filled, 'square_hint_32_filled', 32), - - FluentUISampleIcon(FluentIcons.square_hint_48_filled, 'square_hint_48_filled', 48), - - FluentUISampleIcon(FluentIcons.square_hint_apps_20_filled, 'square_hint_apps_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_hint_apps_24_filled, 'square_hint_apps_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_hint_arrow_back_16_filled, 'square_hint_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_hint_arrow_back_20_filled, 'square_hint_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_16_filled, 'square_hint_sparkles_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_20_filled, 'square_hint_sparkles_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_24_filled, 'square_hint_sparkles_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_28_filled, 'square_hint_sparkles_28_filled', 28), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_32_filled, 'square_hint_sparkles_32_filled', 32), - - FluentUISampleIcon(FluentIcons.square_hint_sparkles_48_filled, 'square_hint_sparkles_48_filled', 48), - - FluentUISampleIcon(FluentIcons.square_multiple_16_filled, 'square_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.square_multiple_20_filled, 'square_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.square_multiple_24_filled, 'square_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.square_shadow_12_filled, 'square_shadow_12_filled', 12), - - FluentUISampleIcon(FluentIcons.square_shadow_20_filled, 'square_shadow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.squares_nested_20_filled, 'squares_nested_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stack_16_filled, 'stack_16_filled', 16), - - FluentUISampleIcon(FluentIcons.stack_20_filled, 'stack_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stack_24_filled, 'stack_24_filled', 24), - - FluentUISampleIcon(FluentIcons.stack_arrow_forward_20_filled, 'stack_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stack_arrow_forward_24_filled, 'stack_arrow_forward_24_filled', 24), - - FluentUISampleIcon(FluentIcons.stack_star_16_filled, 'stack_star_16_filled', 16), - - FluentUISampleIcon(FluentIcons.stack_star_20_filled, 'stack_star_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stack_star_24_filled, 'stack_star_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_48_filled, 'star_48_filled', 48), - - 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_add_28_filled, 'star_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.star_arrow_right_end_20_filled, 'star_arrow_right_end_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_arrow_right_end_24_filled, 'star_arrow_right_end_24_filled', 24), - - FluentUISampleIcon(FluentIcons.star_arrow_right_start_20_filled, 'star_arrow_right_start_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_filled, 'star_arrow_right_start_24_filled', 24), - - FluentUISampleIcon(FluentIcons.star_dismiss_16_filled, 'star_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.star_dismiss_20_filled, 'star_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_dismiss_24_filled, 'star_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.star_dismiss_28_filled, 'star_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.star_edit_20_filled, 'star_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_edit_24_filled, 'star_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.star_emphasis_20_filled, 'star_emphasis_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_emphasis_24_filled, 'star_emphasis_24_filled', 24), - - FluentUISampleIcon(FluentIcons.star_emphasis_32_filled, 'star_emphasis_32_filled', 32), - - 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_line_horizontal_3_16_filled, 'star_line_horizontal_3_16_filled', 16), - - FluentUISampleIcon(FluentIcons.star_line_horizontal_3_20_filled, 'star_line_horizontal_3_20_filled', 20), - - FluentUISampleIcon(FluentIcons.star_line_horizontal_3_24_filled, 'star_line_horizontal_3_24_filled', 24), - - 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_20_filled, 'star_settings_20_filled', 20), - - 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.steps_20_filled, 'steps_20_filled', 20), - - FluentUISampleIcon(FluentIcons.steps_24_filled, 'steps_24_filled', 24), - - FluentUISampleIcon(FluentIcons.stethoscope_20_filled, 'stethoscope_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stethoscope_24_filled, 'stethoscope_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sticker_12_filled, 'sticker_12_filled', 12), - - FluentUISampleIcon(FluentIcons.sticker_20_filled, 'sticker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sticker_24_filled, 'sticker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sticker_add_20_filled, 'sticker_add_20_filled', 20), - - 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_20_filled, 'storage_20_filled', 20), - - FluentUISampleIcon(FluentIcons.storage_24_filled, 'storage_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.stream_20_filled, 'stream_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stream_24_filled, 'stream_24_filled', 24), - - FluentUISampleIcon(FluentIcons.stream_input_20_filled, 'stream_input_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stream_input_output_20_filled, 'stream_input_output_20_filled', 20), - - FluentUISampleIcon(FluentIcons.stream_output_20_filled, 'stream_output_20_filled', 20), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_16_filled, 'strikethrough_ga_na_16_filled', 16), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_20_filled, 'strikethrough_ga_na_20_filled', 20), - - FluentUISampleIcon(FluentIcons.strikethrough_ga_na_24_filled, 'strikethrough_ga_na_24_filled', 24), - - FluentUISampleIcon(FluentIcons.style_guide_20_filled, 'style_guide_20_filled', 20), - - FluentUISampleIcon(FluentIcons.style_guide_24_filled, 'style_guide_24_filled', 24), - - FluentUISampleIcon(FluentIcons.sub_grid_20_filled, 'sub_grid_20_filled', 20), - - FluentUISampleIcon(FluentIcons.sub_grid_24_filled, 'sub_grid_24_filled', 24), - - FluentUISampleIcon(FluentIcons.subtitles_16_filled, 'subtitles_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtitles_20_filled, 'subtitles_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtitles_24_filled, 'subtitles_24_filled', 24), - - FluentUISampleIcon(FluentIcons.subtract_12_filled, 'subtract_12_filled', 12), - - FluentUISampleIcon(FluentIcons.subtract_16_filled, 'subtract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtract_20_filled, 'subtract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtract_24_filled, 'subtract_24_filled', 24), - - FluentUISampleIcon(FluentIcons.subtract_28_filled, 'subtract_28_filled', 28), - - FluentUISampleIcon(FluentIcons.subtract_48_filled, 'subtract_48_filled', 48), - - FluentUISampleIcon(FluentIcons.subtract_circle_12_filled, 'subtract_circle_12_filled', 12), - - FluentUISampleIcon(FluentIcons.subtract_circle_16_filled, 'subtract_circle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_20_filled, 'subtract_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtract_circle_24_filled, 'subtract_circle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.subtract_circle_28_filled, 'subtract_circle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.subtract_circle_32_filled, 'subtract_circle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_16_filled, 'subtract_circle_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_20_filled, 'subtract_circle_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_16_filled, 'subtract_circle_arrow_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_20_filled, 'subtract_circle_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtract_square_20_filled, 'subtract_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.subtract_square_24_filled, 'subtract_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.subtract_square_multiple_16_filled, 'subtract_square_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.subtract_square_multiple_20_filled, 'subtract_square_multiple_20_filled', 20), - - 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_16_filled, 'symbols_16_filled', 16), - - FluentUISampleIcon(FluentIcons.symbols_20_filled, 'symbols_20_filled', 20), - - 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.syringe_20_filled, 'syringe_20_filled', 20), - - FluentUISampleIcon(FluentIcons.syringe_24_filled, 'syringe_24_filled', 24), - - FluentUISampleIcon(FluentIcons.system_20_filled, 'system_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_add_20_filled, 'tab_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_add_24_filled, 'tab_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tab_arrow_left_20_filled, 'tab_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_arrow_left_24_filled, 'tab_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tab_desktop_16_filled, 'tab_desktop_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tab_desktop_20_filled, 'tab_desktop_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_24_filled, 'tab_desktop_24_filled', 24), - - 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_arrow_left_20_filled, 'tab_desktop_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_bottom_20_filled, 'tab_desktop_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_desktop_bottom_24_filled, 'tab_desktop_bottom_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_multiple_bottom_24_filled, 'tab_desktop_multiple_bottom_24_filled', 24), - - 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_prohibited_20_filled, 'tab_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_prohibited_24_filled, 'tab_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tab_shield_dismiss_20_filled, 'tab_shield_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tab_shield_dismiss_24_filled, 'tab_shield_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_16_filled, 'table_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_20_filled, 'table_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_24_filled, 'table_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_28_filled, 'table_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_32_filled, 'table_32_filled', 32), - - FluentUISampleIcon(FluentIcons.table_48_filled, 'table_48_filled', 48), - - FluentUISampleIcon(FluentIcons.table_add_16_filled, 'table_add_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_add_20_filled, 'table_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_add_24_filled, 'table_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_add_28_filled, 'table_add_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_bottom_row_16_filled, 'table_bottom_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_bottom_row_20_filled, 'table_bottom_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_bottom_row_24_filled, 'table_bottom_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_bottom_row_28_filled, 'table_bottom_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_bottom_row_32_filled, 'table_bottom_row_32_filled', 32), - - FluentUISampleIcon(FluentIcons.table_bottom_row_48_filled, 'table_bottom_row_48_filled', 48), - - FluentUISampleIcon(FluentIcons.table_cell_edit_16_filled, 'table_cell_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_cell_edit_20_filled, 'table_cell_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_cell_edit_24_filled, 'table_cell_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_cell_edit_28_filled, 'table_cell_edit_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_cells_merge_16_filled, 'table_cells_merge_16_filled', 16), - - 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_merge_28_filled, 'table_cells_merge_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_cells_split_16_filled, 'table_cells_split_16_filled', 16), - - 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_cells_split_28_filled, 'table_cells_split_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_checker_20_filled, 'table_checker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_copy_20_filled, 'table_copy_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_delete_column_16_filled, 'table_delete_column_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_delete_column_20_filled, 'table_delete_column_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_delete_column_24_filled, 'table_delete_column_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_delete_column_28_filled, 'table_delete_column_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_delete_row_16_filled, 'table_delete_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_delete_row_20_filled, 'table_delete_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_delete_row_24_filled, 'table_delete_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_delete_row_28_filled, 'table_delete_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_dismiss_16_filled, 'table_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_dismiss_20_filled, 'table_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_dismiss_24_filled, 'table_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_dismiss_28_filled, 'table_dismiss_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_edit_16_filled, 'table_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_edit_20_filled, 'table_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_edit_24_filled, 'table_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_edit_28_filled, 'table_edit_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_column_16_filled, 'table_freeze_column_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_column_20_filled, 'table_freeze_column_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_column_24_filled, 'table_freeze_column_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_column_28_filled, 'table_freeze_column_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_16_filled, 'table_freeze_column_and_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_20_filled, 'table_freeze_column_and_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_24_filled, 'table_freeze_column_and_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_28_filled, 'table_freeze_column_and_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_freeze_row_16_filled, 'table_freeze_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_freeze_row_20_filled, 'table_freeze_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_freeze_row_24_filled, 'table_freeze_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_freeze_row_28_filled, 'table_freeze_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_image_20_filled, 'table_image_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_insert_column_16_filled, 'table_insert_column_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_insert_column_20_filled, 'table_insert_column_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_insert_column_24_filled, 'table_insert_column_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_insert_column_28_filled, 'table_insert_column_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_insert_row_16_filled, 'table_insert_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_insert_row_20_filled, 'table_insert_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_insert_row_24_filled, 'table_insert_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_insert_row_28_filled, 'table_insert_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_lightning_16_filled, 'table_lightning_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_lightning_20_filled, 'table_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_lightning_24_filled, 'table_lightning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_lightning_28_filled, 'table_lightning_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_link_16_filled, 'table_link_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_link_20_filled, 'table_link_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_link_24_filled, 'table_link_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_link_28_filled, 'table_link_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_move_above_16_filled, 'table_move_above_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_move_above_20_filled, 'table_move_above_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_move_above_24_filled, 'table_move_above_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_move_above_28_filled, 'table_move_above_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_move_below_16_filled, 'table_move_below_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_move_below_20_filled, 'table_move_below_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_move_below_24_filled, 'table_move_below_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_move_below_28_filled, 'table_move_below_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_move_left_16_filled, 'table_move_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_move_left_20_filled, 'table_move_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_move_left_24_filled, 'table_move_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_move_left_28_filled, 'table_move_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_move_right_16_filled, 'table_move_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_move_right_20_filled, 'table_move_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_move_right_24_filled, 'table_move_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_move_right_28_filled, 'table_move_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_multiple_20_filled, 'table_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_resize_column_16_filled, 'table_resize_column_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_resize_column_20_filled, 'table_resize_column_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_resize_column_24_filled, 'table_resize_column_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_resize_column_28_filled, 'table_resize_column_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_resize_row_16_filled, 'table_resize_row_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_resize_row_20_filled, 'table_resize_row_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_resize_row_24_filled, 'table_resize_row_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_resize_row_28_filled, 'table_resize_row_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_search_20_filled, 'table_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_settings_16_filled, 'table_settings_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_settings_20_filled, 'table_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_settings_24_filled, 'table_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_settings_28_filled, 'table_settings_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_simple_16_filled, 'table_simple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_simple_20_filled, 'table_simple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_simple_24_filled, 'table_simple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_simple_28_filled, 'table_simple_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_simple_48_filled, 'table_simple_48_filled', 48), - - FluentUISampleIcon(FluentIcons.table_split_20_filled, 'table_split_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_above_16_filled, 'table_stack_above_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_stack_above_20_filled, 'table_stack_above_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_above_24_filled, 'table_stack_above_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_stack_above_28_filled, 'table_stack_above_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_stack_below_16_filled, 'table_stack_below_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_stack_below_20_filled, 'table_stack_below_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_below_24_filled, 'table_stack_below_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_stack_below_28_filled, 'table_stack_below_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_stack_down_20_filled, 'table_stack_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_left_16_filled, 'table_stack_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_stack_left_20_filled, 'table_stack_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_left_24_filled, 'table_stack_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_stack_left_28_filled, 'table_stack_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_stack_right_16_filled, 'table_stack_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_stack_right_20_filled, 'table_stack_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_stack_right_24_filled, 'table_stack_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_stack_right_28_filled, 'table_stack_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.table_switch_16_filled, 'table_switch_16_filled', 16), - - FluentUISampleIcon(FluentIcons.table_switch_20_filled, 'table_switch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.table_switch_24_filled, 'table_switch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.table_switch_28_filled, 'table_switch_28_filled', 28), - - FluentUISampleIcon(FluentIcons.tablet_12_filled, 'tablet_12_filled', 12), - - FluentUISampleIcon(FluentIcons.tablet_16_filled, 'tablet_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tablet_20_filled, 'tablet_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tablet_24_filled, 'tablet_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tablet_32_filled, 'tablet_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tablet_48_filled, 'tablet_48_filled', 48), - - FluentUISampleIcon(FluentIcons.tablet_speaker_20_filled, 'tablet_speaker_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tablet_speaker_24_filled, 'tablet_speaker_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tabs_24_filled, 'tabs_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_16_filled, 'tag_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_20_filled, 'tag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_24_filled, 'tag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_32_filled, 'tag_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tag_circle_20_filled, 'tag_circle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_dismiss_16_filled, 'tag_dismiss_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_dismiss_20_filled, 'tag_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_dismiss_24_filled, 'tag_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_error_16_filled, 'tag_error_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_error_20_filled, 'tag_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_error_24_filled, 'tag_error_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_lock_16_filled, 'tag_lock_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_lock_20_filled, 'tag_lock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_lock_24_filled, 'tag_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_lock_32_filled, 'tag_lock_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tag_lock_accent_16_filled, 'tag_lock_accent_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_lock_accent_20_filled, 'tag_lock_accent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_lock_accent_24_filled, 'tag_lock_accent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_lock_accent_32_filled, 'tag_lock_accent_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tag_multiple_16_filled, 'tag_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_multiple_20_filled, 'tag_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_multiple_24_filled, 'tag_multiple_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_off_20_filled, 'tag_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_off_24_filled, 'tag_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_question_mark_16_filled, 'tag_question_mark_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tag_question_mark_20_filled, 'tag_question_mark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_question_mark_24_filled, 'tag_question_mark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_question_mark_32_filled, 'tag_question_mark_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tag_reset_20_filled, 'tag_reset_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_reset_24_filled, 'tag_reset_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tag_search_20_filled, 'tag_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tag_search_24_filled, 'tag_search_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tap_double_20_filled, 'tap_double_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tap_double_24_filled, 'tap_double_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tap_double_32_filled, 'tap_double_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tap_double_48_filled, 'tap_double_48_filled', 48), - - FluentUISampleIcon(FluentIcons.tap_single_20_filled, 'tap_single_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tap_single_24_filled, 'tap_single_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tap_single_32_filled, 'tap_single_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tap_single_48_filled, 'tap_single_48_filled', 48), - - 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_32_filled, 'target_32_filled', 32), - - FluentUISampleIcon(FluentIcons.target_arrow_16_filled, 'target_arrow_16_filled', 16), - - FluentUISampleIcon(FluentIcons.target_arrow_20_filled, 'target_arrow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.target_arrow_24_filled, 'target_arrow_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_add_20_filled, 'task_list_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_add_24_filled, 'task_list_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_ltr_20_filled, 'task_list_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_ltr_24_filled, 'task_list_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_rtl_20_filled, 'task_list_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_rtl_24_filled, 'task_list_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_add_20_filled, 'task_list_square_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_add_24_filled, 'task_list_square_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_database_20_filled, 'task_list_square_database_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_ltr_20_filled, 'task_list_square_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_ltr_24_filled, 'task_list_square_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_person_20_filled, 'task_list_square_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_rtl_20_filled, 'task_list_square_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.task_list_square_rtl_24_filled, 'task_list_square_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.task_list_square_settings_20_filled, 'task_list_square_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tasks_app_20_filled, 'tasks_app_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tasks_app_24_filled, 'tasks_app_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tasks_app_28_filled, 'tasks_app_28_filled', 28), - - FluentUISampleIcon(FluentIcons.teddy_20_filled, 'teddy_20_filled', 20), - - FluentUISampleIcon(FluentIcons.teddy_24_filled, 'teddy_24_filled', 24), - - FluentUISampleIcon(FluentIcons.temperature_16_filled, 'temperature_16_filled', 16), - - FluentUISampleIcon(FluentIcons.temperature_20_filled, 'temperature_20_filled', 20), - - FluentUISampleIcon(FluentIcons.temperature_24_filled, 'temperature_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tent_12_filled, 'tent_12_filled', 12), - - FluentUISampleIcon(FluentIcons.tent_16_filled, 'tent_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tent_20_filled, 'tent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tent_24_filled, 'tent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tent_28_filled, 'tent_28_filled', 28), - - FluentUISampleIcon(FluentIcons.tent_48_filled, 'tent_48_filled', 48), - - FluentUISampleIcon(FluentIcons.tetris_app_16_filled, 'tetris_app_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tetris_app_20_filled, 'tetris_app_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tetris_app_24_filled, 'tetris_app_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tetris_app_28_filled, 'tetris_app_28_filled', 28), - - FluentUISampleIcon(FluentIcons.tetris_app_32_filled, 'tetris_app_32_filled', 32), - - FluentUISampleIcon(FluentIcons.tetris_app_48_filled, 'tetris_app_48_filled', 48), - - FluentUISampleIcon(FluentIcons.text_20_filled, 'text_20_filled', 20), - - 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_add_t_24_filled, 'text_add_t_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_center_16_filled, 'text_align_center_16_filled', 16), - - 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_center_rotate_270_24_filled, 'text_align_center_rotate_270_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_distributed_evenly_20_filled, 'text_align_distributed_evenly_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_align_distributed_evenly_24_filled, 'text_align_distributed_evenly_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_20_filled, 'text_align_distributed_vertical_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_24_filled, 'text_align_distributed_vertical_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_justify_low_20_filled, 'text_align_justify_low_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_align_justify_low_24_filled, 'text_align_justify_low_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_justify_low_rotate_90_24_filled, 'text_align_justify_low_rotate_90_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_justify_rotate_90_24_filled, 'text_align_justify_rotate_90_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_left_16_filled, 'text_align_left_16_filled', 16), - - 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_left_rotate_270_24_filled, 'text_align_left_rotate_270_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_align_right_16_filled, 'text_align_right_16_filled', 16), - - 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_align_right_rotate_270_24_filled, 'text_align_right_rotate_270_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_asterisk_20_filled, 'text_asterisk_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_baseline_20_filled, 'text_baseline_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bold_16_filled, 'text_bold_16_filled', 16), - - 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_box_16_filled, 'text_box_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_box_settings_20_filled, 'text_box_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_box_settings_24_filled, 'text_box_settings_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_20_filled, 'text_bullet_list_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_filled, 'text_bullet_list_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_checkmark_20_filled, 'text_bullet_list_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_dismiss_20_filled, 'text_bullet_list_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_16_filled, 'text_bullet_list_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_20_filled, 'text_bullet_list_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_24_filled, 'text_bullet_list_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_16_filled, 'text_bullet_list_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_20_filled, 'text_bullet_list_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_24_filled, 'text_bullet_list_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_20_filled, 'text_bullet_list_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_filled, 'text_bullet_list_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_clock_20_filled, 'text_bullet_list_square_clock_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_20_filled, 'text_bullet_list_square_edit_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_24_filled, 'text_bullet_list_square_edit_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_person_20_filled, 'text_bullet_list_square_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_search_20_filled, 'text_bullet_list_square_search_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_settings_20_filled, 'text_bullet_list_square_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_shield_20_filled, 'text_bullet_list_square_shield_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_bullet_list_square_toolbox_20_filled, 'text_bullet_list_square_toolbox_20_filled', 20), - - 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_case_lowercase_16_filled, 'text_case_lowercase_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_case_lowercase_20_filled, 'text_case_lowercase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_case_lowercase_24_filled, 'text_case_lowercase_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_case_title_16_filled, 'text_case_title_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_case_title_20_filled, 'text_case_title_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_case_title_24_filled, 'text_case_title_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_16_filled, 'text_case_uppercase_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_20_filled, 'text_case_uppercase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_case_uppercase_24_filled, 'text_case_uppercase_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_change_case_16_filled, 'text_change_case_16_filled', 16), - - 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_clear_formatting_16_filled, 'text_clear_formatting_16_filled', 16), - - 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_clear_formatting_ga_24_filled, 'text_clear_formatting_ga_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_collapse_20_filled, 'text_collapse_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_collapse_24_filled, 'text_collapse_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_color_16_filled, 'text_color_16_filled', 16), - - 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_color_accent_16_filled, 'text_color_accent_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_color_accent_20_filled, 'text_color_accent_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_color_accent_24_filled, 'text_color_accent_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_color_ga_20_filled, 'text_color_ga_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_color_ga_24_filled, 'text_color_ga_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_one_narrow_20_filled, 'text_column_one_narrow_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_narrow_24_filled, 'text_column_one_narrow_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_20_filled, 'text_column_one_wide_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_24_filled, 'text_column_one_wide_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_20_filled, 'text_column_one_wide_lightning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_24_filled, 'text_column_one_wide_lightning_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_continuous_20_filled, 'text_continuous_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_continuous_24_filled, 'text_continuous_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_density_16_filled, 'text_density_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_density_20_filled, 'text_density_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_density_24_filled, 'text_density_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_density_28_filled, 'text_density_28_filled', 28), - - 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_horizontal_left_20_filled, 'text_direction_horizontal_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_left_24_filled, 'text_direction_horizontal_left_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_horizontal_right_20_filled, 'text_direction_horizontal_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_right_24_filled, 'text_direction_horizontal_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_20_filled, 'text_direction_horizontal_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_24_filled, 'text_direction_horizontal_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_20_filled, 'text_direction_ltr_ac_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_24_filled, 'text_direction_ltr_ac_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_270_ltr_20_filled, 'text_direction_rotate_270_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ltr_24_filled, 'text_direction_rotate_270_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_20_filled, 'text_direction_rotate_270_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_24_filled, 'text_direction_rotate_270_right_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_rotate_90_ac_24_filled, 'text_direction_rotate_90_ac_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_20_filled, 'text_direction_rotate_90_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_24_filled, 'text_direction_rotate_90_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_20_filled, 'text_direction_rotate_90_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_24_filled, 'text_direction_rotate_90_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_20_filled, 'text_direction_rotate_90_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_24_filled, 'text_direction_rotate_90_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_20_filled, 'text_direction_rotate_90_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_24_filled, 'text_direction_rotate_90_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_20_filled, 'text_direction_rtl_ac_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_24_filled, 'text_direction_rtl_ac_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_direction_vertical_ac_24_filled, 'text_direction_vertical_ac_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_edit_style_ga_24_filled, 'text_edit_style_ga_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_effects_ga_24_filled, 'text_effects_ga_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_expand_20_filled, 'text_expand_20_filled', 20), - - 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_info_16_filled, 'text_font_info_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_font_info_20_filled, 'text_font_info_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_font_info_24_filled, 'text_font_info_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_font_size_16_filled, 'text_font_size_16_filled', 16), - - 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_footnote_ga_na_24_filled, 'text_footnote_ga_na_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_20_filled, 'text_grammar_arrow_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_24_filled, 'text_grammar_arrow_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_20_filled, 'text_grammar_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_24_filled, 'text_grammar_arrow_right_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_checkmark_20_filled, 'text_grammar_checkmark_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_checkmark_24_filled, 'text_grammar_checkmark_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_dismiss_20_filled, 'text_grammar_dismiss_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_dismiss_24_filled, 'text_grammar_dismiss_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_error_20_filled, 'text_grammar_error_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_settings_20_filled, 'text_grammar_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_settings_24_filled, 'text_grammar_settings_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_16_filled, 'text_grammar_wand_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_20_filled, 'text_grammar_wand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_grammar_wand_24_filled, 'text_grammar_wand_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_1_24_filled, 'text_header_1_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_header_2_20_filled, 'text_header_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_header_2_24_filled, 'text_header_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_header_3_20_filled, 'text_header_3_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_header_3_24_filled, 'text_header_3_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_16_filled, 'text_indent_decrease_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_20_filled, 'text_indent_decrease_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_24_filled, 'text_indent_decrease_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_16_filled, 'text_indent_decrease_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_20_filled, 'text_indent_decrease_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_24_filled, 'text_indent_decrease_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_16_filled, 'text_indent_decrease_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_20_filled, 'text_indent_decrease_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_24_filled, 'text_indent_decrease_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_16_filled, 'text_indent_increase_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_20_filled, 'text_indent_increase_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_24_filled, 'text_indent_increase_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_16_filled, 'text_indent_increase_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_20_filled, 'text_indent_increase_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_24_filled, 'text_indent_increase_ltr_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_16_filled, 'text_indent_increase_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_20_filled, 'text_indent_increase_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_24_filled, 'text_indent_increase_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_italic_16_filled, 'text_italic_16_filled', 16), - - 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_more_20_filled, 'text_more_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_more_24_filled, 'text_more_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_format_ga_na_da_24_filled, 'text_number_format_ga_na_da_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_number_list_ltr_16_filled, 'text_number_list_ltr_16_filled', 16), - - 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_16_filled, 'text_number_list_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_number_list_rtl_20_filled, 'text_number_list_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_filled, 'text_number_list_rtl_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_16_filled, 'text_paragraph_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_20_filled, 'text_paragraph_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_24_filled, 'text_paragraph_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_20_filled, 'text_paragraph_direction_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_24_filled, 'text_paragraph_direction_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_16_filled, 'text_paragraph_direction_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_20_filled, 'text_paragraph_direction_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_16_filled, 'text_paragraph_direction_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_20_filled, 'text_paragraph_direction_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_period_asterisk_20_filled, 'text_period_asterisk_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_behind_20_filled, 'text_position_behind_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_behind_24_filled, 'text_position_behind_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_front_20_filled, 'text_position_front_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_front_24_filled, 'text_position_front_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_line_20_filled, 'text_position_line_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_line_24_filled, 'text_position_line_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_square_20_filled, 'text_position_square_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_square_24_filled, 'text_position_square_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_through_20_filled, 'text_position_through_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_through_24_filled, 'text_position_through_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_tight_20_filled, 'text_position_tight_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_tight_24_filled, 'text_position_tight_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_position_top_bottom_20_filled, 'text_position_top_bottom_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_position_top_bottom_24_filled, 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_filled, 'text_proofing_tools_ga_na_da_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_proofing_tools_zi_24_filled, 'text_proofing_tools_zi_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_quote_16_filled, 'text_quote_16_filled', 16), - - 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_16_filled, 'text_sort_ascending_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_sort_ascending_20_filled, 'text_sort_ascending_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_sort_ascending_24_filled, 'text_sort_ascending_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_sort_descending_16_filled, 'text_sort_descending_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_sort_descending_20_filled, 'text_sort_descending_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_sort_descending_24_filled, 'text_sort_descending_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_strikethrough_16_filled, 'text_strikethrough_16_filled', 16), - - 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_strikethrough_s_16_filled, 'text_strikethrough_s_16_filled', 16), - - FluentUISampleIcon(FluentIcons.text_strikethrough_s_20_filled, 'text_strikethrough_s_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_strikethrough_s_24_filled, 'text_strikethrough_s_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_subscript_16_filled, 'text_subscript_16_filled', 16), - - 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_16_filled, 'text_superscript_16_filled', 16), - - 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_t_20_filled, 'text_t_20_filled', 20), - - FluentUISampleIcon(FluentIcons.text_t_24_filled, 'text_t_24_filled', 24), - - FluentUISampleIcon(FluentIcons.text_t_28_filled, 'text_t_28_filled', 28), - - FluentUISampleIcon(FluentIcons.text_t_48_filled, 'text_t_48_filled', 48), - - FluentUISampleIcon(FluentIcons.text_underline_16_filled, 'text_underline_16_filled', 16), - - 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_16_filled, 'textbox_16_filled', 16), - - FluentUISampleIcon(FluentIcons.textbox_20_filled, 'textbox_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_24_filled, 'textbox_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_bottom_rotate_90_20_filled, 'textbox_align_bottom_rotate_90_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_bottom_rotate_90_24_filled, 'textbox_align_bottom_rotate_90_24_filled', 24), - - FluentUISampleIcon(FluentIcons.textbox_align_center_20_filled, 'textbox_align_center_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_center_24_filled, 'textbox_align_center_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_middle_rotate_90_20_filled, 'textbox_align_middle_rotate_90_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_middle_rotate_90_24_filled, 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_filled, 'textbox_align_top_rotate_90_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_align_top_rotate_90_24_filled, 'textbox_align_top_rotate_90_24_filled', 24), - - FluentUISampleIcon(FluentIcons.textbox_more_20_filled, 'textbox_more_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_more_24_filled, 'textbox_more_24_filled', 24), - - FluentUISampleIcon(FluentIcons.textbox_rotate_90_20_filled, 'textbox_rotate_90_20_filled', 20), - - FluentUISampleIcon(FluentIcons.textbox_rotate_90_24_filled, 'textbox_rotate_90_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_16_filled, 'thumb_dislike_16_filled', 16), - - 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_16_filled, 'thumb_like_16_filled', 16), - - FluentUISampleIcon(FluentIcons.thumb_like_20_filled, 'thumb_like_20_filled', 20), - - FluentUISampleIcon(FluentIcons.thumb_like_24_filled, 'thumb_like_24_filled', 24), - - FluentUISampleIcon(FluentIcons.thumb_like_28_filled, 'thumb_like_28_filled', 28), - - FluentUISampleIcon(FluentIcons.thumb_like_48_filled, 'thumb_like_48_filled', 48), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_16_filled, 'ticket_diagonal_16_filled', 16), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_20_filled, 'ticket_diagonal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_24_filled, 'ticket_diagonal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.ticket_diagonal_28_filled, 'ticket_diagonal_28_filled', 28), - - FluentUISampleIcon(FluentIcons.ticket_horizontal_20_filled, 'ticket_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.ticket_horizontal_24_filled, 'ticket_horizontal_24_filled', 24), - - FluentUISampleIcon(FluentIcons.time_and_weather_20_filled, 'time_and_weather_20_filled', 20), - - 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_20_filled, 'timeline_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timeline_24_filled, 'timeline_24_filled', 24), - - FluentUISampleIcon(FluentIcons.timer_10_20_filled, 'timer_10_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timer_10_24_filled, 'timer_10_24_filled', 24), - - FluentUISampleIcon(FluentIcons.timer_12_filled, 'timer_12_filled', 12), - - FluentUISampleIcon(FluentIcons.timer_16_filled, 'timer_16_filled', 16), - - FluentUISampleIcon(FluentIcons.timer_20_filled, 'timer_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timer_24_filled, 'timer_24_filled', 24), - - FluentUISampleIcon(FluentIcons.timer_28_filled, 'timer_28_filled', 28), - - FluentUISampleIcon(FluentIcons.timer_2_20_filled, 'timer_2_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timer_2_24_filled, 'timer_2_24_filled', 24), - - FluentUISampleIcon(FluentIcons.timer_32_filled, 'timer_32_filled', 32), - - FluentUISampleIcon(FluentIcons.timer_3_20_filled, 'timer_3_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timer_3_24_filled, 'timer_3_24_filled', 24), - - FluentUISampleIcon(FluentIcons.timer_48_filled, 'timer_48_filled', 48), - - FluentUISampleIcon(FluentIcons.timer_off_20_filled, 'timer_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.timer_off_24_filled, 'timer_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.toggle_left_16_filled, 'toggle_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.toggle_left_20_filled, 'toggle_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.toggle_left_24_filled, 'toggle_left_24_filled', 24), - - FluentUISampleIcon(FluentIcons.toggle_left_28_filled, 'toggle_left_28_filled', 28), - - FluentUISampleIcon(FluentIcons.toggle_left_48_filled, 'toggle_left_48_filled', 48), - - 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.toggle_right_28_filled, 'toggle_right_28_filled', 28), - - FluentUISampleIcon(FluentIcons.toggle_right_48_filled, 'toggle_right_48_filled', 48), - - FluentUISampleIcon(FluentIcons.toolbox_12_filled, 'toolbox_12_filled', 12), - - 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.tooltip_quote_20_filled, 'tooltip_quote_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tooltip_quote_24_filled, 'tooltip_quote_24_filled', 24), - - FluentUISampleIcon(FluentIcons.top_speed_20_filled, 'top_speed_20_filled', 20), - - 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.transmission_20_filled, 'transmission_20_filled', 20), - - FluentUISampleIcon(FluentIcons.transmission_24_filled, 'transmission_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tray_item_add_20_filled, 'tray_item_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tray_item_add_24_filled, 'tray_item_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tray_item_remove_20_filled, 'tray_item_remove_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tray_item_remove_24_filled, 'tray_item_remove_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tree_deciduous_20_filled, 'tree_deciduous_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tree_evergreen_20_filled, 'tree_evergreen_20_filled', 20), - - FluentUISampleIcon(FluentIcons.triangle_12_filled, 'triangle_12_filled', 12), - - FluentUISampleIcon(FluentIcons.triangle_16_filled, 'triangle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.triangle_20_filled, 'triangle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.triangle_32_filled, 'triangle_32_filled', 32), - - FluentUISampleIcon(FluentIcons.triangle_48_filled, 'triangle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.triangle_down_12_filled, 'triangle_down_12_filled', 12), - - FluentUISampleIcon(FluentIcons.triangle_down_16_filled, 'triangle_down_16_filled', 16), - - FluentUISampleIcon(FluentIcons.triangle_down_20_filled, 'triangle_down_20_filled', 20), - - FluentUISampleIcon(FluentIcons.triangle_down_32_filled, 'triangle_down_32_filled', 32), - - FluentUISampleIcon(FluentIcons.triangle_down_48_filled, 'triangle_down_48_filled', 48), - - FluentUISampleIcon(FluentIcons.triangle_left_12_filled, 'triangle_left_12_filled', 12), - - FluentUISampleIcon(FluentIcons.triangle_left_16_filled, 'triangle_left_16_filled', 16), - - FluentUISampleIcon(FluentIcons.triangle_left_20_filled, 'triangle_left_20_filled', 20), - - FluentUISampleIcon(FluentIcons.triangle_left_32_filled, 'triangle_left_32_filled', 32), - - FluentUISampleIcon(FluentIcons.triangle_left_48_filled, 'triangle_left_48_filled', 48), - - FluentUISampleIcon(FluentIcons.triangle_right_12_filled, 'triangle_right_12_filled', 12), - - FluentUISampleIcon(FluentIcons.triangle_right_16_filled, 'triangle_right_16_filled', 16), - - FluentUISampleIcon(FluentIcons.triangle_right_20_filled, 'triangle_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.triangle_right_32_filled, 'triangle_right_32_filled', 32), - - FluentUISampleIcon(FluentIcons.triangle_right_48_filled, 'triangle_right_48_filled', 48), - - 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.trophy_28_filled, 'trophy_28_filled', 28), - - FluentUISampleIcon(FluentIcons.trophy_32_filled, 'trophy_32_filled', 32), - - FluentUISampleIcon(FluentIcons.trophy_48_filled, 'trophy_48_filled', 48), - - FluentUISampleIcon(FluentIcons.trophy_off_16_filled, 'trophy_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.trophy_off_20_filled, 'trophy_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.trophy_off_24_filled, 'trophy_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.trophy_off_28_filled, 'trophy_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.trophy_off_32_filled, 'trophy_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.trophy_off_48_filled, 'trophy_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.tv_16_filled, 'tv_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tv_20_filled, 'tv_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tv_24_filled, 'tv_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tv_28_filled, 'tv_28_filled', 28), - - FluentUISampleIcon(FluentIcons.tv_48_filled, 'tv_48_filled', 48), - - FluentUISampleIcon(FluentIcons.tv_arrow_right_20_filled, 'tv_arrow_right_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tv_usb_16_filled, 'tv_usb_16_filled', 16), - - FluentUISampleIcon(FluentIcons.tv_usb_20_filled, 'tv_usb_20_filled', 20), - - FluentUISampleIcon(FluentIcons.tv_usb_24_filled, 'tv_usb_24_filled', 24), - - FluentUISampleIcon(FluentIcons.tv_usb_28_filled, 'tv_usb_28_filled', 28), - - FluentUISampleIcon(FluentIcons.tv_usb_48_filled, 'tv_usb_48_filled', 48), - - FluentUISampleIcon(FluentIcons.umbrella_20_filled, 'umbrella_20_filled', 20), - - FluentUISampleIcon(FluentIcons.umbrella_24_filled, 'umbrella_24_filled', 24), - - FluentUISampleIcon(FluentIcons.uninstall_app_20_filled, 'uninstall_app_20_filled', 20), - - FluentUISampleIcon(FluentIcons.uninstall_app_24_filled, 'uninstall_app_24_filled', 24), - - FluentUISampleIcon(FluentIcons.usb_plug_20_filled, 'usb_plug_20_filled', 20), - - FluentUISampleIcon(FluentIcons.usb_plug_24_filled, 'usb_plug_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_16_filled, 'vehicle_bicycle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_bicycle_20_filled, 'vehicle_bicycle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_bicycle_24_filled, 'vehicle_bicycle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_bus_16_filled, 'vehicle_bus_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_bus_20_filled, 'vehicle_bus_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_bus_24_filled, 'vehicle_bus_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_cab_16_filled, 'vehicle_cab_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_cab_20_filled, 'vehicle_cab_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_cab_24_filled, 'vehicle_cab_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_cab_28_filled, 'vehicle_cab_28_filled', 28), - - 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_car_28_filled, 'vehicle_car_28_filled', 28), - - FluentUISampleIcon(FluentIcons.vehicle_car_48_filled, 'vehicle_car_48_filled', 48), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_16_filled, 'vehicle_car_collision_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_20_filled, 'vehicle_car_collision_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_24_filled, 'vehicle_car_collision_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_28_filled, 'vehicle_car_collision_28_filled', 28), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_32_filled, 'vehicle_car_collision_32_filled', 32), - - FluentUISampleIcon(FluentIcons.vehicle_car_collision_48_filled, 'vehicle_car_collision_48_filled', 48), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_16_filled, 'vehicle_car_profile_ltr_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_20_filled, 'vehicle_car_profile_ltr_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_16_filled, 'vehicle_car_profile_rtl_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_20_filled, 'vehicle_car_profile_rtl_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_ship_16_filled, 'vehicle_ship_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_ship_20_filled, 'vehicle_ship_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_ship_24_filled, 'vehicle_ship_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_subway_16_filled, 'vehicle_subway_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_subway_20_filled, 'vehicle_subway_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_subway_24_filled, 'vehicle_subway_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_16_filled, 'vehicle_truck_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_truck_20_filled, 'vehicle_truck_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_24_filled, 'vehicle_truck_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_bag_20_filled, 'vehicle_truck_bag_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_bag_24_filled, 'vehicle_truck_bag_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_cube_20_filled, 'vehicle_truck_cube_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_cube_24_filled, 'vehicle_truck_cube_24_filled', 24), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_16_filled, 'vehicle_truck_profile_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_20_filled, 'vehicle_truck_profile_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vehicle_truck_profile_24_filled, 'vehicle_truck_profile_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_32_filled, 'video_32_filled', 32), - - FluentUISampleIcon(FluentIcons.video_360_20_filled, 'video_360_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_360_24_filled, 'video_360_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_360_off_20_filled, 'video_360_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_48_filled, 'video_48_filled', 48), - - FluentUISampleIcon(FluentIcons.video_add_20_filled, 'video_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_add_24_filled, 'video_add_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_background_effect_20_filled, 'video_background_effect_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_background_effect_24_filled, 'video_background_effect_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_chat_16_filled, 'video_chat_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_chat_20_filled, 'video_chat_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_chat_24_filled, 'video_chat_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_chat_28_filled, 'video_chat_28_filled', 28), - - FluentUISampleIcon(FluentIcons.video_chat_32_filled, 'video_chat_32_filled', 32), - - FluentUISampleIcon(FluentIcons.video_chat_48_filled, 'video_chat_48_filled', 48), - - FluentUISampleIcon(FluentIcons.video_clip_16_filled, 'video_clip_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_clip_20_filled, 'video_clip_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_clip_24_filled, 'video_clip_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_16_filled, 'video_clip_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_20_filled, 'video_clip_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_clip_multiple_24_filled, 'video_clip_multiple_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_off_32_filled, 'video_off_32_filled', 32), - - FluentUISampleIcon(FluentIcons.video_off_48_filled, 'video_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.video_person_12_filled, 'video_person_12_filled', 12), - - FluentUISampleIcon(FluentIcons.video_person_16_filled, 'video_person_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_person_20_filled, 'video_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_24_filled, 'video_person_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_person_28_filled, 'video_person_28_filled', 28), - - FluentUISampleIcon(FluentIcons.video_person_48_filled, 'video_person_48_filled', 48), - - FluentUISampleIcon(FluentIcons.video_person_call_16_filled, 'video_person_call_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_person_call_20_filled, 'video_person_call_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_call_24_filled, 'video_person_call_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_person_call_32_filled, 'video_person_call_32_filled', 32), - - FluentUISampleIcon(FluentIcons.video_person_off_20_filled, 'video_person_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_off_24_filled, 'video_person_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_16_filled, 'video_person_sparkle_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_20_filled, 'video_person_sparkle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_24_filled, 'video_person_sparkle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_28_filled, 'video_person_sparkle_28_filled', 28), - - FluentUISampleIcon(FluentIcons.video_person_sparkle_48_filled, 'video_person_sparkle_48_filled', 48), - - FluentUISampleIcon(FluentIcons.video_person_star_20_filled, 'video_person_star_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_star_24_filled, 'video_person_star_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_person_star_off_20_filled, 'video_person_star_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_person_star_off_24_filled, 'video_person_star_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_play_pause_20_filled, 'video_play_pause_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_play_pause_24_filled, 'video_play_pause_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_prohibited_16_filled, 'video_prohibited_16_filled', 16), - - FluentUISampleIcon(FluentIcons.video_prohibited_20_filled, 'video_prohibited_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_prohibited_24_filled, 'video_prohibited_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_prohibited_28_filled, 'video_prohibited_28_filled', 28), - - FluentUISampleIcon(FluentIcons.video_recording_20_filled, 'video_recording_20_filled', 20), - - 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_20_filled, 'video_switch_20_filled', 20), - - FluentUISampleIcon(FluentIcons.video_switch_24_filled, 'video_switch_24_filled', 24), - - FluentUISampleIcon(FluentIcons.video_sync_20_filled, 'video_sync_20_filled', 20), - - 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.virtual_network_20_filled, 'virtual_network_20_filled', 20), - - FluentUISampleIcon(FluentIcons.virtual_network_toolbox_20_filled, 'virtual_network_toolbox_20_filled', 20), - - 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.voicemail_28_filled, 'voicemail_28_filled', 28), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_filled, 'voicemail_arrow_back_16_filled', 16), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_filled, 'voicemail_arrow_back_20_filled', 20), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_16_filled, 'voicemail_arrow_forward_16_filled', 16), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_20_filled, 'voicemail_arrow_forward_20_filled', 20), - - FluentUISampleIcon(FluentIcons.voicemail_arrow_subtract_20_filled, 'voicemail_arrow_subtract_20_filled', 20), - - FluentUISampleIcon(FluentIcons.voicemail_subtract_16_filled, 'voicemail_subtract_16_filled', 16), - - FluentUISampleIcon(FluentIcons.vote_20_filled, 'vote_20_filled', 20), - - FluentUISampleIcon(FluentIcons.vote_24_filled, 'vote_24_filled', 24), - - FluentUISampleIcon(FluentIcons.walkie_talkie_20_filled, 'walkie_talkie_20_filled', 20), - - FluentUISampleIcon(FluentIcons.walkie_talkie_24_filled, 'walkie_talkie_24_filled', 24), - - FluentUISampleIcon(FluentIcons.walkie_talkie_28_filled, 'walkie_talkie_28_filled', 28), - - FluentUISampleIcon(FluentIcons.wallet_16_filled, 'wallet_16_filled', 16), - - FluentUISampleIcon(FluentIcons.wallet_20_filled, 'wallet_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wallet_24_filled, 'wallet_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wallet_28_filled, 'wallet_28_filled', 28), - - FluentUISampleIcon(FluentIcons.wallet_32_filled, 'wallet_32_filled', 32), - - FluentUISampleIcon(FluentIcons.wallet_48_filled, 'wallet_48_filled', 48), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_16_filled, 'wallet_credit_card_16_filled', 16), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_20_filled, 'wallet_credit_card_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_24_filled, 'wallet_credit_card_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wallet_credit_card_32_filled, 'wallet_credit_card_32_filled', 32), - - FluentUISampleIcon(FluentIcons.wallpaper_24_filled, 'wallpaper_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wand_16_filled, 'wand_16_filled', 16), - - FluentUISampleIcon(FluentIcons.wand_20_filled, 'wand_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wand_24_filled, 'wand_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wand_28_filled, 'wand_28_filled', 28), - - FluentUISampleIcon(FluentIcons.wand_48_filled, 'wand_48_filled', 48), - - FluentUISampleIcon(FluentIcons.warning_12_filled, 'warning_12_filled', 12), - - 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.warning_shield_20_filled, 'warning_shield_20_filled', 20), - - 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_drizzle_20_filled, 'weather_drizzle_20_filled', 20), - - FluentUISampleIcon(FluentIcons.weather_drizzle_24_filled, 'weather_drizzle_24_filled', 24), - - FluentUISampleIcon(FluentIcons.weather_drizzle_48_filled, 'weather_drizzle_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_haze_20_filled, 'weather_haze_20_filled', 20), - - FluentUISampleIcon(FluentIcons.weather_haze_24_filled, 'weather_haze_24_filled', 24), - - FluentUISampleIcon(FluentIcons.weather_haze_48_filled, 'weather_haze_48_filled', 48), - - FluentUISampleIcon(FluentIcons.weather_moon_16_filled, 'weather_moon_16_filled', 16), - - 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_28_filled, 'weather_moon_28_filled', 28), - - FluentUISampleIcon(FluentIcons.weather_moon_48_filled, 'weather_moon_48_filled', 48), - - FluentUISampleIcon(FluentIcons.weather_moon_off_16_filled, 'weather_moon_off_16_filled', 16), - - FluentUISampleIcon(FluentIcons.weather_moon_off_20_filled, 'weather_moon_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.weather_moon_off_24_filled, 'weather_moon_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.weather_moon_off_28_filled, 'weather_moon_off_28_filled', 28), - - FluentUISampleIcon(FluentIcons.weather_moon_off_48_filled, 'weather_moon_off_48_filled', 48), - - FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_16_filled, 'weather_partly_cloudy_day_16_filled', 16), - - 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_16_filled, 'weather_sunny_16_filled', 16), - - 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_28_filled, 'weather_sunny_28_filled', 28), - - FluentUISampleIcon(FluentIcons.weather_sunny_32_filled, 'weather_sunny_32_filled', 32), - - FluentUISampleIcon(FluentIcons.weather_sunny_48_filled, 'weather_sunny_48_filled', 48), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_20_filled, 'weather_sunny_high_20_filled', 20), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_24_filled, 'weather_sunny_high_24_filled', 24), - - FluentUISampleIcon(FluentIcons.weather_sunny_high_48_filled, 'weather_sunny_high_48_filled', 48), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_20_filled, 'weather_sunny_low_20_filled', 20), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_24_filled, 'weather_sunny_low_24_filled', 24), - - FluentUISampleIcon(FluentIcons.weather_sunny_low_48_filled, 'weather_sunny_low_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_20_filled, 'web_asset_20_filled', 20), - - FluentUISampleIcon(FluentIcons.web_asset_24_filled, 'web_asset_24_filled', 24), - - FluentUISampleIcon(FluentIcons.whiteboard_20_filled, 'whiteboard_20_filled', 20), - - FluentUISampleIcon(FluentIcons.whiteboard_24_filled, 'whiteboard_24_filled', 24), - - FluentUISampleIcon(FluentIcons.whiteboard_48_filled, 'whiteboard_48_filled', 48), - - 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_lock_24_filled, 'wifi_lock_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wifi_off_20_filled, 'wifi_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wifi_off_24_filled, 'wifi_off_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wifi_protected_24_filled, 'wifi_protected_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wifi_settings_20_filled, 'wifi_settings_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wifi_warning_20_filled, 'wifi_warning_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wifi_warning_24_filled, 'wifi_warning_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_16_filled, 'window_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_20_filled, 'window_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_24_filled, 'window_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_28_filled, 'window_28_filled', 28), - - FluentUISampleIcon(FluentIcons.window_32_filled, 'window_32_filled', 32), - - FluentUISampleIcon(FluentIcons.window_48_filled, 'window_48_filled', 48), - - FluentUISampleIcon(FluentIcons.window_ad_20_filled, 'window_ad_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_ad_off_20_filled, 'window_ad_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_ad_person_20_filled, 'window_ad_person_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_apps_16_filled, 'window_apps_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_apps_20_filled, 'window_apps_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_apps_24_filled, 'window_apps_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_apps_28_filled, 'window_apps_28_filled', 28), - - FluentUISampleIcon(FluentIcons.window_apps_32_filled, 'window_apps_32_filled', 32), - - FluentUISampleIcon(FluentIcons.window_apps_48_filled, 'window_apps_48_filled', 48), - - FluentUISampleIcon(FluentIcons.window_arrow_up_16_filled, 'window_arrow_up_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_arrow_up_20_filled, 'window_arrow_up_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_arrow_up_24_filled, 'window_arrow_up_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_bullet_list_20_filled, 'window_bullet_list_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_bullet_list_add_20_filled, 'window_bullet_list_add_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_console_20_filled, 'window_console_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_database_20_filled, 'window_database_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_dev_edit_16_filled, 'window_dev_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_dev_edit_20_filled, 'window_dev_edit_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_edit_16_filled, 'window_edit_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_header_horizontal_20_filled, 'window_header_horizontal_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_header_horizontal_off_20_filled, 'window_header_horizontal_off_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_header_vertical_20_filled, 'window_header_vertical_20_filled', 20), - - 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_location_target_20_filled, 'window_location_target_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_multiple_16_filled, 'window_multiple_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_multiple_20_filled, 'window_multiple_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_multiple_swap_20_filled, 'window_multiple_swap_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_new_16_filled, 'window_new_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_new_20_filled, 'window_new_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_new_24_filled, 'window_new_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_play_20_filled, 'window_play_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_settings_20_filled, 'window_settings_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.window_text_20_filled, 'window_text_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_wrench_16_filled, 'window_wrench_16_filled', 16), - - FluentUISampleIcon(FluentIcons.window_wrench_20_filled, 'window_wrench_20_filled', 20), - - FluentUISampleIcon(FluentIcons.window_wrench_24_filled, 'window_wrench_24_filled', 24), - - FluentUISampleIcon(FluentIcons.window_wrench_28_filled, 'window_wrench_28_filled', 28), - - FluentUISampleIcon(FluentIcons.window_wrench_32_filled, 'window_wrench_32_filled', 32), - - FluentUISampleIcon(FluentIcons.window_wrench_48_filled, 'window_wrench_48_filled', 48), - - FluentUISampleIcon(FluentIcons.wrench_16_filled, 'wrench_16_filled', 16), - - FluentUISampleIcon(FluentIcons.wrench_20_filled, 'wrench_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wrench_24_filled, 'wrench_24_filled', 24), - - FluentUISampleIcon(FluentIcons.wrench_screwdriver_20_filled, 'wrench_screwdriver_20_filled', 20), - - FluentUISampleIcon(FluentIcons.wrench_screwdriver_24_filled, 'wrench_screwdriver_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.xray_20_filled, 'xray_20_filled', 20), - - FluentUISampleIcon(FluentIcons.xray_24_filled, 'xray_24_filled', 24), - - FluentUISampleIcon(FluentIcons.zoom_in_16_filled, 'zoom_in_16_filled', 16), - - 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_16_filled, 'zoom_out_16_filled', 16), - - FluentUISampleIcon(FluentIcons.zoom_out_20_filled, 'zoom_out_20_filled', 20), - - FluentUISampleIcon(FluentIcons.zoom_out_24_filled, 'zoom_out_24_filled', 24), + FluentUISampleIcon( + FluentIcons.access_time_20_regular, + 'access_time_20_regular', + 20, + ), + + 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.accessibility_32_regular, + 'accessibility_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_48_regular, + 'accessibility_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_checkmark_20_regular, + 'accessibility_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_checkmark_24_regular, + 'accessibility_checkmark_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_16_regular, + 'add_circle_16_regular', + 16, + ), + + 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.add_circle_32_regular, + 'add_circle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.add_square_20_regular, + 'add_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_square_24_regular, + 'add_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.add_square_multiple_16_regular, + 'add_square_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.add_square_multiple_20_regular, + 'add_square_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_16_regular, + 'add_subtract_circle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_20_regular, + 'add_subtract_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_24_regular, + 'add_subtract_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_28_regular, + 'add_subtract_circle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_48_regular, + 'add_subtract_circle_48_regular', + 48, + ), + + 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.album_20_regular, + 'album_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.album_24_regular, + 'album_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.album_add_20_regular, + 'album_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.album_add_24_regular, + 'album_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.alert_16_regular, + 'alert_16_regular', + 16, + ), + + 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_32_regular, + 'alert_32_regular', + 32, + ), + + 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_20_regular, + 'alert_on_20_regular', + 20, + ), + + 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_16_regular, + 'alert_urgent_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.alert_urgent_20_regular, + 'alert_urgent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.alert_urgent_24_regular, + 'alert_urgent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_16_regular, + 'align_bottom_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_20_regular, + 'align_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_24_regular, + 'align_bottom_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_28_regular, + 'align_bottom_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_32_regular, + 'align_bottom_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_48_regular, + 'align_bottom_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_16_regular, + 'align_center_horizontal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_20_regular, + 'align_center_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_24_regular, + 'align_center_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_28_regular, + 'align_center_horizontal_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_32_regular, + 'align_center_horizontal_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_48_regular, + 'align_center_horizontal_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_16_regular, + 'align_center_vertical_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_20_regular, + 'align_center_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_24_regular, + 'align_center_vertical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_28_regular, + 'align_center_vertical_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_32_regular, + 'align_center_vertical_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_48_regular, + 'align_center_vertical_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_end_horizontal_20_regular, + 'align_end_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_end_vertical_20_regular, + 'align_end_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_left_16_regular, + 'align_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_left_20_regular, + 'align_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_left_24_regular, + 'align_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_left_28_regular, + 'align_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_left_32_regular, + 'align_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_left_48_regular, + 'align_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_right_16_regular, + 'align_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_right_20_regular, + 'align_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_right_24_regular, + 'align_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_right_28_regular, + 'align_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_right_32_regular, + 'align_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_right_48_regular, + 'align_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_space_around_horizontal_20_regular, + 'align_space_around_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_around_vertical_20_regular, + 'align_space_around_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_between_horizontal_20_regular, + 'align_space_between_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_between_vertical_20_regular, + 'align_space_between_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_evenly_horizontal_20_regular, + 'align_space_evenly_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_evenly_vertical_20_regular, + 'align_space_evenly_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_fit_vertical_20_regular, + 'align_space_fit_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_start_horizontal_20_regular, + 'align_start_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_start_vertical_20_regular, + 'align_start_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_stretch_horizontal_20_regular, + 'align_stretch_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_stretch_vertical_20_regular, + 'align_stretch_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_top_16_regular, + 'align_top_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_top_20_regular, + 'align_top_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_top_24_regular, + 'align_top_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_top_28_regular, + 'align_top_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_top_32_regular, + 'align_top_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_top_48_regular, + 'align_top_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_16_regular, + 'animal_cat_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_20_regular, + 'animal_cat_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_24_regular, + 'animal_cat_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_28_regular, + 'animal_cat_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_16_regular, + 'animal_dog_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_20_regular, + 'animal_dog_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_24_regular, + 'animal_dog_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_16_regular, + 'animal_rabbit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_20_regular, + 'animal_rabbit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_24_regular, + 'animal_rabbit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_28_regular, + 'animal_rabbit_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_16_regular, + 'animal_turtle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_20_regular, + 'animal_turtle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_24_regular, + 'animal_turtle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_28_regular, + 'animal_turtle_28_regular', + 28, + ), + + 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_20_regular, + 'app_generic_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_generic_24_regular, + 'app_generic_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_recent_20_regular, + 'app_recent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_recent_24_regular, + 'app_recent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_store_24_regular, + 'app_store_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_title_20_regular, + 'app_title_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_title_24_regular, + 'app_title_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.approval_app_32_regular, + 'approval_app_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_16_regular, + 'approvals_app_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_20_regular, + 'approvals_app_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_24_regular, + 'approvals_app_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_28_regular, + 'approvals_app_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_32_regular, + 'approvals_app_32_regular', + 32, + ), + + 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_16_regular, + 'apps_add_in_16_regular', + 16, + ), + + 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_add_in_28_regular, + 'apps_add_in_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_20_regular, + 'apps_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_24_regular, + 'apps_list_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_detail_20_regular, + 'apps_list_detail_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_detail_24_regular, + 'apps_list_detail_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_16_regular, + 'archive_16_regular', + 16, + ), + + 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_32_regular, + 'archive_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.archive_48_regular, + 'archive_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_16_regular, + 'archive_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_20_regular, + 'archive_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_24_regular, + 'archive_arrow_back_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_28_regular, + 'archive_arrow_back_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_32_regular, + 'archive_arrow_back_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_48_regular, + 'archive_arrow_back_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_16_regular, + 'archive_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_20_regular, + 'archive_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_24_regular, + 'archive_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_16_regular, + 'archive_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_20_regular, + 'archive_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_24_regular, + 'archive_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_content_24_regular, + 'arrow_autofit_content_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_down_20_regular, + 'arrow_autofit_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_down_24_regular, + 'arrow_autofit_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_20_regular, + 'arrow_autofit_height_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_24_regular, + 'arrow_autofit_height_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_dotted_20_regular, + 'arrow_autofit_height_dotted_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_dotted_24_regular, + 'arrow_autofit_height_dotted_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_up_20_regular, + 'arrow_autofit_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_up_24_regular, + 'arrow_autofit_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_20_regular, + 'arrow_autofit_width_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_24_regular, + 'arrow_autofit_width_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_dotted_20_regular, + 'arrow_autofit_width_dotted_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_dotted_24_regular, + 'arrow_autofit_width_dotted_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_between_down_20_regular, + 'arrow_between_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_between_down_24_regular, + 'arrow_between_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_12_regular, + 'arrow_bidirectional_up_down_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_16_regular, + 'arrow_bidirectional_up_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_20_regular, + 'arrow_bidirectional_up_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_24_regular, + 'arrow_bidirectional_up_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_16_regular, + 'arrow_bounce_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_20_regular, + 'arrow_bounce_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_24_regular, + 'arrow_bounce_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_12_regular, + 'arrow_circle_down_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_16_regular, + 'arrow_circle_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_20_regular, + 'arrow_circle_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_24_regular, + 'arrow_circle_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_28_regular, + 'arrow_circle_down_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_32_regular, + 'arrow_circle_down_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_48_regular, + 'arrow_circle_down_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_double_20_regular, + 'arrow_circle_down_double_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_double_24_regular, + 'arrow_circle_down_double_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_16_regular, + 'arrow_circle_down_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_20_regular, + 'arrow_circle_down_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_24_regular, + 'arrow_circle_down_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_split_20_regular, + 'arrow_circle_down_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_split_24_regular, + 'arrow_circle_down_split_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_up_20_regular, + 'arrow_circle_down_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_12_regular, + 'arrow_circle_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_16_regular, + 'arrow_circle_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_20_regular, + 'arrow_circle_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_24_regular, + 'arrow_circle_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_28_regular, + 'arrow_circle_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_32_regular, + 'arrow_circle_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_48_regular, + 'arrow_circle_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_12_regular, + 'arrow_circle_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_16_regular, + 'arrow_circle_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_20_regular, + 'arrow_circle_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_24_regular, + 'arrow_circle_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_28_regular, + 'arrow_circle_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_32_regular, + 'arrow_circle_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_48_regular, + 'arrow_circle_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_12_regular, + 'arrow_circle_up_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_16_regular, + 'arrow_circle_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_20_regular, + 'arrow_circle_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_24_regular, + 'arrow_circle_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_28_regular, + 'arrow_circle_up_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_32_regular, + 'arrow_circle_up_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_48_regular, + 'arrow_circle_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_left_20_regular, + 'arrow_circle_up_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_left_24_regular, + 'arrow_circle_up_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_12_regular, + 'arrow_clockwise_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_16_regular, + 'arrow_clockwise_16_regular', + 16, + ), + + 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_clockwise_28_regular, + 'arrow_clockwise_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_32_regular, + 'arrow_clockwise_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_48_regular, + 'arrow_clockwise_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_dashes_20_regular, + 'arrow_clockwise_dashes_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_dashes_24_regular, + 'arrow_clockwise_dashes_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_collapse_all_20_regular, + 'arrow_collapse_all_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_collapse_all_24_regular, + 'arrow_collapse_all_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_12_regular, + 'arrow_counterclockwise_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_16_regular, + 'arrow_counterclockwise_16_regular', + 16, + ), + + 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_counterclockwise_28_regular, + 'arrow_counterclockwise_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_32_regular, + 'arrow_counterclockwise_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_48_regular, + 'arrow_counterclockwise_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_dashes_20_regular, + 'arrow_counterclockwise_dashes_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_dashes_24_regular, + 'arrow_counterclockwise_dashes_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_16_regular, + 'arrow_curve_down_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_20_regular, + 'arrow_curve_down_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_24_regular, + 'arrow_curve_down_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_28_regular, + 'arrow_curve_down_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_right_20_regular, + 'arrow_curve_down_right_20_regular', + 20, + ), + + 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_12_regular, + 'arrow_down_12_regular', + 12, + ), + + 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_32_regular, + 'arrow_down_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_48_regular, + 'arrow_down_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_16_regular, + 'arrow_down_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_20_regular, + 'arrow_down_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_24_regular, + 'arrow_down_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_32_regular, + 'arrow_down_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_48_regular, + 'arrow_down_left_48_regular', + 48, + ), + + 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_eject_20_regular, + 'arrow_eject_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_20_regular, + 'arrow_enter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_left_20_regular, + 'arrow_enter_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_left_24_regular, + 'arrow_enter_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_up_20_regular, + 'arrow_enter_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_up_24_regular, + 'arrow_enter_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_exit_20_regular, + 'arrow_exit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_expand_20_regular, + 'arrow_expand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_expand_24_regular, + 'arrow_expand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_16_regular, + 'arrow_export_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_20_regular, + 'arrow_export_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_24_regular, + 'arrow_export_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_16_regular, + 'arrow_export_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_20_regular, + 'arrow_export_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_24_regular, + 'arrow_export_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_up_20_regular, + 'arrow_export_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_up_24_regular, + 'arrow_export_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_fit_16_regular, + 'arrow_fit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_fit_20_regular, + 'arrow_fit_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_forward_48_regular, + 'arrow_forward_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_lightning_20_regular, + 'arrow_forward_down_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_lightning_24_regular, + 'arrow_forward_down_lightning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_person_20_regular, + 'arrow_forward_down_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_person_24_regular, + 'arrow_forward_down_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_growth_20_regular, + 'arrow_growth_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_growth_24_regular, + 'arrow_growth_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_16_regular, + 'arrow_hook_down_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_20_regular, + 'arrow_hook_down_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_24_regular, + 'arrow_hook_down_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_28_regular, + 'arrow_hook_down_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_16_regular, + 'arrow_hook_down_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_20_regular, + 'arrow_hook_down_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_24_regular, + 'arrow_hook_down_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_28_regular, + 'arrow_hook_down_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_16_regular, + 'arrow_hook_up_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_20_regular, + 'arrow_hook_up_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_24_regular, + 'arrow_hook_up_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_28_regular, + 'arrow_hook_up_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_16_regular, + 'arrow_hook_up_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_20_regular, + 'arrow_hook_up_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_24_regular, + 'arrow_hook_up_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_28_regular, + 'arrow_hook_up_right_28_regular', + 28, + ), + + 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_join_20_regular, + 'arrow_join_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_12_regular, + 'arrow_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_16_regular, + 'arrow_left_16_regular', + 16, + ), + + 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_left_32_regular, + 'arrow_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_48_regular, + 'arrow_left_48_regular', + 48, + ), + + 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_32_regular, + 'arrow_maximize_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_48_regular, + 'arrow_maximize_48_regular', + 48, + ), + + 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_maximize_vertical_48_regular, + 'arrow_maximize_vertical_48_regular', + 48, + ), + + 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_20_regular, + 'arrow_minimize_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_vertical_24_regular, + 'arrow_minimize_vertical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_20_regular, + 'arrow_move_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_24_regular, + 'arrow_move_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_inward_20_regular, + 'arrow_move_inward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_next_12_regular, + 'arrow_next_12_regular', + 12, + ), + + 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_outline_up_right_32_regular, + 'arrow_outline_up_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_outline_up_right_48_regular, + 'arrow_outline_up_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_paragraph_20_regular, + 'arrow_paragraph_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_previous_12_regular, + 'arrow_previous_12_regular', + 12, + ), + + 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_16_regular, + 'arrow_redo_16_regular', + 16, + ), + + 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_redo_28_regular, + 'arrow_redo_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_redo_32_regular, + 'arrow_redo_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_redo_48_regular, + 'arrow_redo_48_regular', + 48, + ), + + 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_reset_20_regular, + 'arrow_reset_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_24_regular, + 'arrow_reset_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_32_regular, + 'arrow_reset_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_48_regular, + 'arrow_reset_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_12_regular, + 'arrow_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_16_regular, + 'arrow_right_16_regular', + 16, + ), + + 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_32_regular, + 'arrow_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_48_regular, + 'arrow_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_rotate_clockwise_16_regular, + 'arrow_rotate_clockwise_16_regular', + 16, + ), + + 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_routing_20_regular, + 'arrow_routing_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_24_regular, + 'arrow_routing_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_rectangle_multiple_20_regular, + 'arrow_routing_rectangle_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_rectangle_multiple_24_regular, + 'arrow_routing_rectangle_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_16_regular, + 'arrow_sort_16_regular', + 16, + ), + + 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_sort_down_16_regular, + 'arrow_sort_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_20_regular, + 'arrow_sort_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_24_regular, + 'arrow_sort_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_line_20_regular, + 'arrow_sort_down_line_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_16_regular, + 'arrow_sort_down_lines_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_20_regular, + 'arrow_sort_down_lines_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_24_regular, + 'arrow_sort_down_lines_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_16_regular, + 'arrow_sort_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_20_regular, + 'arrow_sort_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_24_regular, + 'arrow_sort_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_split_20_regular, + 'arrow_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_square_down_20_regular, + 'arrow_square_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_square_down_24_regular, + 'arrow_square_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_back_16_regular, + 'arrow_step_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_back_20_regular, + 'arrow_step_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_12_regular, + 'arrow_step_in_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_16_regular, + 'arrow_step_in_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_20_regular, + 'arrow_step_in_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_24_regular, + 'arrow_step_in_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_28_regular, + 'arrow_step_in_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_default_20_regular, + 'arrow_step_in_default_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_default_24_regular, + 'arrow_step_in_default_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_12_regular, + 'arrow_step_in_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_16_regular, + 'arrow_step_in_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_20_regular, + 'arrow_step_in_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_24_regular, + 'arrow_step_in_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_28_regular, + 'arrow_step_in_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_12_regular, + 'arrow_step_in_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_16_regular, + 'arrow_step_in_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_20_regular, + 'arrow_step_in_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_24_regular, + 'arrow_step_in_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_28_regular, + 'arrow_step_in_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_12_regular, + 'arrow_step_out_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_16_regular, + 'arrow_step_out_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_20_regular, + 'arrow_step_out_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_24_regular, + 'arrow_step_out_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_28_regular, + 'arrow_step_out_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_over_16_regular, + 'arrow_step_over_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_over_20_regular, + 'arrow_step_over_20_regular', + 20, + ), + + 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_16_regular, + 'arrow_sync_16_regular', + 16, + ), + + 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_checkmark_20_regular, + 'arrow_sync_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_checkmark_24_regular, + 'arrow_sync_checkmark_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_dismiss_20_regular, + 'arrow_sync_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_dismiss_24_regular, + 'arrow_sync_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_12_regular, + 'arrow_sync_off_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_16_regular, + 'arrow_sync_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_20_regular, + 'arrow_sync_off_20_regular', + 20, + ), + + 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_trending_checkmark_20_regular, + 'arrow_trending_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_checkmark_24_regular, + 'arrow_trending_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_16_regular, + 'arrow_trending_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_20_regular, + 'arrow_trending_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_24_regular, + 'arrow_trending_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_lines_20_regular, + 'arrow_trending_lines_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_lines_24_regular, + 'arrow_trending_lines_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_settings_20_regular, + 'arrow_trending_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_settings_24_regular, + 'arrow_trending_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_text_20_regular, + 'arrow_trending_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_text_24_regular, + 'arrow_trending_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_wrench_20_regular, + 'arrow_trending_wrench_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_wrench_24_regular, + 'arrow_trending_wrench_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_bidirectional_down_right_20_regular, + 'arrow_turn_bidirectional_down_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_bidirectional_down_right_24_regular, + 'arrow_turn_bidirectional_down_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_right_20_regular, + 'arrow_turn_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_right_24_regular, + 'arrow_turn_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_undo_16_regular, + 'arrow_undo_16_regular', + 16, + ), + + 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_undo_32_regular, + 'arrow_undo_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_undo_48_regular, + 'arrow_undo_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_12_regular, + 'arrow_up_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_16_regular, + 'arrow_up_16_regular', + 16, + ), + + 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_32_regular, + 'arrow_up_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_48_regular, + 'arrow_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_16_regular, + 'arrow_up_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_20_regular, + 'arrow_up_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_24_regular, + 'arrow_up_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_48_regular, + 'arrow_up_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_16_regular, + 'arrow_up_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_20_regular, + 'arrow_up_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_24_regular, + 'arrow_up_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_32_regular, + 'arrow_up_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_48_regular, + 'arrow_up_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_16_regular, + 'arrow_upload_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_20_regular, + 'arrow_upload_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_24_regular, + 'arrow_upload_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_wrap_20_regular, + 'arrow_wrap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_wrap_off_20_regular, + 'arrow_wrap_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrows_bidirectional_20_regular, + 'arrows_bidirectional_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrows_bidirectional_24_regular, + 'arrows_bidirectional_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.attach_12_regular, + 'attach_12_regular', + 12, + ), + + 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_arrow_right_20_regular, + 'attach_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.attach_arrow_right_24_regular, + 'attach_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.attach_text_20_regular, + 'attach_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.attach_text_24_regular, + 'attach_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_height_20_regular, + 'auto_fit_height_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_height_24_regular, + 'auto_fit_height_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_width_20_regular, + 'auto_fit_width_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_width_24_regular, + 'auto_fit_width_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autocorrect_20_regular, + 'autocorrect_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.autocorrect_24_regular, + 'autocorrect_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autofit_content_24_regular, + 'autofit_content_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autosum_20_regular, + 'autosum_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.autosum_24_regular, + 'autosum_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_12_regular, + 'backpack_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.backpack_16_regular, + 'backpack_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.backpack_20_regular, + 'backpack_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backpack_24_regular, + 'backpack_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_28_regular, + 'backpack_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.backpack_32_regular, + 'backpack_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.backpack_48_regular, + 'backpack_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_20_regular, + 'backpack_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_24_regular, + 'backpack_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_28_regular, + 'backpack_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_48_regular, + 'backpack_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.backspace_20_regular, + 'backspace_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backspace_24_regular, + 'backspace_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.badge_20_regular, + 'badge_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.badge_24_regular, + 'badge_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.balloon_12_regular, + 'balloon_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.balloon_16_regular, + 'balloon_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.balloon_20_regular, + 'balloon_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.balloon_24_regular, + 'balloon_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.barcode_scanner_20_regular, + 'barcode_scanner_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.barcode_scanner_24_regular, + 'barcode_scanner_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_10_20_regular, + 'battery_10_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_10_24_regular, + 'battery_10_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_20_regular, + 'battery_20_regular', + 20, + ), + + 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_checkmark_20_regular, + 'battery_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_checkmark_24_regular, + 'battery_checkmark_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_20_regular, + 'battery_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_warning_24_regular, + 'battery_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.beach_16_regular, + 'beach_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.beach_20_regular, + 'beach_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.beach_24_regular, + 'beach_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.beach_28_regular, + 'beach_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.beach_32_regular, + 'beach_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.beach_48_regular, + 'beach_48_regular', + 48, + ), + + 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.beaker_edit_20_regular, + 'beaker_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.beaker_edit_24_regular, + 'beaker_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bed_16_regular, + 'bed_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bed_20_regular, + 'bed_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bed_24_regular, + 'bed_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_20_regular, + 'bezier_curve_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_square_12_regular, + 'bezier_curve_square_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_square_20_regular, + 'bezier_curve_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bin_full_20_regular, + 'bin_full_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bin_full_24_regular, + 'bin_full_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_28_regular, + 'bluetooth_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_connected_20_regular, + 'bluetooth_connected_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_connected_24_regular, + 'bluetooth_connected_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_disabled_20_regular, + 'bluetooth_disabled_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_disabled_24_regular, + 'bluetooth_disabled_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_searching_20_regular, + 'bluetooth_searching_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_searching_24_regular, + 'bluetooth_searching_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.blur_16_regular, + 'blur_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.blur_20_regular, + 'blur_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.blur_24_regular, + 'blur_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.blur_28_regular, + 'blur_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_16_regular, + 'board_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_20_regular, + 'board_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_24_regular, + 'board_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_28_regular, + 'board_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_games_20_regular, + 'board_games_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_16_regular, + 'board_heart_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_20_regular, + 'board_heart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_24_regular, + 'board_heart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_split_16_regular, + 'board_split_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_split_20_regular, + 'board_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_split_24_regular, + 'board_split_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_split_28_regular, + 'board_split_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_split_48_regular, + 'board_split_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_20_regular, + 'book_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_24_regular, + 'book_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_add_20_regular, + 'book_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_add_24_regular, + 'book_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_arrow_clockwise_20_regular, + 'book_arrow_clockwise_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_arrow_clockwise_24_regular, + 'book_arrow_clockwise_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_clock_20_regular, + 'book_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_clock_24_regular, + 'book_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_coins_20_regular, + 'book_coins_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_coins_24_regular, + 'book_coins_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_compass_20_regular, + 'book_compass_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_compass_24_regular, + 'book_compass_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_20_regular, + 'book_contacts_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_24_regular, + 'book_contacts_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_28_regular, + 'book_contacts_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_32_regular, + 'book_contacts_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_database_20_regular, + 'book_database_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_database_24_regular, + 'book_database_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_exclamation_mark_20_regular, + 'book_exclamation_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_exclamation_mark_24_regular, + 'book_exclamation_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_globe_20_regular, + 'book_globe_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_globe_24_regular, + 'book_globe_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_information_20_regular, + 'book_information_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_information_24_regular, + 'book_information_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_letter_20_regular, + 'book_letter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_letter_24_regular, + 'book_letter_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.book_open_16_regular, + 'book_open_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.book_open_20_regular, + 'book_open_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_24_regular, + 'book_open_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_28_regular, + 'book_open_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_open_32_regular, + 'book_open_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_open_48_regular, + 'book_open_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_open_globe_20_regular, + 'book_open_globe_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_globe_24_regular, + 'book_open_globe_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_20_regular, + 'book_open_microphone_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_24_regular, + 'book_open_microphone_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_28_regular, + 'book_open_microphone_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_32_regular, + 'book_open_microphone_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_48_regular, + 'book_open_microphone_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_pulse_20_regular, + 'book_pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_pulse_24_regular, + 'book_pulse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_20_regular, + 'book_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_24_regular, + 'book_question_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_rtl_20_regular, + 'book_question_mark_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_rtl_24_regular, + 'book_question_mark_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_search_20_regular, + 'book_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_search_24_regular, + 'book_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_star_20_regular, + 'book_star_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_star_24_regular, + 'book_star_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_template_20_regular, + 'book_template_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_theta_20_regular, + 'book_theta_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_theta_24_regular, + 'book_theta_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_toolbox_20_regular, + 'book_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_toolbox_24_regular, + 'book_toolbox_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_32_regular, + 'bookmark_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_add_20_regular, + 'bookmark_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_add_24_regular, + 'bookmark_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_16_regular, + 'bookmark_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_20_regular, + 'bookmark_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_24_regular, + 'bookmark_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_28_regular, + 'bookmark_multiple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_32_regular, + 'bookmark_multiple_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_48_regular, + 'bookmark_multiple_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_off_20_regular, + 'bookmark_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_off_24_regular, + 'bookmark_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_search_20_regular, + 'bookmark_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_search_24_regular, + 'bookmark_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_24_regular, + 'border_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_all_16_regular, + 'border_all_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.border_all_20_regular, + 'border_all_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_all_24_regular, + 'border_all_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_20_regular, + 'border_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_24_regular, + 'border_bottom_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_double_20_regular, + 'border_bottom_double_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_double_24_regular, + 'border_bottom_double_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_thick_20_regular, + 'border_bottom_thick_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_thick_24_regular, + 'border_bottom_thick_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_left_20_regular, + 'border_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_left_24_regular, + 'border_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_left_right_20_regular, + 'border_left_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_left_right_24_regular, + 'border_left_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_none_20_regular, + 'border_none_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_none_24_regular, + 'border_none_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_20_regular, + 'border_outside_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_24_regular, + 'border_outside_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_thick_20_regular, + 'border_outside_thick_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_thick_24_regular, + 'border_outside_thick_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_right_20_regular, + 'border_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_right_24_regular, + 'border_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_20_regular, + 'border_top_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_24_regular, + 'border_top_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_20_regular, + 'border_top_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_24_regular, + 'border_top_bottom_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_double_20_regular, + 'border_top_bottom_double_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_double_24_regular, + 'border_top_bottom_double_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_thick_20_regular, + 'border_top_bottom_thick_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_thick_24_regular, + 'border_top_bottom_thick_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bot_20_regular, + 'bot_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bot_24_regular, + 'bot_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bot_add_20_regular, + 'bot_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bot_add_24_regular, + 'bot_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_16_regular, + 'bowl_chopsticks_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_20_regular, + 'bowl_chopsticks_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_24_regular, + 'bowl_chopsticks_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_28_regular, + 'bowl_chopsticks_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.box_16_regular, + 'box_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.box_20_regular, + 'box_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_24_regular, + 'box_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_left_20_regular, + 'box_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_left_24_regular, + 'box_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_up_20_regular, + 'box_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_up_24_regular, + 'box_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_checkmark_20_regular, + 'box_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_checkmark_24_regular, + 'box_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_dismiss_20_regular, + 'box_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_dismiss_24_regular, + 'box_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_edit_20_regular, + 'box_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_edit_24_regular, + 'box_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_20_regular, + 'box_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_24_regular, + 'box_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_left_20_regular, + 'box_multiple_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_left_24_regular, + 'box_multiple_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_right_20_regular, + 'box_multiple_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_right_24_regular, + 'box_multiple_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_checkmark_20_regular, + 'box_multiple_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_checkmark_24_regular, + 'box_multiple_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_search_20_regular, + 'box_multiple_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_search_24_regular, + 'box_multiple_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_search_20_regular, + 'box_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_search_24_regular, + 'box_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_toolbox_20_regular, + 'box_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_toolbox_24_regular, + 'box_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.braces_20_regular, + 'braces_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.braces_24_regular, + 'braces_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.braces_variable_20_regular, + 'braces_variable_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.braces_variable_24_regular, + 'braces_variable_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brain_circuit_20_regular, + 'brain_circuit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brain_circuit_24_regular, + 'brain_circuit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_20_regular, + 'branch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_24_regular, + 'branch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_16_regular, + 'branch_compare_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_20_regular, + 'branch_compare_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_24_regular, + 'branch_compare_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_16_regular, + 'branch_fork_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_20_regular, + 'branch_fork_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_24_regular, + 'branch_fork_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_hint_20_regular, + 'branch_fork_hint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_hint_24_regular, + 'branch_fork_hint_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_link_20_regular, + 'branch_fork_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_link_24_regular, + 'branch_fork_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_20_regular, + 'breakout_room_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_24_regular, + 'breakout_room_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_28_regular, + 'breakout_room_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_12_regular, + 'briefcase_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_16_regular, + 'briefcase_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_20_regular, + 'briefcase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_24_regular, + 'briefcase_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_28_regular, + 'briefcase_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_32_regular, + 'briefcase_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_48_regular, + 'briefcase_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_16_regular, + 'briefcase_medical_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_20_regular, + 'briefcase_medical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_24_regular, + 'briefcase_medical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_32_regular, + 'briefcase_medical_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_16_regular, + 'briefcase_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_20_regular, + 'briefcase_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_24_regular, + 'briefcase_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_28_regular, + 'briefcase_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_32_regular, + 'briefcase_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_48_regular, + 'briefcase_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_16_regular, + 'brightness_high_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_20_regular, + 'brightness_high_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_24_regular, + 'brightness_high_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_28_regular, + 'brightness_high_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_32_regular, + 'brightness_high_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_48_regular, + 'brightness_high_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_16_regular, + 'brightness_low_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_20_regular, + 'brightness_low_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_24_regular, + 'brightness_low_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_28_regular, + 'brightness_low_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_32_regular, + 'brightness_low_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_48_regular, + 'brightness_low_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_16_regular, + 'broad_activity_feed_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_20_regular, + 'broad_activity_feed_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_24_regular, + 'broad_activity_feed_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.broom_16_regular, + 'broom_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.broom_20_regular, + 'broom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.broom_24_regular, + 'broom_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bug_16_regular, + 'bug_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bug_20_regular, + 'bug_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bug_24_regular, + 'bug_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_16_regular, + 'building_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_20_regular, + 'building_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_24_regular, + 'building_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_16_regular, + 'building_bank_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_20_regular, + 'building_bank_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_24_regular, + 'building_bank_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_28_regular, + 'building_bank_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_48_regular, + 'building_bank_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_16_regular, + 'building_bank_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_20_regular, + 'building_bank_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_24_regular, + 'building_bank_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_28_regular, + 'building_bank_link_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_48_regular, + 'building_bank_link_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_toolbox_20_regular, + 'building_bank_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_toolbox_24_regular, + 'building_bank_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_16_regular, + 'building_factory_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_20_regular, + 'building_factory_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_24_regular, + 'building_factory_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_28_regular, + 'building_factory_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_32_regular, + 'building_factory_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_48_regular, + 'building_factory_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_government_20_regular, + 'building_government_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_government_24_regular, + 'building_government_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_government_32_regular, + 'building_government_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.building_home_16_regular, + 'building_home_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_home_20_regular, + 'building_home_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_home_24_regular, + 'building_home_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_lighthouse_20_regular, + 'building_lighthouse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_multiple_20_regular, + 'building_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_multiple_24_regular, + 'building_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_20_regular, + 'building_retail_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_24_regular, + 'building_retail_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_money_20_regular, + 'building_retail_money_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_money_24_regular, + 'building_retail_money_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_more_20_regular, + 'building_retail_more_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_shield_20_regular, + 'building_retail_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_shield_24_regular, + 'building_retail_shield_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_toolbox_20_regular, + 'building_retail_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_toolbox_24_regular, + 'building_retail_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_16_regular, + 'building_shop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_20_regular, + 'building_shop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_24_regular, + 'building_shop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_16_regular, + 'building_skyscraper_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_20_regular, + 'building_skyscraper_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_24_regular, + 'building_skyscraper_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_20_regular, + 'calculator_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_24_regular, + 'calculator_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_arrow_clockwise_20_regular, + 'calculator_arrow_clockwise_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_arrow_clockwise_24_regular, + 'calculator_arrow_clockwise_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_multiple_20_regular, + 'calculator_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_multiple_24_regular, + 'calculator_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_16_regular, + 'calendar_3_day_16_regular', + 16, + ), + + 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_16_regular, + 'calendar_add_16_regular', + 16, + ), + + 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_add_28_regular, + 'calendar_add_28_regular', + 28, + ), + + 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_down_20_regular, + 'calendar_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_down_24_regular, + 'calendar_arrow_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_16_regular, + 'calendar_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_20_regular, + 'calendar_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_24_regular, + 'calendar_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_assistant_16_regular, + 'calendar_assistant_16_regular', + 16, + ), + + 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_16_regular, + 'calendar_cancel_16_regular', + 16, + ), + + 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_chat_20_regular, + 'calendar_chat_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_chat_24_regular, + 'calendar_chat_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_checkmark_28_regular, + 'calendar_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_clock_16_regular, + 'calendar_clock_16_regular', + 16, + ), + + 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_day_16_regular, + 'calendar_day_16_regular', + 16, + ), + + 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_edit_16_regular, + 'calendar_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_edit_20_regular, + 'calendar_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_edit_24_regular, + 'calendar_edit_24_regular', + 24, + ), + + 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_empty_32_regular, + 'calendar_empty_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_error_20_regular, + 'calendar_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_error_24_regular, + 'calendar_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_info_16_regular, + 'calendar_info_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_info_20_regular, + 'calendar_info_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_12_regular, + 'calendar_ltr_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_16_regular, + 'calendar_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_20_regular, + 'calendar_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_24_regular, + 'calendar_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_28_regular, + 'calendar_ltr_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_32_regular, + 'calendar_ltr_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_48_regular, + 'calendar_ltr_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mail_16_regular, + 'calendar_mail_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mail_20_regular, + 'calendar_mail_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mention_20_regular, + 'calendar_mention_20_regular', + 20, + ), + + 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_16_regular, + 'calendar_multiple_16_regular', + 16, + ), + + 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_multiple_32_regular, + 'calendar_multiple_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_overdue_24_regular, + 'calendar_overdue_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_pattern_16_regular, + 'calendar_pattern_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_pattern_20_regular, + 'calendar_pattern_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_patterns_16_regular, + 'calendar_patterns_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_16_regular, + 'calendar_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_20_regular, + 'calendar_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_24_regular, + 'calendar_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_phone_16_regular, + 'calendar_phone_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_phone_20_regular, + 'calendar_phone_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_16_regular, + 'calendar_question_mark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_20_regular, + 'calendar_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_24_regular, + 'calendar_question_mark_24_regular', + 24, + ), + + 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_rtl_12_regular, + 'calendar_rtl_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_16_regular, + 'calendar_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_20_regular, + 'calendar_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_24_regular, + 'calendar_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_28_regular, + 'calendar_rtl_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_32_regular, + 'calendar_rtl_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_48_regular, + 'calendar_rtl_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.calendar_search_16_regular, + 'calendar_search_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_search_20_regular, + 'calendar_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_settings_16_regular, + 'calendar_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_settings_20_regular, + 'calendar_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_star_16_regular, + 'calendar_star_16_regular', + 16, + ), + + 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_toolbox_20_regular, + 'calendar_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_toolbox_24_regular, + 'calendar_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_week_numbers_20_regular, + 'calendar_week_numbers_20_regular', + 20, + ), + + 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.calendar_work_week_28_regular, + 'calendar_work_week_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_16_regular, + 'call_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_20_regular, + 'call_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_24_regular, + 'call_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_28_regular, + 'call_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_32_regular, + 'call_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.call_48_regular, + 'call_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_add_20_regular, + 'call_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_add_24_regular, + 'call_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_checkmark_20_regular, + 'call_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_checkmark_24_regular, + 'call_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_connecting_20_regular, + 'call_connecting_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_dismiss_20_regular, + 'call_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_dismiss_24_regular, + 'call_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_end_16_regular, + 'call_end_16_regular', + 16, + ), + + 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_exclamation_20_regular, + 'call_exclamation_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_16_regular, + 'call_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_20_regular, + 'call_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_24_regular, + 'call_forward_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_28_regular, + 'call_forward_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_48_regular, + 'call_forward_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_16_regular, + 'call_inbound_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_20_regular, + 'call_inbound_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_24_regular, + 'call_inbound_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_28_regular, + 'call_inbound_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_48_regular, + 'call_inbound_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_16_regular, + 'call_missed_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_20_regular, + 'call_missed_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_24_regular, + 'call_missed_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_28_regular, + 'call_missed_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_48_regular, + 'call_missed_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_16_regular, + 'call_outbound_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_20_regular, + 'call_outbound_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_24_regular, + 'call_outbound_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_28_regular, + 'call_outbound_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_48_regular, + 'call_outbound_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_park_16_regular, + 'call_park_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_park_20_regular, + 'call_park_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_park_24_regular, + 'call_park_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_park_28_regular, + 'call_park_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_park_32_regular, + 'call_park_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.call_park_48_regular, + 'call_park_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_pause_20_regular, + 'call_pause_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_pause_24_regular, + 'call_pause_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_16_regular, + 'call_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_20_regular, + 'call_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_24_regular, + 'call_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_28_regular, + 'call_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_48_regular, + 'call_prohibited_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_transfer_20_regular, + 'call_transfer_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_20_regular, + 'calligraphy_pen_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_24_regular, + 'calligraphy_pen_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_checkmark_20_regular, + 'calligraphy_pen_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_error_20_regular, + 'calligraphy_pen_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_question_mark_20_regular, + 'calligraphy_pen_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_16_regular, + 'camera_16_regular', + 16, + ), + + 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_dome_16_regular, + 'camera_dome_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_20_regular, + 'camera_dome_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_24_regular, + 'camera_dome_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_28_regular, + 'camera_dome_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_48_regular, + 'camera_dome_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.camera_edit_20_regular, + 'camera_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_off_20_regular, + 'camera_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_off_24_regular, + 'camera_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.camera_switch_20_regular, + 'camera_switch_20_regular', + 20, + ), + + 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_down_left_12_regular, + 'caret_down_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_16_regular, + 'caret_down_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_20_regular, + 'caret_down_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_24_regular, + 'caret_down_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_12_regular, + 'caret_down_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_16_regular, + 'caret_down_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_20_regular, + 'caret_down_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_24_regular, + 'caret_down_right_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.caret_up_12_regular, + 'caret_up_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_16_regular, + 'caret_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_20_regular, + 'caret_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_24_regular, + 'caret_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cart_16_regular, + 'cart_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cart_20_regular, + 'cart_20_regular', + 20, + ), + + 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_20_regular, + 'cellular_3g_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_3g_24_regular, + 'cellular_3g_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_4g_20_regular, + 'cellular_4g_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_4g_24_regular, + 'cellular_4g_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_5g_20_regular, + 'cellular_5g_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_5g_24_regular, + 'cellular_5g_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_cellular_off_24_regular, + 'cellular_data_cellular_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_data_cellular_unavailable_24_regular, + 'cellular_data_cellular_unavailable_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_data_unavailable_24_regular, + 'cellular_data_unavailable_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_off_20_regular, + 'cellular_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_off_24_regular, + 'cellular_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_warning_20_regular, + 'cellular_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_warning_24_regular, + 'cellular_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.center_horizontal_20_regular, + 'center_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.center_horizontal_24_regular, + 'center_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.center_vertical_20_regular, + 'center_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.center_vertical_24_regular, + 'center_vertical_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_28_regular, + 'channel_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_48_regular, + 'channel_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_16_regular, + 'channel_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_20_regular, + 'channel_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_24_regular, + 'channel_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_28_regular, + 'channel_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_48_regular, + 'channel_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_16_regular, + 'channel_alert_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_20_regular, + 'channel_alert_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_24_regular, + 'channel_alert_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_28_regular, + 'channel_alert_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_48_regular, + 'channel_alert_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_16_regular, + 'channel_arrow_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_20_regular, + 'channel_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_24_regular, + 'channel_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_28_regular, + 'channel_arrow_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_48_regular, + 'channel_arrow_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_16_regular, + 'channel_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_20_regular, + 'channel_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_24_regular, + 'channel_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_28_regular, + 'channel_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_48_regular, + 'channel_dismiss_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_12_regular, + 'channel_share_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_16_regular, + 'channel_share_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_20_regular, + 'channel_share_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_24_regular, + 'channel_share_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_28_regular, + 'channel_share_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_48_regular, + 'channel_share_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_16_regular, + 'channel_subtract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_20_regular, + 'channel_subtract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_24_regular, + 'channel_subtract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_28_regular, + 'channel_subtract_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_48_regular, + 'channel_subtract_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chart_multiple_20_regular, + 'chart_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chart_multiple_24_regular, + 'chart_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_20_regular, + 'chart_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_24_regular, + 'chart_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_28_regular, + 'chart_person_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_48_regular, + 'chart_person_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chat_12_regular, + 'chat_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chat_16_regular, + 'chat_16_regular', + 16, + ), + + 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_32_regular, + 'chat_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chat_48_regular, + 'chat_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_back_16_regular, + 'chat_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_back_20_regular, + 'chat_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_double_back_16_regular, + 'chat_arrow_double_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_double_back_20_regular, + 'chat_arrow_double_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_16_regular, + 'chat_bubbles_question_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_20_regular, + 'chat_bubbles_question_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_24_regular, + 'chat_bubbles_question_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_16_regular, + 'chat_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_20_regular, + 'chat_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_24_regular, + 'chat_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_help_20_regular, + 'chat_help_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_help_24_regular, + 'chat_help_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_mail_20_regular, + 'chat_mail_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_16_regular, + 'chat_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_20_regular, + 'chat_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_24_regular, + 'chat_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_off_20_regular, + 'chat_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_off_24_regular, + 'chat_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_settings_20_regular, + 'chat_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_settings_24_regular, + 'chat_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_video_20_regular, + 'chat_video_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_video_24_regular, + 'chat_video_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_16_regular, + 'chat_warning_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_20_regular, + 'chat_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_24_regular, + 'chat_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.check_20_regular, + 'check_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.check_24_regular, + 'check_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_1_20_regular, + 'checkbox_1_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_1_24_regular, + 'checkbox_1_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_2_20_regular, + 'checkbox_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_2_24_regular, + 'checkbox_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_arrow_right_20_regular, + 'checkbox_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_arrow_right_24_regular, + 'checkbox_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_16_regular, + 'checkbox_checked_16_regular', + 16, + ), + + 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_checked_sync_16_regular, + 'checkbox_checked_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_sync_20_regular, + 'checkbox_checked_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_16_regular, + 'checkbox_indeterminate_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_20_regular, + 'checkbox_indeterminate_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_24_regular, + 'checkbox_indeterminate_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_16_regular, + 'checkbox_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_20_regular, + 'checkbox_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_24_regular, + 'checkbox_person_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.checkbox_warning_20_regular, + 'checkbox_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_warning_24_regular, + 'checkbox_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_12_regular, + 'checkmark_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_16_regular, + 'checkmark_16_regular', + 16, + ), + + 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_32_regular, + 'checkmark_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_48_regular, + 'checkmark_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_12_regular, + 'checkmark_circle_12_regular', + 12, + ), + + 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_32_regular, + 'checkmark_circle_32_regular', + 32, + ), + + 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_note_20_regular, + 'checkmark_note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_square_24_regular, + 'checkmark_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_16_regular, + 'checkmark_starburst_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_20_regular, + 'checkmark_starburst_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_24_regular, + 'checkmark_starburst_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_circle_down_12_regular, + 'chevron_circle_down_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_16_regular, + 'chevron_circle_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_20_regular, + 'chevron_circle_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_24_regular, + 'chevron_circle_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_28_regular, + 'chevron_circle_down_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_32_regular, + 'chevron_circle_down_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_48_regular, + 'chevron_circle_down_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_12_regular, + 'chevron_circle_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_16_regular, + 'chevron_circle_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_20_regular, + 'chevron_circle_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_24_regular, + 'chevron_circle_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_28_regular, + 'chevron_circle_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_32_regular, + 'chevron_circle_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_48_regular, + 'chevron_circle_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_12_regular, + 'chevron_circle_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_16_regular, + 'chevron_circle_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_20_regular, + 'chevron_circle_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_24_regular, + 'chevron_circle_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_28_regular, + 'chevron_circle_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_32_regular, + 'chevron_circle_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_48_regular, + 'chevron_circle_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_12_regular, + 'chevron_circle_up_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_16_regular, + 'chevron_circle_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_20_regular, + 'chevron_circle_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_24_regular, + 'chevron_circle_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_28_regular, + 'chevron_circle_up_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_32_regular, + 'chevron_circle_up_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_48_regular, + 'chevron_circle_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_down_16_regular, + 'chevron_double_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_down_20_regular, + 'chevron_double_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_left_16_regular, + 'chevron_double_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_left_20_regular, + 'chevron_double_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_right_16_regular, + 'chevron_double_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_right_20_regular, + 'chevron_double_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_up_16_regular, + 'chevron_double_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_up_20_regular, + 'chevron_double_up_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_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.chevron_up_down_16_regular, + 'chevron_up_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_up_down_20_regular, + 'chevron_up_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_up_down_24_regular, + 'chevron_up_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_16_regular, + 'chopsticks_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_20_regular, + 'chopsticks_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_24_regular, + 'chopsticks_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_28_regular, + 'chopsticks_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.circle_12_regular, + 'circle_12_regular', + 12, + ), + + 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_32_regular, + 'circle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.circle_48_regular, + 'circle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.circle_edit_20_regular, + 'circle_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_edit_24_regular, + 'circle_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_12_regular, + 'circle_half_fill_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_16_regular, + 'circle_half_fill_16_regular', + 16, + ), + + 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_12_regular, + 'circle_line_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.circle_line_20_regular, + 'circle_line_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_line_24_regular, + 'circle_line_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_multiple_subtract_checkmark_20_regular, + 'circle_multiple_subtract_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_off_16_regular, + 'circle_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_off_20_regular, + 'circle_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_small_20_regular, + 'circle_small_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_small_24_regular, + 'circle_small_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_back_16_regular, + 'circle_subtract_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_back_20_regular, + 'circle_subtract_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_forward_16_regular, + 'circle_subtract_arrow_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_forward_20_regular, + 'circle_subtract_arrow_forward_20_regular', + 20, + ), + + 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_20_regular, + 'class_20_regular', + 20, + ), + + 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_16_regular, + 'clear_formatting_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clear_formatting_20_regular, + 'clear_formatting_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clear_formatting_24_regular, + 'clear_formatting_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_16_regular, + 'clipboard_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_20_regular, + 'clipboard_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_24_regular, + 'clipboard_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_16_regular, + 'clipboard_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_20_regular, + 'clipboard_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_24_regular, + 'clipboard_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_ltr_16_regular, + 'clipboard_bullet_list_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_ltr_20_regular, + 'clipboard_bullet_list_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_rtl_16_regular, + 'clipboard_bullet_list_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_rtl_20_regular, + 'clipboard_bullet_list_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_checkmark_20_regular, + 'clipboard_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_checkmark_24_regular, + 'clipboard_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_clock_20_regular, + 'clipboard_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_clock_24_regular, + 'clipboard_clock_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_data_bar_20_regular, + 'clipboard_data_bar_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_data_bar_24_regular, + 'clipboard_data_bar_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_data_bar_32_regular, + 'clipboard_data_bar_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_edit_20_regular, + 'clipboard_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_error_20_regular, + 'clipboard_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_error_24_regular, + 'clipboard_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_heart_20_regular, + 'clipboard_heart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_heart_24_regular, + 'clipboard_heart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_image_20_regular, + 'clipboard_image_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_image_24_regular, + 'clipboard_image_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_20_regular, + 'clipboard_more_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_more_24_regular, + 'clipboard_more_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_note_20_regular, + 'clipboard_note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_16_regular, + 'clipboard_paste_16_regular', + 16, + ), + + 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_pulse_20_regular, + 'clipboard_pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_pulse_24_regular, + 'clipboard_pulse_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_settings_20_regular, + 'clipboard_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_settings_24_regular, + 'clipboard_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_20_regular, + 'clipboard_task_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_24_regular, + 'clipboard_task_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_add_20_regular, + 'clipboard_task_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_add_24_regular, + 'clipboard_task_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_ltr_20_regular, + 'clipboard_task_list_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_ltr_24_regular, + 'clipboard_task_list_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_rtl_20_regular, + 'clipboard_task_list_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_rtl_24_regular, + 'clipboard_task_list_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_ltr_20_regular, + 'clipboard_text_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_ltr_24_regular, + 'clipboard_text_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_rtl_20_regular, + 'clipboard_text_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_rtl_24_regular, + 'clipboard_text_rtl_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_32_regular, + 'clock_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clock_48_regular, + 'clock_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_16_regular, + 'clock_alarm_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_20_regular, + 'clock_alarm_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_24_regular, + 'clock_alarm_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_32_regular, + 'clock_alarm_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clock_arrow_download_20_regular, + 'clock_arrow_download_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_arrow_download_24_regular, + 'clock_arrow_download_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_dismiss_20_regular, + 'clock_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_dismiss_24_regular, + 'clock_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_pause_20_regular, + 'clock_pause_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_pause_24_regular, + 'clock_pause_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_toolbox_20_regular, + 'clock_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_toolbox_24_regular, + 'clock_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_16_regular, + 'closed_caption_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_20_regular, + 'closed_caption_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_24_regular, + 'closed_caption_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_28_regular, + 'closed_caption_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_32_regular, + 'closed_caption_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_48_regular, + 'closed_caption_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_16_regular, + 'closed_caption_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_20_regular, + 'closed_caption_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_24_regular, + 'closed_caption_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_28_regular, + 'closed_caption_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_48_regular, + 'closed_caption_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_16_regular, + 'cloud_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_20_regular, + 'cloud_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_24_regular, + 'cloud_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_28_regular, + 'cloud_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_32_regular, + 'cloud_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_48_regular, + 'cloud_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_add_16_regular, + 'cloud_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_add_20_regular, + 'cloud_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_16_regular, + 'cloud_archive_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_20_regular, + 'cloud_archive_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_24_regular, + 'cloud_archive_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_28_regular, + 'cloud_archive_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_32_regular, + 'cloud_archive_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_48_regular, + 'cloud_archive_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_16_regular, + 'cloud_arrow_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_20_regular, + 'cloud_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_24_regular, + 'cloud_arrow_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_28_regular, + 'cloud_arrow_down_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_32_regular, + 'cloud_arrow_down_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_48_regular, + 'cloud_arrow_down_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_16_regular, + 'cloud_arrow_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_20_regular, + 'cloud_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_24_regular, + 'cloud_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_28_regular, + 'cloud_arrow_up_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_32_regular, + 'cloud_arrow_up_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_48_regular, + 'cloud_arrow_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_16_regular, + 'cloud_backup_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_20_regular, + 'cloud_backup_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_24_regular, + 'cloud_backup_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_28_regular, + 'cloud_backup_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_32_regular, + 'cloud_backup_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_48_regular, + 'cloud_backup_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_16_regular, + 'cloud_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_20_regular, + 'cloud_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_24_regular, + 'cloud_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_28_regular, + 'cloud_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_32_regular, + 'cloud_checkmark_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_48_regular, + 'cloud_checkmark_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_16_regular, + 'cloud_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_20_regular, + 'cloud_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_24_regular, + 'cloud_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_28_regular, + 'cloud_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_32_regular, + 'cloud_dismiss_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_48_regular, + 'cloud_dismiss_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_16_regular, + 'cloud_download_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_20_regular, + 'cloud_download_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_24_regular, + 'cloud_download_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_28_regular, + 'cloud_download_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_32_regular, + 'cloud_download_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_48_regular, + 'cloud_download_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_edit_16_regular, + 'cloud_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_edit_20_regular, + 'cloud_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_flow_20_regular, + 'cloud_flow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_flow_24_regular, + 'cloud_flow_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_link_16_regular, + 'cloud_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_link_20_regular, + 'cloud_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_16_regular, + 'cloud_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_20_regular, + 'cloud_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_24_regular, + 'cloud_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_28_regular, + 'cloud_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_32_regular, + 'cloud_off_32_regular', + 32, + ), + + 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_swap_20_regular, + 'cloud_swap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_swap_24_regular, + 'cloud_swap_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_16_regular, + 'cloud_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_20_regular, + 'cloud_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_24_regular, + 'cloud_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_28_regular, + 'cloud_sync_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_32_regular, + 'cloud_sync_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_48_regular, + 'cloud_sync_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_16_regular, + 'cloud_sync_complete_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_20_regular, + 'cloud_sync_complete_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_24_regular, + 'cloud_sync_complete_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_28_regular, + 'cloud_sync_complete_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_32_regular, + 'cloud_sync_complete_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_48_regular, + 'cloud_sync_complete_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_16_regular, + 'cloud_words_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_20_regular, + 'cloud_words_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_24_regular, + 'cloud_words_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_28_regular, + 'cloud_words_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_32_regular, + 'cloud_words_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_48_regular, + 'cloud_words_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.code_16_regular, + 'code_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.code_20_regular, + 'code_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_24_regular, + 'code_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.code_circle_20_regular, + 'code_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_text_20_regular, + 'code_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_text_edit_20_regular, + 'code_text_edit_20_regular', + 20, + ), + + 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_16_regular, + 'color_16_regular', + 16, + ), + + 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_background_accent_20_regular, + 'color_background_accent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.color_background_accent_24_regular, + 'color_background_accent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.color_fill_16_regular, + 'color_fill_16_regular', + 16, + ), + + 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_fill_28_regular, + 'color_fill_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.color_fill_accent_16_regular, + 'color_fill_accent_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.color_fill_accent_20_regular, + 'color_fill_accent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.color_fill_accent_24_regular, + 'color_fill_accent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.color_fill_accent_28_regular, + 'color_fill_accent_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.color_line_16_regular, + 'color_line_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.color_line_20_regular, + 'color_line_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.color_line_24_regular, + 'color_line_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.color_line_accent_16_regular, + 'color_line_accent_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.color_line_accent_20_regular, + 'color_line_accent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.color_line_accent_24_regular, + 'color_line_accent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.column_20_regular, + 'column_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_arrow_right_20_regular, + 'column_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_edit_20_regular, + 'column_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_edit_24_regular, + 'column_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_20_regular, + 'column_triple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_24_regular, + 'column_triple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_edit_20_regular, + 'column_triple_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_edit_24_regular, + 'column_triple_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comma_24_regular, + 'comma_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_12_regular, + 'comment_12_regular', + 12, + ), + + 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_28_regular, + 'comment_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_48_regular, + 'comment_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_12_regular, + 'comment_add_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_16_regular, + 'comment_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_20_regular, + 'comment_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_24_regular, + 'comment_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_28_regular, + 'comment_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_48_regular, + 'comment_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_12_regular, + 'comment_arrow_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_16_regular, + 'comment_arrow_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_20_regular, + 'comment_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_24_regular, + 'comment_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_28_regular, + 'comment_arrow_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_48_regular, + 'comment_arrow_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_12_regular, + 'comment_arrow_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_16_regular, + 'comment_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_20_regular, + 'comment_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_24_regular, + 'comment_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_28_regular, + 'comment_arrow_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_48_regular, + 'comment_arrow_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_12_regular, + 'comment_checkmark_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_16_regular, + 'comment_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_20_regular, + 'comment_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_24_regular, + 'comment_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_28_regular, + 'comment_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_48_regular, + 'comment_checkmark_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_dismiss_20_regular, + 'comment_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_dismiss_24_regular, + 'comment_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_edit_20_regular, + 'comment_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_edit_24_regular, + 'comment_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_16_regular, + 'comment_error_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_20_regular, + 'comment_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_24_regular, + 'comment_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_lightning_20_regular, + 'comment_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_lightning_24_regular, + 'comment_lightning_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_multiple_28_regular, + 'comment_multiple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_32_regular, + 'comment_multiple_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_16_regular, + 'comment_multiple_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_20_regular, + 'comment_multiple_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_24_regular, + 'comment_multiple_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_28_regular, + 'comment_multiple_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_16_regular, + 'comment_multiple_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_20_regular, + 'comment_multiple_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_24_regular, + 'comment_multiple_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_28_regular, + 'comment_multiple_link_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_32_regular, + 'comment_multiple_link_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.comment_note_20_regular, + 'comment_note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_note_24_regular, + 'comment_note_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_16_regular, + 'comment_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_20_regular, + 'comment_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_24_regular, + 'comment_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_28_regular, + 'comment_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_48_regular, + 'comment_off_48_regular', + 48, + ), + + 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.communication_person_20_regular, + 'communication_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.communication_person_24_regular, + 'communication_person_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.component_2_double_tap_swipe_down_24_regular, + 'component_2_double_tap_swipe_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.component_2_double_tap_swipe_up_24_regular, + 'component_2_double_tap_swipe_up_24_regular', + 24, + ), + + 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_16_regular, + 'contact_card_16_regular', + 16, + ), + + 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_28_regular, + 'contact_card_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_32_regular, + 'contact_card_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_48_regular, + 'contact_card_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_16_regular, + 'contact_card_group_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_20_regular, + 'contact_card_group_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_24_regular, + 'contact_card_group_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_28_regular, + 'contact_card_group_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_48_regular, + 'contact_card_group_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_link_16_regular, + 'contact_card_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_link_20_regular, + 'contact_card_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_16_regular, + 'contact_card_ribbon_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_20_regular, + 'contact_card_ribbon_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_24_regular, + 'contact_card_ribbon_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_28_regular, + 'contact_card_ribbon_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_32_regular, + 'contact_card_ribbon_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_48_regular, + 'contact_card_ribbon_48_regular', + 48, + ), + + 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.content_settings_32_regular, + 'content_settings_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.content_view_20_regular, + 'content_view_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.content_view_32_regular, + 'content_view_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.content_view_gallery_20_regular, + 'content_view_gallery_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_16_regular, + 'contract_down_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_20_regular, + 'contract_down_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_24_regular, + 'contract_down_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_28_regular, + 'contract_down_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_32_regular, + 'contract_down_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_48_regular, + 'contract_down_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.control_button_20_regular, + 'control_button_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.control_button_24_regular, + 'control_button_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.convert_range_20_regular, + 'convert_range_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.convert_range_24_regular, + 'convert_range_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.convert_to_type_20_regular, + 'convert_to_type_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.convert_to_type_24_regular, + 'convert_to_type_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.convert_to_type_off_20_regular, + 'convert_to_type_off_20_regular', + 20, + ), + + 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_add_20_regular, + 'copy_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.copy_add_24_regular, + 'copy_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_16_regular, + 'copy_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_20_regular, + 'copy_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_24_regular, + 'copy_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.copy_select_20_regular, + 'copy_select_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.couch_12_regular, + 'couch_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.couch_20_regular, + 'couch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.couch_24_regular, + 'couch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_person_20_regular, + 'credit_card_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_person_24_regular, + 'credit_card_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_toolbox_20_regular, + 'credit_card_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_toolbox_24_regular, + 'credit_card_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_20_regular, + 'crop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_24_regular, + 'crop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_20_regular, + 'crop_interim_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_24_regular, + 'crop_interim_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_off_20_regular, + 'crop_interim_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_off_24_regular, + 'crop_interim_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_12_regular, + 'cube_12_regular', + 12, + ), + + 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.cube_add_20_regular, + 'cube_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_link_20_regular, + 'cube_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_multiple_20_regular, + 'cube_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_multiple_24_regular, + 'cube_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_16_regular, + 'cube_quick_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_20_regular, + 'cube_quick_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_24_regular, + 'cube_quick_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_28_regular, + 'cube_quick_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cube_rotate_20_regular, + 'cube_rotate_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_sync_20_regular, + 'cube_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_sync_24_regular, + 'cube_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_tree_20_regular, + 'cube_tree_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_tree_24_regular, + 'cube_tree_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_16_regular, + 'currency_dollar_euro_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_20_regular, + 'currency_dollar_euro_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_24_regular, + 'currency_dollar_euro_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_16_regular, + 'currency_dollar_rupee_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_20_regular, + 'currency_dollar_rupee_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_24_regular, + 'currency_dollar_rupee_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_20_regular, + 'cursor_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_24_regular, + 'cursor_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_click_20_regular, + 'cursor_click_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_click_24_regular, + 'cursor_click_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_16_regular, + 'cursor_hover_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_20_regular, + 'cursor_hover_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_24_regular, + 'cursor_hover_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_28_regular, + 'cursor_hover_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_32_regular, + 'cursor_hover_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_48_regular, + 'cursor_hover_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_16_regular, + 'cursor_hover_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_20_regular, + 'cursor_hover_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_24_regular, + 'cursor_hover_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_28_regular, + 'cursor_hover_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_48_regular, + 'cursor_hover_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cut_20_regular, + 'cut_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cut_24_regular, + 'cut_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dark_theme_20_regular, + 'dark_theme_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dark_theme_24_regular, + 'dark_theme_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_area_20_regular, + 'data_area_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_area_24_regular, + 'data_area_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_bar_horizontal_20_regular, + 'data_bar_horizontal_20_regular', + 20, + ), + + 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_bar_vertical_add_20_regular, + 'data_bar_vertical_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_bar_vertical_add_24_regular, + 'data_bar_vertical_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_funnel_20_regular, + 'data_funnel_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_funnel_24_regular, + 'data_funnel_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_histogram_20_regular, + 'data_histogram_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_histogram_24_regular, + 'data_histogram_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_line_20_regular, + 'data_line_20_regular', + 20, + ), + + 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_20_regular, + 'data_scatter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_scatter_24_regular, + 'data_scatter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_sunburst_20_regular, + 'data_sunburst_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_sunburst_24_regular, + 'data_sunburst_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_treemap_20_regular, + 'data_treemap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_treemap_24_regular, + 'data_treemap_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_16_regular, + 'data_trending_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_20_regular, + 'data_trending_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_24_regular, + 'data_trending_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_20_regular, + 'data_usage_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_24_regular, + 'data_usage_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_edit_20_regular, + 'data_usage_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_edit_24_regular, + 'data_usage_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_settings_20_regular, + 'data_usage_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_toolbox_20_regular, + 'data_usage_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_toolbox_24_regular, + 'data_usage_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_waterfall_20_regular, + 'data_waterfall_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_waterfall_24_regular, + 'data_waterfall_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_whisker_20_regular, + 'data_whisker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_whisker_24_regular, + 'data_whisker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_20_regular, + 'database_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_24_regular, + 'database_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_down_20_regular, + 'database_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_right_20_regular, + 'database_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_up_20_regular, + 'database_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_lightning_20_regular, + 'database_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_link_20_regular, + 'database_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_link_24_regular, + 'database_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_multiple_20_regular, + 'database_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_person_20_regular, + 'database_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_person_24_regular, + 'database_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_plug_connected_20_regular, + 'database_plug_connected_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_search_20_regular, + 'database_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_search_24_regular, + 'database_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_warning_20_regular, + 'database_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_window_20_regular, + 'database_window_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_left_20_regular, + 'decimal_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_left_24_regular, + 'decimal_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_right_20_regular, + 'decimal_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_right_24_regular, + 'decimal_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.delete_16_regular, + 'delete_16_regular', + 16, + ), + + 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_arrow_back_16_regular, + 'delete_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.delete_arrow_back_20_regular, + 'delete_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_20_regular, + 'delete_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_24_regular, + 'delete_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_28_regular, + 'delete_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.delete_lines_20_regular, + 'delete_lines_20_regular', + 20, + ), + + 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_12_regular, + 'dentist_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.dentist_16_regular, + 'dentist_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dentist_20_regular, + 'dentist_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dentist_24_regular, + 'dentist_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dentist_28_regular, + 'dentist_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dentist_48_regular, + 'dentist_48_regular', + 48, + ), + + 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.desktop_32_regular, + 'desktop_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_16_regular, + 'desktop_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_20_regular, + 'desktop_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_24_regular, + 'desktop_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_16_regular, + 'desktop_cursor_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_20_regular, + 'desktop_cursor_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_24_regular, + 'desktop_cursor_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_28_regular, + 'desktop_cursor_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_16_regular, + 'desktop_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_20_regular, + 'desktop_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_24_regular, + 'desktop_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_flow_20_regular, + 'desktop_flow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_flow_24_regular, + 'desktop_flow_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_16_regular, + 'desktop_keyboard_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_20_regular, + 'desktop_keyboard_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_24_regular, + 'desktop_keyboard_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_28_regular, + 'desktop_keyboard_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_16_regular, + 'desktop_mac_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_20_regular, + 'desktop_mac_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_24_regular, + 'desktop_mac_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_32_regular, + 'desktop_mac_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_16_regular, + 'desktop_pulse_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_20_regular, + 'desktop_pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_24_regular, + 'desktop_pulse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_28_regular, + 'desktop_pulse_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_32_regular, + 'desktop_pulse_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_48_regular, + 'desktop_pulse_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.desktop_signal_20_regular, + 'desktop_signal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_signal_24_regular, + 'desktop_signal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_20_regular, + 'desktop_speaker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_24_regular, + 'desktop_speaker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_off_20_regular, + 'desktop_speaker_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_off_24_regular, + 'desktop_speaker_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_16_regular, + 'desktop_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_20_regular, + 'desktop_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_24_regular, + 'desktop_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_toolbox_20_regular, + 'desktop_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_toolbox_24_regular, + 'desktop_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_20_regular, + 'developer_board_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_24_regular, + 'developer_board_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_lightning_20_regular, + 'developer_board_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_lightning_toolbox_20_regular, + 'developer_board_lightning_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_search_20_regular, + 'developer_board_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_search_24_regular, + 'developer_board_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_eq_20_regular, + 'device_eq_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_eq_24_regular, + 'device_eq_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_16_regular, + 'device_meeting_room_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_20_regular, + 'device_meeting_room_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_24_regular, + 'device_meeting_room_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_28_regular, + 'device_meeting_room_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_32_regular, + 'device_meeting_room_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_48_regular, + 'device_meeting_room_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_16_regular, + 'device_meeting_room_remote_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_20_regular, + 'device_meeting_room_remote_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_24_regular, + 'device_meeting_room_remote_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_28_regular, + 'device_meeting_room_remote_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_32_regular, + 'device_meeting_room_remote_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_48_regular, + 'device_meeting_room_remote_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.diagram_20_regular, + 'diagram_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diagram_24_regular, + 'diagram_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_20_regular, + 'dialpad_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_24_regular, + 'dialpad_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_28_regular, + 'dialpad_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_32_regular, + 'dialpad_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_48_regular, + 'dialpad_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_off_20_regular, + 'dialpad_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_off_24_regular, + 'dialpad_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diamond_16_regular, + 'diamond_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.diamond_20_regular, + 'diamond_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diamond_24_regular, + 'diamond_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diamond_28_regular, + 'diamond_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.diamond_32_regular, + 'diamond_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.diamond_48_regular, + 'diamond_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.directions_16_regular, + 'directions_16_regular', + 16, + ), + + 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_32_regular, + 'dismiss_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_48_regular, + 'dismiss_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_12_regular, + 'dismiss_circle_12_regular', + 12, + ), + + 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_28_regular, + 'dismiss_circle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_32_regular, + 'dismiss_circle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_48_regular, + 'dismiss_circle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_20_regular, + 'dismiss_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_24_regular, + 'dismiss_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_multiple_16_regular, + 'dismiss_square_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_multiple_20_regular, + 'dismiss_square_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diversity_20_regular, + 'diversity_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diversity_24_regular, + 'diversity_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diversity_28_regular, + 'diversity_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.diversity_48_regular, + 'diversity_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_16_regular, + 'divider_short_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_20_regular, + 'divider_short_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_24_regular, + 'divider_short_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_16_regular, + 'divider_tall_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_20_regular, + 'divider_tall_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_24_regular, + 'divider_tall_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_20_regular, + 'dock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_24_regular, + 'dock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_bottom_20_regular, + 'dock_panel_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_16_regular, + 'dock_panel_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_20_regular, + 'dock_panel_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_24_regular, + 'dock_panel_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_28_regular, + 'dock_panel_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_48_regular, + 'dock_panel_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_16_regular, + 'dock_panel_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_20_regular, + 'dock_panel_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_24_regular, + 'dock_panel_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_28_regular, + 'dock_panel_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_48_regular, + 'dock_panel_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dock_row_20_regular, + 'dock_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_row_24_regular, + 'dock_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.doctor_12_regular, + 'doctor_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.doctor_16_regular, + 'doctor_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.doctor_20_regular, + 'doctor_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.doctor_24_regular, + 'doctor_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.doctor_28_regular, + 'doctor_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.doctor_48_regular, + 'doctor_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_16_regular, + 'document_16_regular', + 16, + ), + + 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_32_regular, + 'document_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_48_regular, + 'document_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_add_16_regular, + 'document_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_add_20_regular, + 'document_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_add_24_regular, + 'document_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_add_28_regular, + 'document_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_add_48_regular, + 'document_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_down_16_regular, + 'document_arrow_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_down_20_regular, + 'document_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_16_regular, + 'document_arrow_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_20_regular, + 'document_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_24_regular, + 'document_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_28_regular, + 'document_arrow_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_48_regular, + 'document_arrow_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_right_20_regular, + 'document_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_right_24_regular, + 'document_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_up_16_regular, + 'document_arrow_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_up_20_regular, + 'document_arrow_up_20_regular', + 20, + ), + + 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_bullet_list_20_regular, + 'document_bullet_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_24_regular, + 'document_bullet_list_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_clock_20_regular, + 'document_bullet_list_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_clock_24_regular, + 'document_bullet_list_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_multiple_20_regular, + 'document_bullet_list_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_multiple_24_regular, + 'document_bullet_list_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_off_20_regular, + 'document_bullet_list_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_off_24_regular, + 'document_bullet_list_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_16_regular, + 'document_catch_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_20_regular, + 'document_catch_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_24_regular, + 'document_catch_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_checkmark_20_regular, + 'document_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_checkmark_24_regular, + 'document_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_chevron_double_20_regular, + 'document_chevron_double_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_chevron_double_24_regular, + 'document_chevron_double_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_css_20_regular, + 'document_css_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_css_24_regular, + 'document_css_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_dismiss_16_regular, + 'document_dismiss_16_regular', + 16, + ), + + 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_flowchart_20_regular, + 'document_flowchart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_flowchart_24_regular, + 'document_flowchart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_16_regular, + 'document_footer_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_20_regular, + 'document_footer_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_24_regular, + 'document_footer_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_dismiss_20_regular, + 'document_footer_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_dismiss_24_regular, + 'document_footer_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_remove_24_regular, + 'document_footer_remove_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_16_regular, + 'document_header_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_header_20_regular, + 'document_header_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_24_regular, + 'document_header_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_16_regular, + 'document_header_arrow_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_20_regular, + 'document_header_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_24_regular, + 'document_header_arrow_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_dismiss_20_regular, + 'document_header_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_dismiss_24_regular, + 'document_header_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_footer_16_regular, + 'document_header_footer_16_regular', + 16, + ), + + 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_heart_20_regular, + 'document_heart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_24_regular, + 'document_heart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_pulse_20_regular, + 'document_heart_pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_pulse_24_regular, + 'document_heart_pulse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_javascript_20_regular, + 'document_javascript_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_javascript_24_regular, + 'document_javascript_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_landscape_data_20_regular, + 'document_landscape_data_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_data_24_regular, + 'document_landscape_data_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_20_regular, + 'document_landscape_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_24_regular, + 'document_landscape_split_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_hint_20_regular, + 'document_landscape_split_hint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_link_16_regular, + 'document_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_link_20_regular, + 'document_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_link_24_regular, + 'document_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_16_regular, + 'document_lock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_20_regular, + 'document_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_24_regular, + 'document_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_28_regular, + 'document_lock_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_32_regular, + 'document_lock_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_48_regular, + 'document_lock_48_regular', + 48, + ), + + 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_mention_16_regular, + 'document_mention_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_20_regular, + 'document_mention_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_24_regular, + 'document_mention_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_28_regular, + 'document_mention_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_48_regular, + 'document_mention_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_16_regular, + 'document_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_20_regular, + 'document_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_24_regular, + 'document_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_percent_20_regular, + 'document_multiple_percent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_percent_24_regular, + 'document_multiple_percent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_prohibited_20_regular, + 'document_multiple_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_prohibited_24_regular, + 'document_multiple_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_sync_20_regular, + 'document_multiple_sync_20_regular', + 20, + ), + + 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_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_20_regular, + 'document_page_break_20_regular', + 20, + ), + + 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_pdf_32_regular, + 'document_pdf_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_percent_20_regular, + 'document_percent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_percent_24_regular, + 'document_percent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_person_16_regular, + 'document_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_person_20_regular, + 'document_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_pill_20_regular, + 'document_pill_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_pill_24_regular, + 'document_pill_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_prohibited_20_regular, + 'document_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_prohibited_24_regular, + 'document_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_16_regular, + 'document_question_mark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_20_regular, + 'document_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_24_regular, + 'document_question_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_20_regular, + 'document_queue_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_24_regular, + 'document_queue_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_add_20_regular, + 'document_queue_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_add_24_regular, + 'document_queue_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_multiple_20_regular, + 'document_queue_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_multiple_24_regular, + 'document_queue_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_16_regular, + 'document_ribbon_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_20_regular, + 'document_ribbon_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_24_regular, + 'document_ribbon_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_28_regular, + 'document_ribbon_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_32_regular, + 'document_ribbon_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_48_regular, + 'document_ribbon_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_save_20_regular, + 'document_save_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_save_24_regular, + 'document_save_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_search_16_regular, + 'document_search_16_regular', + 16, + ), + + 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_settings_16_regular, + 'document_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_settings_20_regular, + 'document_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_16_regular, + 'document_split_hint_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_20_regular, + 'document_split_hint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_24_regular, + 'document_split_hint_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_16_regular, + 'document_split_hint_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_20_regular, + 'document_split_hint_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_24_regular, + 'document_split_hint_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_16_regular, + 'document_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_20_regular, + 'document_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_24_regular, + 'document_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_16_regular, + 'document_table_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_table_20_regular, + 'document_table_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_24_regular, + 'document_table_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_arrow_right_20_regular, + 'document_table_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_arrow_right_24_regular, + 'document_table_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_checkmark_20_regular, + 'document_table_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_checkmark_24_regular, + 'document_table_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_cube_20_regular, + 'document_table_cube_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_cube_24_regular, + 'document_table_cube_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_search_20_regular, + 'document_table_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_search_24_regular, + 'document_table_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_truck_20_regular, + 'document_table_truck_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_truck_24_regular, + 'document_table_truck_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_20_regular, + 'document_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_24_regular, + 'document_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_clock_20_regular, + 'document_text_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_clock_24_regular, + 'document_text_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_extract_20_regular, + 'document_text_extract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_extract_24_regular, + 'document_text_extract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_link_20_regular, + 'document_text_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_link_24_regular, + 'document_text_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_toolbox_20_regular, + 'document_text_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_toolbox_24_regular, + 'document_text_toolbox_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_width_20_regular, + 'document_width_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_width_24_regular, + 'document_width_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.door_16_regular, + 'door_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_20_regular, + 'door_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_28_regular, + 'door_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_16_regular, + 'door_arrow_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_20_regular, + 'door_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_24_regular, + 'door_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_16_regular, + 'door_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_20_regular, + 'door_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_28_regular, + 'door_arrow_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.door_tag_20_regular, + 'door_tag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_tag_24_regular, + 'door_tag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_down_20_regular, + 'double_swipe_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_down_24_regular, + 'double_swipe_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_20_regular, + 'double_swipe_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_24_regular, + 'double_swipe_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_down_20_regular, + 'double_tap_swipe_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_down_24_regular, + 'double_tap_swipe_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_up_20_regular, + 'double_tap_swipe_up_20_regular', + 20, + ), + + 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_20_regular, + 'drag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drag_24_regular, + 'drag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_image_20_regular, + 'draw_image_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_image_24_regular, + 'draw_image_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_shape_20_regular, + 'draw_shape_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_shape_24_regular, + 'draw_shape_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_text_20_regular, + 'draw_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_text_24_regular, + 'draw_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_add_20_regular, + 'drawer_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_add_24_regular, + 'drawer_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_arrow_download_20_regular, + 'drawer_arrow_download_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_arrow_download_24_regular, + 'drawer_arrow_download_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_dismiss_20_regular, + 'drawer_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_dismiss_24_regular, + 'drawer_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_download_20_regular, + 'drawer_download_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_download_24_regular, + 'drawer_download_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_play_20_regular, + 'drawer_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_play_24_regular, + 'drawer_play_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_subtract_20_regular, + 'drawer_subtract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_subtract_24_regular, + 'drawer_subtract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_16_regular, + 'drink_beer_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_20_regular, + 'drink_beer_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_24_regular, + 'drink_beer_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_coffee_16_regular, + 'drink_coffee_16_regular', + 16, + ), + + 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_16_regular, + 'drink_margarita_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_margarita_20_regular, + 'drink_margarita_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_margarita_24_regular, + 'drink_margarita_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_to_go_20_regular, + 'drink_to_go_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_to_go_24_regular, + 'drink_to_go_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_16_regular, + 'drink_wine_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_20_regular, + 'drink_wine_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_24_regular, + 'drink_wine_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drive_train_20_regular, + 'drive_train_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drive_train_24_regular, + 'drive_train_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drop_12_regular, + 'drop_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.drop_16_regular, + 'drop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drop_20_regular, + 'drop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drop_24_regular, + 'drop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drop_28_regular, + 'drop_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.drop_48_regular, + 'drop_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_20_regular, + 'dual_screen_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_24_regular, + 'dual_screen_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_20_regular, + 'dual_screen_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_24_regular, + 'dual_screen_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_right_20_regular, + 'dual_screen_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_right_24_regular, + 'dual_screen_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_up_20_regular, + 'dual_screen_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_up_24_regular, + 'dual_screen_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_clock_20_regular, + 'dual_screen_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_clock_24_regular, + 'dual_screen_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_closed_alert_20_regular, + 'dual_screen_closed_alert_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_closed_alert_24_regular, + 'dual_screen_closed_alert_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_desktop_20_regular, + 'dual_screen_desktop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_desktop_24_regular, + 'dual_screen_desktop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_dismiss_20_regular, + 'dual_screen_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_dismiss_24_regular, + 'dual_screen_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_group_20_regular, + 'dual_screen_group_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_group_24_regular, + 'dual_screen_group_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_header_20_regular, + 'dual_screen_header_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_header_24_regular, + 'dual_screen_header_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_lock_20_regular, + 'dual_screen_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_lock_24_regular, + 'dual_screen_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_mirror_20_regular, + 'dual_screen_mirror_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_mirror_24_regular, + 'dual_screen_mirror_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_pagination_20_regular, + 'dual_screen_pagination_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_pagination_24_regular, + 'dual_screen_pagination_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_settings_20_regular, + 'dual_screen_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_settings_24_regular, + 'dual_screen_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_span_20_regular, + 'dual_screen_span_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_span_24_regular, + 'dual_screen_span_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_speaker_20_regular, + 'dual_screen_speaker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_speaker_24_regular, + 'dual_screen_speaker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_status_bar_20_regular, + 'dual_screen_status_bar_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_status_bar_24_regular, + 'dual_screen_status_bar_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_tablet_20_regular, + 'dual_screen_tablet_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_tablet_24_regular, + 'dual_screen_tablet_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_update_20_regular, + 'dual_screen_update_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_update_24_regular, + 'dual_screen_update_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vertical_scroll_20_regular, + 'dual_screen_vertical_scroll_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vertical_scroll_24_regular, + 'dual_screen_vertical_scroll_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vibrate_20_regular, + 'dual_screen_vibrate_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vibrate_24_regular, + 'dual_screen_vibrate_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_16_regular, + 'dumbbell_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_20_regular, + 'dumbbell_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_24_regular, + 'dumbbell_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_28_regular, + 'dumbbell_28_regular', + 28, + ), + + 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.edit_28_regular, + 'edit_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_32_regular, + 'edit_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_48_regular, + 'edit_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_arrow_back_16_regular, + 'edit_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_arrow_back_20_regular, + 'edit_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_16_regular, + 'edit_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_20_regular, + 'edit_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_24_regular, + 'edit_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_28_regular, + 'edit_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_32_regular, + 'edit_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_48_regular, + 'edit_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_16_regular, + 'edit_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_20_regular, + 'edit_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_24_regular, + 'edit_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_28_regular, + 'edit_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_32_regular, + 'edit_prohibited_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_48_regular, + 'edit_prohibited_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_settings_20_regular, + 'edit_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_settings_24_regular, + 'edit_settings_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_28_regular, + 'emoji_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_32_regular, + 'emoji_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.emoji_48_regular, + 'emoji_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_add_16_regular, + 'emoji_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_add_20_regular, + 'emoji_add_20_regular', + 20, + ), + + 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_edit_16_regular, + 'emoji_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_20_regular, + 'emoji_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_24_regular, + 'emoji_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_28_regular, + 'emoji_edit_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_48_regular, + 'emoji_edit_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_20_regular, + 'emoji_hand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_24_regular, + 'emoji_hand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_28_regular, + 'emoji_hand_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_16_regular, + 'emoji_laugh_16_regular', + 16, + ), + + 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_multiple_20_regular, + 'emoji_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_multiple_24_regular, + 'emoji_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sad_16_regular, + 'emoji_sad_16_regular', + 16, + ), + + 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_sad_slight_20_regular, + 'emoji_sad_slight_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sad_slight_24_regular, + 'emoji_sad_slight_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_smile_slight_20_regular, + 'emoji_smile_slight_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_smile_slight_24_regular, + 'emoji_smile_slight_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_16_regular, + 'emoji_sparkle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_20_regular, + 'emoji_sparkle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_24_regular, + 'emoji_sparkle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_28_regular, + 'emoji_sparkle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_32_regular, + 'emoji_sparkle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_48_regular, + 'emoji_sparkle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_20_regular, + 'emoji_surprise_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_24_regular, + 'emoji_surprise_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.engine_20_regular, + 'engine_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.engine_24_regular, + 'engine_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.equal_circle_20_regular, + 'equal_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.equal_circle_24_regular, + 'equal_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.equal_off_20_regular, + 'equal_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.equal_off_24_regular, + 'equal_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_20_regular, + 'eraser_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_24_regular, + 'eraser_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_medium_20_regular, + 'eraser_medium_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_medium_24_regular, + 'eraser_medium_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_segment_20_regular, + 'eraser_segment_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_segment_24_regular, + 'eraser_segment_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_small_20_regular, + 'eraser_small_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_small_24_regular, + 'eraser_small_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_tool_20_regular, + 'eraser_tool_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_tool_24_regular, + 'eraser_tool_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.error_circle_12_regular, + 'error_circle_12_regular', + 12, + ), + + 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.error_circle_settings_16_regular, + 'error_circle_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.error_circle_settings_20_regular, + 'error_circle_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_16_regular, + 'expand_up_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_20_regular, + 'expand_up_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_24_regular, + 'expand_up_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_28_regular, + 'expand_up_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_32_regular, + 'expand_up_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_48_regular, + 'expand_up_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_16_regular, + 'expand_up_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_20_regular, + 'expand_up_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_24_regular, + 'expand_up_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_28_regular, + 'expand_up_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_32_regular, + 'expand_up_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_48_regular, + 'expand_up_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.extended_dock_20_regular, + 'extended_dock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.extended_dock_24_regular, + 'extended_dock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.extension_16_regular, + 'extension_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.extension_20_regular, + 'extension_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.extension_24_regular, + 'extension_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_12_regular, + 'eye_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.eye_16_regular, + 'eye_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_20_regular, + 'eye_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_24_regular, + 'eye_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_off_16_regular, + 'eye_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_off_20_regular, + 'eye_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_off_24_regular, + 'eye_off_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.eye_tracking_16_regular, + 'eye_tracking_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_20_regular, + 'eye_tracking_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_24_regular, + 'eye_tracking_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_16_regular, + 'eye_tracking_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_20_regular, + 'eye_tracking_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_24_regular, + 'eye_tracking_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_16_regular, + 'eye_tracking_on_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_20_regular, + 'eye_tracking_on_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_24_regular, + 'eye_tracking_on_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_20_regular, + 'eyedropper_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_24_regular, + 'eyedropper_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_off_20_regular, + 'eyedropper_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_off_24_regular, + 'eyedropper_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_16_regular, + 'f_stop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_20_regular, + 'f_stop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_24_regular, + 'f_stop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_28_regular, + 'f_stop_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fast_acceleration_20_regular, + 'fast_acceleration_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fast_acceleration_24_regular, + 'fast_acceleration_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fast_forward_16_regular, + 'fast_forward_16_regular', + 16, + ), + + 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_forward_28_regular, + 'fast_forward_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fax_16_regular, + 'fax_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fax_20_regular, + 'fax_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_12_regular, + 'filter_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.filter_16_regular, + 'filter_16_regular', + 16, + ), + + 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.filter_add_20_regular, + 'filter_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_16_regular, + 'filter_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_20_regular, + 'filter_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_24_regular, + 'filter_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.filter_sync_20_regular, + 'filter_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_sync_24_regular, + 'filter_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_20_regular, + 'fingerprint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_24_regular, + 'fingerprint_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_48_regular, + 'fingerprint_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fixed_width_20_regular, + 'fixed_width_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fixed_width_24_regular, + 'fixed_width_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_16_regular, + 'flag_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flag_off_20_regular, + 'flag_off_20_regular', + 20, + ), + + 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_16_regular, + 'flash_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_20_regular, + 'flash_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_24_regular, + 'flash_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_28_regular, + 'flash_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flash_add_20_regular, + 'flash_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_auto_20_regular, + 'flash_auto_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_auto_24_regular, + 'flash_auto_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_16_regular, + 'flash_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_20_regular, + 'flash_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_24_regular, + 'flash_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_28_regular, + 'flash_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_16_regular, + 'flash_flow_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_20_regular, + 'flash_flow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_24_regular, + 'flash_flow_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_off_20_regular, + 'flash_off_20_regular', + 20, + ), + + 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.flash_play_20_regular, + 'flash_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_settings_20_regular, + 'flash_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_settings_24_regular, + 'flash_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_16_regular, + 'flashlight_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_20_regular, + 'flashlight_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_24_regular, + 'flashlight_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_off_20_regular, + 'flashlight_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_off_24_regular, + 'flashlight_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_16_regular, + 'flip_horizontal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_20_regular, + 'flip_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_24_regular, + 'flip_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_28_regular, + 'flip_horizontal_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_32_regular, + 'flip_horizontal_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_48_regular, + 'flip_horizontal_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_16_regular, + 'flip_vertical_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_20_regular, + 'flip_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_24_regular, + 'flip_vertical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_28_regular, + 'flip_vertical_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_32_regular, + 'flip_vertical_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_48_regular, + 'flip_vertical_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.flow_16_regular, + 'flow_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flow_20_regular, + 'flow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_20_regular, + 'flowchart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_24_regular, + 'flowchart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_circle_20_regular, + 'flowchart_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_circle_24_regular, + 'flowchart_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fluent_20_regular, + 'fluent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fluent_24_regular, + 'fluent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fluent_32_regular, + 'fluent_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.fluent_48_regular, + 'fluent_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fluid_16_regular, + 'fluid_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fluid_20_regular, + 'fluid_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fluid_24_regular, + 'fluid_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_16_regular, + 'folder_16_regular', + 16, + ), + + 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_32_regular, + 'folder_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.folder_48_regular, + 'folder_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_add_16_regular, + 'folder_add_16_regular', + 16, + ), + + 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_arrow_left_16_regular, + 'folder_arrow_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_20_regular, + 'folder_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_24_regular, + 'folder_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_28_regular, + 'folder_arrow_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_32_regular, + 'folder_arrow_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_16_regular, + 'folder_arrow_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_20_regular, + 'folder_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_24_regular, + 'folder_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_28_regular, + 'folder_arrow_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_48_regular, + 'folder_arrow_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_16_regular, + 'folder_arrow_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_20_regular, + 'folder_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_24_regular, + 'folder_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_28_regular, + 'folder_arrow_up_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_48_regular, + 'folder_arrow_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_briefcase_20_regular, + 'folder_briefcase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_globe_16_regular, + 'folder_globe_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_globe_20_regular, + 'folder_globe_20_regular', + 20, + ), + + 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_mail_16_regular, + 'folder_mail_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_mail_20_regular, + 'folder_mail_20_regular', + 20, + ), + + 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_person_16_regular, + 'folder_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_person_20_regular, + 'folder_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_16_regular, + 'folder_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_20_regular, + 'folder_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_24_regular, + 'folder_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_28_regular, + 'folder_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_48_regular, + 'folder_prohibited_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_16_regular, + 'folder_swap_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_20_regular, + 'folder_swap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_24_regular, + 'folder_swap_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_16_regular, + 'folder_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_20_regular, + 'folder_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_24_regular, + 'folder_sync_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_16_regular, + 'food_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_20_regular, + 'food_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_24_regular, + 'food_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_apple_20_regular, + 'food_apple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_apple_24_regular, + 'food_apple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_12_regular, + 'food_cake_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_16_regular, + 'food_cake_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_20_regular, + 'food_cake_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_24_regular, + 'food_cake_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_16_regular, + 'food_egg_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_20_regular, + 'food_egg_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_24_regular, + 'food_egg_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_grains_20_regular, + 'food_grains_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_grains_24_regular, + 'food_grains_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_pizza_20_regular, + 'food_pizza_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_pizza_24_regular, + 'food_pizza_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_16_regular, + 'food_toast_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_20_regular, + 'food_toast_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_24_regular, + 'food_toast_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.form_new_20_regular, + 'form_new_20_regular', + 20, + ), + + 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.fps_120_20_regular, + 'fps_120_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_120_24_regular, + 'fps_120_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_240_20_regular, + 'fps_240_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_240_24_regular, + 'fps_240_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_16_regular, + 'fps_30_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_20_regular, + 'fps_30_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_24_regular, + 'fps_30_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_28_regular, + 'fps_30_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_48_regular, + 'fps_30_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_16_regular, + 'fps_60_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_20_regular, + 'fps_60_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_24_regular, + 'fps_60_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_28_regular, + 'fps_60_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_48_regular, + 'fps_60_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fps_960_20_regular, + 'fps_960_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_960_24_regular, + 'fps_960_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_16_regular, + 'full_screen_maximize_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_20_regular, + 'full_screen_maximize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_24_regular, + 'full_screen_maximize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_16_regular, + 'full_screen_minimize_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_20_regular, + 'full_screen_minimize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_24_regular, + 'full_screen_minimize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.games_16_regular, + 'games_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.games_20_regular, + 'games_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.games_24_regular, + 'games_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.games_28_regular, + 'games_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.games_32_regular, + 'games_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.games_48_regular, + 'games_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.gantt_chart_20_regular, + 'gantt_chart_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gantt_chart_24_regular, + 'gantt_chart_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gas_20_regular, + 'gas_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gas_24_regular, + 'gas_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gas_pump_20_regular, + 'gas_pump_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gas_pump_24_regular, + 'gas_pump_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gauge_20_regular, + 'gauge_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gauge_24_regular, + 'gauge_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gauge_add_20_regular, + 'gauge_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gavel_20_regular, + 'gavel_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gavel_24_regular, + 'gavel_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gavel_32_regular, + 'gavel_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.gesture_20_regular, + 'gesture_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gesture_24_regular, + 'gesture_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gif_16_regular, + 'gif_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gif_20_regular, + 'gif_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gif_24_regular, + 'gif_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_16_regular, + 'gift_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gift_20_regular, + 'gift_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_24_regular, + 'gift_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_16_regular, + 'gift_card_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_20_regular, + 'gift_card_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_24_regular, + 'gift_card_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_add_20_regular, + 'gift_card_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_add_24_regular, + 'gift_card_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_arrow_right_20_regular, + 'gift_card_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_arrow_right_24_regular, + 'gift_card_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_money_20_regular, + 'gift_card_money_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_money_24_regular, + 'gift_card_money_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_multiple_20_regular, + 'gift_card_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_multiple_24_regular, + 'gift_card_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glance_20_regular, + 'glance_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glance_24_regular, + 'glance_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glance_default_12_regular, + 'glance_default_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_12_regular, + 'glance_horizontal_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_20_regular, + 'glance_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_24_regular, + 'glance_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_16_regular, + 'glasses_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.glasses_20_regular, + 'glasses_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glasses_24_regular, + 'glasses_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_28_regular, + 'glasses_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.glasses_48_regular, + 'glasses_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_16_regular, + 'glasses_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_20_regular, + 'glasses_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_24_regular, + 'glasses_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_28_regular, + 'glasses_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_48_regular, + 'glasses_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.globe_16_regular, + 'globe_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_20_regular, + 'globe_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_24_regular, + 'globe_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_32_regular, + 'globe_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.globe_add_20_regular, + 'globe_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_add_24_regular, + 'globe_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_16_regular, + 'globe_clock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_20_regular, + 'globe_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_24_regular, + 'globe_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_desktop_20_regular, + 'globe_desktop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_desktop_24_regular, + 'globe_desktop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_location_20_regular, + 'globe_location_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_location_24_regular, + 'globe_location_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_person_20_regular, + 'globe_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_person_24_regular, + 'globe_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_prohibited_20_regular, + 'globe_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_search_20_regular, + 'globe_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_search_24_regular, + 'globe_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_shield_20_regular, + 'globe_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_shield_24_regular, + 'globe_shield_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_star_16_regular, + 'globe_star_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_star_20_regular, + 'globe_star_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_surface_20_regular, + 'globe_surface_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_surface_24_regular, + 'globe_surface_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_20_regular, + 'globe_video_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_24_regular, + 'globe_video_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_28_regular, + 'globe_video_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_32_regular, + 'globe_video_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_48_regular, + 'globe_video_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.grid_16_regular, + 'grid_16_regular', + 16, + ), + + 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.grid_dots_20_regular, + 'grid_dots_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.grid_dots_24_regular, + 'grid_dots_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.grid_dots_28_regular, + 'grid_dots_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.grid_kanban_20_regular, + 'grid_kanban_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_20_regular, + 'group_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_24_regular, + 'group_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_dismiss_20_regular, + 'group_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_dismiss_24_regular, + 'group_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_list_20_regular, + 'group_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_list_24_regular, + 'group_list_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_return_20_regular, + 'group_return_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_return_24_regular, + 'group_return_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guardian_20_regular, + 'guardian_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guardian_24_regular, + 'guardian_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guardian_28_regular, + 'guardian_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.guardian_48_regular, + 'guardian_48_regular', + 48, + ), + + 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_20_regular, + 'guest_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guest_add_24_regular, + 'guest_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guitar_16_regular, + 'guitar_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.guitar_20_regular, + 'guitar_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guitar_24_regular, + 'guitar_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guitar_28_regular, + 'guitar_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_16_regular, + 'hand_draw_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_20_regular, + 'hand_draw_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_24_regular, + 'hand_draw_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_28_regular, + 'hand_draw_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_16_regular, + 'hand_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_20_regular, + 'hand_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_24_regular, + 'hand_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_28_regular, + 'hand_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_16_regular, + 'hand_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_20_regular, + 'hand_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_24_regular, + 'hand_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_28_regular, + 'hand_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_off_20_regular, + 'hand_right_off_20_regular', + 20, + ), + + 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.hard_drive_20_regular, + 'hard_drive_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_12_regular, + 'hat_graduation_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_16_regular, + 'hat_graduation_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_20_regular, + 'hat_graduation_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_24_regular, + 'hat_graduation_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hd_16_regular, + 'hd_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hd_20_regular, + 'hd_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hd_24_regular, + 'hd_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hdr_20_regular, + 'hdr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hdr_24_regular, + 'hdr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hdr_off_20_regular, + 'hdr_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hdr_off_24_regular, + 'hdr_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_20_regular, + 'headphones_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headphones_24_regular, + 'headphones_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_28_regular, + 'headphones_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headphones_32_regular, + 'headphones_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headphones_48_regular, + 'headphones_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_20_regular, + 'headphones_sound_wave_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_24_regular, + 'headphones_sound_wave_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_28_regular, + 'headphones_sound_wave_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_32_regular, + 'headphones_sound_wave_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_48_regular, + 'headphones_sound_wave_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headset_16_regular, + 'headset_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.headset_20_regular, + 'headset_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headset_24_regular, + 'headset_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headset_28_regular, + 'headset_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headset_32_regular, + 'headset_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headset_48_regular, + 'headset_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headset_add_20_regular, + 'headset_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headset_add_24_regular, + 'headset_add_24_regular', + 24, + ), + + 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_12_regular, + 'heart_12_regular', + 12, + ), + + 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.heart_28_regular, + 'heart_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.heart_32_regular, + 'heart_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.heart_48_regular, + 'heart_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.heart_broken_16_regular, + 'heart_broken_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.heart_broken_20_regular, + 'heart_broken_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_16_regular, + 'heart_circle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_20_regular, + 'heart_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_24_regular, + 'heart_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_20_regular, + 'heart_pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_24_regular, + 'heart_pulse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_32_regular, + 'heart_pulse_32_regular', + 32, + ), + + 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.highlight_link_20_regular, + 'highlight_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_16_regular, + 'history_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.history_20_regular, + 'history_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_24_regular, + 'history_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.history_28_regular, + 'history_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.history_32_regular, + 'history_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.history_48_regular, + 'history_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_20_regular, + 'history_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_24_regular, + 'history_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_28_regular, + 'history_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_32_regular, + 'history_dismiss_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_48_regular, + 'history_dismiss_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.home_12_regular, + 'home_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.home_16_regular, + 'home_16_regular', + 16, + ), + + 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_32_regular, + 'home_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.home_48_regular, + 'home_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.home_add_20_regular, + 'home_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_add_24_regular, + 'home_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_16_regular, + 'home_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_20_regular, + 'home_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_24_regular, + 'home_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.home_database_20_regular, + 'home_database_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_more_20_regular, + 'home_more_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_person_20_regular, + 'home_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_person_24_regular, + 'home_person_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_20_regular, + 'image_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_add_24_regular, + 'image_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_alt_text_16_regular, + 'image_alt_text_16_regular', + 16, + ), + + 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_arrow_back_20_regular, + 'image_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_back_24_regular, + 'image_arrow_back_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_counterclockwise_20_regular, + 'image_arrow_counterclockwise_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_counterclockwise_24_regular, + 'image_arrow_counterclockwise_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_forward_20_regular, + 'image_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_forward_24_regular, + 'image_arrow_forward_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_globe_20_regular, + 'image_globe_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_globe_24_regular, + 'image_globe_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_16_regular, + 'image_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_20_regular, + 'image_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_24_regular, + 'image_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_28_regular, + 'image_multiple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_32_regular, + 'image_multiple_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_48_regular, + 'image_multiple_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_off_16_regular, + 'image_multiple_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.image_off_20_regular, + 'image_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_off_24_regular, + 'image_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_prohibited_20_regular, + 'image_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_prohibited_24_regular, + 'image_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_reflection_20_regular, + 'image_reflection_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_reflection_24_regular, + 'image_reflection_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.image_shadow_20_regular, + 'image_shadow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_shadow_24_regular, + 'image_shadow_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_16_regular, + 'immersive_reader_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_20_regular, + 'immersive_reader_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_24_regular, + 'immersive_reader_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_28_regular, + 'immersive_reader_28_regular', + 28, + ), + + 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_20_regular, + 'incognito_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.incognito_24_regular, + 'incognito_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.info_12_regular, + 'info_12_regular', + 12, + ), + + 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.info_shield_20_regular, + 'info_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ink_stroke_20_regular, + 'ink_stroke_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ink_stroke_24_regular, + 'ink_stroke_24_regular', + 24, + ), + + 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.inking_tool_32_regular, + 'inking_tool_32_regular', + 32, + ), + + 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.ios_arrow_left_24_regular, + 'ios_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_ltr_24_regular, + 'ios_arrow_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_right_24_regular, + 'ios_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_rtl_24_regular, + 'ios_arrow_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_chevron_right_20_regular, + 'ios_chevron_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.iot_20_regular, + 'iot_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.iot_24_regular, + 'iot_24_regular', + 24, + ), + + 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_16_regular, + 'key_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.key_20_regular, + 'key_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_24_regular, + 'key_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.key_32_regular, + 'key_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.key_command_16_regular, + 'key_command_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.key_command_20_regular, + 'key_command_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_command_24_regular, + 'key_command_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.key_multiple_20_regular, + 'key_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_reset_20_regular, + 'key_reset_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_reset_24_regular, + 'key_reset_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_123_20_regular, + 'keyboard_123_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_123_24_regular, + 'keyboard_123_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_16_regular, + 'keyboard_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_20_regular, + 'keyboard_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_24_regular, + 'keyboard_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_20_regular, + 'keyboard_dock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_24_regular, + 'keyboard_dock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_float_20_regular, + 'keyboard_layout_float_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_float_24_regular, + 'keyboard_layout_float_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_one_handed_left_20_regular, + 'keyboard_layout_one_handed_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_one_handed_left_24_regular, + 'keyboard_layout_one_handed_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_resize_20_regular, + 'keyboard_layout_resize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_resize_24_regular, + 'keyboard_layout_resize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_split_20_regular, + 'keyboard_layout_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_split_24_regular, + 'keyboard_layout_split_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_16_regular, + 'keyboard_shift_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_20_regular, + 'keyboard_shift_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_24_regular, + 'keyboard_shift_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_16_regular, + 'keyboard_shift_uppercase_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_20_regular, + 'keyboard_shift_uppercase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_24_regular, + 'keyboard_shift_uppercase_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_tab_20_regular, + 'keyboard_tab_20_regular', + 20, + ), + + 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.laptop_dismiss_16_regular, + 'laptop_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.laptop_dismiss_20_regular, + 'laptop_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lasso_20_regular, + 'lasso_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lasso_24_regular, + 'lasso_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lasso_28_regular, + 'lasso_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.launcher_settings_20_regular, + 'launcher_settings_20_regular', + 20, + ), + + 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_one_16_regular, + 'leaf_one_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.leaf_one_20_regular, + 'leaf_one_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.leaf_one_24_regular, + 'leaf_one_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_16_regular, + 'leaf_three_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_20_regular, + 'leaf_three_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_24_regular, + 'leaf_three_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.learning_app_20_regular, + 'learning_app_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.learning_app_24_regular, + 'learning_app_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.library_16_regular, + 'library_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.library_20_regular, + 'library_20_regular', + 20, + ), + + 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_20_regular, + 'lightbulb_circle_20_regular', + 20, + ), + + 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.lightbulb_filament_48_regular, + 'lightbulb_filament_48_regular', + 48, + ), + + 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_20_regular, + 'line_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_24_regular, + 'line_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.line_32_regular, + 'line_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.line_48_regular, + 'line_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_20_regular, + 'line_dashes_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_24_regular, + 'line_dashes_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_32_regular, + 'line_dashes_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_48_regular, + 'line_dashes_48_regular', + 48, + ), + + 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.line_horizontal_5_error_20_regular, + 'line_horizontal_5_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_style_20_regular, + 'line_style_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_style_24_regular, + 'line_style_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.link_12_regular, + 'link_12_regular', + 12, + ), + + 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_32_regular, + 'link_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.link_48_regular, + 'link_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_16_regular, + 'link_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_20_regular, + 'link_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_24_regular, + 'link_dismiss_24_regular', + 24, + ), + + 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_square_12_regular, + 'link_square_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.link_square_16_regular, + 'link_square_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.link_square_20_regular, + 'link_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.link_square_24_regular, + 'link_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.link_toolbox_20_regular, + 'link_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.list_16_regular, + 'list_16_regular', + 16, + ), + + 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.live_off_20_regular, + 'live_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.live_off_24_regular, + 'live_off_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.local_language_zi_24_regular, + 'local_language_zi_24_regular', + 24, + ), + + 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_48_regular, + 'location_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_add_16_regular, + 'location_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.location_add_20_regular, + 'location_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_24_regular, + 'location_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.location_add_left_20_regular, + 'location_add_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_right_20_regular, + 'location_add_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_up_20_regular, + 'location_add_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_left_48_regular, + 'location_arrow_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_right_48_regular, + 'location_arrow_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_up_48_regular, + 'location_arrow_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_dismiss_20_regular, + 'location_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_dismiss_24_regular, + 'location_dismiss_24_regular', + 24, + ), + + 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_off_16_regular, + 'location_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.location_off_20_regular, + 'location_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_off_24_regular, + 'location_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.location_off_28_regular, + 'location_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.location_off_48_regular, + 'location_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_12_regular, + 'lock_closed_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_16_regular, + 'lock_closed_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_20_regular, + 'lock_closed_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_24_regular, + 'lock_closed_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_32_regular, + 'lock_closed_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.lock_multiple_20_regular, + 'lock_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_multiple_24_regular, + 'lock_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_16_regular, + 'lock_open_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_20_regular, + 'lock_open_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_24_regular, + 'lock_open_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_28_regular, + 'lock_open_28_regular', + 28, + ), + + 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.lottery_20_regular, + 'lottery_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lottery_24_regular, + 'lottery_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.luggage_16_regular, + 'luggage_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.luggage_20_regular, + 'luggage_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.luggage_24_regular, + 'luggage_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.luggage_28_regular, + 'luggage_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.luggage_32_regular, + 'luggage_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.luggage_48_regular, + 'luggage_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mail_12_regular, + 'mail_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.mail_16_regular, + 'mail_16_regular', + 16, + ), + + 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_16_regular, + 'mail_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_add_20_regular, + 'mail_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_add_24_regular, + 'mail_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_16_regular, + 'mail_alert_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_20_regular, + 'mail_alert_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_24_regular, + 'mail_alert_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_28_regular, + 'mail_alert_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_16_regular, + 'mail_all_16_regular', + 16, + ), + + 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_read_16_regular, + 'mail_all_read_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_20_regular, + 'mail_all_read_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_24_regular, + 'mail_all_read_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_28_regular, + 'mail_all_read_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_unread_20_regular, + 'mail_all_unread_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_double_back_16_regular, + 'mail_arrow_double_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_double_back_20_regular, + 'mail_arrow_double_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_down_16_regular, + 'mail_arrow_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_down_20_regular, + 'mail_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_forward_16_regular, + 'mail_arrow_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_forward_20_regular, + 'mail_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_16_regular, + 'mail_arrow_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_20_regular, + 'mail_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_24_regular, + 'mail_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_attach_16_regular, + 'mail_attach_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_attach_20_regular, + 'mail_attach_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_checkmark_16_regular, + 'mail_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_checkmark_20_regular, + 'mail_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_16_regular, + 'mail_clock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_20_regular, + 'mail_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_24_regular, + 'mail_clock_24_regular', + 24, + ), + + 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_dismiss_16_regular, + 'mail_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_20_regular, + 'mail_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_24_regular, + 'mail_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_28_regular, + 'mail_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_edit_20_regular, + 'mail_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_edit_24_regular, + 'mail_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_16_regular, + 'mail_error_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_20_regular, + 'mail_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_24_regular, + 'mail_error_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_all_20_regular, + 'mail_inbox_all_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_all_24_regular, + 'mail_inbox_all_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_down_16_regular, + 'mail_inbox_arrow_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_down_20_regular, + 'mail_inbox_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_right_20_regular, + 'mail_inbox_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_right_24_regular, + 'mail_inbox_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_up_20_regular, + 'mail_inbox_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_up_24_regular, + 'mail_inbox_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_16_regular, + 'mail_inbox_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_20_regular, + 'mail_inbox_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_24_regular, + 'mail_inbox_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_28_regular, + 'mail_inbox_checkmark_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_link_20_regular, + 'mail_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_link_24_regular, + 'mail_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_16_regular, + 'mail_list_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_20_regular, + 'mail_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_24_regular, + 'mail_list_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_28_regular, + 'mail_list_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_16_regular, + 'mail_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_20_regular, + 'mail_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_24_regular, + 'mail_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_28_regular, + 'mail_multiple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_off_20_regular, + 'mail_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_off_24_regular, + 'mail_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_16_regular, + 'mail_open_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_20_regular, + 'mail_open_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_24_regular, + 'mail_open_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_pause_16_regular, + 'mail_pause_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_pause_20_regular, + 'mail_pause_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_16_regular, + 'mail_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_20_regular, + 'mail_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_24_regular, + 'mail_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_16_regular, + 'mail_read_16_regular', + 16, + ), + + 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_read_multiple_16_regular, + 'mail_read_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_multiple_24_regular, + 'mail_read_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_multiple_28_regular, + 'mail_read_multiple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_settings_16_regular, + 'mail_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_settings_20_regular, + 'mail_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_shield_16_regular, + 'mail_shield_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_shield_20_regular, + 'mail_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_16_regular, + 'mail_template_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_20_regular, + 'mail_template_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_24_regular, + 'mail_template_24_regular', + 24, + ), + + 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_warning_16_regular, + 'mail_warning_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_warning_20_regular, + 'mail_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_warning_24_regular, + 'mail_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.map_20_regular, + 'map_20_regular', + 20, + ), + + 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_20_regular, + 'match_app_layout_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.match_app_layout_24_regular, + 'match_app_layout_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_format_linear_20_regular, + 'math_format_linear_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_format_linear_24_regular, + 'math_format_linear_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_format_professional_20_regular, + 'math_format_professional_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_format_professional_24_regular, + 'math_format_professional_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_16_regular, + 'math_formula_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_20_regular, + 'math_formula_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_24_regular, + 'math_formula_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_32_regular, + 'math_formula_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_16_regular, + 'math_symbols_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_20_regular, + 'math_symbols_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_24_regular, + 'math_symbols_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_28_regular, + 'math_symbols_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_32_regular, + 'math_symbols_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_48_regular, + 'math_symbols_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.maximize_16_regular, + 'maximize_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.maximize_20_regular, + 'maximize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.maximize_24_regular, + 'maximize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.maximize_28_regular, + 'maximize_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.maximize_48_regular, + 'maximize_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_16_regular, + 'meet_now_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.meet_now_28_regular, + 'meet_now_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_32_regular, + 'meet_now_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_48_regular, + 'meet_now_48_regular', + 48, + ), + + 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_loud_20_regular, + 'megaphone_loud_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_loud_24_regular, + 'megaphone_loud_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_16_regular, + 'megaphone_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_20_regular, + 'megaphone_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_24_regular, + 'megaphone_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_28_regular, + 'megaphone_off_28_regular', + 28, + ), + + 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.mention_arrow_down_20_regular, + 'mention_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mention_brackets_20_regular, + 'mention_brackets_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.merge_20_regular, + 'merge_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.merge_24_regular, + 'merge_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_16_regular, + 'mic_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_20_regular, + 'mic_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_24_regular, + 'mic_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_28_regular, + 'mic_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mic_32_regular, + 'mic_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_48_regular, + 'mic_48_regular', + 48, + ), + + 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_20_regular, + 'mic_off_20_regular', + 20, + ), + + 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_off_32_regular, + 'mic_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_off_48_regular, + 'mic_off_48_regular', + 48, + ), + + 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_32_regular, + 'mic_on_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_on_48_regular, + 'mic_on_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_16_regular, + 'mic_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_20_regular, + 'mic_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_24_regular, + 'mic_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_28_regular, + 'mic_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_48_regular, + 'mic_prohibited_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mic_settings_20_regular, + 'mic_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_settings_24_regular, + 'mic_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_16_regular, + 'mic_sparkle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_20_regular, + 'mic_sparkle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_24_regular, + 'mic_sparkle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_sync_20_regular, + 'mic_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.microscope_20_regular, + 'microscope_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.microscope_24_regular, + 'microscope_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.midi_20_regular, + 'midi_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.midi_24_regular, + 'midi_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mobile_optimized_20_regular, + 'mobile_optimized_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mobile_optimized_24_regular, + 'mobile_optimized_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.molecule_16_regular, + 'molecule_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.molecule_20_regular, + 'molecule_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.molecule_24_regular, + 'molecule_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.molecule_28_regular, + 'molecule_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.molecule_32_regular, + 'molecule_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.molecule_48_regular, + 'molecule_48_regular', + 48, + ), + + 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.money_calculator_20_regular, + 'money_calculator_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_calculator_24_regular, + 'money_calculator_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_dismiss_20_regular, + 'money_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_dismiss_24_regular, + 'money_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_hand_20_regular, + 'money_hand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_hand_24_regular, + 'money_hand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_off_20_regular, + 'money_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_off_24_regular, + 'money_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_settings_20_regular, + 'money_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_circle_20_regular, + 'more_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_circle_32_regular, + 'more_circle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_16_regular, + 'more_horizontal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_20_regular, + 'more_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_24_regular, + 'more_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_28_regular, + 'more_horizontal_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_32_regular, + 'more_horizontal_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_48_regular, + 'more_horizontal_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.more_vertical_16_regular, + 'more_vertical_16_regular', + 16, + ), + + 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_32_regular, + 'more_vertical_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_vertical_48_regular, + 'more_vertical_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_16_regular, + 'movies_and_tv_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_20_regular, + 'movies_and_tv_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_24_regular, + 'movies_and_tv_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_20_regular, + 'multiplier_1_2x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_24_regular, + 'multiplier_1_2x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_28_regular, + 'multiplier_1_2x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_32_regular, + 'multiplier_1_2x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_48_regular, + 'multiplier_1_2x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_20_regular, + 'multiplier_1_5x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_24_regular, + 'multiplier_1_5x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_28_regular, + 'multiplier_1_5x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_32_regular, + 'multiplier_1_5x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_48_regular, + 'multiplier_1_5x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_20_regular, + 'multiplier_1_8x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_24_regular, + 'multiplier_1_8x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_28_regular, + 'multiplier_1_8x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_32_regular, + 'multiplier_1_8x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_48_regular, + 'multiplier_1_8x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_20_regular, + 'multiplier_1x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_24_regular, + 'multiplier_1x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_28_regular, + 'multiplier_1x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_32_regular, + 'multiplier_1x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_48_regular, + 'multiplier_1x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_20_regular, + 'multiplier_2x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_24_regular, + 'multiplier_2x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_28_regular, + 'multiplier_2x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_32_regular, + 'multiplier_2x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_48_regular, + 'multiplier_2x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_20_regular, + 'multiplier_5x_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_24_regular, + 'multiplier_5x_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_28_regular, + 'multiplier_5x_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_32_regular, + 'multiplier_5x_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_48_regular, + 'multiplier_5x_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_16_regular, + 'multiselect_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_20_regular, + 'multiselect_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_24_regular, + 'multiselect_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_16_regular, + 'multiselect_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_20_regular, + 'multiselect_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_24_regular, + 'multiselect_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rlt_20_regular, + 'multiselect_rlt_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_16_regular, + 'multiselect_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_20_regular, + 'multiselect_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_24_regular, + 'multiselect_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_1_20_regular, + 'music_note_1_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_1_24_regular, + 'music_note_1_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_16_regular, + 'music_note_2_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_20_regular, + 'music_note_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_24_regular, + 'music_note_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_play_20_regular, + 'music_note_2_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_1_20_regular, + 'music_note_off_1_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_1_24_regular, + 'music_note_off_1_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_16_regular, + 'music_note_off_2_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_20_regular, + 'music_note_off_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_24_regular, + 'music_note_off_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.my_location_12_regular, + 'my_location_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.my_location_16_regular, + 'my_location_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.my_location_20_regular, + 'my_location_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.my_location_24_regular, + 'my_location_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.navigation_16_regular, + 'navigation_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.navigation_20_regular, + 'navigation_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_24_regular, + 'navigation_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.navigation_location_target_20_regular, + 'navigation_location_target_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_play_20_regular, + 'navigation_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_unread_20_regular, + 'navigation_unread_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_unread_24_regular, + 'navigation_unread_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.network_check_20_regular, + 'network_check_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.network_check_24_regular, + 'network_check_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.new_16_regular, + 'new_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.new_20_regular, + 'new_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.new_24_regular, + 'new_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.news_16_regular, + 'news_16_regular', + 16, + ), + + 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.next_28_regular, + 'next_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.next_32_regular, + 'next_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.next_48_regular, + 'next_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.note_16_regular, + 'note_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.note_20_regular, + 'note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.note_24_regular, + 'note_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.note_28_regular, + 'note_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.note_48_regular, + 'note_48_regular', + 48, + ), + + 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.note_add_28_regular, + 'note_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.note_add_48_regular, + 'note_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.note_edit_20_regular, + 'note_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.note_edit_24_regular, + 'note_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.note_pin_16_regular, + 'note_pin_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.note_pin_20_regular, + 'note_pin_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_20_regular, + 'notebook_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_24_regular, + 'notebook_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_add_20_regular, + 'notebook_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_add_24_regular, + 'notebook_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_error_20_regular, + 'notebook_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_error_24_regular, + 'notebook_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_lightning_20_regular, + 'notebook_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_lightning_24_regular, + 'notebook_lightning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_question_mark_20_regular, + 'notebook_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_question_mark_24_regular, + 'notebook_question_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_20_regular, + 'notebook_section_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_24_regular, + 'notebook_section_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_arrow_right_24_regular, + 'notebook_section_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_subsection_20_regular, + 'notebook_subsection_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_subsection_24_regular, + 'notebook_subsection_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_sync_20_regular, + 'notebook_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_sync_24_regular, + 'notebook_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notepad_12_regular, + 'notepad_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.notepad_16_regular, + 'notepad_16_regular', + 16, + ), + + 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.notepad_32_regular, + 'notepad_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.notepad_edit_16_regular, + 'notepad_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.notepad_edit_20_regular, + 'notepad_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_16_regular, + 'notepad_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_20_regular, + 'notepad_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_24_regular, + 'notepad_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_16_regular, + 'number_circle_1_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_20_regular, + 'number_circle_1_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_24_regular, + 'number_circle_1_24_regular', + 24, + ), + + 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.number_symbol_28_regular, + 'number_symbol_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_32_regular, + 'number_symbol_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_48_regular, + 'number_symbol_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_dismiss_20_regular, + 'number_symbol_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_dismiss_24_regular, + 'number_symbol_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_square_20_regular, + 'number_symbol_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_square_24_regular, + 'number_symbol_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.office_apps_20_regular, + 'office_apps_20_regular', + 20, + ), + + 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_28_regular, + 'open_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_32_regular, + 'open_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.open_48_regular, + 'open_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_16_regular, + 'open_folder_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_20_regular, + 'open_folder_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_24_regular, + 'open_folder_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_28_regular, + 'open_folder_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_48_regular, + 'open_folder_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.open_off_16_regular, + 'open_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.open_off_20_regular, + 'open_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.open_off_24_regular, + 'open_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.open_off_28_regular, + 'open_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_off_48_regular, + 'open_off_48_regular', + 48, + ), + + 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.options_48_regular, + 'options_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.organization_12_regular, + 'organization_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.organization_16_regular, + 'organization_16_regular', + 16, + ), + + 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.organization_32_regular, + 'organization_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.organization_48_regular, + 'organization_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.organization_horizontal_20_regular, + 'organization_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.orientation_20_regular, + 'orientation_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.orientation_24_regular, + 'orientation_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.oval_16_regular, + 'oval_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.oval_20_regular, + 'oval_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.oval_24_regular, + 'oval_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.oval_28_regular, + 'oval_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.oval_32_regular, + 'oval_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.oval_48_regular, + 'oval_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.padding_down_20_regular, + 'padding_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_down_24_regular, + 'padding_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_left_20_regular, + 'padding_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_left_24_regular, + 'padding_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_right_20_regular, + 'padding_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_right_24_regular, + 'padding_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_top_20_regular, + 'padding_top_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_top_24_regular, + 'padding_top_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_brush_arrow_down_20_regular, + 'paint_brush_arrow_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_down_24_regular, + 'paint_brush_arrow_down_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_up_20_regular, + 'paint_brush_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_up_24_regular, + 'paint_brush_arrow_up_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_20_regular, + 'pair_20_regular', + 20, + ), + + 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.panel_bottom_20_regular, + 'panel_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_bottom_contract_20_regular, + 'panel_bottom_contract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_bottom_expand_20_regular, + 'panel_bottom_expand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_16_regular, + 'panel_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_20_regular, + 'panel_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_24_regular, + 'panel_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_28_regular, + 'panel_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_48_regular, + 'panel_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_16_regular, + 'panel_left_contract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_20_regular, + 'panel_left_contract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_24_regular, + 'panel_left_contract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_28_regular, + 'panel_left_contract_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_16_regular, + 'panel_left_expand_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_20_regular, + 'panel_left_expand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_24_regular, + 'panel_left_expand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_28_regular, + 'panel_left_expand_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_16_regular, + 'panel_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_20_regular, + 'panel_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_24_regular, + 'panel_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_28_regular, + 'panel_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_48_regular, + 'panel_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_16_regular, + 'panel_right_contract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_20_regular, + 'panel_right_contract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_24_regular, + 'panel_right_contract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_16_regular, + 'panel_right_expand_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_20_regular, + 'panel_right_expand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_24_regular, + 'panel_right_expand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_separate_window_20_regular, + 'panel_separate_window_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_top_contract_20_regular, + 'panel_top_contract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_top_expand_20_regular, + 'panel_top_expand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.password_16_regular, + 'password_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.password_20_regular, + 'password_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.password_24_regular, + 'password_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patch_20_regular, + 'patch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.patch_24_regular, + 'patch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patient_20_regular, + 'patient_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.patient_24_regular, + 'patient_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patient_32_regular, + 'patient_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pause_12_regular, + 'pause_12_regular', + 12, + ), + + 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.pause_circle_20_regular, + 'pause_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pause_circle_24_regular, + 'pause_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pause_off_16_regular, + 'pause_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pause_off_20_regular, + 'pause_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pause_settings_16_regular, + 'pause_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pause_settings_20_regular, + 'pause_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.payment_16_regular, + 'payment_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.payment_20_regular, + 'payment_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.payment_24_regular, + 'payment_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.payment_28_regular, + 'payment_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_16_regular, + 'pen_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_20_regular, + 'pen_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_24_regular, + 'pen_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_28_regular, + 'pen_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_32_regular, + 'pen_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_48_regular, + 'pen_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_16_regular, + 'pen_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_20_regular, + 'pen_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_24_regular, + 'pen_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_28_regular, + 'pen_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_32_regular, + 'pen_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_48_regular, + 'pen_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_16_regular, + 'pen_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_20_regular, + 'pen_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_24_regular, + 'pen_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_28_regular, + 'pen_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_32_regular, + 'pen_prohibited_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_48_regular, + 'pen_prohibited_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_20_regular, + 'pentagon_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_32_regular, + 'pentagon_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_48_regular, + 'pentagon_48_regular', + 48, + ), + + 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_32_regular, + 'people_32_regular', + 32, + ), + + 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_add_28_regular, + 'people_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_audience_20_regular, + 'people_audience_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_audience_24_regular, + 'people_audience_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_call_16_regular, + 'people_call_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_call_20_regular, + 'people_call_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_16_regular, + 'people_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_20_regular, + 'people_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_24_regular, + 'people_checkmark_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_20_regular, + 'people_community_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_community_add_24_regular, + 'people_community_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_community_add_28_regular, + 'people_community_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_edit_20_regular, + 'people_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_error_16_regular, + 'people_error_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_error_20_regular, + 'people_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_error_24_regular, + 'people_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_list_16_regular, + 'people_list_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_list_20_regular, + 'people_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_list_24_regular, + 'people_list_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_list_28_regular, + 'people_list_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_lock_20_regular, + 'people_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_lock_24_regular, + 'people_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_money_20_regular, + 'people_money_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_money_24_regular, + 'people_money_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_16_regular, + 'people_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_20_regular, + 'people_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_24_regular, + 'people_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_queue_20_regular, + 'people_queue_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_queue_24_regular, + 'people_queue_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_search_20_regular, + 'people_search_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_settings_24_regular, + 'people_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_settings_28_regular, + 'people_settings_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_16_regular, + 'people_swap_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_20_regular, + 'people_swap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_24_regular, + 'people_swap_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_28_regular, + 'people_swap_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_16_regular, + 'people_sync_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_20_regular, + 'people_sync_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_28_regular, + 'people_sync_28_regular', + 28, + ), + + 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.people_team_32_regular, + 'people_team_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.people_team_add_20_regular, + 'people_team_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_add_24_regular, + 'people_team_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_16_regular, + 'people_team_delete_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_20_regular, + 'people_team_delete_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_24_regular, + 'people_team_delete_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_28_regular, + 'people_team_delete_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_32_regular, + 'people_team_delete_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.people_team_toolbox_20_regular, + 'people_team_toolbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_toolbox_24_regular, + 'people_team_toolbox_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_toolbox_16_regular, + 'people_toolbox_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_toolbox_20_regular, + 'people_toolbox_20_regular', + 20, + ), + + 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_32_regular, + 'person_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_48_regular, + 'person_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.person_5_20_regular, + 'person_5_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_5_32_regular, + 'person_5_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_6_20_regular, + 'person_6_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_6_32_regular, + 'person_6_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_accounts_20_regular, + 'person_accounts_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_accounts_24_regular, + 'person_accounts_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_add_16_regular, + 'person_add_16_regular', + 16, + ), + + 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_add_28_regular, + 'person_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_arrow_left_16_regular, + 'person_arrow_left_16_regular', + 16, + ), + + 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_20_regular, + 'person_available_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_available_24_regular, + 'person_available_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_16_regular, + 'person_call_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_call_20_regular, + 'person_call_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_call_24_regular, + 'person_call_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_16_regular, + 'person_chat_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_20_regular, + 'person_chat_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_24_regular, + 'person_chat_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_12_regular, + 'person_circle_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_20_regular, + 'person_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_24_regular, + 'person_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_16_regular, + 'person_clock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_20_regular, + 'person_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_24_regular, + 'person_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_16_regular, + 'person_delete_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_20_regular, + 'person_delete_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_24_regular, + 'person_delete_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_edit_20_regular, + 'person_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_edit_24_regular, + 'person_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_feedback_16_regular, + 'person_feedback_16_regular', + 16, + ), + + 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_info_16_regular, + 'person_info_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_info_20_regular, + 'person_info_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_key_20_regular, + 'person_key_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lightbulb_20_regular, + 'person_lightbulb_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lightbulb_24_regular, + 'person_lightbulb_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_16_regular, + 'person_lock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_20_regular, + 'person_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_24_regular, + 'person_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_16_regular, + 'person_mail_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_20_regular, + 'person_mail_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_24_regular, + 'person_mail_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_28_regular, + 'person_mail_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_48_regular, + 'person_mail_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.person_money_20_regular, + 'person_money_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_money_24_regular, + 'person_money_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_note_20_regular, + 'person_note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_note_24_regular, + 'person_note_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_pill_20_regular, + 'person_pill_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_pill_24_regular, + 'person_pill_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_16_regular, + 'person_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_20_regular, + 'person_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_24_regular, + 'person_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_28_regular, + 'person_prohibited_28_regular', + 28, + ), + + 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_settings_16_regular, + 'person_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_settings_20_regular, + 'person_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_subtract_16_regular, + 'person_subtract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_subtract_20_regular, + 'person_subtract_20_regular', + 20, + ), + + 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_sync_24_regular, + 'person_sync_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_20_regular, + 'person_tag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_24_regular, + 'person_tag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_28_regular, + 'person_tag_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_32_regular, + 'person_tag_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_48_regular, + 'person_tag_48_regular', + 48, + ), + + 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_12_regular, + 'phone_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.phone_16_regular, + 'phone_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_20_regular, + 'phone_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_24_regular, + 'phone_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_add_20_regular, + 'phone_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_add_24_regular, + 'phone_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_arrow_right_20_regular, + 'phone_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_arrow_right_24_regular, + 'phone_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_checkmark_16_regular, + 'phone_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_checkmark_20_regular, + 'phone_checkmark_20_regular', + 20, + ), + + 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_desktop_add_20_regular, + 'phone_desktop_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_dismiss_20_regular, + 'phone_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_dismiss_24_regular, + 'phone_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_eraser_16_regular, + 'phone_eraser_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_eraser_20_regular, + 'phone_eraser_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_laptop_16_regular, + 'phone_laptop_16_regular', + 16, + ), + + 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_laptop_32_regular, + 'phone_laptop_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.phone_link_setup_20_regular, + 'phone_link_setup_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_link_setup_24_regular, + 'phone_link_setup_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_lock_20_regular, + 'phone_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_lock_24_regular, + 'phone_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_page_header_20_regular, + 'phone_page_header_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_page_header_24_regular, + 'phone_page_header_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_pagination_20_regular, + 'phone_pagination_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_pagination_24_regular, + 'phone_pagination_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_screen_time_20_regular, + 'phone_screen_time_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_screen_time_24_regular, + 'phone_screen_time_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_shake_20_regular, + 'phone_shake_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_shake_24_regular, + 'phone_shake_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_16_regular, + 'phone_span_in_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_20_regular, + 'phone_span_in_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_24_regular, + 'phone_span_in_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_28_regular, + 'phone_span_in_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_16_regular, + 'phone_span_out_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_20_regular, + 'phone_span_out_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_24_regular, + 'phone_span_out_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_28_regular, + 'phone_span_out_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.phone_speaker_20_regular, + 'phone_speaker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_speaker_24_regular, + 'phone_speaker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_status_bar_20_regular, + 'phone_status_bar_20_regular', + 20, + ), + + 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_update_20_regular, + 'phone_update_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_24_regular, + 'phone_update_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_checkmark_20_regular, + 'phone_update_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_checkmark_24_regular, + 'phone_update_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_vertical_scroll_20_regular, + 'phone_vertical_scroll_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_vertical_scroll_24_regular, + 'phone_vertical_scroll_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_20_regular, + 'phone_vibrate_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_24_regular, + 'phone_vibrate_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.photo_filter_20_regular, + 'photo_filter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.photo_filter_24_regular, + 'photo_filter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pi_20_regular, + 'pi_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pi_24_regular, + 'pi_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.picture_in_picture_enter_16_regular, + 'picture_in_picture_enter_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_enter_20_regular, + 'picture_in_picture_enter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_enter_24_regular, + 'picture_in_picture_enter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_16_regular, + 'picture_in_picture_exit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_20_regular, + 'picture_in_picture_exit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_24_regular, + 'picture_in_picture_exit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pill_16_regular, + 'pill_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pill_20_regular, + 'pill_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pill_24_regular, + 'pill_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pill_28_regular, + 'pill_28_regular', + 28, + ), + + 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_28_regular, + 'pin_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pin_32_regular, + 'pin_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pin_48_regular, + 'pin_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_16_regular, + 'pin_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_20_regular, + 'pin_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_24_regular, + 'pin_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_28_regular, + 'pin_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_32_regular, + 'pin_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_48_regular, + 'pin_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_20_regular, + 'pipeline_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_add_20_regular, + 'pipeline_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_play_20_regular, + 'pipeline_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pivot_20_regular, + 'pivot_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pivot_24_regular, + 'pivot_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_12_regular, + 'play_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.play_16_regular, + 'play_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.play_20_regular, + 'play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.play_24_regular, + 'play_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_28_regular, + 'play_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.play_32_regular, + 'play_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.play_48_regular, + 'play_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_16_regular, + 'play_circle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_20_regular, + 'play_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_24_regular, + 'play_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_28_regular, + 'play_circle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_48_regular, + 'play_circle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.play_settings_20_regular, + 'play_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_20_regular, + 'plug_connected_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_24_regular, + 'plug_connected_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_add_20_regular, + 'plug_connected_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_checkmark_20_regular, + 'plug_connected_checkmark_20_regular', + 20, + ), + + 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_20_regular, + 'point_scan_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.point_scan_24_regular, + 'point_scan_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.poll_16_regular, + 'poll_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.poll_20_regular, + 'poll_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.poll_24_regular, + 'poll_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_hdmi_20_regular, + 'port_hdmi_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.port_hdmi_24_regular, + 'port_hdmi_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_micro_usb_24_regular, + 'port_micro_usb_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_a_20_regular, + 'port_usb_a_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_a_24_regular, + 'port_usb_a_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_c_24_regular, + 'port_usb_c_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_backward_20_regular, + 'position_backward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_backward_24_regular, + 'position_backward_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_forward_20_regular, + 'position_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_forward_24_regular, + 'position_forward_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_to_back_20_regular, + 'position_to_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_to_back_24_regular, + 'position_to_back_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_to_front_20_regular, + 'position_to_front_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_to_front_24_regular, + 'position_to_front_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_20_regular, + 'predictions_20_regular', + 20, + ), + + 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.premium_32_regular, + 'premium_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.premium_person_20_regular, + 'premium_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.premium_person_24_regular, + 'premium_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_10_regular, + 'presence_available_10_regular', + 10, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_12_regular, + 'presence_available_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_16_regular, + 'presence_available_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_20_regular, + 'presence_available_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_24_regular, + 'presence_available_24_regular', + 24, + ), + + 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_blocked_20_regular, + 'presence_blocked_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_blocked_24_regular, + 'presence_blocked_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_10_regular, + 'presence_dnd_10_regular', + 10, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_12_regular, + 'presence_dnd_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_16_regular, + 'presence_dnd_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_20_regular, + 'presence_dnd_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_24_regular, + 'presence_dnd_24_regular', + 24, + ), + + 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_offline_20_regular, + 'presence_offline_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_offline_24_regular, + 'presence_offline_24_regular', + 24, + ), + + 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_oof_20_regular, + 'presence_oof_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_oof_24_regular, + 'presence_oof_24_regular', + 24, + ), + + 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.presence_unknown_20_regular, + 'presence_unknown_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_unknown_24_regular, + 'presence_unknown_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presenter_20_regular, + 'presenter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presenter_24_regular, + 'presenter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presenter_off_20_regular, + 'presenter_off_20_regular', + 20, + ), + + 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.previous_28_regular, + 'previous_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.previous_32_regular, + 'previous_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.previous_48_regular, + 'previous_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.print_16_regular, + 'print_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.print_20_regular, + 'print_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.print_24_regular, + 'print_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.print_28_regular, + 'print_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.print_48_regular, + 'print_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.print_add_20_regular, + 'print_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.print_add_24_regular, + 'print_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.production_20_regular, + 'production_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.production_24_regular, + 'production_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.production_checkmark_20_regular, + 'production_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.production_checkmark_24_regular, + 'production_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_12_regular, + 'prohibited_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_16_regular, + 'prohibited_16_regular', + 16, + ), + + 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.prohibited_multiple_16_regular, + 'prohibited_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_multiple_20_regular, + 'prohibited_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_multiple_24_regular, + 'prohibited_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_note_20_regular, + 'prohibited_note_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_16_regular, + 'projection_screen_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_20_regular, + 'projection_screen_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_24_regular, + 'projection_screen_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_28_regular, + 'projection_screen_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_16_regular, + 'projection_screen_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_20_regular, + 'projection_screen_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_24_regular, + 'projection_screen_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_28_regular, + 'projection_screen_dismiss_28_regular', + 28, + ), + + 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.pulse_20_regular, + 'pulse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pulse_24_regular, + 'pulse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pulse_28_regular, + 'pulse_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pulse_32_regular, + 'pulse_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pulse_square_20_regular, + 'pulse_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pulse_square_24_regular, + 'pulse_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_16_regular, + 'puzzle_cube_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_20_regular, + 'puzzle_cube_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_24_regular, + 'puzzle_cube_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_28_regular, + 'puzzle_cube_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_48_regular, + 'puzzle_cube_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_piece_20_regular, + 'puzzle_cube_piece_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_16_regular, + 'puzzle_piece_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_20_regular, + 'puzzle_piece_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_24_regular, + 'puzzle_piece_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_shield_20_regular, + 'puzzle_piece_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.qr_code_20_regular, + 'qr_code_20_regular', + 20, + ), + + 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_12_regular, + 'question_circle_12_regular', + 12, + ), + + 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_32_regular, + 'question_circle_32_regular', + 32, + ), + + 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.radar_20_regular, + 'radar_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radar_checkmark_20_regular, + 'radar_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radar_rectangle_multiple_20_regular, + 'radar_rectangle_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radio_button_20_regular, + 'radio_button_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radio_button_24_regular, + 'radio_button_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ram_20_regular, + 'ram_20_regular', + 20, + ), + + 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.ratio_one_to_one_20_regular, + 'ratio_one_to_one_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ratio_one_to_one_24_regular, + 'ratio_one_to_one_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_horizontal_16_regular, + 're_order_dots_horizontal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_horizontal_20_regular, + 're_order_dots_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_horizontal_24_regular, + 're_order_dots_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_16_regular, + 're_order_dots_vertical_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_20_regular, + 're_order_dots_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_24_regular, + 're_order_dots_vertical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.read_aloud_16_regular, + 'read_aloud_16_regular', + 16, + ), + + 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_aloud_28_regular, + 'read_aloud_28_regular', + 28, + ), + + 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_mobile_20_regular, + 'reading_mode_mobile_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.reading_mode_mobile_24_regular, + 'reading_mode_mobile_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.real_estate_20_regular, + 'real_estate_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.real_estate_24_regular, + 'real_estate_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_20_regular, + 'receipt_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_24_regular, + 'receipt_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_add_20_regular, + 'receipt_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_add_24_regular, + 'receipt_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_bag_20_regular, + 'receipt_bag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_bag_24_regular, + 'receipt_bag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_cube_20_regular, + 'receipt_cube_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_cube_24_regular, + 'receipt_cube_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_money_20_regular, + 'receipt_money_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_money_24_regular, + 'receipt_money_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_play_20_regular, + 'receipt_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_play_24_regular, + 'receipt_play_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_search_20_regular, + 'receipt_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.record_12_regular, + 'record_12_regular', + 12, + ), + + 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.record_28_regular, + 'record_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.record_32_regular, + 'record_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.record_48_regular, + 'record_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_12_regular, + 'record_stop_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_16_regular, + 'record_stop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_20_regular, + 'record_stop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_24_regular, + 'record_stop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_28_regular, + 'record_stop_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_32_regular, + 'record_stop_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_48_regular, + 'record_stop_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_12_regular, + 'rectangle_landscape_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_16_regular, + 'rectangle_landscape_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_20_regular, + 'rectangle_landscape_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_24_regular, + 'rectangle_landscape_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_28_regular, + 'rectangle_landscape_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_32_regular, + 'rectangle_landscape_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_48_regular, + 'rectangle_landscape_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_portrait_location_target_20_regular, + 'rectangle_portrait_location_target_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.remote_16_regular, + 'remote_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.remote_20_regular, + 'remote_20_regular', + 20, + ), + + 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.reorder_20_regular, + 'reorder_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.replay_20_regular, + 'replay_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_20_regular, + 'resize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_24_regular, + 'resize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_image_20_regular, + 'resize_image_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_image_24_regular, + 'resize_image_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_16_regular, + 'resize_large_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_20_regular, + 'resize_large_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_24_regular, + 'resize_large_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_16_regular, + 'resize_small_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_20_regular, + 'resize_small_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_24_regular, + 'resize_small_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_table_20_regular, + 'resize_table_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_table_24_regular, + 'resize_table_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_video_20_regular, + 'resize_video_20_regular', + 20, + ), + + 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_16_regular, + 'rewind_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rewind_20_regular, + 'rewind_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rewind_24_regular, + 'rewind_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rewind_28_regular, + 'rewind_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_16_regular, + 'rhombus_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_20_regular, + 'rhombus_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_24_regular, + 'rhombus_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_28_regular, + 'rhombus_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_32_regular, + 'rhombus_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_48_regular, + 'rhombus_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_12_regular, + 'ribbon_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_16_regular, + 'ribbon_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_20_regular, + 'ribbon_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_24_regular, + 'ribbon_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_32_regular, + 'ribbon_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_add_20_regular, + 'ribbon_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_add_24_regular, + 'ribbon_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_12_regular, + 'ribbon_off_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_16_regular, + 'ribbon_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_20_regular, + 'ribbon_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_24_regular, + 'ribbon_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_32_regular, + 'ribbon_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_star_20_regular, + 'ribbon_star_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_star_24_regular, + 'ribbon_star_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_16_regular, + 'road_cone_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_20_regular, + 'road_cone_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_24_regular, + 'road_cone_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_28_regular, + 'road_cone_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_32_regular, + 'road_cone_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_48_regular, + 'road_cone_48_regular', + 48, + ), + + 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.rotate_left_20_regular, + 'rotate_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rotate_left_24_regular, + 'rotate_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rotate_right_20_regular, + 'rotate_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rotate_right_24_regular, + 'rotate_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.router_20_regular, + 'router_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.router_24_regular, + 'router_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.row_triple_20_regular, + 'row_triple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.row_triple_24_regular, + 'row_triple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rss_24_regular, + 'rss_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_16_regular, + 'run_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.run_20_regular, + 'run_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.run_24_regular, + 'run_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sanitize_20_regular, + 'sanitize_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sanitize_24_regular, + 'sanitize_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_16_regular, + 'save_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.save_20_regular, + 'save_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_24_regular, + 'save_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_arrow_right_20_regular, + 'save_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_arrow_right_24_regular, + 'save_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_copy_24_regular, + 'save_copy_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_edit_20_regular, + 'save_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_edit_24_regular, + 'save_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_image_20_regular, + 'save_image_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_multiple_20_regular, + 'save_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_multiple_24_regular, + 'save_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_search_20_regular, + 'save_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_sync_20_regular, + 'save_sync_20_regular', + 20, + ), + + 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_20_regular, + 'scale_fill_20_regular', + 20, + ), + + 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.scales_24_regular, + 'scales_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scales_32_regular, + 'scales_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.scan_16_regular, + 'scan_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_20_regular, + 'scan_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_24_regular, + 'scan_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_16_regular, + 'scan_camera_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_20_regular, + 'scan_camera_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_24_regular, + 'scan_camera_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_28_regular, + 'scan_camera_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_48_regular, + 'scan_camera_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_12_regular, + 'scan_dash_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_16_regular, + 'scan_dash_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_20_regular, + 'scan_dash_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_24_regular, + 'scan_dash_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_28_regular, + 'scan_dash_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_32_regular, + 'scan_dash_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_48_regular, + 'scan_dash_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_object_20_regular, + 'scan_object_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_object_24_regular, + 'scan_object_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_table_20_regular, + 'scan_table_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_table_24_regular, + 'scan_table_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_text_20_regular, + 'scan_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_text_24_regular, + 'scan_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_16_regular, + 'scan_thumb_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_20_regular, + 'scan_thumb_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_24_regular, + 'scan_thumb_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_28_regular, + 'scan_thumb_up_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_48_regular, + 'scan_thumb_up_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_16_regular, + 'scan_thumb_up_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_20_regular, + 'scan_thumb_up_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_24_regular, + 'scan_thumb_up_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_28_regular, + 'scan_thumb_up_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_48_regular, + 'scan_thumb_up_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_20_regular, + 'scan_type_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_24_regular, + 'scan_type_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_checkmark_20_regular, + 'scan_type_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_checkmark_24_regular, + 'scan_type_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_off_20_regular, + 'scan_type_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scratchpad_20_regular, + 'scratchpad_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scratchpad_24_regular, + 'scratchpad_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.screen_cut_20_regular, + 'screen_cut_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_person_20_regular, + 'screen_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_search_20_regular, + 'screen_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_search_24_regular, + 'screen_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.screen_share_start_48_regular, + 'screen_share_start_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.screenshot_20_regular, + 'screenshot_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screenshot_24_regular, + 'screenshot_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.search_12_regular, + 'search_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.search_16_regular, + 'search_16_regular', + 16, + ), + + 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_32_regular, + 'search_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.search_48_regular, + 'search_48_regular', + 48, + ), + + 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_settings_20_regular, + 'search_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_shield_20_regular, + 'search_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_square_20_regular, + 'search_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_square_24_regular, + 'search_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_16_regular, + 'search_visual_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_20_regular, + 'search_visual_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_24_regular, + 'search_visual_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_all_off_24_regular, + 'select_all_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_all_on_24_regular, + 'select_all_on_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.select_object_skew_20_regular, + 'select_object_skew_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_24_regular, + 'select_object_skew_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_dismiss_20_regular, + 'select_object_skew_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_dismiss_24_regular, + 'select_object_skew_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_edit_20_regular, + 'select_object_skew_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_edit_24_regular, + 'select_object_skew_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.send_16_regular, + 'send_16_regular', + 16, + ), + + 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_clock_24_regular, + 'send_clock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.send_copy_24_regular, + 'send_copy_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.server_20_regular, + 'server_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.server_24_regular, + 'server_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.server_multiple_20_regular, + 'server_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.server_play_20_regular, + 'server_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.service_bell_20_regular, + 'service_bell_20_regular', + 20, + ), + + 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.settings_32_regular, + 'settings_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.settings_48_regular, + 'settings_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.settings_chat_20_regular, + 'settings_chat_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.settings_chat_24_regular, + 'settings_chat_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_16_regular, + 'shape_exclude_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_20_regular, + 'shape_exclude_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_24_regular, + 'shape_exclude_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_16_regular, + 'shape_intersect_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_20_regular, + 'shape_intersect_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_24_regular, + 'shape_intersect_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_16_regular, + 'shape_subtract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_20_regular, + 'shape_subtract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_24_regular, + 'shape_subtract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_16_regular, + 'shape_union_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_20_regular, + 'shape_union_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_24_regular, + 'shape_union_24_regular', + 24, + ), + + 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.shapes_28_regular, + 'shapes_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shapes_48_regular, + 'shapes_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.share_16_regular, + 'share_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_20_regular, + 'share_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_24_regular, + 'share_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_28_regular, + 'share_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_48_regular, + 'share_48_regular', + 48, + ), + + 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_20_regular, + 'share_close_tray_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_close_tray_24_regular, + 'share_close_tray_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_person_16_regular, + 'share_screen_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_20_regular, + 'share_screen_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_24_regular, + 'share_screen_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_28_regular, + 'share_screen_person_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_16_regular, + 'share_screen_person_overlay_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_20_regular, + 'share_screen_person_overlay_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_24_regular, + 'share_screen_person_overlay_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_28_regular, + 'share_screen_person_overlay_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_16_regular, + 'share_screen_person_overlay_inside_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_20_regular, + 'share_screen_person_overlay_inside_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_24_regular, + 'share_screen_person_overlay_inside_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_28_regular, + 'share_screen_person_overlay_inside_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_16_regular, + 'share_screen_person_p_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_20_regular, + 'share_screen_person_p_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_24_regular, + 'share_screen_person_p_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_28_regular, + 'share_screen_person_p_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_20_regular, + 'share_screen_start_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_24_regular, + 'share_screen_start_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_28_regular, + 'share_screen_start_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_48_regular, + 'share_screen_start_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_16_regular, + 'share_screen_stop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_20_regular, + 'share_screen_stop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_24_regular, + 'share_screen_stop_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_28_regular, + 'share_screen_stop_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_48_regular, + 'share_screen_stop_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_16_regular, + 'shield_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_20_regular, + 'shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_24_regular, + 'shield_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_28_regular, + 'shield_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_48_regular, + 'shield_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_badge_20_regular, + 'shield_badge_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_badge_24_regular, + 'shield_badge_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_16_regular, + 'shield_checkmark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_20_regular, + 'shield_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_24_regular, + 'shield_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_28_regular, + 'shield_checkmark_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_48_regular, + 'shield_checkmark_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_16_regular, + 'shield_dismiss_16_regular', + 16, + ), + + 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_dismiss_shield_20_regular, + 'shield_dismiss_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_error_16_regular, + 'shield_error_16_regular', + 16, + ), + + 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_lock_16_regular, + 'shield_lock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_20_regular, + 'shield_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_24_regular, + 'shield_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_28_regular, + 'shield_lock_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_48_regular, + 'shield_lock_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_person_20_regular, + 'shield_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_person_add_20_regular, + 'shield_person_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_prohibited_20_regular, + 'shield_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_prohibited_24_regular, + 'shield_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_16_regular, + 'shield_task_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_20_regular, + 'shield_task_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_24_regular, + 'shield_task_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_28_regular, + 'shield_task_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_48_regular, + 'shield_task_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_24_regular, + 'shield_video_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_28_regular, + 'shield_video_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_48_regular, + 'shield_video_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shifts_16_regular, + 'shifts_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shifts_20_regular, + 'shifts_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_24_regular, + 'shifts_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_28_regular, + 'shifts_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shifts_30_minutes_20_regular, + 'shifts_30_minutes_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_30_minutes_24_regular, + 'shifts_30_minutes_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_32_regular, + 'shifts_32_regular', + 32, + ), + + 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_20_regular, + 'shifts_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_add_24_regular, + 'shifts_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_availability_20_regular, + 'shifts_availability_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_availability_24_regular, + 'shifts_availability_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_checkmark_20_regular, + 'shifts_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_checkmark_24_regular, + 'shifts_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_day_20_regular, + 'shifts_day_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_day_24_regular, + 'shifts_day_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_prohibited_20_regular, + 'shifts_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_prohibited_24_regular, + 'shifts_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_question_mark_20_regular, + 'shifts_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_question_mark_24_regular, + 'shifts_question_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_team_24_regular, + 'shifts_team_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_16_regular, + 'shopping_bag_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_20_regular, + 'shopping_bag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_24_regular, + 'shopping_bag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_arrow_left_20_regular, + 'shopping_bag_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_arrow_left_24_regular, + 'shopping_bag_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_dismiss_20_regular, + 'shopping_bag_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_dismiss_24_regular, + 'shopping_bag_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_pause_20_regular, + 'shopping_bag_pause_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_pause_24_regular, + 'shopping_bag_pause_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_percent_20_regular, + 'shopping_bag_percent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_percent_24_regular, + 'shopping_bag_percent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_play_20_regular, + 'shopping_bag_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_play_24_regular, + 'shopping_bag_play_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_tag_20_regular, + 'shopping_bag_tag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_tag_24_regular, + 'shopping_bag_tag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shortpick_20_regular, + 'shortpick_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shortpick_24_regular, + 'shortpick_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sidebar_search_ltr_20_regular, + 'sidebar_search_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sidebar_search_rtl_20_regular, + 'sidebar_search_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sign_out_20_regular, + 'sign_out_20_regular', + 20, + ), + + 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.skip_back_10_20_regular, + 'skip_back_10_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_24_regular, + 'skip_back_10_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_28_regular, + 'skip_back_10_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_32_regular, + 'skip_back_10_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_48_regular, + 'skip_back_10_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_24_regular, + 'skip_backward_10_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_28_regular, + 'skip_backward_10_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_32_regular, + 'skip_backward_10_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_48_regular, + 'skip_backward_10_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_20_regular, + 'skip_forward_10_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_24_regular, + 'skip_forward_10_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_28_regular, + 'skip_forward_10_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_32_regular, + 'skip_forward_10_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_48_regular, + 'skip_forward_10_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_20_regular, + 'skip_forward_30_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_24_regular, + 'skip_forward_30_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_28_regular, + 'skip_forward_30_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_32_regular, + 'skip_forward_30_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_48_regular, + 'skip_forward_30_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_tab_20_regular, + 'skip_forward_tab_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_tab_24_regular, + 'skip_forward_tab_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sleep_20_regular, + 'sleep_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sleep_24_regular, + 'sleep_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_16_regular, + 'slide_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_20_regular, + 'slide_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_24_regular, + 'slide_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_28_regular, + 'slide_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_32_regular, + 'slide_add_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_48_regular, + 'slide_add_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.slide_arrow_right_20_regular, + 'slide_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_arrow_right_24_regular, + 'slide_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_design_24_regular, + 'slide_design_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_16_regular, + 'slide_eraser_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_20_regular, + 'slide_eraser_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_24_regular, + 'slide_eraser_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_grid_20_regular, + 'slide_grid_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_grid_24_regular, + 'slide_grid_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_microphone_32_regular, + 'slide_microphone_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_20_regular, + 'slide_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_24_regular, + 'slide_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_arrow_right_20_regular, + 'slide_multiple_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_arrow_right_24_regular, + 'slide_multiple_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_search_20_regular, + 'slide_multiple_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_search_24_regular, + 'slide_multiple_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_search_24_regular, + 'slide_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_search_28_regular, + 'slide_search_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_settings_20_regular, + 'slide_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_settings_24_regular, + 'slide_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_size_20_regular, + 'slide_size_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_size_24_regular, + 'slide_size_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_16_regular, + 'slide_text_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_20_regular, + 'slide_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_24_regular, + 'slide_text_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_28_regular, + 'slide_text_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_48_regular, + 'slide_text_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.slide_transition_20_regular, + 'slide_transition_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_transition_24_regular, + 'slide_transition_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_20_regular, + 'smartwatch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_24_regular, + 'smartwatch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_dot_20_regular, + 'smartwatch_dot_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_dot_24_regular, + 'smartwatch_dot_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.snooze_16_regular, + 'snooze_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.snooze_20_regular, + 'snooze_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.snooze_24_regular, + 'snooze_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_20_regular, + 'sound_source_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_24_regular, + 'sound_source_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_28_regular, + 'sound_source_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.sound_wave_circle_20_regular, + 'sound_wave_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sound_wave_circle_24_regular, + 'sound_wave_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.spacebar_20_regular, + 'spacebar_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.spacebar_24_regular, + 'spacebar_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_16_regular, + 'sparkle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_20_regular, + 'sparkle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_24_regular, + 'sparkle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_28_regular, + 'sparkle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_48_regular, + 'sparkle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_16_regular, + 'speaker_0_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_20_regular, + 'speaker_0_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_24_regular, + 'speaker_0_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_28_regular, + 'speaker_0_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_32_regular, + 'speaker_0_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_48_regular, + 'speaker_0_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_16_regular, + 'speaker_1_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_20_regular, + 'speaker_1_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_24_regular, + 'speaker_1_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_28_regular, + 'speaker_1_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_32_regular, + 'speaker_1_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_48_regular, + 'speaker_1_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_16_regular, + 'speaker_2_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_20_regular, + 'speaker_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_24_regular, + 'speaker_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_28_regular, + 'speaker_2_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_32_regular, + 'speaker_2_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_48_regular, + 'speaker_2_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_bluetooth_24_regular, + 'speaker_bluetooth_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_bluetooth_28_regular, + 'speaker_bluetooth_28_regular', + 28, + ), + + 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_mute_16_regular, + 'speaker_mute_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_20_regular, + 'speaker_mute_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_24_regular, + 'speaker_mute_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_28_regular, + 'speaker_mute_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_48_regular, + 'speaker_mute_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_off_16_regular, + 'speaker_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_off_20_regular, + 'speaker_off_20_regular', + 20, + ), + + 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_off_48_regular, + 'speaker_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_20_regular, + 'speaker_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_24_regular, + 'speaker_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_28_regular, + 'speaker_settings_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_usb_24_regular, + 'speaker_usb_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_usb_28_regular, + 'speaker_usb_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.spinner_ios_20_regular, + 'spinner_ios_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_hint_20_regular, + 'split_hint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_12_regular, + 'split_horizontal_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_16_regular, + 'split_horizontal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_20_regular, + 'split_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_24_regular, + 'split_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_28_regular, + 'split_horizontal_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_32_regular, + 'split_horizontal_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_48_regular, + 'split_horizontal_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_12_regular, + 'split_vertical_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_16_regular, + 'split_vertical_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_20_regular, + 'split_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_24_regular, + 'split_vertical_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_28_regular, + 'split_vertical_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_32_regular, + 'split_vertical_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_48_regular, + 'split_vertical_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.sport_16_regular, + 'sport_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sport_20_regular, + 'sport_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_24_regular, + 'sport_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_american_football_20_regular, + 'sport_american_football_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_american_football_24_regular, + 'sport_american_football_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_baseball_20_regular, + 'sport_baseball_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_baseball_24_regular, + 'sport_baseball_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_basketball_24_regular, + 'sport_basketball_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_hockey_20_regular, + 'sport_hockey_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_hockey_24_regular, + 'sport_hockey_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_16_regular, + 'sport_soccer_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_20_regular, + 'sport_soccer_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_24_regular, + 'sport_soccer_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_12_regular, + 'square_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.square_16_regular, + 'square_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_20_regular, + 'square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_24_regular, + 'square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_28_regular, + 'square_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_32_regular, + 'square_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_48_regular, + 'square_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_add_16_regular, + 'square_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_add_20_regular, + 'square_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_16_regular, + 'square_arrow_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_20_regular, + 'square_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_24_regular, + 'square_arrow_forward_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_28_regular, + 'square_arrow_forward_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_32_regular, + 'square_arrow_forward_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_48_regular, + 'square_arrow_forward_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_dismiss_16_regular, + 'square_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_dismiss_20_regular, + 'square_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_16_regular, + 'square_hint_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_20_regular, + 'square_hint_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_24_regular, + 'square_hint_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_28_regular, + 'square_hint_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_32_regular, + 'square_hint_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_48_regular, + 'square_hint_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_apps_20_regular, + 'square_hint_apps_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_apps_24_regular, + 'square_hint_apps_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_arrow_back_16_regular, + 'square_hint_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_arrow_back_20_regular, + 'square_hint_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_16_regular, + 'square_hint_sparkles_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_20_regular, + 'square_hint_sparkles_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_24_regular, + 'square_hint_sparkles_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_28_regular, + 'square_hint_sparkles_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_32_regular, + 'square_hint_sparkles_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_48_regular, + 'square_hint_sparkles_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_16_regular, + 'square_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_20_regular, + 'square_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_24_regular, + 'square_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_shadow_12_regular, + 'square_shadow_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.square_shadow_20_regular, + 'square_shadow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.squares_nested_20_regular, + 'squares_nested_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_16_regular, + 'stack_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.stack_20_regular, + 'stack_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_24_regular, + 'stack_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stack_arrow_forward_20_regular, + 'stack_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_arrow_forward_24_regular, + 'stack_arrow_forward_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_16_regular, + 'stack_star_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_20_regular, + 'stack_star_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_24_regular, + 'stack_star_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_48_regular, + 'star_48_regular', + 48, + ), + + 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_add_28_regular, + 'star_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_end_20_regular, + 'star_arrow_right_end_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_end_24_regular, + 'star_arrow_right_end_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_start_20_regular, + 'star_arrow_right_start_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_start_24_regular, + 'star_arrow_right_start_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_16_regular, + 'star_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_20_regular, + 'star_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_24_regular, + 'star_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_28_regular, + 'star_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.star_edit_20_regular, + 'star_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_edit_24_regular, + 'star_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_20_regular, + 'star_emphasis_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_24_regular, + 'star_emphasis_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_32_regular, + 'star_emphasis_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.star_half_12_regular, + 'star_half_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.star_half_16_regular, + 'star_half_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_half_20_regular, + 'star_half_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_half_24_regular, + 'star_half_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_half_28_regular, + 'star_half_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.star_line_horizontal_3_16_regular, + 'star_line_horizontal_3_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_line_horizontal_3_20_regular, + 'star_line_horizontal_3_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_line_horizontal_3_24_regular, + 'star_line_horizontal_3_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_one_quarter_12_regular, + 'star_one_quarter_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_16_regular, + 'star_one_quarter_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_20_regular, + 'star_one_quarter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_24_regular, + 'star_one_quarter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_one_quarter_28_regular, + 'star_one_quarter_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_20_regular, + 'star_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_settings_24_regular, + 'star_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_three_quarter_12_regular, + 'star_three_quarter_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.star_three_quarter_16_regular, + 'star_three_quarter_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_three_quarter_20_regular, + 'star_three_quarter_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_three_quarter_24_regular, + 'star_three_quarter_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_three_quarter_28_regular, + 'star_three_quarter_28_regular', + 28, + ), + + 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.steps_20_regular, + 'steps_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.steps_24_regular, + 'steps_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stethoscope_20_regular, + 'stethoscope_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stethoscope_24_regular, + 'stethoscope_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sticker_12_regular, + 'sticker_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.sticker_20_regular, + 'sticker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sticker_24_regular, + 'sticker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sticker_add_20_regular, + 'sticker_add_20_regular', + 20, + ), + + 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_20_regular, + 'storage_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.storage_24_regular, + 'storage_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.stream_20_regular, + 'stream_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_24_regular, + 'stream_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stream_input_20_regular, + 'stream_input_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_input_output_20_regular, + 'stream_input_output_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_output_20_regular, + 'stream_output_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_16_regular, + 'strikethrough_ga_na_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_20_regular, + 'strikethrough_ga_na_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_24_regular, + 'strikethrough_ga_na_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.style_guide_20_regular, + 'style_guide_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.style_guide_24_regular, + 'style_guide_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sub_grid_20_regular, + 'sub_grid_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sub_grid_24_regular, + 'sub_grid_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_16_regular, + 'subtitles_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_20_regular, + 'subtitles_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_24_regular, + 'subtitles_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_12_regular, + 'subtract_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.subtract_16_regular, + 'subtract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_20_regular, + 'subtract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_24_regular, + 'subtract_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_28_regular, + 'subtract_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.subtract_48_regular, + 'subtract_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_12_regular, + 'subtract_circle_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_16_regular, + 'subtract_circle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_20_regular, + 'subtract_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_24_regular, + 'subtract_circle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_28_regular, + 'subtract_circle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_32_regular, + 'subtract_circle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_back_16_regular, + 'subtract_circle_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_back_20_regular, + 'subtract_circle_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_forward_16_regular, + 'subtract_circle_arrow_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_forward_20_regular, + 'subtract_circle_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_20_regular, + 'subtract_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_24_regular, + 'subtract_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_multiple_16_regular, + 'subtract_square_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_multiple_20_regular, + 'subtract_square_multiple_20_regular', + 20, + ), + + 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_16_regular, + 'symbols_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.symbols_20_regular, + 'symbols_20_regular', + 20, + ), + + 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.syringe_20_regular, + 'syringe_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.syringe_24_regular, + 'syringe_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.system_20_regular, + 'system_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_add_20_regular, + 'tab_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_add_24_regular, + 'tab_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_arrow_left_20_regular, + 'tab_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_arrow_left_24_regular, + 'tab_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_16_regular, + 'tab_desktop_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_20_regular, + 'tab_desktop_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_24_regular, + 'tab_desktop_24_regular', + 24, + ), + + 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_arrow_left_20_regular, + 'tab_desktop_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_bottom_20_regular, + 'tab_desktop_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_bottom_24_regular, + 'tab_desktop_bottom_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_multiple_bottom_24_regular, + 'tab_desktop_multiple_bottom_24_regular', + 24, + ), + + 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_prohibited_20_regular, + 'tab_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_prohibited_24_regular, + 'tab_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_shield_dismiss_20_regular, + 'tab_shield_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_shield_dismiss_24_regular, + 'tab_shield_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_16_regular, + 'table_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_20_regular, + 'table_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_24_regular, + 'table_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_28_regular, + 'table_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_32_regular, + 'table_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.table_48_regular, + 'table_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_add_16_regular, + 'table_add_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_add_20_regular, + 'table_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_add_24_regular, + 'table_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_add_28_regular, + 'table_add_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_16_regular, + 'table_bottom_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_20_regular, + 'table_bottom_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_24_regular, + 'table_bottom_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_28_regular, + 'table_bottom_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_32_regular, + 'table_bottom_row_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_48_regular, + 'table_bottom_row_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_16_regular, + 'table_cell_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_20_regular, + 'table_cell_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_24_regular, + 'table_cell_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_28_regular, + 'table_cell_edit_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_cells_merge_16_regular, + 'table_cells_merge_16_regular', + 16, + ), + + 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_merge_28_regular, + 'table_cells_merge_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_cells_split_16_regular, + 'table_cells_split_16_regular', + 16, + ), + + 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_cells_split_28_regular, + 'table_cells_split_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_checker_20_regular, + 'table_checker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_copy_20_regular, + 'table_copy_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_16_regular, + 'table_delete_column_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_20_regular, + 'table_delete_column_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_24_regular, + 'table_delete_column_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_28_regular, + 'table_delete_column_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_16_regular, + 'table_delete_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_20_regular, + 'table_delete_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_24_regular, + 'table_delete_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_28_regular, + 'table_delete_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_16_regular, + 'table_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_20_regular, + 'table_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_24_regular, + 'table_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_28_regular, + 'table_dismiss_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_16_regular, + 'table_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_20_regular, + 'table_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_24_regular, + 'table_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_28_regular, + 'table_edit_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_16_regular, + 'table_freeze_column_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_20_regular, + 'table_freeze_column_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_24_regular, + 'table_freeze_column_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_28_regular, + 'table_freeze_column_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_16_regular, + 'table_freeze_column_and_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_20_regular, + 'table_freeze_column_and_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_24_regular, + 'table_freeze_column_and_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_28_regular, + 'table_freeze_column_and_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_16_regular, + 'table_freeze_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_20_regular, + 'table_freeze_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_24_regular, + 'table_freeze_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_28_regular, + 'table_freeze_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_image_20_regular, + 'table_image_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_16_regular, + 'table_insert_column_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_20_regular, + 'table_insert_column_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_24_regular, + 'table_insert_column_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_28_regular, + 'table_insert_column_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_16_regular, + 'table_insert_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_20_regular, + 'table_insert_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_24_regular, + 'table_insert_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_28_regular, + 'table_insert_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_16_regular, + 'table_lightning_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_20_regular, + 'table_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_24_regular, + 'table_lightning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_28_regular, + 'table_lightning_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_link_16_regular, + 'table_link_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_link_20_regular, + 'table_link_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_link_24_regular, + 'table_link_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_link_28_regular, + 'table_link_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_16_regular, + 'table_move_above_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_20_regular, + 'table_move_above_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_24_regular, + 'table_move_above_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_28_regular, + 'table_move_above_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_16_regular, + 'table_move_below_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_20_regular, + 'table_move_below_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_24_regular, + 'table_move_below_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_28_regular, + 'table_move_below_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_16_regular, + 'table_move_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_20_regular, + 'table_move_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_24_regular, + 'table_move_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_28_regular, + 'table_move_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_16_regular, + 'table_move_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_20_regular, + 'table_move_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_24_regular, + 'table_move_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_28_regular, + 'table_move_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_multiple_20_regular, + 'table_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_16_regular, + 'table_resize_column_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_20_regular, + 'table_resize_column_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_24_regular, + 'table_resize_column_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_28_regular, + 'table_resize_column_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_16_regular, + 'table_resize_row_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_20_regular, + 'table_resize_row_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_24_regular, + 'table_resize_row_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_28_regular, + 'table_resize_row_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_search_20_regular, + 'table_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_16_regular, + 'table_settings_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_20_regular, + 'table_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_24_regular, + 'table_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_28_regular, + 'table_settings_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_16_regular, + 'table_simple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_20_regular, + 'table_simple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_24_regular, + 'table_simple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_28_regular, + 'table_simple_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_48_regular, + 'table_simple_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_split_20_regular, + 'table_split_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_16_regular, + 'table_stack_above_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_20_regular, + 'table_stack_above_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_24_regular, + 'table_stack_above_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_28_regular, + 'table_stack_above_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_16_regular, + 'table_stack_below_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_20_regular, + 'table_stack_below_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_24_regular, + 'table_stack_below_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_28_regular, + 'table_stack_below_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_down_20_regular, + 'table_stack_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_16_regular, + 'table_stack_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_20_regular, + 'table_stack_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_24_regular, + 'table_stack_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_28_regular, + 'table_stack_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_16_regular, + 'table_stack_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_20_regular, + 'table_stack_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_24_regular, + 'table_stack_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_28_regular, + 'table_stack_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_16_regular, + 'table_switch_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_20_regular, + 'table_switch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_24_regular, + 'table_switch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_28_regular, + 'table_switch_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tablet_12_regular, + 'tablet_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.tablet_16_regular, + 'tablet_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tablet_20_regular, + 'tablet_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tablet_24_regular, + 'tablet_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tablet_32_regular, + 'tablet_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tablet_48_regular, + 'tablet_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tablet_speaker_20_regular, + 'tablet_speaker_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tablet_speaker_24_regular, + 'tablet_speaker_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tabs_24_regular, + 'tabs_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_16_regular, + 'tag_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_20_regular, + 'tag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_24_regular, + 'tag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_32_regular, + 'tag_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_circle_20_regular, + 'tag_circle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_16_regular, + 'tag_dismiss_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_20_regular, + 'tag_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_24_regular, + 'tag_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_16_regular, + 'tag_error_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_20_regular, + 'tag_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_24_regular, + 'tag_error_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_16_regular, + 'tag_lock_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_20_regular, + 'tag_lock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_24_regular, + 'tag_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_32_regular, + 'tag_lock_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_16_regular, + 'tag_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_20_regular, + 'tag_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_24_regular, + 'tag_multiple_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_off_20_regular, + 'tag_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_off_24_regular, + 'tag_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_16_regular, + 'tag_question_mark_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_20_regular, + 'tag_question_mark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_24_regular, + 'tag_question_mark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_32_regular, + 'tag_question_mark_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_reset_20_regular, + 'tag_reset_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_reset_24_regular, + 'tag_reset_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_search_20_regular, + 'tag_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_search_24_regular, + 'tag_search_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_20_regular, + 'tap_double_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_24_regular, + 'tap_double_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_32_regular, + 'tap_double_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_48_regular, + 'tap_double_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_20_regular, + 'tap_single_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_24_regular, + 'tap_single_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_32_regular, + 'tap_single_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_48_regular, + 'tap_single_48_regular', + 48, + ), + + 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_32_regular, + 'target_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_16_regular, + 'target_arrow_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_20_regular, + 'target_arrow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_24_regular, + 'target_arrow_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_add_20_regular, + 'task_list_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_add_24_regular, + 'task_list_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_ltr_20_regular, + 'task_list_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_ltr_24_regular, + 'task_list_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_rtl_20_regular, + 'task_list_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_rtl_24_regular, + 'task_list_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_add_20_regular, + 'task_list_square_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_add_24_regular, + 'task_list_square_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_database_20_regular, + 'task_list_square_database_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_ltr_20_regular, + 'task_list_square_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_ltr_24_regular, + 'task_list_square_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_person_20_regular, + 'task_list_square_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_rtl_20_regular, + 'task_list_square_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_rtl_24_regular, + 'task_list_square_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_settings_20_regular, + 'task_list_square_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_20_regular, + 'tasks_app_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_24_regular, + 'tasks_app_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_28_regular, + 'tasks_app_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.teddy_20_regular, + 'teddy_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.teddy_24_regular, + 'teddy_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.temperature_16_regular, + 'temperature_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.temperature_20_regular, + 'temperature_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.temperature_24_regular, + 'temperature_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tent_12_regular, + 'tent_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.tent_16_regular, + 'tent_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tent_20_regular, + 'tent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tent_24_regular, + 'tent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tent_28_regular, + 'tent_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tent_48_regular, + 'tent_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_16_regular, + 'tetris_app_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_20_regular, + 'tetris_app_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_24_regular, + 'tetris_app_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_28_regular, + 'tetris_app_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_32_regular, + 'tetris_app_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_48_regular, + 'tetris_app_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.text_20_regular, + 'text_20_regular', + 20, + ), + + 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_add_t_24_regular, + 'text_add_t_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_center_16_regular, + 'text_align_center_16_regular', + 16, + ), + + 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_center_rotate_270_24_regular, + 'text_align_center_rotate_270_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_distributed_evenly_20_regular, + 'text_align_distributed_evenly_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_evenly_24_regular, + 'text_align_distributed_evenly_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_vertical_20_regular, + 'text_align_distributed_vertical_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_vertical_24_regular, + 'text_align_distributed_vertical_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_justify_low_20_regular, + 'text_align_justify_low_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_low_24_regular, + 'text_align_justify_low_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_low_rotate_90_24_regular, + 'text_align_justify_low_rotate_90_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_rotate_90_24_regular, + 'text_align_justify_rotate_90_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_left_16_regular, + 'text_align_left_16_regular', + 16, + ), + + 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_left_rotate_270_24_regular, + 'text_align_left_rotate_270_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_right_16_regular, + 'text_align_right_16_regular', + 16, + ), + + 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_align_right_rotate_270_24_regular, + 'text_align_right_rotate_270_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_asterisk_20_regular, + 'text_asterisk_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_baseline_20_regular, + 'text_baseline_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bold_16_regular, + 'text_bold_16_regular', + 16, + ), + + 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_box_16_regular, + 'text_box_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_box_settings_20_regular, + 'text_box_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_box_settings_24_regular, + 'text_box_settings_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_20_regular, + 'text_bullet_list_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_add_24_regular, + 'text_bullet_list_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_checkmark_20_regular, + 'text_bullet_list_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_dismiss_20_regular, + 'text_bullet_list_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_16_regular, + 'text_bullet_list_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_20_regular, + 'text_bullet_list_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_24_regular, + 'text_bullet_list_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_16_regular, + 'text_bullet_list_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_20_regular, + 'text_bullet_list_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_24_regular, + 'text_bullet_list_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_20_regular, + 'text_bullet_list_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_24_regular, + 'text_bullet_list_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_clock_20_regular, + 'text_bullet_list_square_clock_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_edit_20_regular, + 'text_bullet_list_square_edit_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_edit_24_regular, + 'text_bullet_list_square_edit_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_person_20_regular, + 'text_bullet_list_square_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_search_20_regular, + 'text_bullet_list_square_search_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_settings_20_regular, + 'text_bullet_list_square_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_shield_20_regular, + 'text_bullet_list_square_shield_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_toolbox_20_regular, + 'text_bullet_list_square_toolbox_20_regular', + 20, + ), + + 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_case_lowercase_16_regular, + 'text_case_lowercase_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_lowercase_20_regular, + 'text_case_lowercase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_lowercase_24_regular, + 'text_case_lowercase_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_16_regular, + 'text_case_title_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_20_regular, + 'text_case_title_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_24_regular, + 'text_case_title_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_16_regular, + 'text_case_uppercase_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_20_regular, + 'text_case_uppercase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_24_regular, + 'text_case_uppercase_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_change_case_16_regular, + 'text_change_case_16_regular', + 16, + ), + + 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_clear_formatting_16_regular, + 'text_clear_formatting_16_regular', + 16, + ), + + 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_clear_formatting_ga_24_regular, + 'text_clear_formatting_ga_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_collapse_20_regular, + 'text_collapse_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_collapse_24_regular, + 'text_collapse_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_color_16_regular, + 'text_color_16_regular', + 16, + ), + + 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_color_accent_16_regular, + 'text_color_accent_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_color_accent_20_regular, + 'text_color_accent_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_color_accent_24_regular, + 'text_color_accent_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_color_ga_20_regular, + 'text_color_ga_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_color_ga_24_regular, + 'text_color_ga_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_one_narrow_20_regular, + 'text_column_one_narrow_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_narrow_24_regular, + 'text_column_one_narrow_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_20_regular, + 'text_column_one_wide_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_24_regular, + 'text_column_one_wide_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_lightning_20_regular, + 'text_column_one_wide_lightning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_lightning_24_regular, + 'text_column_one_wide_lightning_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_continuous_20_regular, + 'text_continuous_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_continuous_24_regular, + 'text_continuous_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_density_16_regular, + 'text_density_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_density_20_regular, + 'text_density_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_density_24_regular, + 'text_density_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_density_28_regular, + 'text_density_28_regular', + 28, + ), + + 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_horizontal_left_20_regular, + 'text_direction_horizontal_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_left_24_regular, + 'text_direction_horizontal_left_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_horizontal_right_20_regular, + 'text_direction_horizontal_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_right_24_regular, + 'text_direction_horizontal_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_rtl_20_regular, + 'text_direction_horizontal_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_rtl_24_regular, + 'text_direction_horizontal_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_ltr_ac_20_regular, + 'text_direction_ltr_ac_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_ltr_ac_24_regular, + 'text_direction_ltr_ac_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_270_ltr_20_regular, + 'text_direction_rotate_270_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_ltr_24_regular, + 'text_direction_rotate_270_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_right_20_regular, + 'text_direction_rotate_270_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_right_24_regular, + 'text_direction_rotate_270_right_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_rotate_90_ac_24_regular, + 'text_direction_rotate_90_ac_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_left_20_regular, + 'text_direction_rotate_90_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_left_24_regular, + 'text_direction_rotate_90_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_ltr_20_regular, + 'text_direction_rotate_90_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_ltr_24_regular, + 'text_direction_rotate_90_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_right_20_regular, + 'text_direction_rotate_90_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_right_24_regular, + 'text_direction_rotate_90_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_rtl_20_regular, + 'text_direction_rotate_90_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_rtl_24_regular, + 'text_direction_rotate_90_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rtl_ac_20_regular, + 'text_direction_rtl_ac_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rtl_ac_24_regular, + 'text_direction_rtl_ac_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_direction_vertical_ac_24_regular, + 'text_direction_vertical_ac_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_edit_style_ga_24_regular, + 'text_edit_style_ga_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_effects_ga_24_regular, + 'text_effects_ga_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_expand_20_regular, + 'text_expand_20_regular', + 20, + ), + + 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_info_16_regular, + 'text_font_info_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_font_info_20_regular, + 'text_font_info_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_font_info_24_regular, + 'text_font_info_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_font_size_16_regular, + 'text_font_size_16_regular', + 16, + ), + + 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_footnote_ga_na_24_regular, + 'text_footnote_ga_na_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_left_20_regular, + 'text_grammar_arrow_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_left_24_regular, + 'text_grammar_arrow_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_right_20_regular, + 'text_grammar_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_right_24_regular, + 'text_grammar_arrow_right_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_checkmark_20_regular, + 'text_grammar_checkmark_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_checkmark_24_regular, + 'text_grammar_checkmark_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_dismiss_20_regular, + 'text_grammar_dismiss_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_dismiss_24_regular, + 'text_grammar_dismiss_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_error_20_regular, + 'text_grammar_error_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_settings_20_regular, + 'text_grammar_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_settings_24_regular, + 'text_grammar_settings_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_16_regular, + 'text_grammar_wand_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_20_regular, + 'text_grammar_wand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_24_regular, + 'text_grammar_wand_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_1_24_regular, + 'text_header_1_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_header_2_20_regular, + 'text_header_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_header_2_24_regular, + 'text_header_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_header_3_20_regular, + 'text_header_3_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_header_3_24_regular, + 'text_header_3_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_16_regular, + 'text_indent_decrease_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_20_regular, + 'text_indent_decrease_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_24_regular, + 'text_indent_decrease_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_16_regular, + 'text_indent_decrease_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_20_regular, + 'text_indent_decrease_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_24_regular, + 'text_indent_decrease_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_16_regular, + 'text_indent_decrease_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_20_regular, + 'text_indent_decrease_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_24_regular, + 'text_indent_decrease_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_16_regular, + 'text_indent_increase_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_20_regular, + 'text_indent_increase_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_24_regular, + 'text_indent_increase_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_16_regular, + 'text_indent_increase_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_20_regular, + 'text_indent_increase_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_24_regular, + 'text_indent_increase_ltr_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_16_regular, + 'text_indent_increase_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_20_regular, + 'text_indent_increase_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_24_regular, + 'text_indent_increase_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_italic_16_regular, + 'text_italic_16_regular', + 16, + ), + + 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_more_20_regular, + 'text_more_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_more_24_regular, + 'text_more_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_number_format_20_regular, + 'text_number_format_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_number_format_24_regular, + 'text_number_format_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_number_format_ga_na_da_24_regular, + 'text_number_format_ga_na_da_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_ltr_16_regular, + 'text_number_list_ltr_16_regular', + 16, + ), + + 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_16_regular, + 'text_number_list_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_rtl_20_regular, + 'text_number_list_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_rtl_24_regular, + 'text_number_list_rtl_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_16_regular, + 'text_paragraph_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_20_regular, + 'text_paragraph_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_24_regular, + 'text_paragraph_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_20_regular, + 'text_paragraph_direction_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_24_regular, + 'text_paragraph_direction_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_left_16_regular, + 'text_paragraph_direction_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_left_20_regular, + 'text_paragraph_direction_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_right_16_regular, + 'text_paragraph_direction_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_right_20_regular, + 'text_paragraph_direction_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_period_asterisk_20_regular, + 'text_period_asterisk_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_behind_20_regular, + 'text_position_behind_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_behind_24_regular, + 'text_position_behind_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_front_20_regular, + 'text_position_front_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_front_24_regular, + 'text_position_front_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_line_20_regular, + 'text_position_line_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_line_24_regular, + 'text_position_line_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_square_20_regular, + 'text_position_square_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_square_24_regular, + 'text_position_square_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_through_20_regular, + 'text_position_through_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_through_24_regular, + 'text_position_through_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_tight_20_regular, + 'text_position_tight_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_tight_24_regular, + 'text_position_tight_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_top_bottom_20_regular, + 'text_position_top_bottom_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_top_bottom_24_regular, + 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_regular, + 'text_proofing_tools_ga_na_da_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_proofing_tools_zi_24_regular, + 'text_proofing_tools_zi_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_quote_16_regular, + 'text_quote_16_regular', + 16, + ), + + 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_16_regular, + 'text_sort_ascending_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_ascending_20_regular, + 'text_sort_ascending_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_ascending_24_regular, + 'text_sort_ascending_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_16_regular, + 'text_sort_descending_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_20_regular, + 'text_sort_descending_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_24_regular, + 'text_sort_descending_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_16_regular, + 'text_strikethrough_16_regular', + 16, + ), + + 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_strikethrough_s_16_regular, + 'text_strikethrough_s_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_s_20_regular, + 'text_strikethrough_s_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_s_24_regular, + 'text_strikethrough_s_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_subscript_16_regular, + 'text_subscript_16_regular', + 16, + ), + + 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_16_regular, + 'text_superscript_16_regular', + 16, + ), + + 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_t_20_regular, + 'text_t_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_t_24_regular, + 'text_t_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_t_28_regular, + 'text_t_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.text_t_48_regular, + 'text_t_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.text_underline_16_regular, + 'text_underline_16_regular', + 16, + ), + + 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_16_regular, + 'textbox_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.textbox_20_regular, + 'textbox_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_24_regular, + 'textbox_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_bottom_rotate_90_20_regular, + 'textbox_align_bottom_rotate_90_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_bottom_rotate_90_24_regular, + 'textbox_align_bottom_rotate_90_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_center_20_regular, + 'textbox_align_center_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_center_24_regular, + 'textbox_align_center_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_middle_rotate_90_20_regular, + 'textbox_align_middle_rotate_90_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_middle_rotate_90_24_regular, + 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_regular, + 'textbox_align_top_rotate_90_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_top_rotate_90_24_regular, + 'textbox_align_top_rotate_90_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_more_20_regular, + 'textbox_more_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_more_24_regular, + 'textbox_more_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_rotate_90_20_regular, + 'textbox_rotate_90_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_rotate_90_24_regular, + 'textbox_rotate_90_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_16_regular, + 'thumb_dislike_16_regular', + 16, + ), + + 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_16_regular, + 'thumb_like_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_20_regular, + 'thumb_like_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_24_regular, + 'thumb_like_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_28_regular, + 'thumb_like_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_48_regular, + 'thumb_like_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_16_regular, + 'ticket_diagonal_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_20_regular, + 'ticket_diagonal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_24_regular, + 'ticket_diagonal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_28_regular, + 'ticket_diagonal_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.ticket_horizontal_20_regular, + 'ticket_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ticket_horizontal_24_regular, + 'ticket_horizontal_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.time_and_weather_20_regular, + 'time_and_weather_20_regular', + 20, + ), + + 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_20_regular, + 'timeline_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timeline_24_regular, + 'timeline_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_10_20_regular, + 'timer_10_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_10_24_regular, + 'timer_10_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_12_regular, + 'timer_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.timer_16_regular, + 'timer_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.timer_20_regular, + 'timer_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_24_regular, + 'timer_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_28_regular, + 'timer_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.timer_2_20_regular, + 'timer_2_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_2_24_regular, + 'timer_2_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_32_regular, + 'timer_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.timer_3_20_regular, + 'timer_3_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_3_24_regular, + 'timer_3_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_48_regular, + 'timer_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.timer_off_20_regular, + 'timer_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_off_24_regular, + 'timer_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_16_regular, + 'toggle_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_20_regular, + 'toggle_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_24_regular, + 'toggle_left_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_28_regular, + 'toggle_left_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_48_regular, + 'toggle_left_48_regular', + 48, + ), + + 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.toggle_right_28_regular, + 'toggle_right_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.toggle_right_48_regular, + 'toggle_right_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.toolbox_12_regular, + 'toolbox_12_regular', + 12, + ), + + 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.tooltip_quote_20_regular, + 'tooltip_quote_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tooltip_quote_24_regular, + 'tooltip_quote_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.top_speed_20_regular, + 'top_speed_20_regular', + 20, + ), + + 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.transmission_20_regular, + 'transmission_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.transmission_24_regular, + 'transmission_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_add_20_regular, + 'tray_item_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_add_24_regular, + 'tray_item_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_remove_20_regular, + 'tray_item_remove_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_remove_24_regular, + 'tray_item_remove_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tree_deciduous_20_regular, + 'tree_deciduous_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tree_evergreen_20_regular, + 'tree_evergreen_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_12_regular, + 'triangle_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_16_regular, + 'triangle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_20_regular, + 'triangle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_32_regular, + 'triangle_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_48_regular, + 'triangle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_12_regular, + 'triangle_down_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_16_regular, + 'triangle_down_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_20_regular, + 'triangle_down_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_32_regular, + 'triangle_down_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_48_regular, + 'triangle_down_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_12_regular, + 'triangle_left_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_16_regular, + 'triangle_left_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_20_regular, + 'triangle_left_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_32_regular, + 'triangle_left_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_48_regular, + 'triangle_left_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_12_regular, + 'triangle_right_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_16_regular, + 'triangle_right_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_20_regular, + 'triangle_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_32_regular, + 'triangle_right_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_48_regular, + 'triangle_right_48_regular', + 48, + ), + + 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.trophy_28_regular, + 'trophy_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.trophy_32_regular, + 'trophy_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.trophy_48_regular, + 'trophy_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_16_regular, + 'trophy_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_20_regular, + 'trophy_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_24_regular, + 'trophy_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_28_regular, + 'trophy_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_32_regular, + 'trophy_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_48_regular, + 'trophy_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tv_16_regular, + 'tv_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tv_20_regular, + 'tv_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_24_regular, + 'tv_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tv_28_regular, + 'tv_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tv_48_regular, + 'tv_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tv_arrow_right_20_regular, + 'tv_arrow_right_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_16_regular, + 'tv_usb_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_20_regular, + 'tv_usb_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_24_regular, + 'tv_usb_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_28_regular, + 'tv_usb_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_48_regular, + 'tv_usb_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.umbrella_20_regular, + 'umbrella_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.umbrella_24_regular, + 'umbrella_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.uninstall_app_20_regular, + 'uninstall_app_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.uninstall_app_24_regular, + 'uninstall_app_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.usb_plug_20_regular, + 'usb_plug_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.usb_plug_24_regular, + 'usb_plug_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_16_regular, + 'vehicle_bicycle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_20_regular, + 'vehicle_bicycle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_24_regular, + 'vehicle_bicycle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_16_regular, + 'vehicle_bus_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_20_regular, + 'vehicle_bus_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_24_regular, + 'vehicle_bus_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_16_regular, + 'vehicle_cab_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_20_regular, + 'vehicle_cab_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_24_regular, + 'vehicle_cab_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_28_regular, + 'vehicle_cab_28_regular', + 28, + ), + + 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_car_28_regular, + 'vehicle_car_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_48_regular, + 'vehicle_car_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_16_regular, + 'vehicle_car_collision_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_20_regular, + 'vehicle_car_collision_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_24_regular, + 'vehicle_car_collision_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_28_regular, + 'vehicle_car_collision_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_32_regular, + 'vehicle_car_collision_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_48_regular, + 'vehicle_car_collision_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_ltr_16_regular, + 'vehicle_car_profile_ltr_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_ltr_20_regular, + 'vehicle_car_profile_ltr_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_rtl_16_regular, + 'vehicle_car_profile_rtl_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_rtl_20_regular, + 'vehicle_car_profile_rtl_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_16_regular, + 'vehicle_ship_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_20_regular, + 'vehicle_ship_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_24_regular, + 'vehicle_ship_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_16_regular, + 'vehicle_subway_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_20_regular, + 'vehicle_subway_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_24_regular, + 'vehicle_subway_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_16_regular, + 'vehicle_truck_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_20_regular, + 'vehicle_truck_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_24_regular, + 'vehicle_truck_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_bag_20_regular, + 'vehicle_truck_bag_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_bag_24_regular, + 'vehicle_truck_bag_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_cube_20_regular, + 'vehicle_truck_cube_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_cube_24_regular, + 'vehicle_truck_cube_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_16_regular, + 'vehicle_truck_profile_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_20_regular, + 'vehicle_truck_profile_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_24_regular, + 'vehicle_truck_profile_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_32_regular, + 'video_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_360_20_regular, + 'video_360_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_360_24_regular, + 'video_360_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_360_off_20_regular, + 'video_360_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_48_regular, + 'video_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_add_20_regular, + 'video_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_add_24_regular, + 'video_add_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_background_effect_20_regular, + 'video_background_effect_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_background_effect_24_regular, + 'video_background_effect_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_16_regular, + 'video_chat_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_20_regular, + 'video_chat_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_24_regular, + 'video_chat_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_28_regular, + 'video_chat_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_32_regular, + 'video_chat_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_48_regular, + 'video_chat_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_16_regular, + 'video_clip_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_20_regular, + 'video_clip_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_24_regular, + 'video_clip_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_16_regular, + 'video_clip_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_20_regular, + 'video_clip_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_24_regular, + 'video_clip_multiple_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_off_32_regular, + 'video_off_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_off_48_regular, + 'video_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_12_regular, + 'video_person_12_regular', + 12, + ), + + FluentUISampleIcon( + FluentIcons.video_person_16_regular, + 'video_person_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_20_regular, + 'video_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_24_regular, + 'video_person_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_28_regular, + 'video_person_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_person_48_regular, + 'video_person_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_16_regular, + 'video_person_call_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_20_regular, + 'video_person_call_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_24_regular, + 'video_person_call_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_32_regular, + 'video_person_call_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_person_off_20_regular, + 'video_person_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_off_24_regular, + 'video_person_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_16_regular, + 'video_person_sparkle_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_20_regular, + 'video_person_sparkle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_24_regular, + 'video_person_sparkle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_28_regular, + 'video_person_sparkle_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_48_regular, + 'video_person_sparkle_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_20_regular, + 'video_person_star_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_24_regular, + 'video_person_star_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_off_20_regular, + 'video_person_star_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_off_24_regular, + 'video_person_star_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_play_pause_20_regular, + 'video_play_pause_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_play_pause_24_regular, + 'video_play_pause_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_16_regular, + 'video_prohibited_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_20_regular, + 'video_prohibited_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_24_regular, + 'video_prohibited_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_28_regular, + 'video_prohibited_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_recording_20_regular, + 'video_recording_20_regular', + 20, + ), + + 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_20_regular, + 'video_switch_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_switch_24_regular, + 'video_switch_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_sync_20_regular, + 'video_sync_20_regular', + 20, + ), + + 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.virtual_network_20_regular, + 'virtual_network_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.virtual_network_toolbox_20_regular, + 'virtual_network_toolbox_20_regular', + 20, + ), + + 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.voicemail_28_regular, + 'voicemail_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_back_16_regular, + 'voicemail_arrow_back_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_back_20_regular, + 'voicemail_arrow_back_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_forward_16_regular, + 'voicemail_arrow_forward_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_forward_20_regular, + 'voicemail_arrow_forward_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_subtract_20_regular, + 'voicemail_arrow_subtract_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_subtract_16_regular, + 'voicemail_subtract_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vote_20_regular, + 'vote_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vote_24_regular, + 'vote_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_20_regular, + 'walkie_talkie_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_24_regular, + 'walkie_talkie_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_28_regular, + 'walkie_talkie_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wallet_16_regular, + 'wallet_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wallet_20_regular, + 'wallet_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wallet_24_regular, + 'wallet_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wallet_28_regular, + 'wallet_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wallet_32_regular, + 'wallet_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.wallet_48_regular, + 'wallet_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_16_regular, + 'wallet_credit_card_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_20_regular, + 'wallet_credit_card_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_24_regular, + 'wallet_credit_card_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_32_regular, + 'wallet_credit_card_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.wallpaper_24_regular, + 'wallpaper_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wand_16_regular, + 'wand_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wand_20_regular, + 'wand_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wand_24_regular, + 'wand_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wand_28_regular, + 'wand_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wand_48_regular, + 'wand_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.warning_12_regular, + 'warning_12_regular', + 12, + ), + + 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.warning_shield_20_regular, + 'warning_shield_20_regular', + 20, + ), + + 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_drizzle_20_regular, + 'weather_drizzle_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_drizzle_24_regular, + 'weather_drizzle_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_drizzle_48_regular, + 'weather_drizzle_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_haze_20_regular, + 'weather_haze_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_haze_24_regular, + 'weather_haze_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_haze_48_regular, + 'weather_haze_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_16_regular, + 'weather_moon_16_regular', + 16, + ), + + 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_28_regular, + 'weather_moon_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_48_regular, + 'weather_moon_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_16_regular, + 'weather_moon_off_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_20_regular, + 'weather_moon_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_24_regular, + 'weather_moon_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_28_regular, + 'weather_moon_off_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_48_regular, + 'weather_moon_off_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_partly_cloudy_day_16_regular, + 'weather_partly_cloudy_day_16_regular', + 16, + ), + + 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_16_regular, + 'weather_sunny_16_regular', + 16, + ), + + 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_28_regular, + 'weather_sunny_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_32_regular, + 'weather_sunny_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_48_regular, + 'weather_sunny_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_20_regular, + 'weather_sunny_high_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_24_regular, + 'weather_sunny_high_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_48_regular, + 'weather_sunny_high_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_20_regular, + 'weather_sunny_low_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_24_regular, + 'weather_sunny_low_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_48_regular, + 'weather_sunny_low_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_20_regular, + 'web_asset_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.web_asset_24_regular, + 'web_asset_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_20_regular, + 'whiteboard_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_24_regular, + 'whiteboard_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_48_regular, + 'whiteboard_48_regular', + 48, + ), + + 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_lock_24_regular, + 'wifi_lock_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_off_20_regular, + 'wifi_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_off_24_regular, + 'wifi_off_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_protected_24_regular, + 'wifi_protected_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_settings_20_regular, + 'wifi_settings_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_warning_20_regular, + 'wifi_warning_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_warning_24_regular, + 'wifi_warning_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_16_regular, + 'window_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_20_regular, + 'window_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_24_regular, + 'window_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_28_regular, + 'window_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_32_regular, + 'window_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_48_regular, + 'window_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_20_regular, + 'window_ad_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_off_20_regular, + 'window_ad_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_person_20_regular, + 'window_ad_person_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_16_regular, + 'window_apps_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_20_regular, + 'window_apps_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_24_regular, + 'window_apps_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_28_regular, + 'window_apps_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_32_regular, + 'window_apps_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_48_regular, + 'window_apps_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_16_regular, + 'window_arrow_up_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_20_regular, + 'window_arrow_up_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_24_regular, + 'window_arrow_up_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_bullet_list_20_regular, + 'window_bullet_list_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_bullet_list_add_20_regular, + 'window_bullet_list_add_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_console_20_regular, + 'window_console_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_database_20_regular, + 'window_database_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_dev_edit_16_regular, + 'window_dev_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_dev_edit_20_regular, + 'window_dev_edit_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_edit_16_regular, + 'window_edit_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_header_horizontal_20_regular, + 'window_header_horizontal_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_header_horizontal_off_20_regular, + 'window_header_horizontal_off_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_header_vertical_20_regular, + 'window_header_vertical_20_regular', + 20, + ), + + 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_location_target_20_regular, + 'window_location_target_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_16_regular, + 'window_multiple_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_20_regular, + 'window_multiple_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_swap_20_regular, + 'window_multiple_swap_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_new_16_regular, + 'window_new_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_new_20_regular, + 'window_new_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_new_24_regular, + 'window_new_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_play_20_regular, + 'window_play_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_settings_20_regular, + 'window_settings_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.window_text_20_regular, + 'window_text_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_16_regular, + 'window_wrench_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_20_regular, + 'window_wrench_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_24_regular, + 'window_wrench_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_28_regular, + 'window_wrench_28_regular', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_32_regular, + 'window_wrench_32_regular', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_48_regular, + 'window_wrench_48_regular', + 48, + ), + + FluentUISampleIcon( + FluentIcons.wrench_16_regular, + 'wrench_16_regular', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wrench_20_regular, + 'wrench_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wrench_24_regular, + 'wrench_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wrench_screwdriver_20_regular, + 'wrench_screwdriver_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wrench_screwdriver_24_regular, + 'wrench_screwdriver_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.xray_20_regular, + 'xray_20_regular', + 20, + ), + + FluentUISampleIcon( + FluentIcons.xray_24_regular, + 'xray_24_regular', + 24, + ), + + FluentUISampleIcon( + FluentIcons.zoom_in_16_regular, + 'zoom_in_16_regular', + 16, + ), + + 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_16_regular, + 'zoom_out_16_regular', + 16, + ), + + 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_20_filled, + 'access_time_20_filled', + 20, + ), + + 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.accessibility_32_filled, + 'accessibility_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_48_filled, + 'accessibility_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_checkmark_20_filled, + 'accessibility_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.accessibility_checkmark_24_filled, + 'accessibility_checkmark_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_16_filled, + 'add_circle_16_filled', + 16, + ), + + 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.add_circle_32_filled, + 'add_circle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.add_square_20_filled, + 'add_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_square_24_filled, + 'add_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.add_square_multiple_16_filled, + 'add_square_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.add_square_multiple_20_filled, + 'add_square_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_16_filled, + 'add_subtract_circle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_20_filled, + 'add_subtract_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_24_filled, + 'add_subtract_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_28_filled, + 'add_subtract_circle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.add_subtract_circle_48_filled, + 'add_subtract_circle_48_filled', + 48, + ), + + 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.album_20_filled, + 'album_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.album_24_filled, + 'album_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.album_add_20_filled, + 'album_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.album_add_24_filled, + 'album_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.alert_16_filled, + 'alert_16_filled', + 16, + ), + + 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_32_filled, + 'alert_32_filled', + 32, + ), + + 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_20_filled, + 'alert_on_20_filled', + 20, + ), + + 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_16_filled, + 'alert_urgent_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.alert_urgent_20_filled, + 'alert_urgent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.alert_urgent_24_filled, + 'alert_urgent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_16_filled, + 'align_bottom_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_20_filled, + 'align_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_24_filled, + 'align_bottom_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_28_filled, + 'align_bottom_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_32_filled, + 'align_bottom_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_bottom_48_filled, + 'align_bottom_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_16_filled, + 'align_center_horizontal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_20_filled, + 'align_center_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_24_filled, + 'align_center_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_28_filled, + 'align_center_horizontal_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_32_filled, + 'align_center_horizontal_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_center_horizontal_48_filled, + 'align_center_horizontal_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_16_filled, + 'align_center_vertical_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_20_filled, + 'align_center_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_24_filled, + 'align_center_vertical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_28_filled, + 'align_center_vertical_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_32_filled, + 'align_center_vertical_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_center_vertical_48_filled, + 'align_center_vertical_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_end_horizontal_20_filled, + 'align_end_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_end_vertical_20_filled, + 'align_end_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_left_16_filled, + 'align_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_left_20_filled, + 'align_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_left_24_filled, + 'align_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_left_28_filled, + 'align_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_left_32_filled, + 'align_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_left_48_filled, + 'align_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_right_16_filled, + 'align_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_right_20_filled, + 'align_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_right_24_filled, + 'align_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_right_28_filled, + 'align_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_right_32_filled, + 'align_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_right_48_filled, + 'align_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.align_space_around_horizontal_20_filled, + 'align_space_around_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_around_vertical_20_filled, + 'align_space_around_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_between_horizontal_20_filled, + 'align_space_between_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_between_vertical_20_filled, + 'align_space_between_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_evenly_horizontal_20_filled, + 'align_space_evenly_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_evenly_vertical_20_filled, + 'align_space_evenly_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_space_fit_vertical_20_filled, + 'align_space_fit_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_start_horizontal_20_filled, + 'align_start_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_start_vertical_20_filled, + 'align_start_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_stretch_horizontal_20_filled, + 'align_stretch_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_stretch_vertical_20_filled, + 'align_stretch_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_top_16_filled, + 'align_top_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.align_top_20_filled, + 'align_top_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.align_top_24_filled, + 'align_top_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.align_top_28_filled, + 'align_top_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.align_top_32_filled, + 'align_top_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.align_top_48_filled, + 'align_top_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_16_filled, + 'animal_cat_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_20_filled, + 'animal_cat_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_24_filled, + 'animal_cat_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_cat_28_filled, + 'animal_cat_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_16_filled, + 'animal_dog_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_20_filled, + 'animal_dog_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_dog_24_filled, + 'animal_dog_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_16_filled, + 'animal_rabbit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_20_filled, + 'animal_rabbit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_24_filled, + 'animal_rabbit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_rabbit_28_filled, + 'animal_rabbit_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_16_filled, + 'animal_turtle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_20_filled, + 'animal_turtle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_24_filled, + 'animal_turtle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.animal_turtle_28_filled, + 'animal_turtle_28_filled', + 28, + ), + + 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_20_filled, + 'app_generic_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_generic_24_filled, + 'app_generic_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_recent_20_filled, + 'app_recent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_recent_24_filled, + 'app_recent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_store_24_filled, + 'app_store_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.app_title_20_filled, + 'app_title_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.app_title_24_filled, + 'app_title_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.approval_app_32_filled, + 'approval_app_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_16_filled, + 'approvals_app_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_20_filled, + 'approvals_app_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_24_filled, + 'approvals_app_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_28_filled, + 'approvals_app_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.approvals_app_32_filled, + 'approvals_app_32_filled', + 32, + ), + + 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_16_filled, + 'apps_add_in_16_filled', + 16, + ), + + 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_add_in_28_filled, + 'apps_add_in_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_20_filled, + 'apps_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_24_filled, + 'apps_list_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_detail_20_filled, + 'apps_list_detail_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.apps_list_detail_24_filled, + 'apps_list_detail_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_16_filled, + 'archive_16_filled', + 16, + ), + + 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_32_filled, + 'archive_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.archive_48_filled, + 'archive_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_16_filled, + 'archive_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_20_filled, + 'archive_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_24_filled, + 'archive_arrow_back_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_28_filled, + 'archive_arrow_back_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_32_filled, + 'archive_arrow_back_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.archive_arrow_back_48_filled, + 'archive_arrow_back_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_16_filled, + 'archive_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_20_filled, + 'archive_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_multiple_24_filled, + 'archive_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_16_filled, + 'archive_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_20_filled, + 'archive_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.archive_settings_24_filled, + 'archive_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_content_24_filled, + 'arrow_autofit_content_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_down_20_filled, + 'arrow_autofit_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_down_24_filled, + 'arrow_autofit_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_20_filled, + 'arrow_autofit_height_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_24_filled, + 'arrow_autofit_height_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_dotted_20_filled, + 'arrow_autofit_height_dotted_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_height_dotted_24_filled, + 'arrow_autofit_height_dotted_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_up_20_filled, + 'arrow_autofit_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_up_24_filled, + 'arrow_autofit_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_20_filled, + 'arrow_autofit_width_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_24_filled, + 'arrow_autofit_width_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_dotted_20_filled, + 'arrow_autofit_width_dotted_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_autofit_width_dotted_24_filled, + 'arrow_autofit_width_dotted_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_between_down_20_filled, + 'arrow_between_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_between_down_24_filled, + 'arrow_between_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_12_filled, + 'arrow_bidirectional_up_down_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_16_filled, + 'arrow_bidirectional_up_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_20_filled, + 'arrow_bidirectional_up_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bidirectional_up_down_24_filled, + 'arrow_bidirectional_up_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_16_filled, + 'arrow_bounce_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_20_filled, + 'arrow_bounce_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_bounce_24_filled, + 'arrow_bounce_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_12_filled, + 'arrow_circle_down_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_16_filled, + 'arrow_circle_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_20_filled, + 'arrow_circle_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_24_filled, + 'arrow_circle_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_28_filled, + 'arrow_circle_down_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_32_filled, + 'arrow_circle_down_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_48_filled, + 'arrow_circle_down_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_double_20_filled, + 'arrow_circle_down_double_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_double_24_filled, + 'arrow_circle_down_double_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_16_filled, + 'arrow_circle_down_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_20_filled, + 'arrow_circle_down_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_right_24_filled, + 'arrow_circle_down_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_split_20_filled, + 'arrow_circle_down_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_split_24_filled, + 'arrow_circle_down_split_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_down_up_20_filled, + 'arrow_circle_down_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_12_filled, + 'arrow_circle_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_16_filled, + 'arrow_circle_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_20_filled, + 'arrow_circle_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_24_filled, + 'arrow_circle_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_28_filled, + 'arrow_circle_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_32_filled, + 'arrow_circle_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_left_48_filled, + 'arrow_circle_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_12_filled, + 'arrow_circle_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_16_filled, + 'arrow_circle_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_20_filled, + 'arrow_circle_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_24_filled, + 'arrow_circle_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_28_filled, + 'arrow_circle_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_32_filled, + 'arrow_circle_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_right_48_filled, + 'arrow_circle_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_12_filled, + 'arrow_circle_up_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_16_filled, + 'arrow_circle_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_20_filled, + 'arrow_circle_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_24_filled, + 'arrow_circle_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_28_filled, + 'arrow_circle_up_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_32_filled, + 'arrow_circle_up_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_48_filled, + 'arrow_circle_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_left_20_filled, + 'arrow_circle_up_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_circle_up_left_24_filled, + 'arrow_circle_up_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_12_filled, + 'arrow_clockwise_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_16_filled, + 'arrow_clockwise_16_filled', + 16, + ), + + 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_clockwise_28_filled, + 'arrow_clockwise_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_32_filled, + 'arrow_clockwise_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_48_filled, + 'arrow_clockwise_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_dashes_20_filled, + 'arrow_clockwise_dashes_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_clockwise_dashes_24_filled, + 'arrow_clockwise_dashes_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_collapse_all_20_filled, + 'arrow_collapse_all_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_collapse_all_24_filled, + 'arrow_collapse_all_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_12_filled, + 'arrow_counterclockwise_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_16_filled, + 'arrow_counterclockwise_16_filled', + 16, + ), + + 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_counterclockwise_28_filled, + 'arrow_counterclockwise_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_32_filled, + 'arrow_counterclockwise_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_48_filled, + 'arrow_counterclockwise_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_dashes_20_filled, + 'arrow_counterclockwise_dashes_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_counterclockwise_dashes_24_filled, + 'arrow_counterclockwise_dashes_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_16_filled, + 'arrow_curve_down_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_20_filled, + 'arrow_curve_down_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_24_filled, + 'arrow_curve_down_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_left_28_filled, + 'arrow_curve_down_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_curve_down_right_20_filled, + 'arrow_curve_down_right_20_filled', + 20, + ), + + 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_12_filled, + 'arrow_down_12_filled', + 12, + ), + + 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_32_filled, + 'arrow_down_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_48_filled, + 'arrow_down_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_16_filled, + 'arrow_down_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_20_filled, + 'arrow_down_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_24_filled, + 'arrow_down_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_32_filled, + 'arrow_down_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_down_left_48_filled, + 'arrow_down_left_48_filled', + 48, + ), + + 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_eject_20_filled, + 'arrow_eject_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_20_filled, + 'arrow_enter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_left_20_filled, + 'arrow_enter_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_left_24_filled, + 'arrow_enter_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_up_20_filled, + 'arrow_enter_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_enter_up_24_filled, + 'arrow_enter_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_exit_20_filled, + 'arrow_exit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_expand_20_filled, + 'arrow_expand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_expand_24_filled, + 'arrow_expand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_16_filled, + 'arrow_export_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_20_filled, + 'arrow_export_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_ltr_24_filled, + 'arrow_export_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_16_filled, + 'arrow_export_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_20_filled, + 'arrow_export_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_rtl_24_filled, + 'arrow_export_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_up_20_filled, + 'arrow_export_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_export_up_24_filled, + 'arrow_export_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_fit_16_filled, + 'arrow_fit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_fit_20_filled, + 'arrow_fit_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_forward_48_filled, + 'arrow_forward_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_lightning_20_filled, + 'arrow_forward_down_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_lightning_24_filled, + 'arrow_forward_down_lightning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_person_20_filled, + 'arrow_forward_down_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_forward_down_person_24_filled, + 'arrow_forward_down_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_growth_20_filled, + 'arrow_growth_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_growth_24_filled, + 'arrow_growth_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_16_filled, + 'arrow_hook_down_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_20_filled, + 'arrow_hook_down_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_24_filled, + 'arrow_hook_down_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_left_28_filled, + 'arrow_hook_down_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_16_filled, + 'arrow_hook_down_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_20_filled, + 'arrow_hook_down_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_24_filled, + 'arrow_hook_down_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_down_right_28_filled, + 'arrow_hook_down_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_16_filled, + 'arrow_hook_up_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_20_filled, + 'arrow_hook_up_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_24_filled, + 'arrow_hook_up_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_left_28_filled, + 'arrow_hook_up_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_16_filled, + 'arrow_hook_up_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_20_filled, + 'arrow_hook_up_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_24_filled, + 'arrow_hook_up_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_hook_up_right_28_filled, + 'arrow_hook_up_right_28_filled', + 28, + ), + + 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_join_20_filled, + 'arrow_join_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_12_filled, + 'arrow_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_16_filled, + 'arrow_left_16_filled', + 16, + ), + + 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_left_32_filled, + 'arrow_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_left_48_filled, + 'arrow_left_48_filled', + 48, + ), + + 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_32_filled, + 'arrow_maximize_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_maximize_48_filled, + 'arrow_maximize_48_filled', + 48, + ), + + 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_maximize_vertical_48_filled, + 'arrow_maximize_vertical_48_filled', + 48, + ), + + 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_20_filled, + 'arrow_minimize_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_minimize_vertical_24_filled, + 'arrow_minimize_vertical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_20_filled, + 'arrow_move_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_24_filled, + 'arrow_move_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_move_inward_20_filled, + 'arrow_move_inward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_next_12_filled, + 'arrow_next_12_filled', + 12, + ), + + 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_outline_up_right_32_filled, + 'arrow_outline_up_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_outline_up_right_48_filled, + 'arrow_outline_up_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_paragraph_20_filled, + 'arrow_paragraph_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_previous_12_filled, + 'arrow_previous_12_filled', + 12, + ), + + 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_16_filled, + 'arrow_redo_16_filled', + 16, + ), + + 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_redo_28_filled, + 'arrow_redo_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_redo_32_filled, + 'arrow_redo_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_redo_48_filled, + 'arrow_redo_48_filled', + 48, + ), + + 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_reset_20_filled, + 'arrow_reset_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_24_filled, + 'arrow_reset_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_32_filled, + 'arrow_reset_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_reset_48_filled, + 'arrow_reset_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_12_filled, + 'arrow_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_16_filled, + 'arrow_right_16_filled', + 16, + ), + + 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_32_filled, + 'arrow_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_right_48_filled, + 'arrow_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_rotate_clockwise_16_filled, + 'arrow_rotate_clockwise_16_filled', + 16, + ), + + 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_routing_20_filled, + 'arrow_routing_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_24_filled, + 'arrow_routing_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_rectangle_multiple_20_filled, + 'arrow_routing_rectangle_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_routing_rectangle_multiple_24_filled, + 'arrow_routing_rectangle_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_16_filled, + 'arrow_sort_16_filled', + 16, + ), + + 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_sort_down_16_filled, + 'arrow_sort_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_20_filled, + 'arrow_sort_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_24_filled, + 'arrow_sort_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_line_20_filled, + 'arrow_sort_down_line_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_16_filled, + 'arrow_sort_down_lines_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_20_filled, + 'arrow_sort_down_lines_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_down_lines_24_filled, + 'arrow_sort_down_lines_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_16_filled, + 'arrow_sort_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_20_filled, + 'arrow_sort_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sort_up_24_filled, + 'arrow_sort_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_split_20_filled, + 'arrow_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_square_down_20_filled, + 'arrow_square_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_square_down_24_filled, + 'arrow_square_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_back_16_filled, + 'arrow_step_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_back_20_filled, + 'arrow_step_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_12_filled, + 'arrow_step_in_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_16_filled, + 'arrow_step_in_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_20_filled, + 'arrow_step_in_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_24_filled, + 'arrow_step_in_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_28_filled, + 'arrow_step_in_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_default_20_filled, + 'arrow_step_in_default_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_default_24_filled, + 'arrow_step_in_default_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_12_filled, + 'arrow_step_in_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_16_filled, + 'arrow_step_in_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_20_filled, + 'arrow_step_in_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_24_filled, + 'arrow_step_in_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_left_28_filled, + 'arrow_step_in_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_12_filled, + 'arrow_step_in_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_16_filled, + 'arrow_step_in_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_20_filled, + 'arrow_step_in_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_24_filled, + 'arrow_step_in_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_in_right_28_filled, + 'arrow_step_in_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_12_filled, + 'arrow_step_out_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_16_filled, + 'arrow_step_out_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_20_filled, + 'arrow_step_out_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_24_filled, + 'arrow_step_out_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_out_28_filled, + 'arrow_step_out_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_over_16_filled, + 'arrow_step_over_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_step_over_20_filled, + 'arrow_step_over_20_filled', + 20, + ), + + 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_16_filled, + 'arrow_sync_16_filled', + 16, + ), + + 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_checkmark_20_filled, + 'arrow_sync_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_checkmark_24_filled, + 'arrow_sync_checkmark_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_dismiss_20_filled, + 'arrow_sync_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_dismiss_24_filled, + 'arrow_sync_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_12_filled, + 'arrow_sync_off_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_16_filled, + 'arrow_sync_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_sync_off_20_filled, + 'arrow_sync_off_20_filled', + 20, + ), + + 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_trending_checkmark_20_filled, + 'arrow_trending_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_checkmark_24_filled, + 'arrow_trending_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_16_filled, + 'arrow_trending_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_20_filled, + 'arrow_trending_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_down_24_filled, + 'arrow_trending_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_lines_20_filled, + 'arrow_trending_lines_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_lines_24_filled, + 'arrow_trending_lines_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_settings_20_filled, + 'arrow_trending_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_settings_24_filled, + 'arrow_trending_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_text_20_filled, + 'arrow_trending_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_text_24_filled, + 'arrow_trending_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_wrench_20_filled, + 'arrow_trending_wrench_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_trending_wrench_24_filled, + 'arrow_trending_wrench_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_bidirectional_down_right_20_filled, + 'arrow_turn_bidirectional_down_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_bidirectional_down_right_24_filled, + 'arrow_turn_bidirectional_down_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_right_20_filled, + 'arrow_turn_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_turn_right_24_filled, + 'arrow_turn_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_undo_16_filled, + 'arrow_undo_16_filled', + 16, + ), + + 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_undo_32_filled, + 'arrow_undo_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_undo_48_filled, + 'arrow_undo_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_12_filled, + 'arrow_up_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_16_filled, + 'arrow_up_16_filled', + 16, + ), + + 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_32_filled, + 'arrow_up_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_48_filled, + 'arrow_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_16_filled, + 'arrow_up_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_20_filled, + 'arrow_up_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_24_filled, + 'arrow_up_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_left_48_filled, + 'arrow_up_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_16_filled, + 'arrow_up_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_20_filled, + 'arrow_up_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_24_filled, + 'arrow_up_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_32_filled, + 'arrow_up_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.arrow_up_right_48_filled, + 'arrow_up_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_16_filled, + 'arrow_upload_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_20_filled, + 'arrow_upload_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_upload_24_filled, + 'arrow_upload_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.arrow_wrap_20_filled, + 'arrow_wrap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrow_wrap_off_20_filled, + 'arrow_wrap_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrows_bidirectional_20_filled, + 'arrows_bidirectional_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.arrows_bidirectional_24_filled, + 'arrows_bidirectional_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.attach_12_filled, + 'attach_12_filled', + 12, + ), + + 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_arrow_right_20_filled, + 'attach_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.attach_arrow_right_24_filled, + 'attach_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.attach_text_20_filled, + 'attach_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.attach_text_24_filled, + 'attach_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_height_20_filled, + 'auto_fit_height_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_height_24_filled, + 'auto_fit_height_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_width_20_filled, + 'auto_fit_width_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.auto_fit_width_24_filled, + 'auto_fit_width_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autocorrect_20_filled, + 'autocorrect_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.autocorrect_24_filled, + 'autocorrect_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autofit_content_24_filled, + 'autofit_content_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.autosum_20_filled, + 'autosum_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.autosum_24_filled, + 'autosum_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_12_filled, + 'backpack_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.backpack_16_filled, + 'backpack_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.backpack_20_filled, + 'backpack_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backpack_24_filled, + 'backpack_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_28_filled, + 'backpack_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.backpack_32_filled, + 'backpack_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.backpack_48_filled, + 'backpack_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_20_filled, + 'backpack_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_24_filled, + 'backpack_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_28_filled, + 'backpack_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.backpack_add_48_filled, + 'backpack_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.backspace_20_filled, + 'backspace_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.backspace_24_filled, + 'backspace_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.badge_20_filled, + 'badge_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.badge_24_filled, + 'badge_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.balloon_12_filled, + 'balloon_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.balloon_16_filled, + 'balloon_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.balloon_20_filled, + 'balloon_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.balloon_24_filled, + 'balloon_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.barcode_scanner_20_filled, + 'barcode_scanner_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.barcode_scanner_24_filled, + 'barcode_scanner_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_10_20_filled, + 'battery_10_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_10_24_filled, + 'battery_10_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_20_filled, + 'battery_20_filled', + 20, + ), + + 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_checkmark_20_filled, + 'battery_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_checkmark_24_filled, + 'battery_checkmark_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_20_filled, + 'battery_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.battery_warning_24_filled, + 'battery_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.beach_16_filled, + 'beach_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.beach_20_filled, + 'beach_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.beach_24_filled, + 'beach_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.beach_28_filled, + 'beach_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.beach_32_filled, + 'beach_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.beach_48_filled, + 'beach_48_filled', + 48, + ), + + 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.beaker_edit_20_filled, + 'beaker_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.beaker_edit_24_filled, + 'beaker_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bed_16_filled, + 'bed_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bed_20_filled, + 'bed_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bed_24_filled, + 'bed_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_20_filled, + 'bezier_curve_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_square_12_filled, + 'bezier_curve_square_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.bezier_curve_square_20_filled, + 'bezier_curve_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bin_full_20_filled, + 'bin_full_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bin_full_24_filled, + 'bin_full_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_28_filled, + 'bluetooth_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_connected_20_filled, + 'bluetooth_connected_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_connected_24_filled, + 'bluetooth_connected_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_disabled_20_filled, + 'bluetooth_disabled_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_disabled_24_filled, + 'bluetooth_disabled_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_searching_20_filled, + 'bluetooth_searching_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bluetooth_searching_24_filled, + 'bluetooth_searching_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.blur_16_filled, + 'blur_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.blur_20_filled, + 'blur_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.blur_24_filled, + 'blur_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.blur_28_filled, + 'blur_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_16_filled, + 'board_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_20_filled, + 'board_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_24_filled, + 'board_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_28_filled, + 'board_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_games_20_filled, + 'board_games_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_16_filled, + 'board_heart_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_20_filled, + 'board_heart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_heart_24_filled, + 'board_heart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_split_16_filled, + 'board_split_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.board_split_20_filled, + 'board_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.board_split_24_filled, + 'board_split_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.board_split_28_filled, + 'board_split_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.board_split_48_filled, + 'board_split_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_20_filled, + 'book_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_24_filled, + 'book_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_add_20_filled, + 'book_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_add_24_filled, + 'book_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_arrow_clockwise_20_filled, + 'book_arrow_clockwise_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_arrow_clockwise_24_filled, + 'book_arrow_clockwise_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_clock_20_filled, + 'book_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_clock_24_filled, + 'book_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_coins_20_filled, + 'book_coins_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_coins_24_filled, + 'book_coins_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_compass_20_filled, + 'book_compass_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_compass_24_filled, + 'book_compass_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_20_filled, + 'book_contacts_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_24_filled, + 'book_contacts_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_28_filled, + 'book_contacts_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_contacts_32_filled, + 'book_contacts_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_database_20_filled, + 'book_database_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_database_24_filled, + 'book_database_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_exclamation_mark_20_filled, + 'book_exclamation_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_exclamation_mark_24_filled, + 'book_exclamation_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_globe_20_filled, + 'book_globe_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_globe_24_filled, + 'book_globe_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_information_20_filled, + 'book_information_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_information_24_filled, + 'book_information_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_letter_20_filled, + 'book_letter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_letter_24_filled, + 'book_letter_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.book_open_16_filled, + 'book_open_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.book_open_20_filled, + 'book_open_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_24_filled, + 'book_open_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_28_filled, + 'book_open_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_open_32_filled, + 'book_open_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_open_48_filled, + 'book_open_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_open_globe_20_filled, + 'book_open_globe_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_globe_24_filled, + 'book_open_globe_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_20_filled, + 'book_open_microphone_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_24_filled, + 'book_open_microphone_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_28_filled, + 'book_open_microphone_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_32_filled, + 'book_open_microphone_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.book_open_microphone_48_filled, + 'book_open_microphone_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.book_pulse_20_filled, + 'book_pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_pulse_24_filled, + 'book_pulse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_20_filled, + 'book_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_24_filled, + 'book_question_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_rtl_20_filled, + 'book_question_mark_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_question_mark_rtl_24_filled, + 'book_question_mark_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_search_20_filled, + 'book_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_search_24_filled, + 'book_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_star_20_filled, + 'book_star_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_star_24_filled, + 'book_star_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_template_20_filled, + 'book_template_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_theta_20_filled, + 'book_theta_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_theta_24_filled, + 'book_theta_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.book_toolbox_20_filled, + 'book_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.book_toolbox_24_filled, + 'book_toolbox_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_32_filled, + 'bookmark_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_add_20_filled, + 'bookmark_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_add_24_filled, + 'bookmark_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_16_filled, + 'bookmark_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_20_filled, + 'bookmark_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_24_filled, + 'bookmark_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_28_filled, + 'bookmark_multiple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_32_filled, + 'bookmark_multiple_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_multiple_48_filled, + 'bookmark_multiple_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_off_20_filled, + 'bookmark_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_off_24_filled, + 'bookmark_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_search_20_filled, + 'bookmark_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bookmark_search_24_filled, + 'bookmark_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_24_filled, + 'border_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_all_16_filled, + 'border_all_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.border_all_20_filled, + 'border_all_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_all_24_filled, + 'border_all_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_20_filled, + 'border_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_24_filled, + 'border_bottom_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_double_20_filled, + 'border_bottom_double_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_double_24_filled, + 'border_bottom_double_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_thick_20_filled, + 'border_bottom_thick_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_bottom_thick_24_filled, + 'border_bottom_thick_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_left_20_filled, + 'border_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_left_24_filled, + 'border_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_left_right_20_filled, + 'border_left_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_left_right_24_filled, + 'border_left_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_none_20_filled, + 'border_none_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_none_24_filled, + 'border_none_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_20_filled, + 'border_outside_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_24_filled, + 'border_outside_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_thick_20_filled, + 'border_outside_thick_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_outside_thick_24_filled, + 'border_outside_thick_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_right_20_filled, + 'border_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_right_24_filled, + 'border_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_20_filled, + 'border_top_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_24_filled, + 'border_top_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_20_filled, + 'border_top_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_24_filled, + 'border_top_bottom_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_double_20_filled, + 'border_top_bottom_double_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_double_24_filled, + 'border_top_bottom_double_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_thick_20_filled, + 'border_top_bottom_thick_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.border_top_bottom_thick_24_filled, + 'border_top_bottom_thick_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bot_20_filled, + 'bot_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bot_24_filled, + 'bot_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bot_add_20_filled, + 'bot_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bot_add_24_filled, + 'bot_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_16_filled, + 'bowl_chopsticks_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_20_filled, + 'bowl_chopsticks_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_24_filled, + 'bowl_chopsticks_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bowl_chopsticks_28_filled, + 'bowl_chopsticks_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.box_16_filled, + 'box_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.box_20_filled, + 'box_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_24_filled, + 'box_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_left_20_filled, + 'box_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_left_24_filled, + 'box_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_up_20_filled, + 'box_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_arrow_up_24_filled, + 'box_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_checkmark_20_filled, + 'box_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_checkmark_24_filled, + 'box_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_dismiss_20_filled, + 'box_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_dismiss_24_filled, + 'box_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_edit_20_filled, + 'box_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_edit_24_filled, + 'box_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_20_filled, + 'box_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_24_filled, + 'box_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_left_20_filled, + 'box_multiple_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_left_24_filled, + 'box_multiple_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_right_20_filled, + 'box_multiple_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_arrow_right_24_filled, + 'box_multiple_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_checkmark_20_filled, + 'box_multiple_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_checkmark_24_filled, + 'box_multiple_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_search_20_filled, + 'box_multiple_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_multiple_search_24_filled, + 'box_multiple_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_search_20_filled, + 'box_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_search_24_filled, + 'box_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.box_toolbox_20_filled, + 'box_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.box_toolbox_24_filled, + 'box_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.braces_20_filled, + 'braces_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.braces_24_filled, + 'braces_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.braces_variable_20_filled, + 'braces_variable_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.braces_variable_24_filled, + 'braces_variable_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brain_circuit_20_filled, + 'brain_circuit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brain_circuit_24_filled, + 'brain_circuit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_20_filled, + 'branch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_24_filled, + 'branch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_16_filled, + 'branch_compare_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_20_filled, + 'branch_compare_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_compare_24_filled, + 'branch_compare_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_16_filled, + 'branch_fork_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_20_filled, + 'branch_fork_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_24_filled, + 'branch_fork_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_hint_20_filled, + 'branch_fork_hint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_hint_24_filled, + 'branch_fork_hint_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_link_20_filled, + 'branch_fork_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.branch_fork_link_24_filled, + 'branch_fork_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_20_filled, + 'breakout_room_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_24_filled, + 'breakout_room_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.breakout_room_28_filled, + 'breakout_room_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_12_filled, + 'briefcase_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_16_filled, + 'briefcase_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_20_filled, + 'briefcase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_24_filled, + 'briefcase_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_28_filled, + 'briefcase_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_32_filled, + 'briefcase_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_48_filled, + 'briefcase_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_16_filled, + 'briefcase_medical_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_20_filled, + 'briefcase_medical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_24_filled, + 'briefcase_medical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_medical_32_filled, + 'briefcase_medical_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_16_filled, + 'briefcase_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_20_filled, + 'briefcase_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_24_filled, + 'briefcase_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_28_filled, + 'briefcase_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_32_filled, + 'briefcase_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.briefcase_off_48_filled, + 'briefcase_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_16_filled, + 'brightness_high_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_20_filled, + 'brightness_high_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_24_filled, + 'brightness_high_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_28_filled, + 'brightness_high_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_32_filled, + 'brightness_high_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.brightness_high_48_filled, + 'brightness_high_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_16_filled, + 'brightness_low_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_20_filled, + 'brightness_low_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_24_filled, + 'brightness_low_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_28_filled, + 'brightness_low_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_32_filled, + 'brightness_low_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.brightness_low_48_filled, + 'brightness_low_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_16_filled, + 'broad_activity_feed_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_20_filled, + 'broad_activity_feed_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.broad_activity_feed_24_filled, + 'broad_activity_feed_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.broom_16_filled, + 'broom_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.broom_20_filled, + 'broom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.broom_24_filled, + 'broom_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.bug_16_filled, + 'bug_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.bug_20_filled, + 'bug_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.bug_24_filled, + 'bug_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_16_filled, + 'building_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_20_filled, + 'building_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_24_filled, + 'building_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_16_filled, + 'building_bank_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_20_filled, + 'building_bank_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_24_filled, + 'building_bank_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_28_filled, + 'building_bank_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_48_filled, + 'building_bank_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_16_filled, + 'building_bank_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_20_filled, + 'building_bank_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_24_filled, + 'building_bank_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_28_filled, + 'building_bank_link_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_link_48_filled, + 'building_bank_link_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_toolbox_20_filled, + 'building_bank_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_bank_toolbox_24_filled, + 'building_bank_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_16_filled, + 'building_factory_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_20_filled, + 'building_factory_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_24_filled, + 'building_factory_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_28_filled, + 'building_factory_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_32_filled, + 'building_factory_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.building_factory_48_filled, + 'building_factory_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.building_government_20_filled, + 'building_government_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_government_24_filled, + 'building_government_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_government_32_filled, + 'building_government_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.building_home_16_filled, + 'building_home_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_home_20_filled, + 'building_home_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_home_24_filled, + 'building_home_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_lighthouse_20_filled, + 'building_lighthouse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_multiple_20_filled, + 'building_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_multiple_24_filled, + 'building_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_20_filled, + 'building_retail_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_24_filled, + 'building_retail_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_money_20_filled, + 'building_retail_money_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_money_24_filled, + 'building_retail_money_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_more_20_filled, + 'building_retail_more_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_shield_20_filled, + 'building_retail_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_shield_24_filled, + 'building_retail_shield_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_toolbox_20_filled, + 'building_retail_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_retail_toolbox_24_filled, + 'building_retail_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_16_filled, + 'building_shop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_20_filled, + 'building_shop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_shop_24_filled, + 'building_shop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_16_filled, + 'building_skyscraper_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_20_filled, + 'building_skyscraper_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.building_skyscraper_24_filled, + 'building_skyscraper_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_20_filled, + 'calculator_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_24_filled, + 'calculator_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_arrow_clockwise_20_filled, + 'calculator_arrow_clockwise_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_arrow_clockwise_24_filled, + 'calculator_arrow_clockwise_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calculator_multiple_20_filled, + 'calculator_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calculator_multiple_24_filled, + 'calculator_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_3_day_16_filled, + 'calendar_3_day_16_filled', + 16, + ), + + 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_16_filled, + 'calendar_add_16_filled', + 16, + ), + + 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_add_28_filled, + 'calendar_add_28_filled', + 28, + ), + + 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_down_20_filled, + 'calendar_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_down_24_filled, + 'calendar_arrow_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_16_filled, + 'calendar_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_20_filled, + 'calendar_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_arrow_right_24_filled, + 'calendar_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_assistant_16_filled, + 'calendar_assistant_16_filled', + 16, + ), + + 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_16_filled, + 'calendar_cancel_16_filled', + 16, + ), + + 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_chat_20_filled, + 'calendar_chat_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_chat_24_filled, + 'calendar_chat_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_checkmark_28_filled, + 'calendar_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_clock_16_filled, + 'calendar_clock_16_filled', + 16, + ), + + 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_day_16_filled, + 'calendar_day_16_filled', + 16, + ), + + 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_edit_16_filled, + 'calendar_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_edit_20_filled, + 'calendar_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_edit_24_filled, + 'calendar_edit_24_filled', + 24, + ), + + 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_empty_32_filled, + 'calendar_empty_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_error_20_filled, + 'calendar_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_error_24_filled, + 'calendar_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_info_16_filled, + 'calendar_info_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_info_20_filled, + 'calendar_info_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_12_filled, + 'calendar_ltr_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_16_filled, + 'calendar_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_20_filled, + 'calendar_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_24_filled, + 'calendar_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_28_filled, + 'calendar_ltr_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_32_filled, + 'calendar_ltr_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_ltr_48_filled, + 'calendar_ltr_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mail_16_filled, + 'calendar_mail_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mail_20_filled, + 'calendar_mail_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_mention_20_filled, + 'calendar_mention_20_filled', + 20, + ), + + 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_16_filled, + 'calendar_multiple_16_filled', + 16, + ), + + 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_multiple_32_filled, + 'calendar_multiple_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_overdue_24_filled, + 'calendar_overdue_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_pattern_16_filled, + 'calendar_pattern_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_pattern_20_filled, + 'calendar_pattern_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_patterns_16_filled, + 'calendar_patterns_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_16_filled, + 'calendar_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_20_filled, + 'calendar_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_person_24_filled, + 'calendar_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_phone_16_filled, + 'calendar_phone_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_phone_20_filled, + 'calendar_phone_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_16_filled, + 'calendar_question_mark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_20_filled, + 'calendar_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_question_mark_24_filled, + 'calendar_question_mark_24_filled', + 24, + ), + + 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_rtl_12_filled, + 'calendar_rtl_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_16_filled, + 'calendar_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_20_filled, + 'calendar_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_24_filled, + 'calendar_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_28_filled, + 'calendar_rtl_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_32_filled, + 'calendar_rtl_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.calendar_rtl_48_filled, + 'calendar_rtl_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.calendar_search_16_filled, + 'calendar_search_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_search_20_filled, + 'calendar_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_settings_16_filled, + 'calendar_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.calendar_settings_20_filled, + 'calendar_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_star_16_filled, + 'calendar_star_16_filled', + 16, + ), + + 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_toolbox_20_filled, + 'calendar_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calendar_toolbox_24_filled, + 'calendar_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calendar_week_numbers_20_filled, + 'calendar_week_numbers_20_filled', + 20, + ), + + 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.calendar_work_week_28_filled, + 'calendar_work_week_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_16_filled, + 'call_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_20_filled, + 'call_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_24_filled, + 'call_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_28_filled, + 'call_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_32_filled, + 'call_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.call_48_filled, + 'call_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_add_20_filled, + 'call_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_add_24_filled, + 'call_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_checkmark_20_filled, + 'call_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_checkmark_24_filled, + 'call_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_connecting_20_filled, + 'call_connecting_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_dismiss_20_filled, + 'call_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_dismiss_24_filled, + 'call_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_end_16_filled, + 'call_end_16_filled', + 16, + ), + + 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_exclamation_20_filled, + 'call_exclamation_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_16_filled, + 'call_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_20_filled, + 'call_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_24_filled, + 'call_forward_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_28_filled, + 'call_forward_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_forward_48_filled, + 'call_forward_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_16_filled, + 'call_inbound_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_20_filled, + 'call_inbound_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_24_filled, + 'call_inbound_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_28_filled, + 'call_inbound_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_inbound_48_filled, + 'call_inbound_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_16_filled, + 'call_missed_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_20_filled, + 'call_missed_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_24_filled, + 'call_missed_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_28_filled, + 'call_missed_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_missed_48_filled, + 'call_missed_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_16_filled, + 'call_outbound_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_20_filled, + 'call_outbound_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_24_filled, + 'call_outbound_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_28_filled, + 'call_outbound_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_outbound_48_filled, + 'call_outbound_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_park_16_filled, + 'call_park_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_park_20_filled, + 'call_park_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_park_24_filled, + 'call_park_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_park_28_filled, + 'call_park_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_park_32_filled, + 'call_park_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.call_park_48_filled, + 'call_park_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_pause_20_filled, + 'call_pause_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_pause_24_filled, + 'call_pause_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_16_filled, + 'call_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_20_filled, + 'call_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_24_filled, + 'call_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_28_filled, + 'call_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.call_prohibited_48_filled, + 'call_prohibited_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.call_transfer_20_filled, + 'call_transfer_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_20_filled, + 'calligraphy_pen_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_24_filled, + 'calligraphy_pen_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_checkmark_20_filled, + 'calligraphy_pen_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_error_20_filled, + 'calligraphy_pen_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.calligraphy_pen_question_mark_20_filled, + 'calligraphy_pen_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_16_filled, + 'camera_16_filled', + 16, + ), + + 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_dome_16_filled, + 'camera_dome_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_20_filled, + 'camera_dome_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_24_filled, + 'camera_dome_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_28_filled, + 'camera_dome_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.camera_dome_48_filled, + 'camera_dome_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.camera_edit_20_filled, + 'camera_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_off_20_filled, + 'camera_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.camera_off_24_filled, + 'camera_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.camera_switch_20_filled, + 'camera_switch_20_filled', + 20, + ), + + 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_down_left_12_filled, + 'caret_down_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_16_filled, + 'caret_down_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_20_filled, + 'caret_down_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_left_24_filled, + 'caret_down_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_12_filled, + 'caret_down_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_16_filled, + 'caret_down_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_20_filled, + 'caret_down_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_down_right_24_filled, + 'caret_down_right_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.caret_up_12_filled, + 'caret_up_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_16_filled, + 'caret_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_20_filled, + 'caret_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.caret_up_24_filled, + 'caret_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cart_16_filled, + 'cart_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cart_20_filled, + 'cart_20_filled', + 20, + ), + + 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_20_filled, + 'cellular_3g_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_3g_24_filled, + 'cellular_3g_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_4g_20_filled, + 'cellular_4g_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_4g_24_filled, + 'cellular_4g_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_5g_20_filled, + 'cellular_5g_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_5g_24_filled, + 'cellular_5g_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_cellular_off_24_filled, + 'cellular_data_cellular_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_data_cellular_unavailable_24_filled, + 'cellular_data_cellular_unavailable_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_data_unavailable_24_filled, + 'cellular_data_unavailable_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_off_20_filled, + 'cellular_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_off_24_filled, + 'cellular_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cellular_warning_20_filled, + 'cellular_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cellular_warning_24_filled, + 'cellular_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.center_horizontal_20_filled, + 'center_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.center_horizontal_24_filled, + 'center_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.center_vertical_20_filled, + 'center_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.center_vertical_24_filled, + 'center_vertical_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_28_filled, + 'channel_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_48_filled, + 'channel_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_16_filled, + 'channel_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_20_filled, + 'channel_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_24_filled, + 'channel_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_28_filled, + 'channel_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_add_48_filled, + 'channel_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_16_filled, + 'channel_alert_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_20_filled, + 'channel_alert_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_24_filled, + 'channel_alert_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_28_filled, + 'channel_alert_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_alert_48_filled, + 'channel_alert_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_16_filled, + 'channel_arrow_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_20_filled, + 'channel_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_24_filled, + 'channel_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_28_filled, + 'channel_arrow_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_arrow_left_48_filled, + 'channel_arrow_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_16_filled, + 'channel_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_20_filled, + 'channel_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_24_filled, + 'channel_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_28_filled, + 'channel_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_dismiss_48_filled, + 'channel_dismiss_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_12_filled, + 'channel_share_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_16_filled, + 'channel_share_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_20_filled, + 'channel_share_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_24_filled, + 'channel_share_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_28_filled, + 'channel_share_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_share_48_filled, + 'channel_share_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_16_filled, + 'channel_subtract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_20_filled, + 'channel_subtract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_24_filled, + 'channel_subtract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_28_filled, + 'channel_subtract_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.channel_subtract_48_filled, + 'channel_subtract_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chart_multiple_20_filled, + 'chart_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chart_multiple_24_filled, + 'chart_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_20_filled, + 'chart_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_24_filled, + 'chart_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_28_filled, + 'chart_person_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chart_person_48_filled, + 'chart_person_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chat_12_filled, + 'chat_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chat_16_filled, + 'chat_16_filled', + 16, + ), + + 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_32_filled, + 'chat_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chat_48_filled, + 'chat_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_back_16_filled, + 'chat_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_back_20_filled, + 'chat_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_double_back_16_filled, + 'chat_arrow_double_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_arrow_double_back_20_filled, + 'chat_arrow_double_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_16_filled, + 'chat_bubbles_question_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_20_filled, + 'chat_bubbles_question_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_bubbles_question_24_filled, + 'chat_bubbles_question_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_16_filled, + 'chat_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_20_filled, + 'chat_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_dismiss_24_filled, + 'chat_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_help_20_filled, + 'chat_help_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_help_24_filled, + 'chat_help_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_mail_20_filled, + 'chat_mail_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_16_filled, + 'chat_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_20_filled, + 'chat_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_multiple_24_filled, + 'chat_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_off_20_filled, + 'chat_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_off_24_filled, + 'chat_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_settings_20_filled, + 'chat_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_settings_24_filled, + 'chat_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_video_20_filled, + 'chat_video_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_video_24_filled, + 'chat_video_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_16_filled, + 'chat_warning_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_20_filled, + 'chat_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chat_warning_24_filled, + 'chat_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.check_20_filled, + 'check_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.check_24_filled, + 'check_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_1_20_filled, + 'checkbox_1_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_1_24_filled, + 'checkbox_1_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_2_20_filled, + 'checkbox_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_2_24_filled, + 'checkbox_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_arrow_right_20_filled, + 'checkbox_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_arrow_right_24_filled, + 'checkbox_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_16_filled, + 'checkbox_checked_16_filled', + 16, + ), + + 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_checked_sync_16_filled, + 'checkbox_checked_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_checked_sync_20_filled, + 'checkbox_checked_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_16_filled, + 'checkbox_indeterminate_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_20_filled, + 'checkbox_indeterminate_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_indeterminate_24_filled, + 'checkbox_indeterminate_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_16_filled, + 'checkbox_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_20_filled, + 'checkbox_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_person_24_filled, + 'checkbox_person_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.checkbox_warning_20_filled, + 'checkbox_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkbox_warning_24_filled, + 'checkbox_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_12_filled, + 'checkmark_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_16_filled, + 'checkmark_16_filled', + 16, + ), + + 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_32_filled, + 'checkmark_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_48_filled, + 'checkmark_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_circle_12_filled, + 'checkmark_circle_12_filled', + 12, + ), + + 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_32_filled, + 'checkmark_circle_32_filled', + 32, + ), + + 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_note_20_filled, + 'checkmark_note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_square_24_filled, + 'checkmark_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_16_filled, + 'checkmark_starburst_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_20_filled, + 'checkmark_starburst_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.checkmark_starburst_24_filled, + 'checkmark_starburst_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_circle_down_12_filled, + 'chevron_circle_down_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_16_filled, + 'chevron_circle_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_20_filled, + 'chevron_circle_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_24_filled, + 'chevron_circle_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_28_filled, + 'chevron_circle_down_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_32_filled, + 'chevron_circle_down_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_down_48_filled, + 'chevron_circle_down_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_12_filled, + 'chevron_circle_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_16_filled, + 'chevron_circle_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_20_filled, + 'chevron_circle_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_24_filled, + 'chevron_circle_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_28_filled, + 'chevron_circle_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_32_filled, + 'chevron_circle_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_left_48_filled, + 'chevron_circle_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_12_filled, + 'chevron_circle_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_16_filled, + 'chevron_circle_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_20_filled, + 'chevron_circle_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_24_filled, + 'chevron_circle_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_28_filled, + 'chevron_circle_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_32_filled, + 'chevron_circle_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_right_48_filled, + 'chevron_circle_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_12_filled, + 'chevron_circle_up_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_16_filled, + 'chevron_circle_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_20_filled, + 'chevron_circle_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_24_filled, + 'chevron_circle_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_28_filled, + 'chevron_circle_up_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_32_filled, + 'chevron_circle_up_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.chevron_circle_up_48_filled, + 'chevron_circle_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_down_16_filled, + 'chevron_double_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_down_20_filled, + 'chevron_double_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_left_16_filled, + 'chevron_double_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_left_20_filled, + 'chevron_double_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_right_16_filled, + 'chevron_double_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_right_20_filled, + 'chevron_double_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_up_16_filled, + 'chevron_double_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_double_up_20_filled, + 'chevron_double_up_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_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.chevron_up_down_16_filled, + 'chevron_up_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chevron_up_down_20_filled, + 'chevron_up_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chevron_up_down_24_filled, + 'chevron_up_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_16_filled, + 'chopsticks_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_20_filled, + 'chopsticks_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_24_filled, + 'chopsticks_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.chopsticks_28_filled, + 'chopsticks_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.circle_12_filled, + 'circle_12_filled', + 12, + ), + + 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_32_filled, + 'circle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.circle_48_filled, + 'circle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.circle_edit_20_filled, + 'circle_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_edit_24_filled, + 'circle_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_12_filled, + 'circle_half_fill_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.circle_half_fill_16_filled, + 'circle_half_fill_16_filled', + 16, + ), + + 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_12_filled, + 'circle_line_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.circle_line_20_filled, + 'circle_line_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_line_24_filled, + 'circle_line_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_multiple_subtract_checkmark_20_filled, + 'circle_multiple_subtract_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_off_16_filled, + 'circle_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_off_20_filled, + 'circle_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_small_20_filled, + 'circle_small_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_small_24_filled, + 'circle_small_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_back_16_filled, + 'circle_subtract_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_back_20_filled, + 'circle_subtract_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_forward_16_filled, + 'circle_subtract_arrow_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.circle_subtract_arrow_forward_20_filled, + 'circle_subtract_arrow_forward_20_filled', + 20, + ), + + 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_20_filled, + 'class_20_filled', + 20, + ), + + 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_16_filled, + 'clear_formatting_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clear_formatting_20_filled, + 'clear_formatting_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clear_formatting_24_filled, + 'clear_formatting_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_16_filled, + 'clipboard_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_20_filled, + 'clipboard_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_24_filled, + 'clipboard_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_16_filled, + 'clipboard_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_20_filled, + 'clipboard_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_arrow_right_24_filled, + 'clipboard_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_ltr_16_filled, + 'clipboard_bullet_list_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_ltr_20_filled, + 'clipboard_bullet_list_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_rtl_16_filled, + 'clipboard_bullet_list_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_bullet_list_rtl_20_filled, + 'clipboard_bullet_list_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_checkmark_20_filled, + 'clipboard_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_checkmark_24_filled, + 'clipboard_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_clock_20_filled, + 'clipboard_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_clock_24_filled, + 'clipboard_clock_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_data_bar_20_filled, + 'clipboard_data_bar_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_data_bar_24_filled, + 'clipboard_data_bar_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_data_bar_32_filled, + 'clipboard_data_bar_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_edit_20_filled, + 'clipboard_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_error_20_filled, + 'clipboard_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_error_24_filled, + 'clipboard_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_heart_20_filled, + 'clipboard_heart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_heart_24_filled, + 'clipboard_heart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_image_20_filled, + 'clipboard_image_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_image_24_filled, + 'clipboard_image_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_20_filled, + 'clipboard_more_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_more_24_filled, + 'clipboard_more_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_note_20_filled, + 'clipboard_note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_paste_16_filled, + 'clipboard_paste_16_filled', + 16, + ), + + 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_pulse_20_filled, + 'clipboard_pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_pulse_24_filled, + 'clipboard_pulse_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_settings_20_filled, + 'clipboard_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_settings_24_filled, + 'clipboard_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_20_filled, + 'clipboard_task_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_24_filled, + 'clipboard_task_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_add_20_filled, + 'clipboard_task_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_add_24_filled, + 'clipboard_task_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_ltr_20_filled, + 'clipboard_task_list_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_ltr_24_filled, + 'clipboard_task_list_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_rtl_20_filled, + 'clipboard_task_list_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_task_list_rtl_24_filled, + 'clipboard_task_list_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_ltr_20_filled, + 'clipboard_text_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_ltr_24_filled, + 'clipboard_text_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_rtl_20_filled, + 'clipboard_text_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clipboard_text_rtl_24_filled, + 'clipboard_text_rtl_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_32_filled, + 'clock_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clock_48_filled, + 'clock_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_16_filled, + 'clock_alarm_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_20_filled, + 'clock_alarm_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_24_filled, + 'clock_alarm_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_alarm_32_filled, + 'clock_alarm_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.clock_arrow_download_20_filled, + 'clock_arrow_download_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_arrow_download_24_filled, + 'clock_arrow_download_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_dismiss_20_filled, + 'clock_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_dismiss_24_filled, + 'clock_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_pause_20_filled, + 'clock_pause_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_pause_24_filled, + 'clock_pause_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.clock_toolbox_20_filled, + 'clock_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.clock_toolbox_24_filled, + 'clock_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_16_filled, + 'closed_caption_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_20_filled, + 'closed_caption_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_24_filled, + 'closed_caption_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_28_filled, + 'closed_caption_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_32_filled, + 'closed_caption_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_48_filled, + 'closed_caption_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_16_filled, + 'closed_caption_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_20_filled, + 'closed_caption_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_24_filled, + 'closed_caption_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_28_filled, + 'closed_caption_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.closed_caption_off_48_filled, + 'closed_caption_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_16_filled, + 'cloud_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_20_filled, + 'cloud_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_24_filled, + 'cloud_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_28_filled, + 'cloud_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_32_filled, + 'cloud_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_48_filled, + 'cloud_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_add_16_filled, + 'cloud_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_add_20_filled, + 'cloud_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_16_filled, + 'cloud_archive_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_20_filled, + 'cloud_archive_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_24_filled, + 'cloud_archive_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_28_filled, + 'cloud_archive_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_32_filled, + 'cloud_archive_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_archive_48_filled, + 'cloud_archive_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_16_filled, + 'cloud_arrow_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_20_filled, + 'cloud_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_24_filled, + 'cloud_arrow_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_28_filled, + 'cloud_arrow_down_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_32_filled, + 'cloud_arrow_down_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_down_48_filled, + 'cloud_arrow_down_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_16_filled, + 'cloud_arrow_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_20_filled, + 'cloud_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_24_filled, + 'cloud_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_28_filled, + 'cloud_arrow_up_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_32_filled, + 'cloud_arrow_up_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_arrow_up_48_filled, + 'cloud_arrow_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_16_filled, + 'cloud_backup_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_20_filled, + 'cloud_backup_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_24_filled, + 'cloud_backup_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_28_filled, + 'cloud_backup_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_32_filled, + 'cloud_backup_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_backup_48_filled, + 'cloud_backup_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_16_filled, + 'cloud_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_20_filled, + 'cloud_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_24_filled, + 'cloud_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_28_filled, + 'cloud_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_32_filled, + 'cloud_checkmark_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_checkmark_48_filled, + 'cloud_checkmark_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_16_filled, + 'cloud_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_20_filled, + 'cloud_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_24_filled, + 'cloud_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_28_filled, + 'cloud_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_32_filled, + 'cloud_dismiss_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_dismiss_48_filled, + 'cloud_dismiss_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_16_filled, + 'cloud_download_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_20_filled, + 'cloud_download_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_24_filled, + 'cloud_download_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_28_filled, + 'cloud_download_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_32_filled, + 'cloud_download_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_download_48_filled, + 'cloud_download_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_edit_16_filled, + 'cloud_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_edit_20_filled, + 'cloud_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_flow_20_filled, + 'cloud_flow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_flow_24_filled, + 'cloud_flow_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_link_16_filled, + 'cloud_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_link_20_filled, + 'cloud_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_16_filled, + 'cloud_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_20_filled, + 'cloud_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_24_filled, + 'cloud_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_28_filled, + 'cloud_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_off_32_filled, + 'cloud_off_32_filled', + 32, + ), + + 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_swap_20_filled, + 'cloud_swap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_swap_24_filled, + 'cloud_swap_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_16_filled, + 'cloud_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_20_filled, + 'cloud_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_24_filled, + 'cloud_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_28_filled, + 'cloud_sync_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_32_filled, + 'cloud_sync_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_48_filled, + 'cloud_sync_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_16_filled, + 'cloud_sync_complete_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_20_filled, + 'cloud_sync_complete_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_24_filled, + 'cloud_sync_complete_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_28_filled, + 'cloud_sync_complete_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_32_filled, + 'cloud_sync_complete_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_sync_complete_48_filled, + 'cloud_sync_complete_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_16_filled, + 'cloud_words_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_20_filled, + 'cloud_words_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_24_filled, + 'cloud_words_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_28_filled, + 'cloud_words_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_32_filled, + 'cloud_words_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cloud_words_48_filled, + 'cloud_words_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.code_16_filled, + 'code_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.code_20_filled, + 'code_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_24_filled, + 'code_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.code_circle_20_filled, + 'code_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_text_20_filled, + 'code_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.code_text_edit_20_filled, + 'code_text_edit_20_filled', + 20, + ), + + 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_16_filled, + 'color_16_filled', + 16, + ), + + 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_16_filled, + 'color_fill_16_filled', + 16, + ), + + 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_fill_28_filled, + 'color_fill_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.color_line_16_filled, + 'color_line_16_filled', + 16, + ), + + 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_20_filled, + 'column_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_arrow_right_20_filled, + 'column_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_edit_20_filled, + 'column_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_edit_24_filled, + 'column_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_20_filled, + 'column_triple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_24_filled, + 'column_triple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_edit_20_filled, + 'column_triple_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.column_triple_edit_24_filled, + 'column_triple_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comma_24_filled, + 'comma_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_12_filled, + 'comment_12_filled', + 12, + ), + + 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_28_filled, + 'comment_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_48_filled, + 'comment_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_12_filled, + 'comment_add_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_16_filled, + 'comment_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_20_filled, + 'comment_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_24_filled, + 'comment_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_28_filled, + 'comment_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_add_48_filled, + 'comment_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_12_filled, + 'comment_arrow_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_16_filled, + 'comment_arrow_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_20_filled, + 'comment_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_24_filled, + 'comment_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_28_filled, + 'comment_arrow_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_left_48_filled, + 'comment_arrow_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_12_filled, + 'comment_arrow_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_16_filled, + 'comment_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_20_filled, + 'comment_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_24_filled, + 'comment_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_28_filled, + 'comment_arrow_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_arrow_right_48_filled, + 'comment_arrow_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_12_filled, + 'comment_checkmark_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_16_filled, + 'comment_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_20_filled, + 'comment_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_24_filled, + 'comment_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_28_filled, + 'comment_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_checkmark_48_filled, + 'comment_checkmark_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.comment_dismiss_20_filled, + 'comment_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_dismiss_24_filled, + 'comment_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_edit_20_filled, + 'comment_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_edit_24_filled, + 'comment_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_16_filled, + 'comment_error_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_20_filled, + 'comment_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_error_24_filled, + 'comment_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_lightning_20_filled, + 'comment_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_lightning_24_filled, + 'comment_lightning_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_multiple_28_filled, + 'comment_multiple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_32_filled, + 'comment_multiple_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_16_filled, + 'comment_multiple_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_20_filled, + 'comment_multiple_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_24_filled, + 'comment_multiple_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_checkmark_28_filled, + 'comment_multiple_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_16_filled, + 'comment_multiple_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_20_filled, + 'comment_multiple_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_24_filled, + 'comment_multiple_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_28_filled, + 'comment_multiple_link_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_multiple_link_32_filled, + 'comment_multiple_link_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.comment_note_20_filled, + 'comment_note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_note_24_filled, + 'comment_note_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_16_filled, + 'comment_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_20_filled, + 'comment_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_24_filled, + 'comment_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_28_filled, + 'comment_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.comment_off_48_filled, + 'comment_off_48_filled', + 48, + ), + + 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.communication_person_20_filled, + 'communication_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.communication_person_24_filled, + 'communication_person_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.component_2_double_tap_swipe_down_24_filled, + 'component_2_double_tap_swipe_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.component_2_double_tap_swipe_up_24_filled, + 'component_2_double_tap_swipe_up_24_filled', + 24, + ), + + 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_16_filled, + 'contact_card_16_filled', + 16, + ), + + 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_28_filled, + 'contact_card_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_32_filled, + 'contact_card_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_48_filled, + 'contact_card_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_16_filled, + 'contact_card_group_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_20_filled, + 'contact_card_group_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_24_filled, + 'contact_card_group_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_28_filled, + 'contact_card_group_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_group_48_filled, + 'contact_card_group_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_link_16_filled, + 'contact_card_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_link_20_filled, + 'contact_card_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_16_filled, + 'contact_card_ribbon_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_20_filled, + 'contact_card_ribbon_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_24_filled, + 'contact_card_ribbon_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_28_filled, + 'contact_card_ribbon_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_32_filled, + 'contact_card_ribbon_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contact_card_ribbon_48_filled, + 'contact_card_ribbon_48_filled', + 48, + ), + + 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.content_settings_32_filled, + 'content_settings_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.content_view_20_filled, + 'content_view_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.content_view_32_filled, + 'content_view_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.content_view_gallery_20_filled, + 'content_view_gallery_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_16_filled, + 'contract_down_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_20_filled, + 'contract_down_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_24_filled, + 'contract_down_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_28_filled, + 'contract_down_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_32_filled, + 'contract_down_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.contract_down_left_48_filled, + 'contract_down_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.control_button_20_filled, + 'control_button_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.control_button_24_filled, + 'control_button_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.convert_range_20_filled, + 'convert_range_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.convert_range_24_filled, + 'convert_range_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.convert_to_type_20_filled, + 'convert_to_type_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.convert_to_type_24_filled, + 'convert_to_type_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.convert_to_type_off_20_filled, + 'convert_to_type_off_20_filled', + 20, + ), + + 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_add_20_filled, + 'copy_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.copy_add_24_filled, + 'copy_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_16_filled, + 'copy_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_20_filled, + 'copy_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.copy_arrow_right_24_filled, + 'copy_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.copy_select_20_filled, + 'copy_select_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.couch_12_filled, + 'couch_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.couch_20_filled, + 'couch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.couch_24_filled, + 'couch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_person_20_filled, + 'credit_card_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_person_24_filled, + 'credit_card_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_toolbox_20_filled, + 'credit_card_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.credit_card_toolbox_24_filled, + 'credit_card_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_20_filled, + 'crop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_24_filled, + 'crop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_20_filled, + 'crop_interim_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_24_filled, + 'crop_interim_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_off_20_filled, + 'crop_interim_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.crop_interim_off_24_filled, + 'crop_interim_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_12_filled, + 'cube_12_filled', + 12, + ), + + 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.cube_add_20_filled, + 'cube_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_link_20_filled, + 'cube_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_multiple_20_filled, + 'cube_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_multiple_24_filled, + 'cube_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_16_filled, + 'cube_quick_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_20_filled, + 'cube_quick_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_24_filled, + 'cube_quick_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_quick_28_filled, + 'cube_quick_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cube_rotate_20_filled, + 'cube_rotate_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_sync_20_filled, + 'cube_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_sync_24_filled, + 'cube_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cube_tree_20_filled, + 'cube_tree_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cube_tree_24_filled, + 'cube_tree_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_16_filled, + 'currency_dollar_euro_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_20_filled, + 'currency_dollar_euro_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_euro_24_filled, + 'currency_dollar_euro_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_16_filled, + 'currency_dollar_rupee_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_20_filled, + 'currency_dollar_rupee_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.currency_dollar_rupee_24_filled, + 'currency_dollar_rupee_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_20_filled, + 'cursor_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_24_filled, + 'cursor_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_click_20_filled, + 'cursor_click_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_click_24_filled, + 'cursor_click_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_16_filled, + 'cursor_hover_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_20_filled, + 'cursor_hover_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_24_filled, + 'cursor_hover_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_28_filled, + 'cursor_hover_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_32_filled, + 'cursor_hover_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_48_filled, + 'cursor_hover_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_16_filled, + 'cursor_hover_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_20_filled, + 'cursor_hover_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_24_filled, + 'cursor_hover_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_28_filled, + 'cursor_hover_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.cursor_hover_off_48_filled, + 'cursor_hover_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.cut_20_filled, + 'cut_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.cut_24_filled, + 'cut_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dark_theme_20_filled, + 'dark_theme_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dark_theme_24_filled, + 'dark_theme_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_area_20_filled, + 'data_area_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_area_24_filled, + 'data_area_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_bar_horizontal_20_filled, + 'data_bar_horizontal_20_filled', + 20, + ), + + 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_bar_vertical_add_20_filled, + 'data_bar_vertical_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_bar_vertical_add_24_filled, + 'data_bar_vertical_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_funnel_20_filled, + 'data_funnel_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_funnel_24_filled, + 'data_funnel_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_histogram_20_filled, + 'data_histogram_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_histogram_24_filled, + 'data_histogram_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_line_20_filled, + 'data_line_20_filled', + 20, + ), + + 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_20_filled, + 'data_scatter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_scatter_24_filled, + 'data_scatter_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_sunburst_20_filled, + 'data_sunburst_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_sunburst_24_filled, + 'data_sunburst_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_treemap_20_filled, + 'data_treemap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_treemap_24_filled, + 'data_treemap_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_16_filled, + 'data_trending_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_20_filled, + 'data_trending_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_trending_24_filled, + 'data_trending_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_20_filled, + 'data_usage_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_24_filled, + 'data_usage_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_edit_20_filled, + 'data_usage_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_edit_24_filled, + 'data_usage_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_settings_20_filled, + 'data_usage_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_toolbox_20_filled, + 'data_usage_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_usage_toolbox_24_filled, + 'data_usage_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_waterfall_20_filled, + 'data_waterfall_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_waterfall_24_filled, + 'data_waterfall_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.data_whisker_20_filled, + 'data_whisker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.data_whisker_24_filled, + 'data_whisker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_20_filled, + 'database_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_24_filled, + 'database_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_down_20_filled, + 'database_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_right_20_filled, + 'database_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_arrow_up_20_filled, + 'database_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_lightning_20_filled, + 'database_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_link_20_filled, + 'database_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_link_24_filled, + 'database_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_multiple_20_filled, + 'database_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_person_20_filled, + 'database_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_person_24_filled, + 'database_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_plug_connected_20_filled, + 'database_plug_connected_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_search_20_filled, + 'database_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_search_24_filled, + 'database_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.database_warning_20_filled, + 'database_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.database_window_20_filled, + 'database_window_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_left_20_filled, + 'decimal_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_left_24_filled, + 'decimal_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_right_20_filled, + 'decimal_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.decimal_arrow_right_24_filled, + 'decimal_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.delete_16_filled, + 'delete_16_filled', + 16, + ), + + 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_arrow_back_16_filled, + 'delete_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.delete_arrow_back_20_filled, + 'delete_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_20_filled, + 'delete_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_24_filled, + 'delete_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.delete_dismiss_28_filled, + 'delete_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.delete_lines_20_filled, + 'delete_lines_20_filled', + 20, + ), + + 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_12_filled, + 'dentist_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.dentist_16_filled, + 'dentist_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dentist_20_filled, + 'dentist_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dentist_24_filled, + 'dentist_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dentist_28_filled, + 'dentist_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dentist_48_filled, + 'dentist_48_filled', + 48, + ), + + 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.desktop_32_filled, + 'desktop_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_16_filled, + 'desktop_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_20_filled, + 'desktop_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_arrow_right_24_filled, + 'desktop_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_16_filled, + 'desktop_cursor_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_20_filled, + 'desktop_cursor_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_24_filled, + 'desktop_cursor_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_cursor_28_filled, + 'desktop_cursor_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_16_filled, + 'desktop_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_20_filled, + 'desktop_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_edit_24_filled, + 'desktop_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_flow_20_filled, + 'desktop_flow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_flow_24_filled, + 'desktop_flow_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_16_filled, + 'desktop_keyboard_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_20_filled, + 'desktop_keyboard_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_24_filled, + 'desktop_keyboard_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_keyboard_28_filled, + 'desktop_keyboard_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_16_filled, + 'desktop_mac_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_20_filled, + 'desktop_mac_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_24_filled, + 'desktop_mac_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_mac_32_filled, + 'desktop_mac_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_16_filled, + 'desktop_pulse_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_20_filled, + 'desktop_pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_24_filled, + 'desktop_pulse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_28_filled, + 'desktop_pulse_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_32_filled, + 'desktop_pulse_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.desktop_pulse_48_filled, + 'desktop_pulse_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.desktop_signal_20_filled, + 'desktop_signal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_signal_24_filled, + 'desktop_signal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_20_filled, + 'desktop_speaker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_24_filled, + 'desktop_speaker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_off_20_filled, + 'desktop_speaker_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_speaker_off_24_filled, + 'desktop_speaker_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_16_filled, + 'desktop_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_20_filled, + 'desktop_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_sync_24_filled, + 'desktop_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.desktop_toolbox_20_filled, + 'desktop_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.desktop_toolbox_24_filled, + 'desktop_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_20_filled, + 'developer_board_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_24_filled, + 'developer_board_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_lightning_20_filled, + 'developer_board_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_lightning_toolbox_20_filled, + 'developer_board_lightning_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_search_20_filled, + 'developer_board_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.developer_board_search_24_filled, + 'developer_board_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_eq_20_filled, + 'device_eq_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_eq_24_filled, + 'device_eq_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_16_filled, + 'device_meeting_room_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_20_filled, + 'device_meeting_room_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_24_filled, + 'device_meeting_room_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_28_filled, + 'device_meeting_room_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_32_filled, + 'device_meeting_room_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_48_filled, + 'device_meeting_room_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_16_filled, + 'device_meeting_room_remote_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_20_filled, + 'device_meeting_room_remote_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_24_filled, + 'device_meeting_room_remote_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_28_filled, + 'device_meeting_room_remote_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_32_filled, + 'device_meeting_room_remote_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.device_meeting_room_remote_48_filled, + 'device_meeting_room_remote_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.diagram_20_filled, + 'diagram_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diagram_24_filled, + 'diagram_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_20_filled, + 'dialpad_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_24_filled, + 'dialpad_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_28_filled, + 'dialpad_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_32_filled, + 'dialpad_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_48_filled, + 'dialpad_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_off_20_filled, + 'dialpad_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dialpad_off_24_filled, + 'dialpad_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diamond_16_filled, + 'diamond_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.diamond_20_filled, + 'diamond_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diamond_24_filled, + 'diamond_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diamond_28_filled, + 'diamond_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.diamond_32_filled, + 'diamond_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.diamond_48_filled, + 'diamond_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.directions_16_filled, + 'directions_16_filled', + 16, + ), + + 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_32_filled, + 'dismiss_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_48_filled, + 'dismiss_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_12_filled, + 'dismiss_circle_12_filled', + 12, + ), + + 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_28_filled, + 'dismiss_circle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_32_filled, + 'dismiss_circle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_circle_48_filled, + 'dismiss_circle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_20_filled, + 'dismiss_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_24_filled, + 'dismiss_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_multiple_16_filled, + 'dismiss_square_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dismiss_square_multiple_20_filled, + 'dismiss_square_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diversity_20_filled, + 'diversity_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.diversity_24_filled, + 'diversity_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.diversity_28_filled, + 'diversity_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.diversity_48_filled, + 'diversity_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_16_filled, + 'divider_short_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_20_filled, + 'divider_short_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.divider_short_24_filled, + 'divider_short_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_16_filled, + 'divider_tall_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_20_filled, + 'divider_tall_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.divider_tall_24_filled, + 'divider_tall_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_20_filled, + 'dock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_24_filled, + 'dock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_bottom_20_filled, + 'dock_panel_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_16_filled, + 'dock_panel_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_20_filled, + 'dock_panel_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_24_filled, + 'dock_panel_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_28_filled, + 'dock_panel_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_left_48_filled, + 'dock_panel_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_16_filled, + 'dock_panel_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_20_filled, + 'dock_panel_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_24_filled, + 'dock_panel_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_28_filled, + 'dock_panel_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.dock_panel_right_48_filled, + 'dock_panel_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dock_row_20_filled, + 'dock_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dock_row_24_filled, + 'dock_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.doctor_12_filled, + 'doctor_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.doctor_16_filled, + 'doctor_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.doctor_20_filled, + 'doctor_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.doctor_24_filled, + 'doctor_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.doctor_28_filled, + 'doctor_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.doctor_48_filled, + 'doctor_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_16_filled, + 'document_16_filled', + 16, + ), + + 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_32_filled, + 'document_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_48_filled, + 'document_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_add_16_filled, + 'document_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_add_20_filled, + 'document_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_add_24_filled, + 'document_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_add_28_filled, + 'document_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_add_48_filled, + 'document_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_down_16_filled, + 'document_arrow_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_down_20_filled, + 'document_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_16_filled, + 'document_arrow_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_20_filled, + 'document_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_24_filled, + 'document_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_28_filled, + 'document_arrow_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_left_48_filled, + 'document_arrow_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_right_20_filled, + 'document_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_right_24_filled, + 'document_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_up_16_filled, + 'document_arrow_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_arrow_up_20_filled, + 'document_arrow_up_20_filled', + 20, + ), + + 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_bullet_list_20_filled, + 'document_bullet_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_24_filled, + 'document_bullet_list_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_clock_20_filled, + 'document_bullet_list_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_clock_24_filled, + 'document_bullet_list_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_multiple_20_filled, + 'document_bullet_list_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_multiple_24_filled, + 'document_bullet_list_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_off_20_filled, + 'document_bullet_list_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_bullet_list_off_24_filled, + 'document_bullet_list_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_16_filled, + 'document_catch_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_20_filled, + 'document_catch_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_catch_up_24_filled, + 'document_catch_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_checkmark_20_filled, + 'document_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_checkmark_24_filled, + 'document_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_chevron_double_20_filled, + 'document_chevron_double_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_chevron_double_24_filled, + 'document_chevron_double_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_css_20_filled, + 'document_css_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_css_24_filled, + 'document_css_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_dismiss_16_filled, + 'document_dismiss_16_filled', + 16, + ), + + 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_flowchart_20_filled, + 'document_flowchart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_flowchart_24_filled, + 'document_flowchart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_16_filled, + 'document_footer_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_20_filled, + 'document_footer_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_24_filled, + 'document_footer_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_dismiss_20_filled, + 'document_footer_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_dismiss_24_filled, + 'document_footer_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_footer_remove_24_filled, + 'document_footer_remove_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_16_filled, + 'document_header_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_header_20_filled, + 'document_header_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_24_filled, + 'document_header_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_16_filled, + 'document_header_arrow_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_20_filled, + 'document_header_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_arrow_down_24_filled, + 'document_header_arrow_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_dismiss_20_filled, + 'document_header_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_header_dismiss_24_filled, + 'document_header_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_header_footer_16_filled, + 'document_header_footer_16_filled', + 16, + ), + + 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_heart_20_filled, + 'document_heart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_24_filled, + 'document_heart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_pulse_20_filled, + 'document_heart_pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_heart_pulse_24_filled, + 'document_heart_pulse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_javascript_20_filled, + 'document_javascript_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_javascript_24_filled, + 'document_javascript_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_landscape_data_20_filled, + 'document_landscape_data_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_data_24_filled, + 'document_landscape_data_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_20_filled, + 'document_landscape_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_24_filled, + 'document_landscape_split_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_landscape_split_hint_20_filled, + 'document_landscape_split_hint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_link_16_filled, + 'document_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_link_20_filled, + 'document_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_link_24_filled, + 'document_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_16_filled, + 'document_lock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_20_filled, + 'document_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_24_filled, + 'document_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_28_filled, + 'document_lock_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_32_filled, + 'document_lock_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_lock_48_filled, + 'document_lock_48_filled', + 48, + ), + + 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_mention_16_filled, + 'document_mention_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_20_filled, + 'document_mention_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_24_filled, + 'document_mention_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_28_filled, + 'document_mention_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_mention_48_filled, + 'document_mention_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_16_filled, + 'document_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_20_filled, + 'document_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_24_filled, + 'document_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_percent_20_filled, + 'document_multiple_percent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_percent_24_filled, + 'document_multiple_percent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_prohibited_20_filled, + 'document_multiple_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_prohibited_24_filled, + 'document_multiple_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_multiple_sync_20_filled, + 'document_multiple_sync_20_filled', + 20, + ), + + 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_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_20_filled, + 'document_page_break_20_filled', + 20, + ), + + 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_pdf_32_filled, + 'document_pdf_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_percent_20_filled, + 'document_percent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_percent_24_filled, + 'document_percent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_person_16_filled, + 'document_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_person_20_filled, + 'document_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_pill_20_filled, + 'document_pill_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_pill_24_filled, + 'document_pill_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_prohibited_20_filled, + 'document_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_prohibited_24_filled, + 'document_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_16_filled, + 'document_question_mark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_20_filled, + 'document_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_question_mark_24_filled, + 'document_question_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_20_filled, + 'document_queue_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_24_filled, + 'document_queue_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_add_20_filled, + 'document_queue_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_add_24_filled, + 'document_queue_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_multiple_20_filled, + 'document_queue_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_queue_multiple_24_filled, + 'document_queue_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_16_filled, + 'document_ribbon_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_20_filled, + 'document_ribbon_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_24_filled, + 'document_ribbon_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_28_filled, + 'document_ribbon_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_32_filled, + 'document_ribbon_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.document_ribbon_48_filled, + 'document_ribbon_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.document_save_20_filled, + 'document_save_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_save_24_filled, + 'document_save_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_search_16_filled, + 'document_search_16_filled', + 16, + ), + + 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_settings_16_filled, + 'document_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_settings_20_filled, + 'document_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_16_filled, + 'document_split_hint_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_20_filled, + 'document_split_hint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_24_filled, + 'document_split_hint_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_16_filled, + 'document_split_hint_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_20_filled, + 'document_split_hint_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_split_hint_off_24_filled, + 'document_split_hint_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_16_filled, + 'document_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_20_filled, + 'document_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_sync_24_filled, + 'document_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_16_filled, + 'document_table_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.document_table_20_filled, + 'document_table_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_24_filled, + 'document_table_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_arrow_right_20_filled, + 'document_table_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_arrow_right_24_filled, + 'document_table_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_checkmark_20_filled, + 'document_table_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_checkmark_24_filled, + 'document_table_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_cube_20_filled, + 'document_table_cube_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_cube_24_filled, + 'document_table_cube_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_search_20_filled, + 'document_table_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_search_24_filled, + 'document_table_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_table_truck_20_filled, + 'document_table_truck_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_table_truck_24_filled, + 'document_table_truck_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_20_filled, + 'document_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_24_filled, + 'document_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_clock_20_filled, + 'document_text_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_clock_24_filled, + 'document_text_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_extract_20_filled, + 'document_text_extract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_extract_24_filled, + 'document_text_extract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_link_20_filled, + 'document_text_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_link_24_filled, + 'document_text_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.document_text_toolbox_20_filled, + 'document_text_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_text_toolbox_24_filled, + 'document_text_toolbox_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_width_20_filled, + 'document_width_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.document_width_24_filled, + 'document_width_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.door_16_filled, + 'door_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_20_filled, + 'door_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_28_filled, + 'door_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_16_filled, + 'door_arrow_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_20_filled, + 'door_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_left_24_filled, + 'door_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_16_filled, + 'door_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_20_filled, + 'door_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_arrow_right_28_filled, + 'door_arrow_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.door_tag_20_filled, + 'door_tag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.door_tag_24_filled, + 'door_tag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_down_20_filled, + 'double_swipe_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_down_24_filled, + 'double_swipe_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_20_filled, + 'double_swipe_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_swipe_up_24_filled, + 'double_swipe_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_down_20_filled, + 'double_tap_swipe_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_down_24_filled, + 'double_tap_swipe_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.double_tap_swipe_up_20_filled, + 'double_tap_swipe_up_20_filled', + 20, + ), + + 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_20_filled, + 'drag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drag_24_filled, + 'drag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_image_20_filled, + 'draw_image_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_image_24_filled, + 'draw_image_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_shape_20_filled, + 'draw_shape_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_shape_24_filled, + 'draw_shape_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.draw_text_20_filled, + 'draw_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.draw_text_24_filled, + 'draw_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_add_20_filled, + 'drawer_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_add_24_filled, + 'drawer_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_arrow_download_20_filled, + 'drawer_arrow_download_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_arrow_download_24_filled, + 'drawer_arrow_download_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_dismiss_20_filled, + 'drawer_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_dismiss_24_filled, + 'drawer_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_download_20_filled, + 'drawer_download_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_download_24_filled, + 'drawer_download_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_play_20_filled, + 'drawer_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_play_24_filled, + 'drawer_play_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drawer_subtract_20_filled, + 'drawer_subtract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drawer_subtract_24_filled, + 'drawer_subtract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_16_filled, + 'drink_beer_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_20_filled, + 'drink_beer_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_beer_24_filled, + 'drink_beer_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_coffee_16_filled, + 'drink_coffee_16_filled', + 16, + ), + + 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_16_filled, + 'drink_margarita_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_margarita_20_filled, + 'drink_margarita_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_margarita_24_filled, + 'drink_margarita_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_to_go_20_filled, + 'drink_to_go_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_to_go_24_filled, + 'drink_to_go_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_16_filled, + 'drink_wine_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_20_filled, + 'drink_wine_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drink_wine_24_filled, + 'drink_wine_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drive_train_20_filled, + 'drive_train_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drive_train_24_filled, + 'drive_train_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drop_12_filled, + 'drop_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.drop_16_filled, + 'drop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.drop_20_filled, + 'drop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.drop_24_filled, + 'drop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.drop_28_filled, + 'drop_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.drop_48_filled, + 'drop_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_20_filled, + 'dual_screen_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_24_filled, + 'dual_screen_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_20_filled, + 'dual_screen_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_add_24_filled, + 'dual_screen_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_right_20_filled, + 'dual_screen_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_right_24_filled, + 'dual_screen_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_up_20_filled, + 'dual_screen_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_arrow_up_24_filled, + 'dual_screen_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_clock_20_filled, + 'dual_screen_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_clock_24_filled, + 'dual_screen_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_closed_alert_20_filled, + 'dual_screen_closed_alert_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_closed_alert_24_filled, + 'dual_screen_closed_alert_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_desktop_20_filled, + 'dual_screen_desktop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_desktop_24_filled, + 'dual_screen_desktop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_dismiss_20_filled, + 'dual_screen_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_dismiss_24_filled, + 'dual_screen_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_group_20_filled, + 'dual_screen_group_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_group_24_filled, + 'dual_screen_group_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_header_20_filled, + 'dual_screen_header_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_header_24_filled, + 'dual_screen_header_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_lock_20_filled, + 'dual_screen_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_lock_24_filled, + 'dual_screen_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_mirror_20_filled, + 'dual_screen_mirror_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_mirror_24_filled, + 'dual_screen_mirror_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_pagination_20_filled, + 'dual_screen_pagination_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_pagination_24_filled, + 'dual_screen_pagination_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_settings_20_filled, + 'dual_screen_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_settings_24_filled, + 'dual_screen_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_span_20_filled, + 'dual_screen_span_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_span_24_filled, + 'dual_screen_span_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_speaker_20_filled, + 'dual_screen_speaker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_speaker_24_filled, + 'dual_screen_speaker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_status_bar_20_filled, + 'dual_screen_status_bar_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_status_bar_24_filled, + 'dual_screen_status_bar_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_tablet_20_filled, + 'dual_screen_tablet_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_tablet_24_filled, + 'dual_screen_tablet_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_update_20_filled, + 'dual_screen_update_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_update_24_filled, + 'dual_screen_update_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vertical_scroll_20_filled, + 'dual_screen_vertical_scroll_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vertical_scroll_24_filled, + 'dual_screen_vertical_scroll_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vibrate_20_filled, + 'dual_screen_vibrate_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dual_screen_vibrate_24_filled, + 'dual_screen_vibrate_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_16_filled, + 'dumbbell_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_20_filled, + 'dumbbell_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_24_filled, + 'dumbbell_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.dumbbell_28_filled, + 'dumbbell_28_filled', + 28, + ), + + 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.edit_28_filled, + 'edit_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_32_filled, + 'edit_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_48_filled, + 'edit_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_arrow_back_16_filled, + 'edit_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_arrow_back_20_filled, + 'edit_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_16_filled, + 'edit_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_20_filled, + 'edit_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_24_filled, + 'edit_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_28_filled, + 'edit_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_32_filled, + 'edit_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_off_48_filled, + 'edit_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_16_filled, + 'edit_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_20_filled, + 'edit_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_24_filled, + 'edit_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_28_filled, + 'edit_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_32_filled, + 'edit_prohibited_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.edit_prohibited_48_filled, + 'edit_prohibited_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.edit_settings_20_filled, + 'edit_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.edit_settings_24_filled, + 'edit_settings_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_28_filled, + 'emoji_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_32_filled, + 'emoji_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.emoji_48_filled, + 'emoji_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_add_16_filled, + 'emoji_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_add_20_filled, + 'emoji_add_20_filled', + 20, + ), + + 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_edit_16_filled, + 'emoji_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_20_filled, + 'emoji_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_24_filled, + 'emoji_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_28_filled, + 'emoji_edit_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_edit_48_filled, + 'emoji_edit_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_20_filled, + 'emoji_hand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_24_filled, + 'emoji_hand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_hand_28_filled, + 'emoji_hand_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_laugh_16_filled, + 'emoji_laugh_16_filled', + 16, + ), + + 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_multiple_20_filled, + 'emoji_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_multiple_24_filled, + 'emoji_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sad_16_filled, + 'emoji_sad_16_filled', + 16, + ), + + 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_sad_slight_20_filled, + 'emoji_sad_slight_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sad_slight_24_filled, + 'emoji_sad_slight_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_smile_slight_20_filled, + 'emoji_smile_slight_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_smile_slight_24_filled, + 'emoji_smile_slight_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_16_filled, + 'emoji_sparkle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_20_filled, + 'emoji_sparkle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_24_filled, + 'emoji_sparkle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_28_filled, + 'emoji_sparkle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_32_filled, + 'emoji_sparkle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.emoji_sparkle_48_filled, + 'emoji_sparkle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_20_filled, + 'emoji_surprise_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.emoji_surprise_24_filled, + 'emoji_surprise_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.engine_20_filled, + 'engine_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.engine_24_filled, + 'engine_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.equal_circle_20_filled, + 'equal_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.equal_circle_24_filled, + 'equal_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.equal_off_20_filled, + 'equal_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.equal_off_24_filled, + 'equal_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_20_filled, + 'eraser_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_24_filled, + 'eraser_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_medium_20_filled, + 'eraser_medium_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_medium_24_filled, + 'eraser_medium_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_segment_20_filled, + 'eraser_segment_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_segment_24_filled, + 'eraser_segment_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_small_20_filled, + 'eraser_small_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_small_24_filled, + 'eraser_small_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eraser_tool_20_filled, + 'eraser_tool_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eraser_tool_24_filled, + 'eraser_tool_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.error_circle_12_filled, + 'error_circle_12_filled', + 12, + ), + + 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.error_circle_settings_16_filled, + 'error_circle_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.error_circle_settings_20_filled, + 'error_circle_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_16_filled, + 'expand_up_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_20_filled, + 'expand_up_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_24_filled, + 'expand_up_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_28_filled, + 'expand_up_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_32_filled, + 'expand_up_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_left_48_filled, + 'expand_up_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_16_filled, + 'expand_up_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_20_filled, + 'expand_up_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_24_filled, + 'expand_up_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_28_filled, + 'expand_up_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_32_filled, + 'expand_up_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.expand_up_right_48_filled, + 'expand_up_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.extended_dock_20_filled, + 'extended_dock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.extended_dock_24_filled, + 'extended_dock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.extension_16_filled, + 'extension_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.extension_20_filled, + 'extension_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.extension_24_filled, + 'extension_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_12_filled, + 'eye_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.eye_16_filled, + 'eye_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_20_filled, + 'eye_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_24_filled, + 'eye_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_off_16_filled, + 'eye_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_off_20_filled, + 'eye_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_off_24_filled, + 'eye_off_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.eye_tracking_16_filled, + 'eye_tracking_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_20_filled, + 'eye_tracking_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_24_filled, + 'eye_tracking_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_16_filled, + 'eye_tracking_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_20_filled, + 'eye_tracking_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_off_24_filled, + 'eye_tracking_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_16_filled, + 'eye_tracking_on_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_20_filled, + 'eye_tracking_on_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eye_tracking_on_24_filled, + 'eye_tracking_on_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_20_filled, + 'eyedropper_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_24_filled, + 'eyedropper_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_off_20_filled, + 'eyedropper_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.eyedropper_off_24_filled, + 'eyedropper_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_16_filled, + 'f_stop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_20_filled, + 'f_stop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_24_filled, + 'f_stop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.f_stop_28_filled, + 'f_stop_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fast_acceleration_20_filled, + 'fast_acceleration_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fast_acceleration_24_filled, + 'fast_acceleration_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fast_forward_16_filled, + 'fast_forward_16_filled', + 16, + ), + + 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_forward_28_filled, + 'fast_forward_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fax_16_filled, + 'fax_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fax_20_filled, + 'fax_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_12_filled, + 'filter_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.filter_16_filled, + 'filter_16_filled', + 16, + ), + + 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.filter_add_20_filled, + 'filter_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_16_filled, + 'filter_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_20_filled, + 'filter_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_dismiss_24_filled, + 'filter_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.filter_sync_20_filled, + 'filter_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.filter_sync_24_filled, + 'filter_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_20_filled, + 'fingerprint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_24_filled, + 'fingerprint_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fingerprint_48_filled, + 'fingerprint_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fixed_width_20_filled, + 'fixed_width_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fixed_width_24_filled, + 'fixed_width_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_16_filled, + 'flag_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flag_off_20_filled, + 'flag_off_20_filled', + 20, + ), + + 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_16_filled, + 'flash_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_20_filled, + 'flash_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_24_filled, + 'flash_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_28_filled, + 'flash_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flash_add_20_filled, + 'flash_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_auto_20_filled, + 'flash_auto_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_auto_24_filled, + 'flash_auto_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_16_filled, + 'flash_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_20_filled, + 'flash_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_24_filled, + 'flash_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_checkmark_28_filled, + 'flash_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_16_filled, + 'flash_flow_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_20_filled, + 'flash_flow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_flow_24_filled, + 'flash_flow_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flash_off_20_filled, + 'flash_off_20_filled', + 20, + ), + + 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.flash_play_20_filled, + 'flash_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_settings_20_filled, + 'flash_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flash_settings_24_filled, + 'flash_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_16_filled, + 'flashlight_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_20_filled, + 'flashlight_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_24_filled, + 'flashlight_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_off_20_filled, + 'flashlight_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flashlight_off_24_filled, + 'flashlight_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_16_filled, + 'flip_horizontal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_20_filled, + 'flip_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_24_filled, + 'flip_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_28_filled, + 'flip_horizontal_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_32_filled, + 'flip_horizontal_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.flip_horizontal_48_filled, + 'flip_horizontal_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_16_filled, + 'flip_vertical_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_20_filled, + 'flip_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_24_filled, + 'flip_vertical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_28_filled, + 'flip_vertical_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_32_filled, + 'flip_vertical_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.flip_vertical_48_filled, + 'flip_vertical_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.flow_16_filled, + 'flow_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.flow_20_filled, + 'flow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_20_filled, + 'flowchart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_24_filled, + 'flowchart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_circle_20_filled, + 'flowchart_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.flowchart_circle_24_filled, + 'flowchart_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fluent_20_filled, + 'fluent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fluent_24_filled, + 'fluent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fluent_32_filled, + 'fluent_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.fluent_48_filled, + 'fluent_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fluid_16_filled, + 'fluid_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fluid_20_filled, + 'fluid_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fluid_24_filled, + 'fluid_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_16_filled, + 'folder_16_filled', + 16, + ), + + 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_32_filled, + 'folder_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.folder_48_filled, + 'folder_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_add_16_filled, + 'folder_add_16_filled', + 16, + ), + + 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_arrow_left_16_filled, + 'folder_arrow_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_20_filled, + 'folder_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_24_filled, + 'folder_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_28_filled, + 'folder_arrow_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_left_32_filled, + 'folder_arrow_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_16_filled, + 'folder_arrow_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_20_filled, + 'folder_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_24_filled, + 'folder_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_28_filled, + 'folder_arrow_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_right_48_filled, + 'folder_arrow_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_16_filled, + 'folder_arrow_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_20_filled, + 'folder_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_24_filled, + 'folder_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_28_filled, + 'folder_arrow_up_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_arrow_up_48_filled, + 'folder_arrow_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_briefcase_20_filled, + 'folder_briefcase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_globe_16_filled, + 'folder_globe_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_globe_20_filled, + 'folder_globe_20_filled', + 20, + ), + + 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_mail_16_filled, + 'folder_mail_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_mail_20_filled, + 'folder_mail_20_filled', + 20, + ), + + 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_person_16_filled, + 'folder_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_person_20_filled, + 'folder_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_16_filled, + 'folder_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_20_filled, + 'folder_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_24_filled, + 'folder_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_28_filled, + 'folder_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.folder_prohibited_48_filled, + 'folder_prohibited_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_16_filled, + 'folder_swap_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_20_filled, + 'folder_swap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_swap_24_filled, + 'folder_swap_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_16_filled, + 'folder_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_20_filled, + 'folder_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.folder_sync_24_filled, + 'folder_sync_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_16_filled, + 'food_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_20_filled, + 'food_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_24_filled, + 'food_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_apple_20_filled, + 'food_apple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_apple_24_filled, + 'food_apple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_12_filled, + 'food_cake_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_16_filled, + 'food_cake_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_20_filled, + 'food_cake_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_cake_24_filled, + 'food_cake_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_16_filled, + 'food_egg_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_20_filled, + 'food_egg_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_egg_24_filled, + 'food_egg_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_grains_20_filled, + 'food_grains_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_grains_24_filled, + 'food_grains_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_pizza_20_filled, + 'food_pizza_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_pizza_24_filled, + 'food_pizza_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_16_filled, + 'food_toast_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_20_filled, + 'food_toast_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.food_toast_24_filled, + 'food_toast_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.form_new_20_filled, + 'form_new_20_filled', + 20, + ), + + 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.fps_120_20_filled, + 'fps_120_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_120_24_filled, + 'fps_120_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_240_20_filled, + 'fps_240_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_240_24_filled, + 'fps_240_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_16_filled, + 'fps_30_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_20_filled, + 'fps_30_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_24_filled, + 'fps_30_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_28_filled, + 'fps_30_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fps_30_48_filled, + 'fps_30_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_16_filled, + 'fps_60_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_20_filled, + 'fps_60_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_24_filled, + 'fps_60_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_28_filled, + 'fps_60_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.fps_60_48_filled, + 'fps_60_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.fps_960_20_filled, + 'fps_960_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.fps_960_24_filled, + 'fps_960_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_16_filled, + 'full_screen_maximize_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_20_filled, + 'full_screen_maximize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_maximize_24_filled, + 'full_screen_maximize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_16_filled, + 'full_screen_minimize_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_20_filled, + 'full_screen_minimize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.full_screen_minimize_24_filled, + 'full_screen_minimize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.games_16_filled, + 'games_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.games_20_filled, + 'games_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.games_24_filled, + 'games_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.games_28_filled, + 'games_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.games_32_filled, + 'games_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.games_48_filled, + 'games_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.gantt_chart_20_filled, + 'gantt_chart_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gantt_chart_24_filled, + 'gantt_chart_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gas_20_filled, + 'gas_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gas_24_filled, + 'gas_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gas_pump_20_filled, + 'gas_pump_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gas_pump_24_filled, + 'gas_pump_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gauge_20_filled, + 'gauge_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gauge_24_filled, + 'gauge_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gauge_add_20_filled, + 'gauge_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gavel_20_filled, + 'gavel_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gavel_24_filled, + 'gavel_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gavel_32_filled, + 'gavel_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.gesture_20_filled, + 'gesture_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gesture_24_filled, + 'gesture_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gif_16_filled, + 'gif_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gif_20_filled, + 'gif_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gif_24_filled, + 'gif_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_16_filled, + 'gift_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gift_20_filled, + 'gift_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_24_filled, + 'gift_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_16_filled, + 'gift_card_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_20_filled, + 'gift_card_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_24_filled, + 'gift_card_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_add_20_filled, + 'gift_card_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_add_24_filled, + 'gift_card_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_arrow_right_20_filled, + 'gift_card_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_arrow_right_24_filled, + 'gift_card_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_money_20_filled, + 'gift_card_money_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_money_24_filled, + 'gift_card_money_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_multiple_20_filled, + 'gift_card_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.gift_card_multiple_24_filled, + 'gift_card_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glance_20_filled, + 'glance_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glance_24_filled, + 'glance_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glance_default_12_filled, + 'glance_default_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_12_filled, + 'glance_horizontal_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_20_filled, + 'glance_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glance_horizontal_24_filled, + 'glance_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_16_filled, + 'glasses_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.glasses_20_filled, + 'glasses_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glasses_24_filled, + 'glasses_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_28_filled, + 'glasses_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.glasses_48_filled, + 'glasses_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_16_filled, + 'glasses_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_20_filled, + 'glasses_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_24_filled, + 'glasses_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_28_filled, + 'glasses_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.glasses_off_48_filled, + 'glasses_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.globe_16_filled, + 'globe_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_20_filled, + 'globe_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_24_filled, + 'globe_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_32_filled, + 'globe_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.globe_add_20_filled, + 'globe_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_add_24_filled, + 'globe_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_16_filled, + 'globe_clock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_20_filled, + 'globe_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_clock_24_filled, + 'globe_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_desktop_20_filled, + 'globe_desktop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_desktop_24_filled, + 'globe_desktop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_location_20_filled, + 'globe_location_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_location_24_filled, + 'globe_location_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_person_20_filled, + 'globe_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_person_24_filled, + 'globe_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_prohibited_20_filled, + 'globe_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_search_20_filled, + 'globe_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_search_24_filled, + 'globe_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_shield_20_filled, + 'globe_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_shield_24_filled, + 'globe_shield_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_star_16_filled, + 'globe_star_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.globe_star_20_filled, + 'globe_star_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_surface_20_filled, + 'globe_surface_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_surface_24_filled, + 'globe_surface_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_20_filled, + 'globe_video_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_24_filled, + 'globe_video_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_28_filled, + 'globe_video_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_32_filled, + 'globe_video_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.globe_video_48_filled, + 'globe_video_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.grid_16_filled, + 'grid_16_filled', + 16, + ), + + 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.grid_dots_20_filled, + 'grid_dots_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.grid_dots_24_filled, + 'grid_dots_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.grid_dots_28_filled, + 'grid_dots_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.grid_kanban_20_filled, + 'grid_kanban_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_20_filled, + 'group_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_24_filled, + 'group_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_dismiss_20_filled, + 'group_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_dismiss_24_filled, + 'group_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_list_20_filled, + 'group_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_list_24_filled, + 'group_list_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.group_return_20_filled, + 'group_return_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.group_return_24_filled, + 'group_return_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guardian_20_filled, + 'guardian_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guardian_24_filled, + 'guardian_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guardian_28_filled, + 'guardian_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.guardian_48_filled, + 'guardian_48_filled', + 48, + ), + + 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_20_filled, + 'guest_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guest_add_24_filled, + 'guest_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guitar_16_filled, + 'guitar_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.guitar_20_filled, + 'guitar_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.guitar_24_filled, + 'guitar_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.guitar_28_filled, + 'guitar_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_16_filled, + 'hand_draw_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_20_filled, + 'hand_draw_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_24_filled, + 'hand_draw_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_draw_28_filled, + 'hand_draw_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_16_filled, + 'hand_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_20_filled, + 'hand_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_24_filled, + 'hand_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_left_28_filled, + 'hand_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_16_filled, + 'hand_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_20_filled, + 'hand_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_24_filled, + 'hand_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_28_filled, + 'hand_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.hand_right_off_20_filled, + 'hand_right_off_20_filled', + 20, + ), + + 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.hard_drive_20_filled, + 'hard_drive_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_12_filled, + 'hat_graduation_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_16_filled, + 'hat_graduation_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_20_filled, + 'hat_graduation_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hat_graduation_24_filled, + 'hat_graduation_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hd_16_filled, + 'hd_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.hd_20_filled, + 'hd_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hd_24_filled, + 'hd_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hdr_20_filled, + 'hdr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hdr_24_filled, + 'hdr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.hdr_off_20_filled, + 'hdr_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.hdr_off_24_filled, + 'hdr_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_20_filled, + 'headphones_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headphones_24_filled, + 'headphones_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_28_filled, + 'headphones_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headphones_32_filled, + 'headphones_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headphones_48_filled, + 'headphones_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_20_filled, + 'headphones_sound_wave_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_24_filled, + 'headphones_sound_wave_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_28_filled, + 'headphones_sound_wave_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_32_filled, + 'headphones_sound_wave_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headphones_sound_wave_48_filled, + 'headphones_sound_wave_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headset_16_filled, + 'headset_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.headset_20_filled, + 'headset_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headset_24_filled, + 'headset_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.headset_28_filled, + 'headset_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.headset_32_filled, + 'headset_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.headset_48_filled, + 'headset_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.headset_add_20_filled, + 'headset_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.headset_add_24_filled, + 'headset_add_24_filled', + 24, + ), + + 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_12_filled, + 'heart_12_filled', + 12, + ), + + 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.heart_28_filled, + 'heart_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.heart_32_filled, + 'heart_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.heart_48_filled, + 'heart_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.heart_broken_16_filled, + 'heart_broken_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.heart_broken_20_filled, + 'heart_broken_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_16_filled, + 'heart_circle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_20_filled, + 'heart_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_circle_24_filled, + 'heart_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_20_filled, + 'heart_pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_24_filled, + 'heart_pulse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.heart_pulse_32_filled, + 'heart_pulse_32_filled', + 32, + ), + + 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.highlight_link_20_filled, + 'highlight_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_16_filled, + 'history_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.history_20_filled, + 'history_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_24_filled, + 'history_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.history_28_filled, + 'history_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.history_32_filled, + 'history_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.history_48_filled, + 'history_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_20_filled, + 'history_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_24_filled, + 'history_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_28_filled, + 'history_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_32_filled, + 'history_dismiss_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.history_dismiss_48_filled, + 'history_dismiss_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.home_12_filled, + 'home_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.home_16_filled, + 'home_16_filled', + 16, + ), + + 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_32_filled, + 'home_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.home_48_filled, + 'home_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.home_add_20_filled, + 'home_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_add_24_filled, + 'home_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_16_filled, + 'home_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_20_filled, + 'home_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_checkmark_24_filled, + 'home_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.home_database_20_filled, + 'home_database_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_more_20_filled, + 'home_more_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_person_20_filled, + 'home_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.home_person_24_filled, + 'home_person_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_20_filled, + 'image_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_add_24_filled, + 'image_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_alt_text_16_filled, + 'image_alt_text_16_filled', + 16, + ), + + 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_arrow_back_20_filled, + 'image_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_back_24_filled, + 'image_arrow_back_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_counterclockwise_20_filled, + 'image_arrow_counterclockwise_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_counterclockwise_24_filled, + 'image_arrow_counterclockwise_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_forward_20_filled, + 'image_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_arrow_forward_24_filled, + 'image_arrow_forward_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_globe_20_filled, + 'image_globe_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_globe_24_filled, + 'image_globe_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_16_filled, + 'image_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_20_filled, + 'image_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_24_filled, + 'image_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_28_filled, + 'image_multiple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_32_filled, + 'image_multiple_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_48_filled, + 'image_multiple_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.image_multiple_off_16_filled, + 'image_multiple_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.image_off_20_filled, + 'image_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_off_24_filled, + 'image_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_prohibited_20_filled, + 'image_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_prohibited_24_filled, + 'image_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.image_reflection_20_filled, + 'image_reflection_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_reflection_24_filled, + 'image_reflection_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.image_shadow_20_filled, + 'image_shadow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.image_shadow_24_filled, + 'image_shadow_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_16_filled, + 'immersive_reader_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_20_filled, + 'immersive_reader_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_24_filled, + 'immersive_reader_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.immersive_reader_28_filled, + 'immersive_reader_28_filled', + 28, + ), + + 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_20_filled, + 'incognito_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.incognito_24_filled, + 'incognito_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.info_12_filled, + 'info_12_filled', + 12, + ), + + 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.info_shield_20_filled, + 'info_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ink_stroke_20_filled, + 'ink_stroke_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ink_stroke_24_filled, + 'ink_stroke_24_filled', + 24, + ), + + 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_32_filled, + 'inking_tool_32_filled', + 32, + ), + + 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.inking_tool_accent_32_filled, + 'inking_tool_accent_32_filled', + 32, + ), + + 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.ios_arrow_left_24_filled, + 'ios_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_ltr_24_filled, + 'ios_arrow_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_right_24_filled, + 'ios_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_arrow_rtl_24_filled, + 'ios_arrow_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ios_chevron_right_20_filled, + 'ios_chevron_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.iot_20_filled, + 'iot_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.iot_24_filled, + 'iot_24_filled', + 24, + ), + + 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_16_filled, + 'key_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.key_20_filled, + 'key_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_24_filled, + 'key_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.key_32_filled, + 'key_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.key_command_16_filled, + 'key_command_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.key_command_20_filled, + 'key_command_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_command_24_filled, + 'key_command_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.key_multiple_20_filled, + 'key_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_reset_20_filled, + 'key_reset_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.key_reset_24_filled, + 'key_reset_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_123_20_filled, + 'keyboard_123_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_123_24_filled, + 'keyboard_123_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_16_filled, + 'keyboard_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_20_filled, + 'keyboard_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_24_filled, + 'keyboard_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_20_filled, + 'keyboard_dock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_dock_24_filled, + 'keyboard_dock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_float_20_filled, + 'keyboard_layout_float_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_float_24_filled, + 'keyboard_layout_float_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_one_handed_left_20_filled, + 'keyboard_layout_one_handed_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_one_handed_left_24_filled, + 'keyboard_layout_one_handed_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_resize_20_filled, + 'keyboard_layout_resize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_resize_24_filled, + 'keyboard_layout_resize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_split_20_filled, + 'keyboard_layout_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_layout_split_24_filled, + 'keyboard_layout_split_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_16_filled, + 'keyboard_shift_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_20_filled, + 'keyboard_shift_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_24_filled, + 'keyboard_shift_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_16_filled, + 'keyboard_shift_uppercase_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_20_filled, + 'keyboard_shift_uppercase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_shift_uppercase_24_filled, + 'keyboard_shift_uppercase_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.keyboard_tab_20_filled, + 'keyboard_tab_20_filled', + 20, + ), + + 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.laptop_dismiss_16_filled, + 'laptop_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.laptop_dismiss_20_filled, + 'laptop_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lasso_20_filled, + 'lasso_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lasso_24_filled, + 'lasso_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lasso_28_filled, + 'lasso_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.launcher_settings_20_filled, + 'launcher_settings_20_filled', + 20, + ), + + 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_one_16_filled, + 'leaf_one_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.leaf_one_20_filled, + 'leaf_one_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.leaf_one_24_filled, + 'leaf_one_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_16_filled, + 'leaf_three_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_20_filled, + 'leaf_three_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.leaf_three_24_filled, + 'leaf_three_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.learning_app_20_filled, + 'learning_app_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.learning_app_24_filled, + 'learning_app_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.library_16_filled, + 'library_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.library_20_filled, + 'library_20_filled', + 20, + ), + + 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_20_filled, + 'lightbulb_circle_20_filled', + 20, + ), + + 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.lightbulb_filament_48_filled, + 'lightbulb_filament_48_filled', + 48, + ), + + 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_20_filled, + 'line_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_24_filled, + 'line_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.line_32_filled, + 'line_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.line_48_filled, + 'line_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_20_filled, + 'line_dashes_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_24_filled, + 'line_dashes_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_32_filled, + 'line_dashes_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.line_dashes_48_filled, + 'line_dashes_48_filled', + 48, + ), + + 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.line_horizontal_5_error_20_filled, + 'line_horizontal_5_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_style_20_filled, + 'line_style_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.line_style_24_filled, + 'line_style_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.link_12_filled, + 'link_12_filled', + 12, + ), + + 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_32_filled, + 'link_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.link_48_filled, + 'link_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_16_filled, + 'link_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_20_filled, + 'link_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.link_dismiss_24_filled, + 'link_dismiss_24_filled', + 24, + ), + + 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_square_12_filled, + 'link_square_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.link_square_16_filled, + 'link_square_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.link_square_20_filled, + 'link_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.link_square_24_filled, + 'link_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.link_toolbox_20_filled, + 'link_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.list_16_filled, + 'list_16_filled', + 16, + ), + + 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.live_off_20_filled, + 'live_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.live_off_24_filled, + 'live_off_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.local_language_zi_24_filled, + 'local_language_zi_24_filled', + 24, + ), + + 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_48_filled, + 'location_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_add_16_filled, + 'location_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.location_add_20_filled, + 'location_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_24_filled, + 'location_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.location_add_left_20_filled, + 'location_add_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_right_20_filled, + 'location_add_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_add_up_20_filled, + 'location_add_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_left_48_filled, + 'location_arrow_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_right_48_filled, + 'location_arrow_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_arrow_up_48_filled, + 'location_arrow_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.location_dismiss_20_filled, + 'location_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_dismiss_24_filled, + 'location_dismiss_24_filled', + 24, + ), + + 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_off_16_filled, + 'location_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.location_off_20_filled, + 'location_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.location_off_24_filled, + 'location_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.location_off_28_filled, + 'location_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.location_off_48_filled, + 'location_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_12_filled, + 'lock_closed_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_16_filled, + 'lock_closed_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_20_filled, + 'lock_closed_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_24_filled, + 'lock_closed_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_closed_32_filled, + 'lock_closed_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.lock_multiple_20_filled, + 'lock_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_multiple_24_filled, + 'lock_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_16_filled, + 'lock_open_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_20_filled, + 'lock_open_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_24_filled, + 'lock_open_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.lock_open_28_filled, + 'lock_open_28_filled', + 28, + ), + + 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.lottery_20_filled, + 'lottery_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.lottery_24_filled, + 'lottery_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.luggage_16_filled, + 'luggage_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.luggage_20_filled, + 'luggage_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.luggage_24_filled, + 'luggage_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.luggage_28_filled, + 'luggage_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.luggage_32_filled, + 'luggage_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.luggage_48_filled, + 'luggage_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mail_12_filled, + 'mail_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.mail_16_filled, + 'mail_16_filled', + 16, + ), + + 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_16_filled, + 'mail_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_add_20_filled, + 'mail_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_add_24_filled, + 'mail_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_16_filled, + 'mail_alert_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_20_filled, + 'mail_alert_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_24_filled, + 'mail_alert_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_alert_28_filled, + 'mail_alert_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_16_filled, + 'mail_all_16_filled', + 16, + ), + + 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_read_16_filled, + 'mail_all_read_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_20_filled, + 'mail_all_read_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_24_filled, + 'mail_all_read_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_read_28_filled, + 'mail_all_read_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_all_unread_20_filled, + 'mail_all_unread_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_double_back_16_filled, + 'mail_arrow_double_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_double_back_20_filled, + 'mail_arrow_double_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_down_16_filled, + 'mail_arrow_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_down_20_filled, + 'mail_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_forward_16_filled, + 'mail_arrow_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_forward_20_filled, + 'mail_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_16_filled, + 'mail_arrow_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_20_filled, + 'mail_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_arrow_up_24_filled, + 'mail_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_attach_16_filled, + 'mail_attach_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_attach_20_filled, + 'mail_attach_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_checkmark_16_filled, + 'mail_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_checkmark_20_filled, + 'mail_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_16_filled, + 'mail_clock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_20_filled, + 'mail_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_clock_24_filled, + 'mail_clock_24_filled', + 24, + ), + + 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_dismiss_16_filled, + 'mail_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_20_filled, + 'mail_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_24_filled, + 'mail_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_dismiss_28_filled, + 'mail_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_edit_20_filled, + 'mail_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_edit_24_filled, + 'mail_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_16_filled, + 'mail_error_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_20_filled, + 'mail_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_error_24_filled, + 'mail_error_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_all_20_filled, + 'mail_inbox_all_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_all_24_filled, + 'mail_inbox_all_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_down_16_filled, + 'mail_inbox_arrow_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_down_20_filled, + 'mail_inbox_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_right_20_filled, + 'mail_inbox_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_right_24_filled, + 'mail_inbox_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_up_20_filled, + 'mail_inbox_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_arrow_up_24_filled, + 'mail_inbox_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_16_filled, + 'mail_inbox_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_20_filled, + 'mail_inbox_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_24_filled, + 'mail_inbox_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_inbox_checkmark_28_filled, + 'mail_inbox_checkmark_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_link_20_filled, + 'mail_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_link_24_filled, + 'mail_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_16_filled, + 'mail_list_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_20_filled, + 'mail_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_24_filled, + 'mail_list_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_list_28_filled, + 'mail_list_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_16_filled, + 'mail_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_20_filled, + 'mail_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_24_filled, + 'mail_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_multiple_28_filled, + 'mail_multiple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_off_20_filled, + 'mail_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_off_24_filled, + 'mail_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_16_filled, + 'mail_open_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_20_filled, + 'mail_open_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_open_person_24_filled, + 'mail_open_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_pause_16_filled, + 'mail_pause_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_pause_20_filled, + 'mail_pause_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_16_filled, + 'mail_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_20_filled, + 'mail_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_prohibited_24_filled, + 'mail_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_16_filled, + 'mail_read_16_filled', + 16, + ), + + 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_read_multiple_16_filled, + 'mail_read_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_multiple_24_filled, + 'mail_read_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mail_read_multiple_28_filled, + 'mail_read_multiple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mail_settings_16_filled, + 'mail_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_settings_20_filled, + 'mail_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_shield_16_filled, + 'mail_shield_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_shield_20_filled, + 'mail_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_16_filled, + 'mail_template_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_20_filled, + 'mail_template_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_template_24_filled, + 'mail_template_24_filled', + 24, + ), + + 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_warning_16_filled, + 'mail_warning_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mail_warning_20_filled, + 'mail_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mail_warning_24_filled, + 'mail_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.map_20_filled, + 'map_20_filled', + 20, + ), + + 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_20_filled, + 'match_app_layout_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.match_app_layout_24_filled, + 'match_app_layout_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_format_linear_20_filled, + 'math_format_linear_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_format_linear_24_filled, + 'math_format_linear_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_format_professional_20_filled, + 'math_format_professional_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_format_professional_24_filled, + 'math_format_professional_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_16_filled, + 'math_formula_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_20_filled, + 'math_formula_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_24_filled, + 'math_formula_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_formula_32_filled, + 'math_formula_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_16_filled, + 'math_symbols_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_20_filled, + 'math_symbols_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_24_filled, + 'math_symbols_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_28_filled, + 'math_symbols_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_32_filled, + 'math_symbols_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.math_symbols_48_filled, + 'math_symbols_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.maximize_16_filled, + 'maximize_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.maximize_20_filled, + 'maximize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.maximize_24_filled, + 'maximize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.maximize_28_filled, + 'maximize_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.maximize_48_filled, + 'maximize_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_16_filled, + 'meet_now_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.meet_now_28_filled, + 'meet_now_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_32_filled, + 'meet_now_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.meet_now_48_filled, + 'meet_now_48_filled', + 48, + ), + + 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_loud_20_filled, + 'megaphone_loud_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_loud_24_filled, + 'megaphone_loud_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_16_filled, + 'megaphone_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_20_filled, + 'megaphone_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_24_filled, + 'megaphone_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.megaphone_off_28_filled, + 'megaphone_off_28_filled', + 28, + ), + + 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.mention_arrow_down_20_filled, + 'mention_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mention_brackets_20_filled, + 'mention_brackets_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.merge_20_filled, + 'merge_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.merge_24_filled, + 'merge_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_16_filled, + 'mic_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_20_filled, + 'mic_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_24_filled, + 'mic_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_28_filled, + 'mic_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mic_32_filled, + 'mic_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_48_filled, + 'mic_48_filled', + 48, + ), + + 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_20_filled, + 'mic_off_20_filled', + 20, + ), + + 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_off_32_filled, + 'mic_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_off_48_filled, + 'mic_off_48_filled', + 48, + ), + + 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_32_filled, + 'mic_on_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.mic_on_48_filled, + 'mic_on_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_16_filled, + 'mic_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_20_filled, + 'mic_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_24_filled, + 'mic_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_28_filled, + 'mic_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.mic_prohibited_48_filled, + 'mic_prohibited_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.mic_settings_20_filled, + 'mic_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_settings_24_filled, + 'mic_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_16_filled, + 'mic_sparkle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_20_filled, + 'mic_sparkle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mic_sparkle_24_filled, + 'mic_sparkle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mic_sync_20_filled, + 'mic_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.microscope_20_filled, + 'microscope_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.microscope_24_filled, + 'microscope_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.midi_20_filled, + 'midi_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.midi_24_filled, + 'midi_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.mobile_optimized_20_filled, + 'mobile_optimized_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.mobile_optimized_24_filled, + 'mobile_optimized_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.molecule_16_filled, + 'molecule_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.molecule_20_filled, + 'molecule_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.molecule_24_filled, + 'molecule_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.molecule_28_filled, + 'molecule_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.molecule_32_filled, + 'molecule_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.molecule_48_filled, + 'molecule_48_filled', + 48, + ), + + 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.money_calculator_20_filled, + 'money_calculator_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_calculator_24_filled, + 'money_calculator_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_dismiss_20_filled, + 'money_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_dismiss_24_filled, + 'money_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_hand_20_filled, + 'money_hand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_hand_24_filled, + 'money_hand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_off_20_filled, + 'money_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.money_off_24_filled, + 'money_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.money_settings_20_filled, + 'money_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_circle_20_filled, + 'more_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_circle_32_filled, + 'more_circle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_16_filled, + 'more_horizontal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_20_filled, + 'more_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_24_filled, + 'more_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_28_filled, + 'more_horizontal_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_32_filled, + 'more_horizontal_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_horizontal_48_filled, + 'more_horizontal_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.more_vertical_16_filled, + 'more_vertical_16_filled', + 16, + ), + + 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_32_filled, + 'more_vertical_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.more_vertical_48_filled, + 'more_vertical_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_16_filled, + 'movies_and_tv_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_20_filled, + 'movies_and_tv_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.movies_and_tv_24_filled, + 'movies_and_tv_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_20_filled, + 'multiplier_1_2x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_24_filled, + 'multiplier_1_2x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_28_filled, + 'multiplier_1_2x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_32_filled, + 'multiplier_1_2x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_2x_48_filled, + 'multiplier_1_2x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_20_filled, + 'multiplier_1_5x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_24_filled, + 'multiplier_1_5x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_28_filled, + 'multiplier_1_5x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_32_filled, + 'multiplier_1_5x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_5x_48_filled, + 'multiplier_1_5x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_20_filled, + 'multiplier_1_8x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_24_filled, + 'multiplier_1_8x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_28_filled, + 'multiplier_1_8x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_32_filled, + 'multiplier_1_8x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1_8x_48_filled, + 'multiplier_1_8x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_20_filled, + 'multiplier_1x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_24_filled, + 'multiplier_1x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_28_filled, + 'multiplier_1x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_32_filled, + 'multiplier_1x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_1x_48_filled, + 'multiplier_1x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_20_filled, + 'multiplier_2x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_24_filled, + 'multiplier_2x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_28_filled, + 'multiplier_2x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_32_filled, + 'multiplier_2x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_2x_48_filled, + 'multiplier_2x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_20_filled, + 'multiplier_5x_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_24_filled, + 'multiplier_5x_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_28_filled, + 'multiplier_5x_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_32_filled, + 'multiplier_5x_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.multiplier_5x_48_filled, + 'multiplier_5x_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_16_filled, + 'multiselect_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_20_filled, + 'multiselect_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_24_filled, + 'multiselect_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_16_filled, + 'multiselect_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_20_filled, + 'multiselect_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_ltr_24_filled, + 'multiselect_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rlt_20_filled, + 'multiselect_rlt_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_16_filled, + 'multiselect_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_20_filled, + 'multiselect_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.multiselect_rtl_24_filled, + 'multiselect_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_1_20_filled, + 'music_note_1_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_1_24_filled, + 'music_note_1_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_16_filled, + 'music_note_2_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_20_filled, + 'music_note_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_24_filled, + 'music_note_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_2_play_20_filled, + 'music_note_2_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_1_20_filled, + 'music_note_off_1_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_1_24_filled, + 'music_note_off_1_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_16_filled, + 'music_note_off_2_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_20_filled, + 'music_note_off_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.music_note_off_2_24_filled, + 'music_note_off_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.my_location_12_filled, + 'my_location_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.my_location_16_filled, + 'my_location_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.my_location_20_filled, + 'my_location_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.my_location_24_filled, + 'my_location_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.navigation_16_filled, + 'navigation_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.navigation_20_filled, + 'navigation_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_24_filled, + 'navigation_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.navigation_location_target_20_filled, + 'navigation_location_target_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_play_20_filled, + 'navigation_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_unread_20_filled, + 'navigation_unread_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.navigation_unread_24_filled, + 'navigation_unread_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.network_check_20_filled, + 'network_check_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.network_check_24_filled, + 'network_check_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.new_16_filled, + 'new_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.new_20_filled, + 'new_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.new_24_filled, + 'new_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.news_16_filled, + 'news_16_filled', + 16, + ), + + 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.next_28_filled, + 'next_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.next_32_filled, + 'next_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.next_48_filled, + 'next_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.note_16_filled, + 'note_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.note_20_filled, + 'note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.note_24_filled, + 'note_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.note_28_filled, + 'note_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.note_48_filled, + 'note_48_filled', + 48, + ), + + 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.note_add_28_filled, + 'note_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.note_add_48_filled, + 'note_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.note_edit_20_filled, + 'note_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.note_edit_24_filled, + 'note_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.note_pin_16_filled, + 'note_pin_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.note_pin_20_filled, + 'note_pin_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_20_filled, + 'notebook_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_24_filled, + 'notebook_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_add_20_filled, + 'notebook_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_add_24_filled, + 'notebook_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_error_20_filled, + 'notebook_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_error_24_filled, + 'notebook_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_lightning_20_filled, + 'notebook_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_lightning_24_filled, + 'notebook_lightning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_question_mark_20_filled, + 'notebook_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_question_mark_24_filled, + 'notebook_question_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_20_filled, + 'notebook_section_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_24_filled, + 'notebook_section_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_section_arrow_right_24_filled, + 'notebook_section_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_subsection_20_filled, + 'notebook_subsection_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_subsection_24_filled, + 'notebook_subsection_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notebook_sync_20_filled, + 'notebook_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notebook_sync_24_filled, + 'notebook_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.notepad_12_filled, + 'notepad_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.notepad_16_filled, + 'notepad_16_filled', + 16, + ), + + 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.notepad_32_filled, + 'notepad_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.notepad_edit_16_filled, + 'notepad_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.notepad_edit_20_filled, + 'notepad_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_16_filled, + 'notepad_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_20_filled, + 'notepad_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.notepad_person_24_filled, + 'notepad_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_16_filled, + 'number_circle_1_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_20_filled, + 'number_circle_1_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_circle_1_24_filled, + 'number_circle_1_24_filled', + 24, + ), + + 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.number_symbol_28_filled, + 'number_symbol_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_32_filled, + 'number_symbol_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_48_filled, + 'number_symbol_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_dismiss_20_filled, + 'number_symbol_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_dismiss_24_filled, + 'number_symbol_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_square_20_filled, + 'number_symbol_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.number_symbol_square_24_filled, + 'number_symbol_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.office_apps_20_filled, + 'office_apps_20_filled', + 20, + ), + + 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_28_filled, + 'open_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_32_filled, + 'open_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.open_48_filled, + 'open_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_16_filled, + 'open_folder_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_20_filled, + 'open_folder_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_24_filled, + 'open_folder_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_28_filled, + 'open_folder_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_folder_48_filled, + 'open_folder_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.open_off_16_filled, + 'open_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.open_off_20_filled, + 'open_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.open_off_24_filled, + 'open_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.open_off_28_filled, + 'open_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.open_off_48_filled, + 'open_off_48_filled', + 48, + ), + + 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.options_48_filled, + 'options_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.organization_12_filled, + 'organization_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.organization_16_filled, + 'organization_16_filled', + 16, + ), + + 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.organization_32_filled, + 'organization_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.organization_48_filled, + 'organization_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.organization_horizontal_20_filled, + 'organization_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.orientation_20_filled, + 'orientation_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.orientation_24_filled, + 'orientation_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.oval_16_filled, + 'oval_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.oval_20_filled, + 'oval_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.oval_24_filled, + 'oval_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.oval_28_filled, + 'oval_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.oval_32_filled, + 'oval_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.oval_48_filled, + 'oval_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.padding_down_20_filled, + 'padding_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_down_24_filled, + 'padding_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_left_20_filled, + 'padding_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_left_24_filled, + 'padding_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_right_20_filled, + 'padding_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_right_24_filled, + 'padding_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.padding_top_20_filled, + 'padding_top_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.padding_top_24_filled, + 'padding_top_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_brush_arrow_down_20_filled, + 'paint_brush_arrow_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_down_24_filled, + 'paint_brush_arrow_down_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_up_20_filled, + 'paint_brush_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.paint_brush_arrow_up_24_filled, + 'paint_brush_arrow_up_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_20_filled, + 'pair_20_filled', + 20, + ), + + 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.panel_bottom_20_filled, + 'panel_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_bottom_contract_20_filled, + 'panel_bottom_contract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_bottom_expand_20_filled, + 'panel_bottom_expand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_16_filled, + 'panel_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_20_filled, + 'panel_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_24_filled, + 'panel_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_28_filled, + 'panel_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_48_filled, + 'panel_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_16_filled, + 'panel_left_contract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_20_filled, + 'panel_left_contract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_24_filled, + 'panel_left_contract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_contract_28_filled, + 'panel_left_contract_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_16_filled, + 'panel_left_expand_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_20_filled, + 'panel_left_expand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_24_filled, + 'panel_left_expand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_expand_28_filled, + 'panel_left_expand_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_focus_right_16_filled, + 'panel_left_focus_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_focus_right_20_filled, + 'panel_left_focus_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_focus_right_24_filled, + 'panel_left_focus_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_left_focus_right_28_filled, + 'panel_left_focus_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_16_filled, + 'panel_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_20_filled, + 'panel_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_24_filled, + 'panel_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_28_filled, + 'panel_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_48_filled, + 'panel_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_16_filled, + 'panel_right_contract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_20_filled, + 'panel_right_contract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_contract_24_filled, + 'panel_right_contract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_16_filled, + 'panel_right_expand_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_20_filled, + 'panel_right_expand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_right_expand_24_filled, + 'panel_right_expand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.panel_separate_window_20_filled, + 'panel_separate_window_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_top_contract_20_filled, + 'panel_top_contract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.panel_top_expand_20_filled, + 'panel_top_expand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.password_16_filled, + 'password_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.password_20_filled, + 'password_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.password_24_filled, + 'password_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patch_20_filled, + 'patch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.patch_24_filled, + 'patch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patient_20_filled, + 'patient_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.patient_24_filled, + 'patient_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.patient_32_filled, + 'patient_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pause_12_filled, + 'pause_12_filled', + 12, + ), + + 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.pause_circle_20_filled, + 'pause_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pause_circle_24_filled, + 'pause_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pause_off_16_filled, + 'pause_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pause_off_20_filled, + 'pause_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pause_settings_16_filled, + 'pause_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pause_settings_20_filled, + 'pause_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.payment_16_filled, + 'payment_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.payment_20_filled, + 'payment_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.payment_24_filled, + 'payment_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.payment_28_filled, + 'payment_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_16_filled, + 'pen_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_20_filled, + 'pen_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_24_filled, + 'pen_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_28_filled, + 'pen_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_32_filled, + 'pen_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_48_filled, + 'pen_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_16_filled, + 'pen_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_20_filled, + 'pen_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_24_filled, + 'pen_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_28_filled, + 'pen_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_32_filled, + 'pen_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_off_48_filled, + 'pen_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_16_filled, + 'pen_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_20_filled, + 'pen_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_24_filled, + 'pen_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_28_filled, + 'pen_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_32_filled, + 'pen_prohibited_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pen_prohibited_48_filled, + 'pen_prohibited_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_20_filled, + 'pentagon_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_32_filled, + 'pentagon_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pentagon_48_filled, + 'pentagon_48_filled', + 48, + ), + + 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_32_filled, + 'people_32_filled', + 32, + ), + + 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_add_28_filled, + 'people_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_audience_20_filled, + 'people_audience_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_audience_24_filled, + 'people_audience_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_call_16_filled, + 'people_call_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_call_20_filled, + 'people_call_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_16_filled, + 'people_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_20_filled, + 'people_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_checkmark_24_filled, + 'people_checkmark_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_20_filled, + 'people_community_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_community_add_24_filled, + 'people_community_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_community_add_28_filled, + 'people_community_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_edit_20_filled, + 'people_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_error_16_filled, + 'people_error_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_error_20_filled, + 'people_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_error_24_filled, + 'people_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_list_16_filled, + 'people_list_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_list_20_filled, + 'people_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_list_24_filled, + 'people_list_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_list_28_filled, + 'people_list_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_lock_20_filled, + 'people_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_lock_24_filled, + 'people_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_money_20_filled, + 'people_money_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_money_24_filled, + 'people_money_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_16_filled, + 'people_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_20_filled, + 'people_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_prohibited_24_filled, + 'people_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_queue_20_filled, + 'people_queue_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_queue_24_filled, + 'people_queue_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_search_20_filled, + 'people_search_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_settings_24_filled, + 'people_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_settings_28_filled, + 'people_settings_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_16_filled, + 'people_swap_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_20_filled, + 'people_swap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_24_filled, + 'people_swap_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_swap_28_filled, + 'people_swap_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_16_filled, + 'people_sync_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_20_filled, + 'people_sync_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_sync_28_filled, + 'people_sync_28_filled', + 28, + ), + + 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.people_team_32_filled, + 'people_team_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.people_team_add_20_filled, + 'people_team_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_add_24_filled, + 'people_team_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_16_filled, + 'people_team_delete_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_20_filled, + 'people_team_delete_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_24_filled, + 'people_team_delete_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_28_filled, + 'people_team_delete_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.people_team_delete_32_filled, + 'people_team_delete_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.people_team_toolbox_20_filled, + 'people_team_toolbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.people_team_toolbox_24_filled, + 'people_team_toolbox_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.people_toolbox_16_filled, + 'people_toolbox_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.people_toolbox_20_filled, + 'people_toolbox_20_filled', + 20, + ), + + 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_32_filled, + 'person_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_48_filled, + 'person_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.person_5_20_filled, + 'person_5_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_5_32_filled, + 'person_5_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_6_20_filled, + 'person_6_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_6_32_filled, + 'person_6_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_accounts_20_filled, + 'person_accounts_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_accounts_24_filled, + 'person_accounts_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_add_16_filled, + 'person_add_16_filled', + 16, + ), + + 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_add_28_filled, + 'person_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_arrow_left_16_filled, + 'person_arrow_left_16_filled', + 16, + ), + + 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_20_filled, + 'person_available_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_available_24_filled, + 'person_available_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_16_filled, + 'person_call_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_call_20_filled, + 'person_call_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_call_24_filled, + 'person_call_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_16_filled, + 'person_chat_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_20_filled, + 'person_chat_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_chat_24_filled, + 'person_chat_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_12_filled, + 'person_circle_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_20_filled, + 'person_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_circle_24_filled, + 'person_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_16_filled, + 'person_clock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_20_filled, + 'person_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_clock_24_filled, + 'person_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_16_filled, + 'person_delete_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_20_filled, + 'person_delete_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_delete_24_filled, + 'person_delete_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_edit_20_filled, + 'person_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_edit_24_filled, + 'person_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_feedback_16_filled, + 'person_feedback_16_filled', + 16, + ), + + 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_info_16_filled, + 'person_info_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_info_20_filled, + 'person_info_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_key_20_filled, + 'person_key_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lightbulb_20_filled, + 'person_lightbulb_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lightbulb_24_filled, + 'person_lightbulb_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_16_filled, + 'person_lock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_20_filled, + 'person_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_lock_24_filled, + 'person_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_16_filled, + 'person_mail_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_20_filled, + 'person_mail_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_24_filled, + 'person_mail_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_28_filled, + 'person_mail_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_mail_48_filled, + 'person_mail_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.person_money_20_filled, + 'person_money_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_money_24_filled, + 'person_money_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_note_20_filled, + 'person_note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_note_24_filled, + 'person_note_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_pill_20_filled, + 'person_pill_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_pill_24_filled, + 'person_pill_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_16_filled, + 'person_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_20_filled, + 'person_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_24_filled, + 'person_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_prohibited_28_filled, + 'person_prohibited_28_filled', + 28, + ), + + 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_settings_16_filled, + 'person_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_settings_20_filled, + 'person_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_subtract_16_filled, + 'person_subtract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.person_subtract_20_filled, + 'person_subtract_20_filled', + 20, + ), + + 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_sync_24_filled, + 'person_sync_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_20_filled, + 'person_tag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_24_filled, + 'person_tag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_28_filled, + 'person_tag_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_32_filled, + 'person_tag_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.person_tag_48_filled, + 'person_tag_48_filled', + 48, + ), + + 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_12_filled, + 'phone_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.phone_16_filled, + 'phone_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_20_filled, + 'phone_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_24_filled, + 'phone_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_add_20_filled, + 'phone_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_add_24_filled, + 'phone_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_arrow_right_20_filled, + 'phone_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_arrow_right_24_filled, + 'phone_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_checkmark_16_filled, + 'phone_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_checkmark_20_filled, + 'phone_checkmark_20_filled', + 20, + ), + + 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_desktop_add_20_filled, + 'phone_desktop_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_dismiss_20_filled, + 'phone_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_dismiss_24_filled, + 'phone_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_eraser_16_filled, + 'phone_eraser_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_eraser_20_filled, + 'phone_eraser_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_laptop_16_filled, + 'phone_laptop_16_filled', + 16, + ), + + 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_laptop_32_filled, + 'phone_laptop_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.phone_link_setup_20_filled, + 'phone_link_setup_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_link_setup_24_filled, + 'phone_link_setup_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_lock_20_filled, + 'phone_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_lock_24_filled, + 'phone_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_page_header_20_filled, + 'phone_page_header_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_page_header_24_filled, + 'phone_page_header_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_pagination_20_filled, + 'phone_pagination_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_pagination_24_filled, + 'phone_pagination_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_screen_time_20_filled, + 'phone_screen_time_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_screen_time_24_filled, + 'phone_screen_time_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_shake_20_filled, + 'phone_shake_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_shake_24_filled, + 'phone_shake_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_16_filled, + 'phone_span_in_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_20_filled, + 'phone_span_in_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_24_filled, + 'phone_span_in_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_in_28_filled, + 'phone_span_in_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_16_filled, + 'phone_span_out_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_20_filled, + 'phone_span_out_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_24_filled, + 'phone_span_out_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_span_out_28_filled, + 'phone_span_out_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.phone_speaker_20_filled, + 'phone_speaker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_speaker_24_filled, + 'phone_speaker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_status_bar_20_filled, + 'phone_status_bar_20_filled', + 20, + ), + + 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_update_20_filled, + 'phone_update_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_24_filled, + 'phone_update_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_checkmark_20_filled, + 'phone_update_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_update_checkmark_24_filled, + 'phone_update_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_vertical_scroll_20_filled, + 'phone_vertical_scroll_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_vertical_scroll_24_filled, + 'phone_vertical_scroll_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_20_filled, + 'phone_vibrate_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.phone_vibrate_24_filled, + 'phone_vibrate_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.photo_filter_20_filled, + 'photo_filter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.photo_filter_24_filled, + 'photo_filter_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pi_20_filled, + 'pi_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pi_24_filled, + 'pi_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.picture_in_picture_enter_16_filled, + 'picture_in_picture_enter_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_enter_20_filled, + 'picture_in_picture_enter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_enter_24_filled, + 'picture_in_picture_enter_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_16_filled, + 'picture_in_picture_exit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_20_filled, + 'picture_in_picture_exit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.picture_in_picture_exit_24_filled, + 'picture_in_picture_exit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pill_16_filled, + 'pill_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pill_20_filled, + 'pill_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pill_24_filled, + 'pill_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pill_28_filled, + 'pill_28_filled', + 28, + ), + + 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_28_filled, + 'pin_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pin_32_filled, + 'pin_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pin_48_filled, + 'pin_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_16_filled, + 'pin_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_20_filled, + 'pin_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_24_filled, + 'pin_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_28_filled, + 'pin_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_32_filled, + 'pin_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pin_off_48_filled, + 'pin_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_20_filled, + 'pipeline_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_add_20_filled, + 'pipeline_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pipeline_play_20_filled, + 'pipeline_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pivot_20_filled, + 'pivot_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pivot_24_filled, + 'pivot_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_12_filled, + 'play_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.play_16_filled, + 'play_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.play_20_filled, + 'play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.play_24_filled, + 'play_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_28_filled, + 'play_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.play_32_filled, + 'play_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.play_48_filled, + 'play_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_16_filled, + 'play_circle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_20_filled, + 'play_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_24_filled, + 'play_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_28_filled, + 'play_circle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.play_circle_48_filled, + 'play_circle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.play_settings_20_filled, + 'play_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_20_filled, + 'plug_connected_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_24_filled, + 'plug_connected_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_add_20_filled, + 'plug_connected_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.plug_connected_checkmark_20_filled, + 'plug_connected_checkmark_20_filled', + 20, + ), + + 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_20_filled, + 'point_scan_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.point_scan_24_filled, + 'point_scan_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.poll_16_filled, + 'poll_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.poll_20_filled, + 'poll_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.poll_24_filled, + 'poll_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_hdmi_20_filled, + 'port_hdmi_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.port_hdmi_24_filled, + 'port_hdmi_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_micro_usb_24_filled, + 'port_micro_usb_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_a_20_filled, + 'port_usb_a_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_a_24_filled, + 'port_usb_a_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.port_usb_c_24_filled, + 'port_usb_c_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_backward_20_filled, + 'position_backward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_backward_24_filled, + 'position_backward_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_forward_20_filled, + 'position_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_forward_24_filled, + 'position_forward_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_to_back_20_filled, + 'position_to_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_to_back_24_filled, + 'position_to_back_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.position_to_front_20_filled, + 'position_to_front_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.position_to_front_24_filled, + 'position_to_front_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_20_filled, + 'predictions_20_filled', + 20, + ), + + 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.premium_32_filled, + 'premium_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.premium_person_20_filled, + 'premium_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.premium_person_24_filled, + 'premium_person_24_filled', + 24, + ), + + 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_available_20_filled, + 'presence_available_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_available_24_filled, + 'presence_available_24_filled', + 24, + ), + + 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_away_20_filled, + 'presence_away_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_away_24_filled, + 'presence_away_24_filled', + 24, + ), + + 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_busy_20_filled, + 'presence_busy_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_busy_24_filled, + 'presence_busy_24_filled', + 24, + ), + + 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.presence_dnd_20_filled, + 'presence_dnd_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presence_dnd_24_filled, + 'presence_dnd_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presenter_20_filled, + 'presenter_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.presenter_24_filled, + 'presenter_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.presenter_off_20_filled, + 'presenter_off_20_filled', + 20, + ), + + 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.previous_28_filled, + 'previous_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.previous_32_filled, + 'previous_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.previous_48_filled, + 'previous_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.print_16_filled, + 'print_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.print_20_filled, + 'print_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.print_24_filled, + 'print_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.print_28_filled, + 'print_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.print_48_filled, + 'print_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.print_add_20_filled, + 'print_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.print_add_24_filled, + 'print_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.production_20_filled, + 'production_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.production_24_filled, + 'production_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.production_checkmark_20_filled, + 'production_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.production_checkmark_24_filled, + 'production_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_12_filled, + 'prohibited_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_16_filled, + 'prohibited_16_filled', + 16, + ), + + 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.prohibited_multiple_16_filled, + 'prohibited_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_multiple_20_filled, + 'prohibited_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_multiple_24_filled, + 'prohibited_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.prohibited_note_20_filled, + 'prohibited_note_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_16_filled, + 'projection_screen_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_20_filled, + 'projection_screen_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_24_filled, + 'projection_screen_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_28_filled, + 'projection_screen_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_16_filled, + 'projection_screen_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_20_filled, + 'projection_screen_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_24_filled, + 'projection_screen_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.projection_screen_dismiss_28_filled, + 'projection_screen_dismiss_28_filled', + 28, + ), + + 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.pulse_20_filled, + 'pulse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pulse_24_filled, + 'pulse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.pulse_28_filled, + 'pulse_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.pulse_32_filled, + 'pulse_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.pulse_square_20_filled, + 'pulse_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.pulse_square_24_filled, + 'pulse_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_16_filled, + 'puzzle_cube_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_20_filled, + 'puzzle_cube_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_24_filled, + 'puzzle_cube_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_28_filled, + 'puzzle_cube_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_48_filled, + 'puzzle_cube_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_cube_piece_20_filled, + 'puzzle_cube_piece_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_16_filled, + 'puzzle_piece_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_20_filled, + 'puzzle_piece_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_24_filled, + 'puzzle_piece_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.puzzle_piece_shield_20_filled, + 'puzzle_piece_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.qr_code_20_filled, + 'qr_code_20_filled', + 20, + ), + + 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_12_filled, + 'question_circle_12_filled', + 12, + ), + + 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_32_filled, + 'question_circle_32_filled', + 32, + ), + + 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.radar_20_filled, + 'radar_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radar_checkmark_20_filled, + 'radar_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radar_rectangle_multiple_20_filled, + 'radar_rectangle_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radio_button_20_filled, + 'radio_button_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.radio_button_24_filled, + 'radio_button_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ram_20_filled, + 'ram_20_filled', + 20, + ), + + 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.ratio_one_to_one_20_filled, + 'ratio_one_to_one_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ratio_one_to_one_24_filled, + 'ratio_one_to_one_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_horizontal_16_filled, + 're_order_dots_horizontal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_horizontal_20_filled, + 're_order_dots_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_horizontal_24_filled, + 're_order_dots_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_16_filled, + 're_order_dots_vertical_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_20_filled, + 're_order_dots_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.re_order_dots_vertical_24_filled, + 're_order_dots_vertical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.read_aloud_16_filled, + 'read_aloud_16_filled', + 16, + ), + + 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_aloud_28_filled, + 'read_aloud_28_filled', + 28, + ), + + 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_mobile_20_filled, + 'reading_mode_mobile_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.reading_mode_mobile_24_filled, + 'reading_mode_mobile_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.real_estate_20_filled, + 'real_estate_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.real_estate_24_filled, + 'real_estate_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_20_filled, + 'receipt_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_24_filled, + 'receipt_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_add_20_filled, + 'receipt_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_add_24_filled, + 'receipt_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_bag_20_filled, + 'receipt_bag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_bag_24_filled, + 'receipt_bag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_cube_20_filled, + 'receipt_cube_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_cube_24_filled, + 'receipt_cube_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_money_20_filled, + 'receipt_money_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_money_24_filled, + 'receipt_money_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_play_20_filled, + 'receipt_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.receipt_play_24_filled, + 'receipt_play_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.receipt_search_20_filled, + 'receipt_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.record_12_filled, + 'record_12_filled', + 12, + ), + + 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.record_28_filled, + 'record_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.record_32_filled, + 'record_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.record_48_filled, + 'record_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_12_filled, + 'record_stop_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_16_filled, + 'record_stop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_20_filled, + 'record_stop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_24_filled, + 'record_stop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_28_filled, + 'record_stop_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_32_filled, + 'record_stop_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.record_stop_48_filled, + 'record_stop_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_12_filled, + 'rectangle_landscape_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_16_filled, + 'rectangle_landscape_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_20_filled, + 'rectangle_landscape_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_24_filled, + 'rectangle_landscape_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_28_filled, + 'rectangle_landscape_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_32_filled, + 'rectangle_landscape_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_landscape_48_filled, + 'rectangle_landscape_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.rectangle_portrait_location_target_20_filled, + 'rectangle_portrait_location_target_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.remote_16_filled, + 'remote_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.remote_20_filled, + 'remote_20_filled', + 20, + ), + + 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.reorder_20_filled, + 'reorder_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.replay_20_filled, + 'replay_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_20_filled, + 'resize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_24_filled, + 'resize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_image_20_filled, + 'resize_image_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_image_24_filled, + 'resize_image_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_16_filled, + 'resize_large_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_20_filled, + 'resize_large_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_large_24_filled, + 'resize_large_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_16_filled, + 'resize_small_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_20_filled, + 'resize_small_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_small_24_filled, + 'resize_small_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_table_20_filled, + 'resize_table_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.resize_table_24_filled, + 'resize_table_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.resize_video_20_filled, + 'resize_video_20_filled', + 20, + ), + + 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_16_filled, + 'rewind_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rewind_20_filled, + 'rewind_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rewind_24_filled, + 'rewind_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rewind_28_filled, + 'rewind_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_16_filled, + 'rhombus_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_20_filled, + 'rhombus_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_24_filled, + 'rhombus_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_28_filled, + 'rhombus_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_32_filled, + 'rhombus_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.rhombus_48_filled, + 'rhombus_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_12_filled, + 'ribbon_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_16_filled, + 'ribbon_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_20_filled, + 'ribbon_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_24_filled, + 'ribbon_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_32_filled, + 'ribbon_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_add_20_filled, + 'ribbon_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_add_24_filled, + 'ribbon_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_12_filled, + 'ribbon_off_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_16_filled, + 'ribbon_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_20_filled, + 'ribbon_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_24_filled, + 'ribbon_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_off_32_filled, + 'ribbon_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_star_20_filled, + 'ribbon_star_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ribbon_star_24_filled, + 'ribbon_star_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_16_filled, + 'road_cone_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_20_filled, + 'road_cone_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_24_filled, + 'road_cone_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_28_filled, + 'road_cone_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_32_filled, + 'road_cone_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.road_cone_48_filled, + 'road_cone_48_filled', + 48, + ), + + 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.rotate_left_20_filled, + 'rotate_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rotate_left_24_filled, + 'rotate_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rotate_right_20_filled, + 'rotate_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.rotate_right_24_filled, + 'rotate_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.router_20_filled, + 'router_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.router_24_filled, + 'router_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.row_triple_20_filled, + 'row_triple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.row_triple_24_filled, + 'row_triple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.rss_24_filled, + 'rss_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_16_filled, + 'run_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.run_20_filled, + 'run_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.run_24_filled, + 'run_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sanitize_20_filled, + 'sanitize_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sanitize_24_filled, + 'sanitize_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_16_filled, + 'save_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.save_20_filled, + 'save_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_24_filled, + 'save_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_arrow_right_20_filled, + 'save_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_arrow_right_24_filled, + 'save_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_copy_24_filled, + 'save_copy_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_edit_20_filled, + 'save_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_edit_24_filled, + 'save_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_image_20_filled, + 'save_image_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_multiple_20_filled, + 'save_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_multiple_24_filled, + 'save_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.save_search_20_filled, + 'save_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.save_sync_20_filled, + 'save_sync_20_filled', + 20, + ), + + 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_20_filled, + 'scale_fill_20_filled', + 20, + ), + + 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.scales_24_filled, + 'scales_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scales_32_filled, + 'scales_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.scan_16_filled, + 'scan_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_20_filled, + 'scan_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_24_filled, + 'scan_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_16_filled, + 'scan_camera_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_20_filled, + 'scan_camera_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_24_filled, + 'scan_camera_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_28_filled, + 'scan_camera_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_camera_48_filled, + 'scan_camera_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_12_filled, + 'scan_dash_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_16_filled, + 'scan_dash_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_20_filled, + 'scan_dash_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_24_filled, + 'scan_dash_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_28_filled, + 'scan_dash_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_32_filled, + 'scan_dash_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.scan_dash_48_filled, + 'scan_dash_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_object_20_filled, + 'scan_object_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_object_24_filled, + 'scan_object_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_table_20_filled, + 'scan_table_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_table_24_filled, + 'scan_table_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_text_20_filled, + 'scan_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_text_24_filled, + 'scan_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_16_filled, + 'scan_thumb_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_20_filled, + 'scan_thumb_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_24_filled, + 'scan_thumb_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_28_filled, + 'scan_thumb_up_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_48_filled, + 'scan_thumb_up_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_16_filled, + 'scan_thumb_up_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_20_filled, + 'scan_thumb_up_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_24_filled, + 'scan_thumb_up_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_28_filled, + 'scan_thumb_up_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.scan_thumb_up_off_48_filled, + 'scan_thumb_up_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_20_filled, + 'scan_type_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_24_filled, + 'scan_type_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_checkmark_20_filled, + 'scan_type_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_checkmark_24_filled, + 'scan_type_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.scan_type_off_20_filled, + 'scan_type_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scratchpad_20_filled, + 'scratchpad_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.scratchpad_24_filled, + 'scratchpad_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.screen_cut_20_filled, + 'screen_cut_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_person_20_filled, + 'screen_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_search_20_filled, + 'screen_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screen_search_24_filled, + 'screen_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.screen_share_start_48_filled, + 'screen_share_start_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.screenshot_20_filled, + 'screenshot_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.screenshot_24_filled, + 'screenshot_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.search_12_filled, + 'search_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.search_16_filled, + 'search_16_filled', + 16, + ), + + 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_32_filled, + 'search_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.search_48_filled, + 'search_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.search_info_20_filled, + 'search_info_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_info_24_filled, + 'search_info_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.search_settings_20_filled, + 'search_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_shield_20_filled, + 'search_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_square_20_filled, + 'search_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_square_24_filled, + 'search_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_16_filled, + 'search_visual_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_20_filled, + 'search_visual_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.search_visual_24_filled, + 'search_visual_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_all_off_24_filled, + 'select_all_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_all_on_24_filled, + 'select_all_on_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.select_object_skew_20_filled, + 'select_object_skew_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_24_filled, + 'select_object_skew_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_dismiss_20_filled, + 'select_object_skew_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_dismiss_24_filled, + 'select_object_skew_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_edit_20_filled, + 'select_object_skew_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.select_object_skew_edit_24_filled, + 'select_object_skew_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.send_16_filled, + 'send_16_filled', + 16, + ), + + 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_clock_24_filled, + 'send_clock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.send_copy_24_filled, + 'send_copy_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.server_20_filled, + 'server_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.server_24_filled, + 'server_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.server_multiple_20_filled, + 'server_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.server_play_20_filled, + 'server_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.service_bell_20_filled, + 'service_bell_20_filled', + 20, + ), + + 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.settings_32_filled, + 'settings_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.settings_48_filled, + 'settings_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.settings_chat_20_filled, + 'settings_chat_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.settings_chat_24_filled, + 'settings_chat_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_16_filled, + 'shape_exclude_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_20_filled, + 'shape_exclude_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_exclude_24_filled, + 'shape_exclude_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_16_filled, + 'shape_intersect_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_20_filled, + 'shape_intersect_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_intersect_24_filled, + 'shape_intersect_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_16_filled, + 'shape_subtract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_20_filled, + 'shape_subtract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_subtract_24_filled, + 'shape_subtract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_16_filled, + 'shape_union_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_20_filled, + 'shape_union_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shape_union_24_filled, + 'shape_union_24_filled', + 24, + ), + + 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.shapes_28_filled, + 'shapes_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shapes_48_filled, + 'shapes_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.share_16_filled, + 'share_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_20_filled, + 'share_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_24_filled, + 'share_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_28_filled, + 'share_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_48_filled, + 'share_48_filled', + 48, + ), + + 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_20_filled, + 'share_close_tray_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_close_tray_24_filled, + 'share_close_tray_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_person_16_filled, + 'share_screen_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_20_filled, + 'share_screen_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_24_filled, + 'share_screen_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_28_filled, + 'share_screen_person_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_16_filled, + 'share_screen_person_overlay_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_20_filled, + 'share_screen_person_overlay_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_24_filled, + 'share_screen_person_overlay_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_28_filled, + 'share_screen_person_overlay_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_16_filled, + 'share_screen_person_overlay_inside_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_20_filled, + 'share_screen_person_overlay_inside_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_24_filled, + 'share_screen_person_overlay_inside_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_overlay_inside_28_filled, + 'share_screen_person_overlay_inside_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_16_filled, + 'share_screen_person_p_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_20_filled, + 'share_screen_person_p_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_24_filled, + 'share_screen_person_p_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_person_p_28_filled, + 'share_screen_person_p_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_20_filled, + 'share_screen_start_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_24_filled, + 'share_screen_start_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_28_filled, + 'share_screen_start_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_start_48_filled, + 'share_screen_start_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_16_filled, + 'share_screen_stop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_20_filled, + 'share_screen_stop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_24_filled, + 'share_screen_stop_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_28_filled, + 'share_screen_stop_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.share_screen_stop_48_filled, + 'share_screen_stop_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_16_filled, + 'shield_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_20_filled, + 'shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_24_filled, + 'shield_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_28_filled, + 'shield_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_48_filled, + 'shield_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_badge_20_filled, + 'shield_badge_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_badge_24_filled, + 'shield_badge_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_16_filled, + 'shield_checkmark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_20_filled, + 'shield_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_24_filled, + 'shield_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_28_filled, + 'shield_checkmark_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_checkmark_48_filled, + 'shield_checkmark_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_dismiss_16_filled, + 'shield_dismiss_16_filled', + 16, + ), + + 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_dismiss_shield_20_filled, + 'shield_dismiss_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_error_16_filled, + 'shield_error_16_filled', + 16, + ), + + 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_lock_16_filled, + 'shield_lock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_20_filled, + 'shield_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_24_filled, + 'shield_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_28_filled, + 'shield_lock_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_lock_48_filled, + 'shield_lock_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_person_20_filled, + 'shield_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_person_add_20_filled, + 'shield_person_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_prohibited_20_filled, + 'shield_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_prohibited_24_filled, + 'shield_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_16_filled, + 'shield_task_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_20_filled, + 'shield_task_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_24_filled, + 'shield_task_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_28_filled, + 'shield_task_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_task_48_filled, + 'shield_task_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_24_filled, + 'shield_video_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_28_filled, + 'shield_video_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shield_video_48_filled, + 'shield_video_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.shifts_16_filled, + 'shifts_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shifts_20_filled, + 'shifts_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_24_filled, + 'shifts_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_28_filled, + 'shifts_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.shifts_30_minutes_20_filled, + 'shifts_30_minutes_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_30_minutes_24_filled, + 'shifts_30_minutes_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_32_filled, + 'shifts_32_filled', + 32, + ), + + 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_20_filled, + 'shifts_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_add_24_filled, + 'shifts_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_availability_20_filled, + 'shifts_availability_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_availability_24_filled, + 'shifts_availability_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_checkmark_20_filled, + 'shifts_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_checkmark_24_filled, + 'shifts_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_day_20_filled, + 'shifts_day_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_day_24_filled, + 'shifts_day_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_prohibited_20_filled, + 'shifts_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_prohibited_24_filled, + 'shifts_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_question_mark_20_filled, + 'shifts_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shifts_question_mark_24_filled, + 'shifts_question_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shifts_team_24_filled, + 'shifts_team_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_16_filled, + 'shopping_bag_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_20_filled, + 'shopping_bag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_24_filled, + 'shopping_bag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_arrow_left_20_filled, + 'shopping_bag_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_arrow_left_24_filled, + 'shopping_bag_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_dismiss_20_filled, + 'shopping_bag_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_dismiss_24_filled, + 'shopping_bag_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_pause_20_filled, + 'shopping_bag_pause_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_pause_24_filled, + 'shopping_bag_pause_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_percent_20_filled, + 'shopping_bag_percent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_percent_24_filled, + 'shopping_bag_percent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_play_20_filled, + 'shopping_bag_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_play_24_filled, + 'shopping_bag_play_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_tag_20_filled, + 'shopping_bag_tag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shopping_bag_tag_24_filled, + 'shopping_bag_tag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.shortpick_20_filled, + 'shortpick_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.shortpick_24_filled, + 'shortpick_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sidebar_search_ltr_20_filled, + 'sidebar_search_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sidebar_search_rtl_20_filled, + 'sidebar_search_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sign_out_20_filled, + 'sign_out_20_filled', + 20, + ), + + 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.skip_back_10_20_filled, + 'skip_back_10_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_24_filled, + 'skip_back_10_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_28_filled, + 'skip_back_10_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_32_filled, + 'skip_back_10_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_back_10_48_filled, + 'skip_back_10_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_24_filled, + 'skip_backward_10_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_28_filled, + 'skip_backward_10_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_32_filled, + 'skip_backward_10_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_backward_10_48_filled, + 'skip_backward_10_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_20_filled, + 'skip_forward_10_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_24_filled, + 'skip_forward_10_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_28_filled, + 'skip_forward_10_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_32_filled, + 'skip_forward_10_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_10_48_filled, + 'skip_forward_10_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_20_filled, + 'skip_forward_30_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_24_filled, + 'skip_forward_30_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_28_filled, + 'skip_forward_30_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_32_filled, + 'skip_forward_30_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_30_48_filled, + 'skip_forward_30_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_tab_20_filled, + 'skip_forward_tab_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.skip_forward_tab_24_filled, + 'skip_forward_tab_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sleep_20_filled, + 'sleep_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sleep_24_filled, + 'sleep_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_16_filled, + 'slide_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_20_filled, + 'slide_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_24_filled, + 'slide_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_28_filled, + 'slide_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_32_filled, + 'slide_add_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.slide_add_48_filled, + 'slide_add_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.slide_arrow_right_20_filled, + 'slide_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_arrow_right_24_filled, + 'slide_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_design_24_filled, + 'slide_design_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_16_filled, + 'slide_eraser_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_20_filled, + 'slide_eraser_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_eraser_24_filled, + 'slide_eraser_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_grid_20_filled, + 'slide_grid_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_grid_24_filled, + 'slide_grid_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_microphone_32_filled, + 'slide_microphone_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_20_filled, + 'slide_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_24_filled, + 'slide_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_arrow_right_20_filled, + 'slide_multiple_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_arrow_right_24_filled, + 'slide_multiple_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_search_20_filled, + 'slide_multiple_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_multiple_search_24_filled, + 'slide_multiple_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_search_24_filled, + 'slide_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_search_28_filled, + 'slide_search_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_settings_20_filled, + 'slide_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_settings_24_filled, + 'slide_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_size_20_filled, + 'slide_size_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_size_24_filled, + 'slide_size_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_16_filled, + 'slide_text_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_20_filled, + 'slide_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_24_filled, + 'slide_text_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_28_filled, + 'slide_text_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.slide_text_48_filled, + 'slide_text_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.slide_transition_20_filled, + 'slide_transition_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.slide_transition_24_filled, + 'slide_transition_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_20_filled, + 'smartwatch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_24_filled, + 'smartwatch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_dot_20_filled, + 'smartwatch_dot_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.smartwatch_dot_24_filled, + 'smartwatch_dot_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.snooze_16_filled, + 'snooze_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.snooze_20_filled, + 'snooze_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.snooze_24_filled, + 'snooze_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_20_filled, + 'sound_source_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_24_filled, + 'sound_source_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sound_source_28_filled, + 'sound_source_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.sound_wave_circle_20_filled, + 'sound_wave_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sound_wave_circle_24_filled, + 'sound_wave_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.spacebar_20_filled, + 'spacebar_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.spacebar_24_filled, + 'spacebar_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_16_filled, + 'sparkle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_20_filled, + 'sparkle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_24_filled, + 'sparkle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_28_filled, + 'sparkle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.sparkle_48_filled, + 'sparkle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_16_filled, + 'speaker_0_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_20_filled, + 'speaker_0_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_24_filled, + 'speaker_0_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_28_filled, + 'speaker_0_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_32_filled, + 'speaker_0_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_0_48_filled, + 'speaker_0_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_16_filled, + 'speaker_1_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_20_filled, + 'speaker_1_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_24_filled, + 'speaker_1_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_28_filled, + 'speaker_1_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_32_filled, + 'speaker_1_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_1_48_filled, + 'speaker_1_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_16_filled, + 'speaker_2_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_20_filled, + 'speaker_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_24_filled, + 'speaker_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_28_filled, + 'speaker_2_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_32_filled, + 'speaker_2_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.speaker_2_48_filled, + 'speaker_2_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_bluetooth_24_filled, + 'speaker_bluetooth_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_bluetooth_28_filled, + 'speaker_bluetooth_28_filled', + 28, + ), + + 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_mute_16_filled, + 'speaker_mute_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_20_filled, + 'speaker_mute_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_24_filled, + 'speaker_mute_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_28_filled, + 'speaker_mute_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_mute_48_filled, + 'speaker_mute_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_off_16_filled, + 'speaker_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.speaker_off_20_filled, + 'speaker_off_20_filled', + 20, + ), + + 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_off_48_filled, + 'speaker_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_20_filled, + 'speaker_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_24_filled, + 'speaker_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_settings_28_filled, + 'speaker_settings_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.speaker_usb_24_filled, + 'speaker_usb_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.speaker_usb_28_filled, + 'speaker_usb_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.spinner_ios_20_filled, + 'spinner_ios_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_hint_20_filled, + 'split_hint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_12_filled, + 'split_horizontal_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_16_filled, + 'split_horizontal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_20_filled, + 'split_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_24_filled, + 'split_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_28_filled, + 'split_horizontal_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_32_filled, + 'split_horizontal_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.split_horizontal_48_filled, + 'split_horizontal_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_12_filled, + 'split_vertical_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_16_filled, + 'split_vertical_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_20_filled, + 'split_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_24_filled, + 'split_vertical_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_28_filled, + 'split_vertical_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_32_filled, + 'split_vertical_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.split_vertical_48_filled, + 'split_vertical_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.sport_16_filled, + 'sport_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sport_20_filled, + 'sport_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_24_filled, + 'sport_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_american_football_20_filled, + 'sport_american_football_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_american_football_24_filled, + 'sport_american_football_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_baseball_20_filled, + 'sport_baseball_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_baseball_24_filled, + 'sport_baseball_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_basketball_24_filled, + 'sport_basketball_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_hockey_20_filled, + 'sport_hockey_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_hockey_24_filled, + 'sport_hockey_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_16_filled, + 'sport_soccer_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_20_filled, + 'sport_soccer_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sport_soccer_24_filled, + 'sport_soccer_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_12_filled, + 'square_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.square_16_filled, + 'square_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_20_filled, + 'square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_24_filled, + 'square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_28_filled, + 'square_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_32_filled, + 'square_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_48_filled, + 'square_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_add_16_filled, + 'square_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_add_20_filled, + 'square_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_16_filled, + 'square_arrow_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_20_filled, + 'square_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_24_filled, + 'square_arrow_forward_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_28_filled, + 'square_arrow_forward_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_32_filled, + 'square_arrow_forward_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_arrow_forward_48_filled, + 'square_arrow_forward_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_dismiss_16_filled, + 'square_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_dismiss_20_filled, + 'square_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_16_filled, + 'square_hint_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_20_filled, + 'square_hint_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_24_filled, + 'square_hint_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_28_filled, + 'square_hint_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_32_filled, + 'square_hint_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_48_filled, + 'square_hint_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_apps_20_filled, + 'square_hint_apps_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_apps_24_filled, + 'square_hint_apps_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_arrow_back_16_filled, + 'square_hint_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_arrow_back_20_filled, + 'square_hint_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_16_filled, + 'square_hint_sparkles_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_20_filled, + 'square_hint_sparkles_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_24_filled, + 'square_hint_sparkles_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_28_filled, + 'square_hint_sparkles_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_32_filled, + 'square_hint_sparkles_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.square_hint_sparkles_48_filled, + 'square_hint_sparkles_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_16_filled, + 'square_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_20_filled, + 'square_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.square_multiple_24_filled, + 'square_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.square_shadow_12_filled, + 'square_shadow_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.square_shadow_20_filled, + 'square_shadow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.squares_nested_20_filled, + 'squares_nested_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_16_filled, + 'stack_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.stack_20_filled, + 'stack_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_24_filled, + 'stack_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stack_arrow_forward_20_filled, + 'stack_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_arrow_forward_24_filled, + 'stack_arrow_forward_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_16_filled, + 'stack_star_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_20_filled, + 'stack_star_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stack_star_24_filled, + 'stack_star_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_48_filled, + 'star_48_filled', + 48, + ), + + 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_add_28_filled, + 'star_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_end_20_filled, + 'star_arrow_right_end_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_end_24_filled, + 'star_arrow_right_end_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_start_20_filled, + 'star_arrow_right_start_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_arrow_right_start_24_filled, + 'star_arrow_right_start_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_16_filled, + 'star_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_20_filled, + 'star_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_24_filled, + 'star_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_dismiss_28_filled, + 'star_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.star_edit_20_filled, + 'star_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_edit_24_filled, + 'star_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_20_filled, + 'star_emphasis_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_24_filled, + 'star_emphasis_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.star_emphasis_32_filled, + 'star_emphasis_32_filled', + 32, + ), + + 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_line_horizontal_3_16_filled, + 'star_line_horizontal_3_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.star_line_horizontal_3_20_filled, + 'star_line_horizontal_3_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.star_line_horizontal_3_24_filled, + 'star_line_horizontal_3_24_filled', + 24, + ), + + 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_20_filled, + 'star_settings_20_filled', + 20, + ), + + 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.steps_20_filled, + 'steps_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.steps_24_filled, + 'steps_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stethoscope_20_filled, + 'stethoscope_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stethoscope_24_filled, + 'stethoscope_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sticker_12_filled, + 'sticker_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.sticker_20_filled, + 'sticker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sticker_24_filled, + 'sticker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sticker_add_20_filled, + 'sticker_add_20_filled', + 20, + ), + + 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_20_filled, + 'storage_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.storage_24_filled, + 'storage_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.stream_20_filled, + 'stream_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_24_filled, + 'stream_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.stream_input_20_filled, + 'stream_input_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_input_output_20_filled, + 'stream_input_output_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.stream_output_20_filled, + 'stream_output_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_16_filled, + 'strikethrough_ga_na_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_20_filled, + 'strikethrough_ga_na_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.strikethrough_ga_na_24_filled, + 'strikethrough_ga_na_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.style_guide_20_filled, + 'style_guide_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.style_guide_24_filled, + 'style_guide_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.sub_grid_20_filled, + 'sub_grid_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.sub_grid_24_filled, + 'sub_grid_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_16_filled, + 'subtitles_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_20_filled, + 'subtitles_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtitles_24_filled, + 'subtitles_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_12_filled, + 'subtract_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.subtract_16_filled, + 'subtract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_20_filled, + 'subtract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_24_filled, + 'subtract_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_28_filled, + 'subtract_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.subtract_48_filled, + 'subtract_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_12_filled, + 'subtract_circle_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_16_filled, + 'subtract_circle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_20_filled, + 'subtract_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_24_filled, + 'subtract_circle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_28_filled, + 'subtract_circle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_32_filled, + 'subtract_circle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_back_16_filled, + 'subtract_circle_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_back_20_filled, + 'subtract_circle_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_forward_16_filled, + 'subtract_circle_arrow_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_circle_arrow_forward_20_filled, + 'subtract_circle_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_20_filled, + 'subtract_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_24_filled, + 'subtract_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_multiple_16_filled, + 'subtract_square_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.subtract_square_multiple_20_filled, + 'subtract_square_multiple_20_filled', + 20, + ), + + 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_16_filled, + 'symbols_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.symbols_20_filled, + 'symbols_20_filled', + 20, + ), + + 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.syringe_20_filled, + 'syringe_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.syringe_24_filled, + 'syringe_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.system_20_filled, + 'system_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_add_20_filled, + 'tab_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_add_24_filled, + 'tab_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_arrow_left_20_filled, + 'tab_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_arrow_left_24_filled, + 'tab_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_16_filled, + 'tab_desktop_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_20_filled, + 'tab_desktop_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_24_filled, + 'tab_desktop_24_filled', + 24, + ), + + 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_arrow_left_20_filled, + 'tab_desktop_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_bottom_20_filled, + 'tab_desktop_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_desktop_bottom_24_filled, + 'tab_desktop_bottom_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_multiple_bottom_24_filled, + 'tab_desktop_multiple_bottom_24_filled', + 24, + ), + + 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_prohibited_20_filled, + 'tab_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_prohibited_24_filled, + 'tab_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tab_shield_dismiss_20_filled, + 'tab_shield_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tab_shield_dismiss_24_filled, + 'tab_shield_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_16_filled, + 'table_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_20_filled, + 'table_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_24_filled, + 'table_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_28_filled, + 'table_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_32_filled, + 'table_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.table_48_filled, + 'table_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_add_16_filled, + 'table_add_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_add_20_filled, + 'table_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_add_24_filled, + 'table_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_add_28_filled, + 'table_add_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_16_filled, + 'table_bottom_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_20_filled, + 'table_bottom_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_24_filled, + 'table_bottom_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_28_filled, + 'table_bottom_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_32_filled, + 'table_bottom_row_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.table_bottom_row_48_filled, + 'table_bottom_row_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_16_filled, + 'table_cell_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_20_filled, + 'table_cell_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_24_filled, + 'table_cell_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_cell_edit_28_filled, + 'table_cell_edit_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_cells_merge_16_filled, + 'table_cells_merge_16_filled', + 16, + ), + + 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_merge_28_filled, + 'table_cells_merge_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_cells_split_16_filled, + 'table_cells_split_16_filled', + 16, + ), + + 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_cells_split_28_filled, + 'table_cells_split_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_checker_20_filled, + 'table_checker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_copy_20_filled, + 'table_copy_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_16_filled, + 'table_delete_column_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_20_filled, + 'table_delete_column_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_24_filled, + 'table_delete_column_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_column_28_filled, + 'table_delete_column_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_16_filled, + 'table_delete_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_20_filled, + 'table_delete_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_24_filled, + 'table_delete_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_delete_row_28_filled, + 'table_delete_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_16_filled, + 'table_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_20_filled, + 'table_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_24_filled, + 'table_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_dismiss_28_filled, + 'table_dismiss_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_16_filled, + 'table_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_20_filled, + 'table_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_24_filled, + 'table_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_edit_28_filled, + 'table_edit_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_16_filled, + 'table_freeze_column_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_20_filled, + 'table_freeze_column_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_24_filled, + 'table_freeze_column_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_28_filled, + 'table_freeze_column_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_16_filled, + 'table_freeze_column_and_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_20_filled, + 'table_freeze_column_and_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_24_filled, + 'table_freeze_column_and_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_column_and_row_28_filled, + 'table_freeze_column_and_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_16_filled, + 'table_freeze_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_20_filled, + 'table_freeze_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_24_filled, + 'table_freeze_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_freeze_row_28_filled, + 'table_freeze_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_image_20_filled, + 'table_image_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_16_filled, + 'table_insert_column_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_20_filled, + 'table_insert_column_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_24_filled, + 'table_insert_column_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_column_28_filled, + 'table_insert_column_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_16_filled, + 'table_insert_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_20_filled, + 'table_insert_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_24_filled, + 'table_insert_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_insert_row_28_filled, + 'table_insert_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_16_filled, + 'table_lightning_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_20_filled, + 'table_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_24_filled, + 'table_lightning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_lightning_28_filled, + 'table_lightning_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_link_16_filled, + 'table_link_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_link_20_filled, + 'table_link_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_link_24_filled, + 'table_link_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_link_28_filled, + 'table_link_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_16_filled, + 'table_move_above_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_20_filled, + 'table_move_above_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_24_filled, + 'table_move_above_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_above_28_filled, + 'table_move_above_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_16_filled, + 'table_move_below_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_20_filled, + 'table_move_below_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_24_filled, + 'table_move_below_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_below_28_filled, + 'table_move_below_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_16_filled, + 'table_move_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_20_filled, + 'table_move_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_24_filled, + 'table_move_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_left_28_filled, + 'table_move_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_16_filled, + 'table_move_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_20_filled, + 'table_move_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_24_filled, + 'table_move_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_move_right_28_filled, + 'table_move_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_multiple_20_filled, + 'table_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_16_filled, + 'table_resize_column_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_20_filled, + 'table_resize_column_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_24_filled, + 'table_resize_column_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_column_28_filled, + 'table_resize_column_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_16_filled, + 'table_resize_row_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_20_filled, + 'table_resize_row_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_24_filled, + 'table_resize_row_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_resize_row_28_filled, + 'table_resize_row_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_search_20_filled, + 'table_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_16_filled, + 'table_settings_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_20_filled, + 'table_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_24_filled, + 'table_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_settings_28_filled, + 'table_settings_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_16_filled, + 'table_simple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_20_filled, + 'table_simple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_24_filled, + 'table_simple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_28_filled, + 'table_simple_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_simple_48_filled, + 'table_simple_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.table_split_20_filled, + 'table_split_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_16_filled, + 'table_stack_above_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_20_filled, + 'table_stack_above_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_24_filled, + 'table_stack_above_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_above_28_filled, + 'table_stack_above_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_16_filled, + 'table_stack_below_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_20_filled, + 'table_stack_below_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_24_filled, + 'table_stack_below_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_below_28_filled, + 'table_stack_below_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_down_20_filled, + 'table_stack_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_16_filled, + 'table_stack_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_20_filled, + 'table_stack_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_24_filled, + 'table_stack_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_left_28_filled, + 'table_stack_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_16_filled, + 'table_stack_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_20_filled, + 'table_stack_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_24_filled, + 'table_stack_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_stack_right_28_filled, + 'table_stack_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_16_filled, + 'table_switch_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_20_filled, + 'table_switch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_24_filled, + 'table_switch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.table_switch_28_filled, + 'table_switch_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tablet_12_filled, + 'tablet_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.tablet_16_filled, + 'tablet_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tablet_20_filled, + 'tablet_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tablet_24_filled, + 'tablet_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tablet_32_filled, + 'tablet_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tablet_48_filled, + 'tablet_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tablet_speaker_20_filled, + 'tablet_speaker_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tablet_speaker_24_filled, + 'tablet_speaker_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tabs_24_filled, + 'tabs_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_16_filled, + 'tag_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_20_filled, + 'tag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_24_filled, + 'tag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_32_filled, + 'tag_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_circle_20_filled, + 'tag_circle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_16_filled, + 'tag_dismiss_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_20_filled, + 'tag_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_dismiss_24_filled, + 'tag_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_16_filled, + 'tag_error_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_20_filled, + 'tag_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_error_24_filled, + 'tag_error_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_16_filled, + 'tag_lock_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_20_filled, + 'tag_lock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_24_filled, + 'tag_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_32_filled, + 'tag_lock_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_accent_16_filled, + 'tag_lock_accent_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_accent_20_filled, + 'tag_lock_accent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_accent_24_filled, + 'tag_lock_accent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_lock_accent_32_filled, + 'tag_lock_accent_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_16_filled, + 'tag_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_20_filled, + 'tag_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_multiple_24_filled, + 'tag_multiple_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_off_20_filled, + 'tag_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_off_24_filled, + 'tag_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_16_filled, + 'tag_question_mark_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_20_filled, + 'tag_question_mark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_24_filled, + 'tag_question_mark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_question_mark_32_filled, + 'tag_question_mark_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tag_reset_20_filled, + 'tag_reset_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_reset_24_filled, + 'tag_reset_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tag_search_20_filled, + 'tag_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tag_search_24_filled, + 'tag_search_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_20_filled, + 'tap_double_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_24_filled, + 'tap_double_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_32_filled, + 'tap_double_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tap_double_48_filled, + 'tap_double_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_20_filled, + 'tap_single_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_24_filled, + 'tap_single_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_32_filled, + 'tap_single_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tap_single_48_filled, + 'tap_single_48_filled', + 48, + ), + + 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_32_filled, + 'target_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_16_filled, + 'target_arrow_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_20_filled, + 'target_arrow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.target_arrow_24_filled, + 'target_arrow_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_add_20_filled, + 'task_list_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_add_24_filled, + 'task_list_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_ltr_20_filled, + 'task_list_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_ltr_24_filled, + 'task_list_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_rtl_20_filled, + 'task_list_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_rtl_24_filled, + 'task_list_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_add_20_filled, + 'task_list_square_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_add_24_filled, + 'task_list_square_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_database_20_filled, + 'task_list_square_database_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_ltr_20_filled, + 'task_list_square_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_ltr_24_filled, + 'task_list_square_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_person_20_filled, + 'task_list_square_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_rtl_20_filled, + 'task_list_square_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_rtl_24_filled, + 'task_list_square_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.task_list_square_settings_20_filled, + 'task_list_square_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_20_filled, + 'tasks_app_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_24_filled, + 'tasks_app_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tasks_app_28_filled, + 'tasks_app_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.teddy_20_filled, + 'teddy_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.teddy_24_filled, + 'teddy_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.temperature_16_filled, + 'temperature_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.temperature_20_filled, + 'temperature_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.temperature_24_filled, + 'temperature_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tent_12_filled, + 'tent_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.tent_16_filled, + 'tent_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tent_20_filled, + 'tent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tent_24_filled, + 'tent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tent_28_filled, + 'tent_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tent_48_filled, + 'tent_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_16_filled, + 'tetris_app_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_20_filled, + 'tetris_app_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_24_filled, + 'tetris_app_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_28_filled, + 'tetris_app_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_32_filled, + 'tetris_app_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.tetris_app_48_filled, + 'tetris_app_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.text_20_filled, + 'text_20_filled', + 20, + ), + + 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_add_t_24_filled, + 'text_add_t_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_center_16_filled, + 'text_align_center_16_filled', + 16, + ), + + 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_center_rotate_270_24_filled, + 'text_align_center_rotate_270_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_distributed_evenly_20_filled, + 'text_align_distributed_evenly_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_evenly_24_filled, + 'text_align_distributed_evenly_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_vertical_20_filled, + 'text_align_distributed_vertical_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_distributed_vertical_24_filled, + 'text_align_distributed_vertical_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_justify_low_20_filled, + 'text_align_justify_low_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_low_24_filled, + 'text_align_justify_low_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_low_rotate_90_24_filled, + 'text_align_justify_low_rotate_90_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_justify_rotate_90_24_filled, + 'text_align_justify_rotate_90_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_left_16_filled, + 'text_align_left_16_filled', + 16, + ), + + 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_left_rotate_270_24_filled, + 'text_align_left_rotate_270_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_align_right_16_filled, + 'text_align_right_16_filled', + 16, + ), + + 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_align_right_rotate_270_24_filled, + 'text_align_right_rotate_270_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_asterisk_20_filled, + 'text_asterisk_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_baseline_20_filled, + 'text_baseline_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bold_16_filled, + 'text_bold_16_filled', + 16, + ), + + 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_box_16_filled, + 'text_box_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_box_settings_20_filled, + 'text_box_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_box_settings_24_filled, + 'text_box_settings_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_20_filled, + 'text_bullet_list_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_add_24_filled, + 'text_bullet_list_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_checkmark_20_filled, + 'text_bullet_list_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_dismiss_20_filled, + 'text_bullet_list_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_16_filled, + 'text_bullet_list_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_20_filled, + 'text_bullet_list_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_ltr_24_filled, + 'text_bullet_list_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_16_filled, + 'text_bullet_list_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_20_filled, + 'text_bullet_list_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_rtl_24_filled, + 'text_bullet_list_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_20_filled, + 'text_bullet_list_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_24_filled, + 'text_bullet_list_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_clock_20_filled, + 'text_bullet_list_square_clock_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_edit_20_filled, + 'text_bullet_list_square_edit_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_edit_24_filled, + 'text_bullet_list_square_edit_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_person_20_filled, + 'text_bullet_list_square_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_search_20_filled, + 'text_bullet_list_square_search_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_settings_20_filled, + 'text_bullet_list_square_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_shield_20_filled, + 'text_bullet_list_square_shield_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_bullet_list_square_toolbox_20_filled, + 'text_bullet_list_square_toolbox_20_filled', + 20, + ), + + 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_case_lowercase_16_filled, + 'text_case_lowercase_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_lowercase_20_filled, + 'text_case_lowercase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_lowercase_24_filled, + 'text_case_lowercase_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_16_filled, + 'text_case_title_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_20_filled, + 'text_case_title_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_title_24_filled, + 'text_case_title_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_16_filled, + 'text_case_uppercase_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_20_filled, + 'text_case_uppercase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_case_uppercase_24_filled, + 'text_case_uppercase_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_change_case_16_filled, + 'text_change_case_16_filled', + 16, + ), + + 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_clear_formatting_16_filled, + 'text_clear_formatting_16_filled', + 16, + ), + + 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_clear_formatting_ga_24_filled, + 'text_clear_formatting_ga_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_collapse_20_filled, + 'text_collapse_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_collapse_24_filled, + 'text_collapse_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_color_16_filled, + 'text_color_16_filled', + 16, + ), + + 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_color_accent_16_filled, + 'text_color_accent_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_color_accent_20_filled, + 'text_color_accent_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_color_accent_24_filled, + 'text_color_accent_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_color_ga_20_filled, + 'text_color_ga_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_color_ga_24_filled, + 'text_color_ga_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_one_narrow_20_filled, + 'text_column_one_narrow_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_narrow_24_filled, + 'text_column_one_narrow_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_20_filled, + 'text_column_one_wide_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_24_filled, + 'text_column_one_wide_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_lightning_20_filled, + 'text_column_one_wide_lightning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_column_one_wide_lightning_24_filled, + 'text_column_one_wide_lightning_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_continuous_20_filled, + 'text_continuous_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_continuous_24_filled, + 'text_continuous_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_density_16_filled, + 'text_density_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_density_20_filled, + 'text_density_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_density_24_filled, + 'text_density_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_density_28_filled, + 'text_density_28_filled', + 28, + ), + + 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_horizontal_left_20_filled, + 'text_direction_horizontal_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_left_24_filled, + 'text_direction_horizontal_left_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_horizontal_right_20_filled, + 'text_direction_horizontal_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_right_24_filled, + 'text_direction_horizontal_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_rtl_20_filled, + 'text_direction_horizontal_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_horizontal_rtl_24_filled, + 'text_direction_horizontal_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_ltr_ac_20_filled, + 'text_direction_ltr_ac_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_ltr_ac_24_filled, + 'text_direction_ltr_ac_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_270_ltr_20_filled, + 'text_direction_rotate_270_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_ltr_24_filled, + 'text_direction_rotate_270_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_right_20_filled, + 'text_direction_rotate_270_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_270_right_24_filled, + 'text_direction_rotate_270_right_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_rotate_90_ac_24_filled, + 'text_direction_rotate_90_ac_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_left_20_filled, + 'text_direction_rotate_90_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_left_24_filled, + 'text_direction_rotate_90_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_ltr_20_filled, + 'text_direction_rotate_90_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_ltr_24_filled, + 'text_direction_rotate_90_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_right_20_filled, + 'text_direction_rotate_90_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_right_24_filled, + 'text_direction_rotate_90_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_rtl_20_filled, + 'text_direction_rotate_90_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rotate_90_rtl_24_filled, + 'text_direction_rotate_90_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rtl_ac_20_filled, + 'text_direction_rtl_ac_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_direction_rtl_ac_24_filled, + 'text_direction_rtl_ac_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_direction_vertical_ac_24_filled, + 'text_direction_vertical_ac_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_edit_style_ga_24_filled, + 'text_edit_style_ga_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_effects_ga_24_filled, + 'text_effects_ga_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_expand_20_filled, + 'text_expand_20_filled', + 20, + ), + + 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_info_16_filled, + 'text_font_info_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_font_info_20_filled, + 'text_font_info_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_font_info_24_filled, + 'text_font_info_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_font_size_16_filled, + 'text_font_size_16_filled', + 16, + ), + + 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_footnote_ga_na_24_filled, + 'text_footnote_ga_na_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_left_20_filled, + 'text_grammar_arrow_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_left_24_filled, + 'text_grammar_arrow_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_right_20_filled, + 'text_grammar_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_arrow_right_24_filled, + 'text_grammar_arrow_right_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_checkmark_20_filled, + 'text_grammar_checkmark_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_checkmark_24_filled, + 'text_grammar_checkmark_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_dismiss_20_filled, + 'text_grammar_dismiss_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_dismiss_24_filled, + 'text_grammar_dismiss_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_error_20_filled, + 'text_grammar_error_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_settings_20_filled, + 'text_grammar_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_settings_24_filled, + 'text_grammar_settings_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_16_filled, + 'text_grammar_wand_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_20_filled, + 'text_grammar_wand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_grammar_wand_24_filled, + 'text_grammar_wand_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_1_24_filled, + 'text_header_1_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_header_2_20_filled, + 'text_header_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_header_2_24_filled, + 'text_header_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_header_3_20_filled, + 'text_header_3_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_header_3_24_filled, + 'text_header_3_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_16_filled, + 'text_indent_decrease_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_20_filled, + 'text_indent_decrease_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_24_filled, + 'text_indent_decrease_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_16_filled, + 'text_indent_decrease_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_20_filled, + 'text_indent_decrease_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_ltr_24_filled, + 'text_indent_decrease_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_16_filled, + 'text_indent_decrease_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_20_filled, + 'text_indent_decrease_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_decrease_rtl_24_filled, + 'text_indent_decrease_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_16_filled, + 'text_indent_increase_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_20_filled, + 'text_indent_increase_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_24_filled, + 'text_indent_increase_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_16_filled, + 'text_indent_increase_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_20_filled, + 'text_indent_increase_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_ltr_24_filled, + 'text_indent_increase_ltr_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_16_filled, + 'text_indent_increase_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_20_filled, + 'text_indent_increase_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_indent_increase_rtl_24_filled, + 'text_indent_increase_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_italic_16_filled, + 'text_italic_16_filled', + 16, + ), + + 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_more_20_filled, + 'text_more_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_more_24_filled, + 'text_more_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_format_ga_na_da_24_filled, + 'text_number_format_ga_na_da_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_ltr_16_filled, + 'text_number_list_ltr_16_filled', + 16, + ), + + 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_16_filled, + 'text_number_list_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_rtl_20_filled, + 'text_number_list_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_number_list_rtl_24_filled, + 'text_number_list_rtl_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_16_filled, + 'text_paragraph_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_20_filled, + 'text_paragraph_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_24_filled, + 'text_paragraph_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_20_filled, + 'text_paragraph_direction_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_24_filled, + 'text_paragraph_direction_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_left_16_filled, + 'text_paragraph_direction_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_left_20_filled, + 'text_paragraph_direction_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_right_16_filled, + 'text_paragraph_direction_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_paragraph_direction_right_20_filled, + 'text_paragraph_direction_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_period_asterisk_20_filled, + 'text_period_asterisk_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_behind_20_filled, + 'text_position_behind_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_behind_24_filled, + 'text_position_behind_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_front_20_filled, + 'text_position_front_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_front_24_filled, + 'text_position_front_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_line_20_filled, + 'text_position_line_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_line_24_filled, + 'text_position_line_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_square_20_filled, + 'text_position_square_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_square_24_filled, + 'text_position_square_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_through_20_filled, + 'text_position_through_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_through_24_filled, + 'text_position_through_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_tight_20_filled, + 'text_position_tight_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_tight_24_filled, + 'text_position_tight_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_position_top_bottom_20_filled, + 'text_position_top_bottom_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_position_top_bottom_24_filled, + 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_filled, + 'text_proofing_tools_ga_na_da_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_proofing_tools_zi_24_filled, + 'text_proofing_tools_zi_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_quote_16_filled, + 'text_quote_16_filled', + 16, + ), + + 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_16_filled, + 'text_sort_ascending_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_ascending_20_filled, + 'text_sort_ascending_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_ascending_24_filled, + 'text_sort_ascending_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_16_filled, + 'text_sort_descending_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_20_filled, + 'text_sort_descending_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_sort_descending_24_filled, + 'text_sort_descending_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_16_filled, + 'text_strikethrough_16_filled', + 16, + ), + + 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_strikethrough_s_16_filled, + 'text_strikethrough_s_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_s_20_filled, + 'text_strikethrough_s_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_strikethrough_s_24_filled, + 'text_strikethrough_s_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_subscript_16_filled, + 'text_subscript_16_filled', + 16, + ), + + 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_16_filled, + 'text_superscript_16_filled', + 16, + ), + + 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_t_20_filled, + 'text_t_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.text_t_24_filled, + 'text_t_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.text_t_28_filled, + 'text_t_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.text_t_48_filled, + 'text_t_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.text_underline_16_filled, + 'text_underline_16_filled', + 16, + ), + + 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_16_filled, + 'textbox_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.textbox_20_filled, + 'textbox_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_24_filled, + 'textbox_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_bottom_rotate_90_20_filled, + 'textbox_align_bottom_rotate_90_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_bottom_rotate_90_24_filled, + 'textbox_align_bottom_rotate_90_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_center_20_filled, + 'textbox_align_center_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_center_24_filled, + 'textbox_align_center_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_middle_rotate_90_20_filled, + 'textbox_align_middle_rotate_90_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_middle_rotate_90_24_filled, + 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_filled, + 'textbox_align_top_rotate_90_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_align_top_rotate_90_24_filled, + 'textbox_align_top_rotate_90_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_more_20_filled, + 'textbox_more_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_more_24_filled, + 'textbox_more_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.textbox_rotate_90_20_filled, + 'textbox_rotate_90_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.textbox_rotate_90_24_filled, + 'textbox_rotate_90_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_16_filled, + 'thumb_dislike_16_filled', + 16, + ), + + 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_16_filled, + 'thumb_like_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_20_filled, + 'thumb_like_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_24_filled, + 'thumb_like_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_28_filled, + 'thumb_like_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.thumb_like_48_filled, + 'thumb_like_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_16_filled, + 'ticket_diagonal_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_20_filled, + 'ticket_diagonal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_24_filled, + 'ticket_diagonal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.ticket_diagonal_28_filled, + 'ticket_diagonal_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.ticket_horizontal_20_filled, + 'ticket_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.ticket_horizontal_24_filled, + 'ticket_horizontal_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.time_and_weather_20_filled, + 'time_and_weather_20_filled', + 20, + ), + + 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_20_filled, + 'timeline_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timeline_24_filled, + 'timeline_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_10_20_filled, + 'timer_10_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_10_24_filled, + 'timer_10_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_12_filled, + 'timer_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.timer_16_filled, + 'timer_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.timer_20_filled, + 'timer_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_24_filled, + 'timer_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_28_filled, + 'timer_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.timer_2_20_filled, + 'timer_2_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_2_24_filled, + 'timer_2_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_32_filled, + 'timer_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.timer_3_20_filled, + 'timer_3_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_3_24_filled, + 'timer_3_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.timer_48_filled, + 'timer_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.timer_off_20_filled, + 'timer_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.timer_off_24_filled, + 'timer_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_16_filled, + 'toggle_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_20_filled, + 'toggle_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_24_filled, + 'toggle_left_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_28_filled, + 'toggle_left_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.toggle_left_48_filled, + 'toggle_left_48_filled', + 48, + ), + + 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.toggle_right_28_filled, + 'toggle_right_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.toggle_right_48_filled, + 'toggle_right_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.toolbox_12_filled, + 'toolbox_12_filled', + 12, + ), + + 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.tooltip_quote_20_filled, + 'tooltip_quote_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tooltip_quote_24_filled, + 'tooltip_quote_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.top_speed_20_filled, + 'top_speed_20_filled', + 20, + ), + + 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.transmission_20_filled, + 'transmission_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.transmission_24_filled, + 'transmission_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_add_20_filled, + 'tray_item_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_add_24_filled, + 'tray_item_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_remove_20_filled, + 'tray_item_remove_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tray_item_remove_24_filled, + 'tray_item_remove_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tree_deciduous_20_filled, + 'tree_deciduous_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tree_evergreen_20_filled, + 'tree_evergreen_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_12_filled, + 'triangle_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_16_filled, + 'triangle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_20_filled, + 'triangle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_32_filled, + 'triangle_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_48_filled, + 'triangle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_12_filled, + 'triangle_down_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_16_filled, + 'triangle_down_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_20_filled, + 'triangle_down_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_32_filled, + 'triangle_down_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_down_48_filled, + 'triangle_down_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_12_filled, + 'triangle_left_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_16_filled, + 'triangle_left_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_20_filled, + 'triangle_left_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_32_filled, + 'triangle_left_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_left_48_filled, + 'triangle_left_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_12_filled, + 'triangle_right_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_16_filled, + 'triangle_right_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_20_filled, + 'triangle_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_32_filled, + 'triangle_right_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.triangle_right_48_filled, + 'triangle_right_48_filled', + 48, + ), + + 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.trophy_28_filled, + 'trophy_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.trophy_32_filled, + 'trophy_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.trophy_48_filled, + 'trophy_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_16_filled, + 'trophy_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_20_filled, + 'trophy_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_24_filled, + 'trophy_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_28_filled, + 'trophy_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_32_filled, + 'trophy_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.trophy_off_48_filled, + 'trophy_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tv_16_filled, + 'tv_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tv_20_filled, + 'tv_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_24_filled, + 'tv_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tv_28_filled, + 'tv_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tv_48_filled, + 'tv_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.tv_arrow_right_20_filled, + 'tv_arrow_right_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_16_filled, + 'tv_usb_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_20_filled, + 'tv_usb_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_24_filled, + 'tv_usb_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_28_filled, + 'tv_usb_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.tv_usb_48_filled, + 'tv_usb_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.umbrella_20_filled, + 'umbrella_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.umbrella_24_filled, + 'umbrella_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.uninstall_app_20_filled, + 'uninstall_app_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.uninstall_app_24_filled, + 'uninstall_app_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.usb_plug_20_filled, + 'usb_plug_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.usb_plug_24_filled, + 'usb_plug_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_16_filled, + 'vehicle_bicycle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_20_filled, + 'vehicle_bicycle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bicycle_24_filled, + 'vehicle_bicycle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_16_filled, + 'vehicle_bus_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_20_filled, + 'vehicle_bus_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_bus_24_filled, + 'vehicle_bus_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_16_filled, + 'vehicle_cab_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_20_filled, + 'vehicle_cab_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_24_filled, + 'vehicle_cab_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_cab_28_filled, + 'vehicle_cab_28_filled', + 28, + ), + + 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_car_28_filled, + 'vehicle_car_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_48_filled, + 'vehicle_car_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_16_filled, + 'vehicle_car_collision_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_20_filled, + 'vehicle_car_collision_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_24_filled, + 'vehicle_car_collision_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_28_filled, + 'vehicle_car_collision_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_32_filled, + 'vehicle_car_collision_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_collision_48_filled, + 'vehicle_car_collision_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_ltr_16_filled, + 'vehicle_car_profile_ltr_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_ltr_20_filled, + 'vehicle_car_profile_ltr_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_rtl_16_filled, + 'vehicle_car_profile_rtl_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_car_profile_rtl_20_filled, + 'vehicle_car_profile_rtl_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_16_filled, + 'vehicle_ship_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_20_filled, + 'vehicle_ship_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_ship_24_filled, + 'vehicle_ship_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_16_filled, + 'vehicle_subway_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_20_filled, + 'vehicle_subway_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_subway_24_filled, + 'vehicle_subway_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_16_filled, + 'vehicle_truck_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_20_filled, + 'vehicle_truck_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_24_filled, + 'vehicle_truck_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_bag_20_filled, + 'vehicle_truck_bag_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_bag_24_filled, + 'vehicle_truck_bag_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_cube_20_filled, + 'vehicle_truck_cube_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_cube_24_filled, + 'vehicle_truck_cube_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_16_filled, + 'vehicle_truck_profile_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_20_filled, + 'vehicle_truck_profile_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vehicle_truck_profile_24_filled, + 'vehicle_truck_profile_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_32_filled, + 'video_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_360_20_filled, + 'video_360_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_360_24_filled, + 'video_360_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_360_off_20_filled, + 'video_360_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_48_filled, + 'video_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_add_20_filled, + 'video_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_add_24_filled, + 'video_add_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_background_effect_20_filled, + 'video_background_effect_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_background_effect_24_filled, + 'video_background_effect_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_16_filled, + 'video_chat_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_20_filled, + 'video_chat_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_24_filled, + 'video_chat_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_28_filled, + 'video_chat_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_32_filled, + 'video_chat_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_chat_48_filled, + 'video_chat_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_16_filled, + 'video_clip_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_20_filled, + 'video_clip_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_24_filled, + 'video_clip_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_16_filled, + 'video_clip_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_20_filled, + 'video_clip_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_clip_multiple_24_filled, + 'video_clip_multiple_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_off_32_filled, + 'video_off_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_off_48_filled, + 'video_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_12_filled, + 'video_person_12_filled', + 12, + ), + + FluentUISampleIcon( + FluentIcons.video_person_16_filled, + 'video_person_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_20_filled, + 'video_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_24_filled, + 'video_person_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_28_filled, + 'video_person_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_person_48_filled, + 'video_person_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_16_filled, + 'video_person_call_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_20_filled, + 'video_person_call_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_24_filled, + 'video_person_call_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_call_32_filled, + 'video_person_call_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.video_person_off_20_filled, + 'video_person_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_off_24_filled, + 'video_person_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_16_filled, + 'video_person_sparkle_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_20_filled, + 'video_person_sparkle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_24_filled, + 'video_person_sparkle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_28_filled, + 'video_person_sparkle_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_person_sparkle_48_filled, + 'video_person_sparkle_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_20_filled, + 'video_person_star_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_24_filled, + 'video_person_star_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_off_20_filled, + 'video_person_star_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_person_star_off_24_filled, + 'video_person_star_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_play_pause_20_filled, + 'video_play_pause_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_play_pause_24_filled, + 'video_play_pause_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_16_filled, + 'video_prohibited_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_20_filled, + 'video_prohibited_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_24_filled, + 'video_prohibited_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_prohibited_28_filled, + 'video_prohibited_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.video_recording_20_filled, + 'video_recording_20_filled', + 20, + ), + + 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_20_filled, + 'video_switch_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.video_switch_24_filled, + 'video_switch_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.video_sync_20_filled, + 'video_sync_20_filled', + 20, + ), + + 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.virtual_network_20_filled, + 'virtual_network_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.virtual_network_toolbox_20_filled, + 'virtual_network_toolbox_20_filled', + 20, + ), + + 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.voicemail_28_filled, + 'voicemail_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_back_16_filled, + 'voicemail_arrow_back_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_back_20_filled, + 'voicemail_arrow_back_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_forward_16_filled, + 'voicemail_arrow_forward_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_forward_20_filled, + 'voicemail_arrow_forward_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_arrow_subtract_20_filled, + 'voicemail_arrow_subtract_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.voicemail_subtract_16_filled, + 'voicemail_subtract_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.vote_20_filled, + 'vote_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.vote_24_filled, + 'vote_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_20_filled, + 'walkie_talkie_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_24_filled, + 'walkie_talkie_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.walkie_talkie_28_filled, + 'walkie_talkie_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wallet_16_filled, + 'wallet_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wallet_20_filled, + 'wallet_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wallet_24_filled, + 'wallet_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wallet_28_filled, + 'wallet_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wallet_32_filled, + 'wallet_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.wallet_48_filled, + 'wallet_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_16_filled, + 'wallet_credit_card_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_20_filled, + 'wallet_credit_card_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_24_filled, + 'wallet_credit_card_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wallet_credit_card_32_filled, + 'wallet_credit_card_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.wallpaper_24_filled, + 'wallpaper_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wand_16_filled, + 'wand_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wand_20_filled, + 'wand_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wand_24_filled, + 'wand_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wand_28_filled, + 'wand_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.wand_48_filled, + 'wand_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.warning_12_filled, + 'warning_12_filled', + 12, + ), + + 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.warning_shield_20_filled, + 'warning_shield_20_filled', + 20, + ), + + 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_drizzle_20_filled, + 'weather_drizzle_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_drizzle_24_filled, + 'weather_drizzle_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_drizzle_48_filled, + 'weather_drizzle_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_haze_20_filled, + 'weather_haze_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_haze_24_filled, + 'weather_haze_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_haze_48_filled, + 'weather_haze_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_16_filled, + 'weather_moon_16_filled', + 16, + ), + + 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_28_filled, + 'weather_moon_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_48_filled, + 'weather_moon_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_16_filled, + 'weather_moon_off_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_20_filled, + 'weather_moon_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_24_filled, + 'weather_moon_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_28_filled, + 'weather_moon_off_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_moon_off_48_filled, + 'weather_moon_off_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_partly_cloudy_day_16_filled, + 'weather_partly_cloudy_day_16_filled', + 16, + ), + + 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_16_filled, + 'weather_sunny_16_filled', + 16, + ), + + 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_28_filled, + 'weather_sunny_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_32_filled, + 'weather_sunny_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_48_filled, + 'weather_sunny_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_20_filled, + 'weather_sunny_high_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_24_filled, + 'weather_sunny_high_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_high_48_filled, + 'weather_sunny_high_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_20_filled, + 'weather_sunny_low_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_24_filled, + 'weather_sunny_low_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.weather_sunny_low_48_filled, + 'weather_sunny_low_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_20_filled, + 'web_asset_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.web_asset_24_filled, + 'web_asset_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_20_filled, + 'whiteboard_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_24_filled, + 'whiteboard_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.whiteboard_48_filled, + 'whiteboard_48_filled', + 48, + ), + + 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_lock_24_filled, + 'wifi_lock_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_off_20_filled, + 'wifi_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_off_24_filled, + 'wifi_off_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_protected_24_filled, + 'wifi_protected_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wifi_settings_20_filled, + 'wifi_settings_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_warning_20_filled, + 'wifi_warning_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wifi_warning_24_filled, + 'wifi_warning_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_16_filled, + 'window_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_20_filled, + 'window_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_24_filled, + 'window_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_28_filled, + 'window_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_32_filled, + 'window_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_48_filled, + 'window_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_20_filled, + 'window_ad_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_off_20_filled, + 'window_ad_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_ad_person_20_filled, + 'window_ad_person_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_16_filled, + 'window_apps_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_20_filled, + 'window_apps_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_24_filled, + 'window_apps_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_28_filled, + 'window_apps_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_32_filled, + 'window_apps_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_apps_48_filled, + 'window_apps_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_16_filled, + 'window_arrow_up_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_20_filled, + 'window_arrow_up_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_arrow_up_24_filled, + 'window_arrow_up_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_bullet_list_20_filled, + 'window_bullet_list_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_bullet_list_add_20_filled, + 'window_bullet_list_add_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_console_20_filled, + 'window_console_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_database_20_filled, + 'window_database_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_dev_edit_16_filled, + 'window_dev_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_dev_edit_20_filled, + 'window_dev_edit_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_edit_16_filled, + 'window_edit_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_header_horizontal_20_filled, + 'window_header_horizontal_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_header_horizontal_off_20_filled, + 'window_header_horizontal_off_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_header_vertical_20_filled, + 'window_header_vertical_20_filled', + 20, + ), + + 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_location_target_20_filled, + 'window_location_target_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_16_filled, + 'window_multiple_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_20_filled, + 'window_multiple_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_multiple_swap_20_filled, + 'window_multiple_swap_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_new_16_filled, + 'window_new_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_new_20_filled, + 'window_new_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_new_24_filled, + 'window_new_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_play_20_filled, + 'window_play_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_settings_20_filled, + 'window_settings_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.window_text_20_filled, + 'window_text_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_16_filled, + 'window_wrench_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_20_filled, + 'window_wrench_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_24_filled, + 'window_wrench_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_28_filled, + 'window_wrench_28_filled', + 28, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_32_filled, + 'window_wrench_32_filled', + 32, + ), + + FluentUISampleIcon( + FluentIcons.window_wrench_48_filled, + 'window_wrench_48_filled', + 48, + ), + + FluentUISampleIcon( + FluentIcons.wrench_16_filled, + 'wrench_16_filled', + 16, + ), + + FluentUISampleIcon( + FluentIcons.wrench_20_filled, + 'wrench_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wrench_24_filled, + 'wrench_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.wrench_screwdriver_20_filled, + 'wrench_screwdriver_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.wrench_screwdriver_24_filled, + 'wrench_screwdriver_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.xray_20_filled, + 'xray_20_filled', + 20, + ), + + FluentUISampleIcon( + FluentIcons.xray_24_filled, + 'xray_24_filled', + 24, + ), + + FluentUISampleIcon( + FluentIcons.zoom_in_16_filled, + 'zoom_in_16_filled', + 16, + ), + + 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_16_filled, + 'zoom_out_16_filled', + 16, + ), + + 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/lib/src/fluent_icons.dart b/flutter/lib/src/fluent_icons.dart index 3261b8fdb7..f18a1700c4 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -4,7 +4,6 @@ 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 @@ -19,34266 +18,80035 @@ class FluentIcons { // FluentSystemIcons-Regular /// fluent icon named "access_time" in size 20 and regular style. - static const IconData access_time_20_regular = IconData(0x102a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData access_time_20_regular = IconData( + 0x102a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + 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); + static const IconData accessibility_28_regular = IconData( + 0xf105, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility" in size 32 and regular style. - static const IconData accessibility_32_regular = IconData(0xfcb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData accessibility_32_regular = IconData( + 0xfcb7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility" in size 48 and regular style. - static const IconData accessibility_48_regular = IconData(0x10207, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData accessibility_48_regular = IconData( + 0x10207, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility_checkmark" in size 20 and regular style. - static const IconData accessibility_checkmark_20_regular = IconData(0x102a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData accessibility_checkmark_20_regular = IconData( + 0x102a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility_checkmark" in size 24 and regular style. - static const IconData accessibility_checkmark_24_regular = IconData(0xfcb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData accessibility_checkmark_24_regular = IconData( + 0xfcb8, + 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); + 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); + 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); + 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); + 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); + static const IconData add_28_regular = IconData( + 0xf10b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_circle" in size 16 and regular style. - static const IconData add_circle_16_regular = IconData(0xfcb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_circle_16_regular = IconData( + 0xfcb9, + 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); + 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); + 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); + static const IconData add_circle_28_regular = IconData( + 0xf10e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_circle" in size 32 and regular style. - static const IconData add_circle_32_regular = IconData(0xfcba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_circle_32_regular = IconData( + 0xfcba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square" in size 20 and regular style. - static const IconData add_square_20_regular = IconData(0x102a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_square_20_regular = IconData( + 0x102a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square" in size 24 and regular style. - static const IconData add_square_24_regular = IconData(0xf8ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_square_24_regular = IconData( + 0xf8ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square_multiple" in size 16 and regular style. - static const IconData add_square_multiple_16_regular = IconData(0xfea2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_square_multiple_16_regular = IconData( + 0xfea2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square_multiple" in size 20 and regular style. - static const IconData add_square_multiple_20_regular = IconData(0xfea3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_square_multiple_20_regular = IconData( + 0xfea3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 16 and regular style. - static const IconData add_subtract_circle_16_regular = IconData(0xfd10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_16_regular = IconData( + 0xfd10, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 20 and regular style. - static const IconData add_subtract_circle_20_regular = IconData(0xfd11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_20_regular = IconData( + 0xfd11, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 24 and regular style. - static const IconData add_subtract_circle_24_regular = IconData(0xfd12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_24_regular = IconData( + 0xfd12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 28 and regular style. - static const IconData add_subtract_circle_28_regular = IconData(0xfd13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_28_regular = IconData( + 0xfd13, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 48 and regular style. - static const IconData add_subtract_circle_48_regular = IconData(0xfd14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_48_regular = IconData( + 0xfd14, + 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); + 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); + 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); + 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); + 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); + static const IconData airplane_take_off_24_regular = IconData( + 0xf113, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "album" in size 20 and regular style. - static const IconData album_20_regular = IconData(0x102a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData album_20_regular = IconData( + 0x102a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "album" in size 24 and regular style. - static const IconData album_24_regular = IconData(0xfb6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData album_24_regular = IconData( + 0xfb6a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "album_add" in size 20 and regular style. - static const IconData album_add_20_regular = IconData(0x102a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData album_add_20_regular = IconData( + 0x102a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "album_add" in size 24 and regular style. - static const IconData album_add_24_regular = IconData(0xfb6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData album_add_24_regular = IconData( + 0xfb6b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert" in size 16 and regular style. - static const IconData alert_16_regular = IconData(0xfb21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData alert_16_regular = IconData( + 0xfb21, + 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); + 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); + 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); + static const IconData alert_28_regular = IconData( + 0xf116, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert" in size 32 and regular style. - static const IconData alert_32_regular = IconData(0xfd9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData alert_32_regular = IconData( + 0xfd9d, + 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); + 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); + 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); + 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); + static const IconData alert_off_28_regular = IconData( + 0xf11a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert_on" in size 20 and regular style. - static const IconData alert_on_20_regular = IconData(0x102a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData alert_on_20_regular = IconData( + 0x102a6, + 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); + 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); + 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); + static const IconData alert_snooze_24_regular = IconData( + 0xf11d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert_urgent" in size 16 and regular style. - static const IconData alert_urgent_16_regular = IconData(0xfb6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData alert_urgent_16_regular = IconData( + 0xfb6c, + 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); + 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); + static const IconData alert_urgent_24_regular = IconData( + 0xf11f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 16 and regular style. - static const IconData align_bottom_16_regular = IconData(0xfdf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_16_regular = IconData( + 0xfdf7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 20 and regular style. - static const IconData align_bottom_20_regular = IconData(0xfdf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_20_regular = IconData( + 0xfdf8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 24 and regular style. - static const IconData align_bottom_24_regular = IconData(0xfdf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_24_regular = IconData( + 0xfdf9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 28 and regular style. - static const IconData align_bottom_28_regular = IconData(0xfdfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_28_regular = IconData( + 0xfdfa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 32 and regular style. - static const IconData align_bottom_32_regular = IconData(0xfdfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_32_regular = IconData( + 0xfdfb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 48 and regular style. - static const IconData align_bottom_48_regular = IconData(0xfdfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_bottom_48_regular = IconData( + 0xfdfc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 16 and regular style. - static const IconData align_center_horizontal_16_regular = IconData(0xfdfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_16_regular = IconData( + 0xfdfd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 20 and regular style. - static const IconData align_center_horizontal_20_regular = IconData(0xfdfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_20_regular = IconData( + 0xfdfe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 24 and regular style. - static const IconData align_center_horizontal_24_regular = IconData(0xfdff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_24_regular = IconData( + 0xfdff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 28 and regular style. - static const IconData align_center_horizontal_28_regular = IconData(0xfe00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_28_regular = IconData( + 0xfe00, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 32 and regular style. - static const IconData align_center_horizontal_32_regular = IconData(0xfe01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_32_regular = IconData( + 0xfe01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 48 and regular style. - static const IconData align_center_horizontal_48_regular = IconData(0xfe02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_48_regular = IconData( + 0xfe02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 16 and regular style. - static const IconData align_center_vertical_16_regular = IconData(0xfe03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_16_regular = IconData( + 0xfe03, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 20 and regular style. - static const IconData align_center_vertical_20_regular = IconData(0xfe04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_20_regular = IconData( + 0xfe04, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 24 and regular style. - static const IconData align_center_vertical_24_regular = IconData(0xfe05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_24_regular = IconData( + 0xfe05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 28 and regular style. - static const IconData align_center_vertical_28_regular = IconData(0xfe06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_28_regular = IconData( + 0xfe06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 32 and regular style. - static const IconData align_center_vertical_32_regular = IconData(0xfe07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_32_regular = IconData( + 0xfe07, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 48 and regular style. - static const IconData align_center_vertical_48_regular = IconData(0xfe08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_center_vertical_48_regular = IconData( + 0xfe08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_end_horizontal" in size 20 and regular style. - static const IconData align_end_horizontal_20_regular = IconData(0x10101, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_end_horizontal_20_regular = IconData( + 0x10101, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_end_vertical" in size 20 and regular style. - static const IconData align_end_vertical_20_regular = IconData(0x10102, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_end_vertical_20_regular = IconData( + 0x10102, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 16 and regular style. - static const IconData align_left_16_regular = IconData(0xfe09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_16_regular = IconData( + 0xfe09, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 20 and regular style. - static const IconData align_left_20_regular = IconData(0xfe0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_20_regular = IconData( + 0xfe0a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 24 and regular style. - static const IconData align_left_24_regular = IconData(0xfe0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_24_regular = IconData( + 0xfe0b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 28 and regular style. - static const IconData align_left_28_regular = IconData(0xfe0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_28_regular = IconData( + 0xfe0c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 32 and regular style. - static const IconData align_left_32_regular = IconData(0xfe0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_32_regular = IconData( + 0xfe0d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 48 and regular style. - static const IconData align_left_48_regular = IconData(0xfe0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_left_48_regular = IconData( + 0xfe0e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 16 and regular style. - static const IconData align_right_16_regular = IconData(0xfe0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_16_regular = IconData( + 0xfe0f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 20 and regular style. - static const IconData align_right_20_regular = IconData(0xfe10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_20_regular = IconData( + 0xfe10, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 24 and regular style. - static const IconData align_right_24_regular = IconData(0xfe11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_24_regular = IconData( + 0xfe11, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 28 and regular style. - static const IconData align_right_28_regular = IconData(0xfe12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_28_regular = IconData( + 0xfe12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 32 and regular style. - static const IconData align_right_32_regular = IconData(0xfe13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_32_regular = IconData( + 0xfe13, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 48 and regular style. - static const IconData align_right_48_regular = IconData(0xfe14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_right_48_regular = IconData( + 0xfe14, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_around_horizontal" in size 20 and regular style. - static const IconData align_space_around_horizontal_20_regular = IconData(0x10103, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_around_horizontal_20_regular = IconData( + 0x10103, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_around_vertical" in size 20 and regular style. - static const IconData align_space_around_vertical_20_regular = IconData(0x10104, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_around_vertical_20_regular = IconData( + 0x10104, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_between_horizontal" in size 20 and regular style. - static const IconData align_space_between_horizontal_20_regular = IconData(0x10105, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_between_horizontal_20_regular = IconData( + 0x10105, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_between_vertical" in size 20 and regular style. - static const IconData align_space_between_vertical_20_regular = IconData(0x10106, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_between_vertical_20_regular = IconData( + 0x10106, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_evenly_horizontal" in size 20 and regular style. - static const IconData align_space_evenly_horizontal_20_regular = IconData(0x10107, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_evenly_horizontal_20_regular = IconData( + 0x10107, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_evenly_vertical" in size 20 and regular style. - static const IconData align_space_evenly_vertical_20_regular = IconData(0x10108, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_evenly_vertical_20_regular = IconData( + 0x10108, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_fit_vertical" in size 20 and regular style. - static const IconData align_space_fit_vertical_20_regular = IconData(0x10109, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_space_fit_vertical_20_regular = IconData( + 0x10109, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_start_horizontal" in size 20 and regular style. - static const IconData align_start_horizontal_20_regular = IconData(0x1010a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_start_horizontal_20_regular = IconData( + 0x1010a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_start_vertical" in size 20 and regular style. - static const IconData align_start_vertical_20_regular = IconData(0x1010b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_start_vertical_20_regular = IconData( + 0x1010b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_stretch_horizontal" in size 20 and regular style. - static const IconData align_stretch_horizontal_20_regular = IconData(0x1010c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_stretch_horizontal_20_regular = IconData( + 0x1010c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_stretch_vertical" in size 20 and regular style. - static const IconData align_stretch_vertical_20_regular = IconData(0x1010d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_stretch_vertical_20_regular = IconData( + 0x1010d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 16 and regular style. - static const IconData align_top_16_regular = IconData(0xfe15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_16_regular = IconData( + 0xfe15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 20 and regular style. - static const IconData align_top_20_regular = IconData(0xfe16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_20_regular = IconData( + 0xfe16, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 24 and regular style. - static const IconData align_top_24_regular = IconData(0xfe17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_24_regular = IconData( + 0xfe17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 28 and regular style. - static const IconData align_top_28_regular = IconData(0xfe18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_28_regular = IconData( + 0xfe18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 32 and regular style. - static const IconData align_top_32_regular = IconData(0xfe19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_32_regular = IconData( + 0xfe19, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 48 and regular style. - static const IconData align_top_48_regular = IconData(0xfe1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData align_top_48_regular = IconData( + 0xfe1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 16 and regular style. - static const IconData animal_cat_16_regular = IconData(0xf106, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_cat_16_regular = IconData( + 0xf106, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 20 and regular style. - static const IconData animal_cat_20_regular = IconData(0xf126, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_cat_20_regular = IconData( + 0xf126, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 24 and regular style. - static const IconData animal_cat_24_regular = IconData(0xf127, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_cat_24_regular = IconData( + 0xf127, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 28 and regular style. - static const IconData animal_cat_28_regular = IconData(0xf128, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_cat_28_regular = IconData( + 0xf128, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_dog" in size 16 and regular style. - static const IconData animal_dog_16_regular = IconData(0xff24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_dog_16_regular = IconData( + 0xff24, + 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); + 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); + static const IconData animal_dog_24_regular = IconData( + 0xf121, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 16 and regular style. - static const IconData animal_rabbit_16_regular = IconData(0xfcbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_rabbit_16_regular = IconData( + 0xfcbb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 20 and regular style. - static const IconData animal_rabbit_20_regular = IconData(0xfcbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_rabbit_20_regular = IconData( + 0xfcbc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 24 and regular style. - static const IconData animal_rabbit_24_regular = IconData(0xfcbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_rabbit_24_regular = IconData( + 0xfcbd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 28 and regular style. - static const IconData animal_rabbit_28_regular = IconData(0xfcbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_rabbit_28_regular = IconData( + 0xfcbe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 16 and regular style. - static const IconData animal_turtle_16_regular = IconData(0xfcbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_turtle_16_regular = IconData( + 0xfcbf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 20 and regular style. - static const IconData animal_turtle_20_regular = IconData(0xfcc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_turtle_20_regular = IconData( + 0xfcc0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 24 and regular style. - static const IconData animal_turtle_24_regular = IconData(0xfcc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_turtle_24_regular = IconData( + 0xfcc1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 28 and regular style. - static const IconData animal_turtle_28_regular = IconData(0xfcc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData animal_turtle_28_regular = IconData( + 0xfcc2, + 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); + 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); + static const IconData app_folder_24_regular = IconData( + 0xf123, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_generic" in size 20 and regular style. - static const IconData app_generic_20_regular = IconData(0x102a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData app_generic_20_regular = IconData( + 0x102a7, + 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); + static const IconData app_generic_24_regular = IconData( + 0xf124, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_recent" in size 20 and regular style. - static const IconData app_recent_20_regular = IconData(0x102a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData app_recent_20_regular = IconData( + 0x102a8, + 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); + static const IconData app_recent_24_regular = IconData( + 0xf125, + 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); + static const IconData app_store_24_regular = IconData( + 0xf12a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_title" in size 20 and regular style. - static const IconData app_title_20_regular = IconData(0x102a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData app_title_20_regular = IconData( + 0x102a9, + 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); + static const IconData app_title_24_regular = IconData( + 0xf12b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "approval_app" in size 32 and regular style. - static const IconData approval_app_32_regular = IconData(0xfd9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData approval_app_32_regular = IconData( + 0xfd9e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 16 and regular style. - static const IconData approvals_app_16_regular = IconData(0xfb22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData approvals_app_16_regular = IconData( + 0xfb22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 20 and regular style. - static const IconData approvals_app_20_regular = IconData(0xfb23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData approvals_app_20_regular = IconData( + 0xfb23, + 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); + 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); + static const IconData approvals_app_28_regular = IconData( + 0xf131, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 32 and regular style. - static const IconData approvals_app_32_regular = IconData(0x104a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData approvals_app_32_regular = IconData( + 0x104a6, + 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); + 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); + 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); + 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); + static const IconData apps_28_regular = IconData( + 0xf135, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_add_in" in size 16 and regular style. - static const IconData apps_add_in_16_regular = IconData(0xfe3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData apps_add_in_16_regular = IconData( + 0xfe3a, + 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); + 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); + static const IconData apps_add_in_24_regular = IconData( + 0xf137, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_add_in" in size 28 and regular style. - static const IconData apps_add_in_28_regular = IconData(0xfe3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData apps_add_in_28_regular = IconData( + 0xfe3b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list" in size 20 and regular style. - static const IconData apps_list_20_regular = IconData(0xf8cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData apps_list_20_regular = IconData( + 0xf8cb, + 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); + static const IconData apps_list_24_regular = IconData( + 0xf138, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list_detail" in size 20 and regular style. - static const IconData apps_list_detail_20_regular = IconData(0x101c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData apps_list_detail_20_regular = IconData( + 0x101c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list_detail" in size 24 and regular style. - static const IconData apps_list_detail_24_regular = IconData(0x101c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData apps_list_detail_24_regular = IconData( + 0x101c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive" in size 16 and regular style. - static const IconData archive_16_regular = IconData(0xf8cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_16_regular = IconData( + 0xf8cc, + 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); + 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); + 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); + static const IconData archive_28_regular = IconData( + 0xf13b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive" in size 32 and regular style. - static const IconData archive_32_regular = IconData(0x105fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_32_regular = IconData( + 0x105fd, + 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); + static const IconData archive_48_regular = IconData( + 0xf13c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 16 and regular style. - static const IconData archive_arrow_back_16_regular = IconData(0x106ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_16_regular = IconData( + 0x106ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 20 and regular style. - static const IconData archive_arrow_back_20_regular = IconData(0x106eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_20_regular = IconData( + 0x106eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 24 and regular style. - static const IconData archive_arrow_back_24_regular = IconData(0x106ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_24_regular = IconData( + 0x106ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 28 and regular style. - static const IconData archive_arrow_back_28_regular = IconData(0x106ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_28_regular = IconData( + 0x106ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 32 and regular style. - static const IconData archive_arrow_back_32_regular = IconData(0x106ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_32_regular = IconData( + 0x106ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 48 and regular style. - static const IconData archive_arrow_back_48_regular = IconData(0x106ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_48_regular = IconData( + 0x106ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 16 and regular style. - static const IconData archive_multiple_16_regular = IconData(0x10208, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_multiple_16_regular = IconData( + 0x10208, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 20 and regular style. - static const IconData archive_multiple_20_regular = IconData(0x10209, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_multiple_20_regular = IconData( + 0x10209, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 24 and regular style. - static const IconData archive_multiple_24_regular = IconData(0x1020a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_multiple_24_regular = IconData( + 0x1020a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 16 and regular style. - static const IconData archive_settings_16_regular = IconData(0xf129, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_settings_16_regular = IconData( + 0xf129, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 20 and regular style. - static const IconData archive_settings_20_regular = IconData(0xff25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_settings_20_regular = IconData( + 0xff25, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 24 and regular style. - static const IconData archive_settings_24_regular = IconData(0x105fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData archive_settings_24_regular = IconData( + 0x105fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_content" in size 24 and regular style. - static const IconData arrow_autofit_content_24_regular = IconData(0x10044, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_content_24_regular = IconData( + 0x10044, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_down" in size 20 and regular style. - static const IconData arrow_autofit_down_20_regular = IconData(0x102aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_down_20_regular = IconData( + 0x102aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_down" in size 24 and regular style. - static const IconData arrow_autofit_down_24_regular = IconData(0xffd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_down_24_regular = IconData( + 0xffd2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height" in size 20 and regular style. - static const IconData arrow_autofit_height_20_regular = IconData(0x102ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_20_regular = IconData( + 0x102ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height" in size 24 and regular style. - static const IconData arrow_autofit_height_24_regular = IconData(0xf8cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_24_regular = IconData( + 0xf8cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height_dotted" in size 20 and regular style. - static const IconData arrow_autofit_height_dotted_20_regular = IconData(0x102ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_dotted_20_regular = IconData( + 0x102ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height_dotted" in size 24 and regular style. - static const IconData arrow_autofit_height_dotted_24_regular = IconData(0xff1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_dotted_24_regular = IconData( + 0xff1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_up" in size 20 and regular style. - static const IconData arrow_autofit_up_20_regular = IconData(0x102ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_up_20_regular = IconData( + 0x102ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_up" in size 24 and regular style. - static const IconData arrow_autofit_up_24_regular = IconData(0xffd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_up_24_regular = IconData( + 0xffd3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width" in size 20 and regular style. - static const IconData arrow_autofit_width_20_regular = IconData(0x102ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_20_regular = IconData( + 0x102ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width" in size 24 and regular style. - static const IconData arrow_autofit_width_24_regular = IconData(0xf8ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_24_regular = IconData( + 0xf8ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width_dotted" in size 20 and regular style. - static const IconData arrow_autofit_width_dotted_20_regular = IconData(0x102af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_dotted_20_regular = IconData( + 0x102af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width_dotted" in size 24 and regular style. - static const IconData arrow_autofit_width_dotted_24_regular = IconData(0xff1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_dotted_24_regular = IconData( + 0xff1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_between_down" in size 20 and regular style. - static const IconData arrow_between_down_20_regular = IconData(0x10380, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_between_down_20_regular = IconData( + 0x10380, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_between_down" in size 24 and regular style. - static const IconData arrow_between_down_24_regular = IconData(0x10381, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_between_down_24_regular = IconData( + 0x10381, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 12 and regular style. - static const IconData arrow_bidirectional_up_down_12_regular = IconData(0x10096, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_12_regular = IconData( + 0x10096, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 16 and regular style. - static const IconData arrow_bidirectional_up_down_16_regular = IconData(0x10097, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_16_regular = IconData( + 0x10097, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 20 and regular style. - static const IconData arrow_bidirectional_up_down_20_regular = IconData(0x10098, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_20_regular = IconData( + 0x10098, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 24 and regular style. - static const IconData arrow_bidirectional_up_down_24_regular = IconData(0x10099, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_24_regular = IconData( + 0x10099, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 16 and regular style. - static const IconData arrow_bounce_16_regular = IconData(0xfb24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bounce_16_regular = IconData( + 0xfb24, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 20 and regular style. - static const IconData arrow_bounce_20_regular = IconData(0x102b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bounce_20_regular = IconData( + 0x102b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 24 and regular style. - static const IconData arrow_bounce_24_regular = IconData(0xfb25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_bounce_24_regular = IconData( + 0xfb25, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 12 and regular style. - static const IconData arrow_circle_down_12_regular = IconData(0x1011c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_12_regular = IconData( + 0x1011c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 16 and regular style. - static const IconData arrow_circle_down_16_regular = IconData(0x1011d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_16_regular = IconData( + 0x1011d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 20 and regular style. - static const IconData arrow_circle_down_20_regular = IconData(0xf12c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_20_regular = IconData( + 0xf12c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 24 and regular style. - static const IconData arrow_circle_down_24_regular = IconData(0xf12d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_24_regular = IconData( + 0xf12d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 28 and regular style. - static const IconData arrow_circle_down_28_regular = IconData(0x1011e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_28_regular = IconData( + 0x1011e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 32 and regular style. - static const IconData arrow_circle_down_32_regular = IconData(0x1011f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_32_regular = IconData( + 0x1011f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 48 and regular style. - static const IconData arrow_circle_down_48_regular = IconData(0x10120, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_48_regular = IconData( + 0x10120, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_double" in size 20 and regular style. - static const IconData arrow_circle_down_double_20_regular = IconData(0xf12e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_double_20_regular = IconData( + 0xf12e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_double" in size 24 and regular style. - static const IconData arrow_circle_down_double_24_regular = IconData(0xf12f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_double_24_regular = IconData( + 0xf12f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_right" in size 16 and regular style. - static const IconData arrow_circle_down_right_16_regular = IconData(0xfbbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_down_right_16_regular = IconData( + 0xfbbf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_down_right" in size 20 and regular style. - static const IconData arrow_circle_down_right_20_regular = IconData(0x102b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_right_20_regular = IconData( + 0x102b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_right" in size 24 and regular style. - static const IconData arrow_circle_down_right_24_regular = IconData(0xfbc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_down_right_24_regular = IconData( + 0xfbc0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_down_split" in size 20 and regular style. - static const IconData arrow_circle_down_split_20_regular = IconData(0xf143, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_split_20_regular = IconData( + 0xf143, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_split" in size 24 and regular style. - static const IconData arrow_circle_down_split_24_regular = IconData(0xf144, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_split_24_regular = IconData( + 0xf144, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_up" in size 20 and regular style. - static const IconData arrow_circle_down_up_20_regular = IconData(0x1009a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_up_20_regular = IconData( + 0x1009a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 12 and regular style. - static const IconData arrow_circle_left_12_regular = IconData(0x1009b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_12_regular = IconData( + 0x1009b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 16 and regular style. - static const IconData arrow_circle_left_16_regular = IconData(0x1009c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_16_regular = IconData( + 0x1009c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 20 and regular style. - static const IconData arrow_circle_left_20_regular = IconData(0x10121, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_20_regular = IconData( + 0x10121, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 24 and regular style. - static const IconData arrow_circle_left_24_regular = IconData(0x10122, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_24_regular = IconData( + 0x10122, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 28 and regular style. - static const IconData arrow_circle_left_28_regular = IconData(0x10123, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_28_regular = IconData( + 0x10123, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 32 and regular style. - static const IconData arrow_circle_left_32_regular = IconData(0x10124, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_32_regular = IconData( + 0x10124, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 48 and regular style. - static const IconData arrow_circle_left_48_regular = IconData(0x10125, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_48_regular = IconData( + 0x10125, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 12 and regular style. - static const IconData arrow_circle_right_12_regular = IconData(0x1009d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_12_regular = IconData( + 0x1009d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 16 and regular style. - static const IconData arrow_circle_right_16_regular = IconData(0x1009e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_16_regular = IconData( + 0x1009e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 20 and regular style. - static const IconData arrow_circle_right_20_regular = IconData(0x10126, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_20_regular = IconData( + 0x10126, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 24 and regular style. - static const IconData arrow_circle_right_24_regular = IconData(0xfbc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_right_24_regular = IconData( + 0xfbc1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_right" in size 28 and regular style. - static const IconData arrow_circle_right_28_regular = IconData(0x10127, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_28_regular = IconData( + 0x10127, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 32 and regular style. - static const IconData arrow_circle_right_32_regular = IconData(0x10128, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_32_regular = IconData( + 0x10128, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 48 and regular style. - static const IconData arrow_circle_right_48_regular = IconData(0x10129, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_48_regular = IconData( + 0x10129, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 12 and regular style. - static const IconData arrow_circle_up_12_regular = IconData(0x1012a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_12_regular = IconData( + 0x1012a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 16 and regular style. - static const IconData arrow_circle_up_16_regular = IconData(0xfbc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_16_regular = IconData( + 0xfbc2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 20 and regular style. - static const IconData arrow_circle_up_20_regular = IconData(0xfbc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_20_regular = IconData( + 0xfbc3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 24 and regular style. - static const IconData arrow_circle_up_24_regular = IconData(0xfbc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_24_regular = IconData( + 0xfbc4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 28 and regular style. - static const IconData arrow_circle_up_28_regular = IconData(0x1012b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_28_regular = IconData( + 0x1012b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 32 and regular style. - static const IconData arrow_circle_up_32_regular = IconData(0x1012c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_32_regular = IconData( + 0x1012c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 48 and regular style. - static const IconData arrow_circle_up_48_regular = IconData(0x1012d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_48_regular = IconData( + 0x1012d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up_left" in size 20 and regular style. - static const IconData arrow_circle_up_left_20_regular = IconData(0x102b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_left_20_regular = IconData( + 0x102b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up_left" in size 24 and regular style. - static const IconData arrow_circle_up_left_24_regular = IconData(0xfbc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_left_24_regular = IconData( + 0xfbc5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 12 and regular style. - static const IconData arrow_clockwise_12_regular = IconData(0xffe6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_12_regular = IconData( + 0xffe6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 16 and regular style. - static const IconData arrow_clockwise_16_regular = IconData(0xff26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_16_regular = IconData( + 0xff26, + 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); + 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); + static const IconData arrow_clockwise_24_regular = IconData( + 0xf13e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 28 and regular style. - static const IconData arrow_clockwise_28_regular = IconData(0xffe7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_28_regular = IconData( + 0xffe7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 32 and regular style. - static const IconData arrow_clockwise_32_regular = IconData(0xffe8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_32_regular = IconData( + 0xffe8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 48 and regular style. - static const IconData arrow_clockwise_48_regular = IconData(0xffe9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_48_regular = IconData( + 0xffe9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise_dashes" in size 20 and regular style. - static const IconData arrow_clockwise_dashes_20_regular = IconData(0xff27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_dashes_20_regular = IconData( + 0xff27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise_dashes" in size 24 and regular style. - static const IconData arrow_clockwise_dashes_24_regular = IconData(0xff28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_dashes_24_regular = IconData( + 0xff28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_collapse_all" in size 20 and regular style. - static const IconData arrow_collapse_all_20_regular = IconData(0x1010e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_collapse_all_20_regular = IconData( + 0x1010e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_collapse_all" in size 24 and regular style. - static const IconData arrow_collapse_all_24_regular = IconData(0x1010f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_collapse_all_24_regular = IconData( + 0x1010f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 12 and regular style. - static const IconData arrow_counterclockwise_12_regular = IconData(0xffea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_12_regular = IconData( + 0xffea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 16 and regular style. - static const IconData arrow_counterclockwise_16_regular = IconData(0xffeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_16_regular = IconData( + 0xffeb, + 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); + 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); + static const IconData arrow_counterclockwise_24_regular = IconData( + 0xf140, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 28 and regular style. - static const IconData arrow_counterclockwise_28_regular = IconData(0xf8cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_28_regular = IconData( + 0xf8cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 32 and regular style. - static const IconData arrow_counterclockwise_32_regular = IconData(0xffec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_32_regular = IconData( + 0xffec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 48 and regular style. - static const IconData arrow_counterclockwise_48_regular = IconData(0xffed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_48_regular = IconData( + 0xffed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise_dashes" in size 20 and regular style. - static const IconData arrow_counterclockwise_dashes_20_regular = IconData(0xff29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_dashes_20_regular = IconData( + 0xff29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise_dashes" in size 24 and regular style. - static const IconData arrow_counterclockwise_dashes_24_regular = IconData(0xff2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_dashes_24_regular = IconData( + 0xff2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 16 and regular style. - static const IconData arrow_curve_down_left_16_regular = IconData(0xfe3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_16_regular = IconData( + 0xfe3c, + 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); + static const IconData arrow_curve_down_left_20_regular = IconData( + 0xf141, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 24 and regular style. - static const IconData arrow_curve_down_left_24_regular = IconData(0xfe3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_24_regular = IconData( + 0xfe3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 28 and regular style. - static const IconData arrow_curve_down_left_28_regular = IconData(0xfe3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_28_regular = IconData( + 0xfe3e, + 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); + static const IconData arrow_curve_down_right_20_regular = IconData( + 0xf142, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_curve_up_right_20_regular = IconData( + 0xf146, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 12 and regular style. - static const IconData arrow_down_12_regular = IconData(0xf8d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_12_regular = IconData( + 0xf8d0, + 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); + 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); + 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); + 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); + static const IconData arrow_down_28_regular = IconData( + 0xf14a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 32 and regular style. - static const IconData arrow_down_32_regular = IconData(0xf14c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_32_regular = IconData( + 0xf14c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 48 and regular style. - static const IconData arrow_down_48_regular = IconData(0xf14d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_48_regular = IconData( + 0xf14d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 16 and regular style. - static const IconData arrow_down_left_16_regular = IconData(0xf8d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_left_16_regular = IconData( + 0xf8d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 20 and regular style. - static const IconData arrow_down_left_20_regular = IconData(0xfd9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_left_20_regular = IconData( + 0xfd9f, + 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); + static const IconData arrow_down_left_24_regular = IconData( + 0xf14b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_down_left" in size 32 and regular style. - static const IconData arrow_down_left_32_regular = IconData(0x103ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_left_32_regular = IconData( + 0x103ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 48 and regular style. - static const IconData arrow_down_left_48_regular = IconData(0x103ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_down_left_48_regular = IconData( + 0x103ed, + 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); + 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); + 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); + 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); + static const IconData arrow_download_48_regular = IconData( + 0xf152, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_eject" in size 20 and regular style. - static const IconData arrow_eject_20_regular = IconData(0x1009f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_eject_20_regular = IconData( + 0x1009f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter" in size 20 and regular style. - static const IconData arrow_enter_20_regular = IconData(0x105ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_enter_20_regular = IconData( + 0x105ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_left" in size 20 and regular style. - static const IconData arrow_enter_left_20_regular = IconData(0xfbc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_enter_left_20_regular = IconData( + 0xfbc6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_left" in size 24 and regular style. - static const IconData arrow_enter_left_24_regular = IconData(0xfbc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_enter_left_24_regular = IconData( + 0xfbc7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_up" in size 20 and regular style. - static const IconData arrow_enter_up_20_regular = IconData(0xfb27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_enter_up_20_regular = IconData( + 0xfb27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_up" in size 24 and regular style. - static const IconData arrow_enter_up_24_regular = IconData(0xfb28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_enter_up_24_regular = IconData( + 0xfb28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_exit" in size 20 and regular style. - static const IconData arrow_exit_20_regular = IconData(0x10600, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_exit_20_regular = IconData( + 0x10600, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_expand" in size 20 and regular style. - static const IconData arrow_expand_20_regular = IconData(0x102b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_expand_20_regular = IconData( + 0x102b3, + 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); + static const IconData arrow_expand_24_regular = IconData( + 0xf154, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 16 and regular style. - static const IconData arrow_export_ltr_16_regular = IconData(0xff2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_16_regular = IconData( + 0xff2b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 20 and regular style. - static const IconData arrow_export_ltr_20_regular = IconData(0xfbc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_20_regular = IconData( + 0xfbc8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 24 and regular style. - static const IconData arrow_export_ltr_24_regular = IconData(0xfbc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_24_regular = IconData( + 0xfbc9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 16 and regular style. - static const IconData arrow_export_rtl_16_regular = IconData(0x100a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_16_regular = IconData( + 0x100a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 20 and regular style. - static const IconData arrow_export_rtl_20_regular = IconData(0xf8d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_20_regular = IconData( + 0xf8d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 24 and regular style. - static const IconData arrow_export_rtl_24_regular = IconData(0x104a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_24_regular = IconData( + 0x104a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_up" in size 20 and regular style. - static const IconData arrow_export_up_20_regular = IconData(0xff2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_up_20_regular = IconData( + 0xff2c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_up" in size 24 and regular style. - static const IconData arrow_export_up_24_regular = IconData(0xff2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_export_up_24_regular = IconData( + 0xff2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_fit" in size 16 and regular style. - static const IconData arrow_fit_16_regular = IconData(0xf14e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_fit_16_regular = IconData( + 0xf14e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_fit" in size 20 and regular style. - static const IconData arrow_fit_20_regular = IconData(0x102b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_fit_20_regular = IconData( + 0x102b4, + 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); + 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); + 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); + static const IconData arrow_forward_24_regular = IconData( + 0xf158, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_forward" in size 48 and regular style. - static const IconData arrow_forward_48_regular = IconData(0xfea4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_forward_48_regular = IconData( + 0xfea4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_lightning" in size 20 and regular style. - static const IconData arrow_forward_down_lightning_20_regular = IconData(0x102fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_lightning_20_regular = IconData( + 0x102fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_lightning" in size 24 and regular style. - static const IconData arrow_forward_down_lightning_24_regular = IconData(0x102fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_lightning_24_regular = IconData( + 0x102fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_person" in size 20 and regular style. - static const IconData arrow_forward_down_person_20_regular = IconData(0x102fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_person_20_regular = IconData( + 0x102fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_person" in size 24 and regular style. - static const IconData arrow_forward_down_person_24_regular = IconData(0x102fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_person_24_regular = IconData( + 0x102fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_growth" in size 20 and regular style. - static const IconData arrow_growth_20_regular = IconData(0xf153, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_growth_20_regular = IconData( + 0xf153, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_growth" in size 24 and regular style. - static const IconData arrow_growth_24_regular = IconData(0xf155, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_growth_24_regular = IconData( + 0xf155, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 16 and regular style. - static const IconData arrow_hook_down_left_16_regular = IconData(0xf8d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_16_regular = IconData( + 0xf8d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 20 and regular style. - static const IconData arrow_hook_down_left_20_regular = IconData(0xf8d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_20_regular = IconData( + 0xf8d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 24 and regular style. - static const IconData arrow_hook_down_left_24_regular = IconData(0xf8d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_24_regular = IconData( + 0xf8d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 28 and regular style. - static const IconData arrow_hook_down_left_28_regular = IconData(0xf8d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_28_regular = IconData( + 0xf8d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 16 and regular style. - static const IconData arrow_hook_down_right_16_regular = IconData(0xf8d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_16_regular = IconData( + 0xf8d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 20 and regular style. - static const IconData arrow_hook_down_right_20_regular = IconData(0xf8da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_20_regular = IconData( + 0xf8da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 24 and regular style. - static const IconData arrow_hook_down_right_24_regular = IconData(0xf8db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_hook_down_right_24_regular = IconData( + 0xf8db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_hook_down_right" in size 28 and regular style. - static const IconData arrow_hook_down_right_28_regular = IconData(0xf8dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_28_regular = IconData( + 0xf8dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 16 and regular style. - static const IconData arrow_hook_up_left_16_regular = IconData(0xf8dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_16_regular = IconData( + 0xf8dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 20 and regular style. - static const IconData arrow_hook_up_left_20_regular = IconData(0xf8de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_20_regular = IconData( + 0xf8de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 24 and regular style. - static const IconData arrow_hook_up_left_24_regular = IconData(0xf8df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_24_regular = IconData( + 0xf8df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 28 and regular style. - static const IconData arrow_hook_up_left_28_regular = IconData(0xf8e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_28_regular = IconData( + 0xf8e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 16 and regular style. - static const IconData arrow_hook_up_right_16_regular = IconData(0xf8e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_16_regular = IconData( + 0xf8e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 20 and regular style. - static const IconData arrow_hook_up_right_20_regular = IconData(0xf8e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_20_regular = IconData( + 0xf8e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 24 and regular style. - static const IconData arrow_hook_up_right_24_regular = IconData(0xf8e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_24_regular = IconData( + 0xf8e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 28 and regular style. - static const IconData arrow_hook_up_right_28_regular = IconData(0xf8e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_28_regular = IconData( + 0xf8e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_import_24_regular = IconData( + 0xf15a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_join" in size 20 and regular style. - static const IconData arrow_join_20_regular = IconData(0x10601, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_join_20_regular = IconData( + 0x10601, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 12 and regular style. - static const IconData arrow_left_12_regular = IconData(0x100a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_left_12_regular = IconData( + 0x100a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 16 and regular style. - static const IconData arrow_left_16_regular = IconData(0xf184, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_left_16_regular = IconData( + 0xf184, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + static const IconData arrow_left_28_regular = IconData( + 0xf15d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_left" in size 32 and regular style. - static const IconData arrow_left_32_regular = IconData(0xf189, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_left_32_regular = IconData( + 0xf189, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 48 and regular style. - static const IconData arrow_left_48_regular = IconData(0xf19e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_left_48_regular = IconData( + 0xf19e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + static const IconData arrow_maximize_28_regular = IconData( + 0xf161, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize" in size 32 and regular style. - static const IconData arrow_maximize_32_regular = IconData(0x101ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_maximize_32_regular = IconData( + 0x101ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize" in size 48 and regular style. - static const IconData arrow_maximize_48_regular = IconData(0x103ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_maximize_48_regular = IconData( + 0x103ee, + 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); + 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); + static const IconData arrow_maximize_vertical_24_regular = IconData( + 0xf163, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize_vertical" in size 48 and regular style. - static const IconData arrow_maximize_vertical_48_regular = IconData(0x103ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_maximize_vertical_48_regular = IconData( + 0x103ef, + 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); + 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); + 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); + 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); + static const IconData arrow_minimize_28_regular = IconData( + 0xf167, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_minimize_vertical" in size 20 and regular style. - static const IconData arrow_minimize_vertical_20_regular = IconData(0x102b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_minimize_vertical_20_regular = IconData( + 0x102b5, + 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); + static const IconData arrow_minimize_vertical_24_regular = IconData( + 0xf168, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_move" in size 20 and regular style. - static const IconData arrow_move_20_regular = IconData(0xf8e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_move_20_regular = IconData( + 0xf8e5, + 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); + static const IconData arrow_move_24_regular = IconData( + 0xf169, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_move_inward" in size 20 and regular style. - static const IconData arrow_move_inward_20_regular = IconData(0x100a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_move_inward_20_regular = IconData( + 0x100a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_next" in size 12 and regular style. - static const IconData arrow_next_12_regular = IconData(0x10724, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_next_12_regular = IconData( + 0x10724, + 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); + 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); + static const IconData arrow_next_24_regular = IconData( + 0xf16b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_outline_up_right" in size 32 and regular style. - static const IconData arrow_outline_up_right_32_regular = IconData(0x101cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_outline_up_right_32_regular = IconData( + 0x101cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_outline_up_right" in size 48 and regular style. - static const IconData arrow_outline_up_right_48_regular = IconData(0x103f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_outline_up_right_48_regular = IconData( + 0x103f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_paragraph" in size 20 and regular style. - static const IconData arrow_paragraph_20_regular = IconData(0x10566, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_paragraph_20_regular = IconData( + 0x10566, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_previous" in size 12 and regular style. - static const IconData arrow_previous_12_regular = IconData(0x10725, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_previous_12_regular = IconData( + 0x10725, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_previous_24_regular = IconData( + 0xf16d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_redo" in size 16 and regular style. - static const IconData arrow_redo_16_regular = IconData(0x100a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_redo_16_regular = IconData( + 0x100a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_redo_24_regular = IconData( + 0xf16f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 28 and regular style. - static const IconData arrow_redo_28_regular = IconData(0x10382, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_redo_28_regular = IconData( + 0x10382, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 32 and regular style. - static const IconData arrow_redo_32_regular = IconData(0xf8e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_redo_32_regular = IconData( + 0xf8e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 48 and regular style. - static const IconData arrow_redo_48_regular = IconData(0xf8e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_redo_48_regular = IconData( + 0xf8e7, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData arrow_reply_down_24_regular = IconData( + 0xf180, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 20 and regular style. - static const IconData arrow_reset_20_regular = IconData(0xf19f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_reset_20_regular = IconData( + 0xf19f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 24 and regular style. - static const IconData arrow_reset_24_regular = IconData(0xf1a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_reset_24_regular = IconData( + 0xf1a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 32 and regular style. - static const IconData arrow_reset_32_regular = IconData(0x1020b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_reset_32_regular = IconData( + 0x1020b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 48 and regular style. - static const IconData arrow_reset_48_regular = IconData(0x1020c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_reset_48_regular = IconData( + 0x1020c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 12 and regular style. - static const IconData arrow_right_12_regular = IconData(0x100a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_right_12_regular = IconData( + 0x100a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 16 and regular style. - static const IconData arrow_right_16_regular = IconData(0xfb6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_right_16_regular = IconData( + 0xfb6d, + 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); + 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); + 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); + static const IconData arrow_right_28_regular = IconData( + 0xf183, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_right" in size 32 and regular style. - static const IconData arrow_right_32_regular = IconData(0xf1a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_right_32_regular = IconData( + 0xf1a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 48 and regular style. - static const IconData arrow_right_48_regular = IconData(0xf1a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_right_48_regular = IconData( + 0xf1a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_rotate_clockwise" in size 16 and regular style. - static const IconData arrow_rotate_clockwise_16_regular = IconData(0xffee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_rotate_clockwise_16_regular = IconData( + 0xffee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + static const IconData arrow_rotate_counterclockwise_24_regular = IconData( + 0xf188, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing" in size 20 and regular style. - static const IconData arrow_routing_20_regular = IconData(0xff2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_routing_20_regular = IconData( + 0xff2e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing" in size 24 and regular style. - static const IconData arrow_routing_24_regular = IconData(0xff2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_routing_24_regular = IconData( + 0xff2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing_rectangle_multiple" in size 20 and regular style. - static const IconData arrow_routing_rectangle_multiple_20_regular = IconData(0xff30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_routing_rectangle_multiple_20_regular = IconData( + 0xff30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing_rectangle_multiple" in size 24 and regular style. - static const IconData arrow_routing_rectangle_multiple_24_regular = IconData(0xff31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_routing_rectangle_multiple_24_regular = IconData( + 0xff31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort" in size 16 and regular style. - static const IconData arrow_sort_16_regular = IconData(0xf1ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_16_regular = IconData( + 0xf1ab, + 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); + 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); + 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); + static const IconData arrow_sort_28_regular = IconData( + 0xf18c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 16 and regular style. - static const IconData arrow_sort_down_16_regular = IconData(0xf1ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_16_regular = IconData( + 0xf1ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 20 and regular style. - static const IconData arrow_sort_down_20_regular = IconData(0xf805, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_20_regular = IconData( + 0xf805, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 24 and regular style. - static const IconData arrow_sort_down_24_regular = IconData(0xf811, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_24_regular = IconData( + 0xf811, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_line" in size 20 and regular style. - static const IconData arrow_sort_down_line_20_regular = IconData(0xffef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_line_20_regular = IconData( + 0xffef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 16 and regular style. - static const IconData arrow_sort_down_lines_16_regular = IconData(0xf1ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_16_regular = IconData( + 0xf1ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 20 and regular style. - static const IconData arrow_sort_down_lines_20_regular = IconData(0x104a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_20_regular = IconData( + 0x104a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 24 and regular style. - static const IconData arrow_sort_down_lines_24_regular = IconData(0x102b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_24_regular = IconData( + 0x102b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 16 and regular style. - static const IconData arrow_sort_up_16_regular = IconData(0xf1b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_16_regular = IconData( + 0xf1b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 20 and regular style. - static const IconData arrow_sort_up_20_regular = IconData(0xf812, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_20_regular = IconData( + 0xf812, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 24 and regular style. - static const IconData arrow_sort_up_24_regular = IconData(0xf821, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_24_regular = IconData( + 0xf821, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_split" in size 20 and regular style. - static const IconData arrow_split_20_regular = IconData(0xfff0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_split_20_regular = IconData( + 0xfff0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_square_down" in size 20 and regular style. - static const IconData arrow_square_down_20_regular = IconData(0x102b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_square_down_20_regular = IconData( + 0x102b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_square_down" in size 24 and regular style. - static const IconData arrow_square_down_24_regular = IconData(0xfbca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_square_down_24_regular = IconData( + 0xfbca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_back" in size 16 and regular style. - static const IconData arrow_step_back_16_regular = IconData(0xfda0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_back_16_regular = IconData( + 0xfda0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_back" in size 20 and regular style. - static const IconData arrow_step_back_20_regular = IconData(0x102b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_back_20_regular = IconData( + 0x102b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 12 and regular style. - static const IconData arrow_step_in_12_regular = IconData(0x100a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_12_regular = IconData( + 0x100a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 16 and regular style. - static const IconData arrow_step_in_16_regular = IconData(0xfda1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_16_regular = IconData( + 0xfda1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 20 and regular style. - static const IconData arrow_step_in_20_regular = IconData(0x104a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_20_regular = IconData( + 0x104a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 24 and regular style. - static const IconData arrow_step_in_24_regular = IconData(0x104aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_24_regular = IconData( + 0x104aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 28 and regular style. - static const IconData arrow_step_in_28_regular = IconData(0x102fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_28_regular = IconData( + 0x102fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_default" in size 20 and regular style. - static const IconData arrow_step_in_default_20_regular = IconData(0x102b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_default_20_regular = IconData( + 0x102b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_default" in size 24 and regular style. - static const IconData arrow_step_in_default_24_regular = IconData(0x102ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_default_24_regular = IconData( + 0x102ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 12 and regular style. - static const IconData arrow_step_in_left_12_regular = IconData(0x100a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_12_regular = IconData( + 0x100a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 16 and regular style. - static const IconData arrow_step_in_left_16_regular = IconData(0x100a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_16_regular = IconData( + 0x100a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 20 and regular style. - static const IconData arrow_step_in_left_20_regular = IconData(0x102ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_20_regular = IconData( + 0x102ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 24 and regular style. - static const IconData arrow_step_in_left_24_regular = IconData(0x10300, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_24_regular = IconData( + 0x10300, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 28 and regular style. - static const IconData arrow_step_in_left_28_regular = IconData(0x10301, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_28_regular = IconData( + 0x10301, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 12 and regular style. - static const IconData arrow_step_in_right_12_regular = IconData(0x100a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_12_regular = IconData( + 0x100a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 16 and regular style. - static const IconData arrow_step_in_right_16_regular = IconData(0x100a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_16_regular = IconData( + 0x100a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 20 and regular style. - static const IconData arrow_step_in_right_20_regular = IconData(0x102bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_20_regular = IconData( + 0x102bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 24 and regular style. - static const IconData arrow_step_in_right_24_regular = IconData(0x10302, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_24_regular = IconData( + 0x10302, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 28 and regular style. - static const IconData arrow_step_in_right_28_regular = IconData(0x10303, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_28_regular = IconData( + 0x10303, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 12 and regular style. - static const IconData arrow_step_out_12_regular = IconData(0x100aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_out_12_regular = IconData( + 0x100aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 16 and regular style. - static const IconData arrow_step_out_16_regular = IconData(0xfda2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_out_16_regular = IconData( + 0xfda2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 20 and regular style. - static const IconData arrow_step_out_20_regular = IconData(0x102bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_out_20_regular = IconData( + 0x102bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 24 and regular style. - static const IconData arrow_step_out_24_regular = IconData(0x10304, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_out_24_regular = IconData( + 0x10304, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 28 and regular style. - static const IconData arrow_step_out_28_regular = IconData(0x10305, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_out_28_regular = IconData( + 0x10305, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_over" in size 16 and regular style. - static const IconData arrow_step_over_16_regular = IconData(0xfda3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_over_16_regular = IconData( + 0xfda3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_over" in size 20 and regular style. - static const IconData arrow_step_over_20_regular = IconData(0x102bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_step_over_20_regular = IconData( + 0x102bd, + 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); + 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); + 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); + static const IconData arrow_sync_12_regular = IconData( + 0xf18f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync" in size 16 and regular style. - static const IconData arrow_sync_16_regular = IconData(0xfea5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_16_regular = IconData( + 0xfea5, + 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); + 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); + static const IconData arrow_sync_24_regular = IconData( + 0xf191, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_checkmark" in size 20 and regular style. - static const IconData arrow_sync_checkmark_20_regular = IconData(0x10383, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_checkmark_20_regular = IconData( + 0x10383, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_checkmark" in size 24 and regular style. - static const IconData arrow_sync_checkmark_24_regular = IconData(0x10384, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_checkmark_24_regular = IconData( + 0x10384, + 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); + 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); + 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); + static const IconData arrow_sync_circle_24_regular = IconData( + 0xf194, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_dismiss" in size 20 and regular style. - static const IconData arrow_sync_dismiss_20_regular = IconData(0x10385, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_dismiss_20_regular = IconData( + 0x10385, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_dismiss" in size 24 and regular style. - static const IconData arrow_sync_dismiss_24_regular = IconData(0x10386, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_dismiss_24_regular = IconData( + 0x10386, + 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); + static const IconData arrow_sync_off_12_regular = IconData( + 0xf195, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_off" in size 16 and regular style. - static const IconData arrow_sync_off_16_regular = IconData(0x100ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_off_16_regular = IconData( + 0x100ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_off" in size 20 and regular style. - static const IconData arrow_sync_off_20_regular = IconData(0x100ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_sync_off_20_regular = IconData( + 0x100ac, + 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); + 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); + 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); + static const IconData arrow_trending_24_regular = IconData( + 0xf198, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_checkmark" in size 20 and regular style. - static const IconData arrow_trending_checkmark_20_regular = IconData(0x1012e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_checkmark_20_regular = IconData( + 0x1012e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_checkmark" in size 24 and regular style. - static const IconData arrow_trending_checkmark_24_regular = IconData(0x1012f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_checkmark_24_regular = IconData( + 0x1012f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 16 and regular style. - static const IconData arrow_trending_down_16_regular = IconData(0x10602, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_16_regular = IconData( + 0x10602, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 20 and regular style. - static const IconData arrow_trending_down_20_regular = IconData(0x10603, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_20_regular = IconData( + 0x10603, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 24 and regular style. - static const IconData arrow_trending_down_24_regular = IconData(0x10604, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_24_regular = IconData( + 0x10604, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_lines" in size 20 and regular style. - static const IconData arrow_trending_lines_20_regular = IconData(0x10045, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_lines_20_regular = IconData( + 0x10045, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_lines" in size 24 and regular style. - static const IconData arrow_trending_lines_24_regular = IconData(0x10046, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_lines_24_regular = IconData( + 0x10046, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_settings" in size 20 and regular style. - static const IconData arrow_trending_settings_20_regular = IconData(0x10130, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_settings_20_regular = IconData( + 0x10130, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_settings" in size 24 and regular style. - static const IconData arrow_trending_settings_24_regular = IconData(0x10131, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_settings_24_regular = IconData( + 0x10131, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_text" in size 20 and regular style. - static const IconData arrow_trending_text_20_regular = IconData(0x10306, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_text_20_regular = IconData( + 0x10306, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_text" in size 24 and regular style. - static const IconData arrow_trending_text_24_regular = IconData(0x10307, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_text_24_regular = IconData( + 0x10307, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_wrench" in size 20 and regular style. - static const IconData arrow_trending_wrench_20_regular = IconData(0x10308, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_wrench_20_regular = IconData( + 0x10308, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_wrench" in size 24 and regular style. - static const IconData arrow_trending_wrench_24_regular = IconData(0x10309, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_trending_wrench_24_regular = IconData( + 0x10309, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 20 and regular style. - static const IconData arrow_turn_bidirectional_down_right_20_regular = IconData(0x102be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_turn_bidirectional_down_right_20_regular = + IconData( + 0x102be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 24 and regular style. - static const IconData arrow_turn_bidirectional_down_right_24_regular = IconData(0xf822, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_turn_bidirectional_down_right_24_regular = + IconData( + 0xf822, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_right" in size 20 and regular style. - static const IconData arrow_turn_right_20_regular = IconData(0x102bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_turn_right_20_regular = IconData( + 0x102bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_right" in size 24 and regular style. - static const IconData arrow_turn_right_24_regular = IconData(0xf839, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_turn_right_24_regular = IconData( + 0xf839, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 16 and regular style. - static const IconData arrow_undo_16_regular = IconData(0xfb6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_undo_16_regular = IconData( + 0xfb6e, + 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); + 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); + static const IconData arrow_undo_24_regular = IconData( + 0xf19a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 32 and regular style. - static const IconData arrow_undo_32_regular = IconData(0xfbcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_undo_32_regular = IconData( + 0xfbcb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 48 and regular style. - static const IconData arrow_undo_48_regular = IconData(0xfbcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_undo_48_regular = IconData( + 0xfbcc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 12 and regular style. - static const IconData arrow_up_12_regular = IconData(0x100ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_12_regular = IconData( + 0x100ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 16 and regular style. - static const IconData arrow_up_16_regular = IconData(0xf1b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_16_regular = IconData( + 0xf1b4, + 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); + 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); + 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); + static const IconData arrow_up_28_regular = IconData( + 0xf19d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 32 and regular style. - static const IconData arrow_up_32_regular = IconData(0xf1b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_32_regular = IconData( + 0xf1b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 48 and regular style. - static const IconData arrow_up_48_regular = IconData(0xf1b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_48_regular = IconData( + 0xf1b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_left" in size 16 and regular style. - static const IconData arrow_up_left_16_regular = IconData(0xfb6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_left_16_regular = IconData( + 0xfb6f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_left" in size 20 and regular style. - static const IconData arrow_up_left_20_regular = IconData(0xfb70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_left_20_regular = IconData( + 0xfb70, + 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); + static const IconData arrow_up_left_24_regular = IconData( + 0xf1a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_up_left" in size 48 and regular style. - static const IconData arrow_up_left_48_regular = IconData(0x103f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_left_48_regular = IconData( + 0x103f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 16 and regular style. - static const IconData arrow_up_right_16_regular = IconData(0xf8eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_right_16_regular = IconData( + 0xf8eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 20 and regular style. - static const IconData arrow_up_right_20_regular = IconData(0xfda4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_right_20_regular = IconData( + 0xfda4, + 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); + static const IconData arrow_up_right_24_regular = IconData( + 0xf1a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_up_right" in size 32 and regular style. - static const IconData arrow_up_right_32_regular = IconData(0x101cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_right_32_regular = IconData( + 0x101cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 48 and regular style. - static const IconData arrow_up_right_48_regular = IconData(0x103f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_up_right_48_regular = IconData( + 0x103f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_upload" in size 16 and regular style. - static const IconData arrow_upload_16_regular = IconData(0xfe3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_upload_16_regular = IconData( + 0xfe3f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_upload_24_regular = IconData( + 0xf1a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_wrap" in size 20 and regular style. - static const IconData arrow_wrap_20_regular = IconData(0x10110, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_wrap_20_regular = IconData( + 0x10110, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_wrap_off" in size 20 and regular style. - static const IconData arrow_wrap_off_20_regular = IconData(0x10111, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrow_wrap_off_20_regular = IconData( + 0x10111, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrows_bidirectional" in size 20 and regular style. - static const IconData arrows_bidirectional_20_regular = IconData(0x102c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData arrows_bidirectional_20_regular = IconData( + 0x102c0, + 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); + static const IconData arrows_bidirectional_24_regular = IconData( + 0xf1a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach" in size 12 and regular style. - static const IconData attach_12_regular = IconData(0xfe40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData attach_12_regular = IconData( + 0xfe40, + 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); + 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); + 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); + static const IconData attach_24_regular = IconData( + 0xf1aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_arrow_right" in size 20 and regular style. - static const IconData attach_arrow_right_20_regular = IconData(0xf8ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData attach_arrow_right_20_regular = IconData( + 0xf8ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_arrow_right" in size 24 and regular style. - static const IconData attach_arrow_right_24_regular = IconData(0xf8ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData attach_arrow_right_24_regular = IconData( + 0xf8ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_text" in size 20 and regular style. - static const IconData attach_text_20_regular = IconData(0x102c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData attach_text_20_regular = IconData( + 0x102c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_text" in size 24 and regular style. - static const IconData attach_text_24_regular = IconData(0xf8ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData attach_text_24_regular = IconData( + 0xf8ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_height" in size 20 and regular style. - static const IconData auto_fit_height_20_regular = IconData(0x102c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData auto_fit_height_20_regular = IconData( + 0x102c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_height" in size 24 and regular style. - static const IconData auto_fit_height_24_regular = IconData(0xfbcf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData auto_fit_height_24_regular = IconData( + 0xfbcf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_width" in size 20 and regular style. - static const IconData auto_fit_width_20_regular = IconData(0x102c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData auto_fit_width_20_regular = IconData( + 0x102c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_width" in size 24 and regular style. - static const IconData auto_fit_width_24_regular = IconData(0xfbd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData auto_fit_width_24_regular = IconData( + 0xfbd0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "autocorrect" in size 20 and regular style. - static const IconData autocorrect_20_regular = IconData(0x102c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData autocorrect_20_regular = IconData( + 0x102c4, + 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); + static const IconData autocorrect_24_regular = IconData( + 0xf1ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "autofit_content" in size 24 and regular style. - static const IconData autofit_content_24_regular = IconData(0xf8ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData autofit_content_24_regular = IconData( + 0xf8ef, + 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); + 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); + static const IconData autosum_24_regular = IconData( + 0xf1b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 12 and regular style. - static const IconData backpack_12_regular = IconData(0xf8f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_12_regular = IconData( + 0xf8f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 16 and regular style. - static const IconData backpack_16_regular = IconData(0xf8f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_16_regular = IconData( + 0xf8f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 20 and regular style. - static const IconData backpack_20_regular = IconData(0xf8f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_20_regular = IconData( + 0xf8f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 24 and regular style. - static const IconData backpack_24_regular = IconData(0xf8f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_24_regular = IconData( + 0xf8f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 28 and regular style. - static const IconData backpack_28_regular = IconData(0xf8f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_28_regular = IconData( + 0xf8f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 32 and regular style. - static const IconData backpack_32_regular = IconData(0xfda5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_32_regular = IconData( + 0xfda5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 48 and regular style. - static const IconData backpack_48_regular = IconData(0xf8f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_48_regular = IconData( + 0xf8f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 20 and regular style. - static const IconData backpack_add_20_regular = IconData(0xfb71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_add_20_regular = IconData( + 0xfb71, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 24 and regular style. - static const IconData backpack_add_24_regular = IconData(0xfb72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_add_24_regular = IconData( + 0xfb72, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 28 and regular style. - static const IconData backpack_add_28_regular = IconData(0xfb73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_add_28_regular = IconData( + 0xfb73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 48 and regular style. - static const IconData backpack_add_48_regular = IconData(0xfb74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData backpack_add_48_regular = IconData( + 0xfb74, + 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); + 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); + static const IconData backspace_24_regular = IconData( + 0xf1b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "badge" in size 20 and regular style. - static const IconData badge_20_regular = IconData(0x102c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData badge_20_regular = IconData( + 0x102c5, + 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); + static const IconData badge_24_regular = IconData( + 0xf1b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "balloon" in size 12 and regular style. - static const IconData balloon_12_regular = IconData(0x10132, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData balloon_12_regular = IconData( + 0x10132, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "balloon" in size 16 and regular style. - static const IconData balloon_16_regular = IconData(0xf8f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData balloon_16_regular = IconData( + 0xf8f6, + 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); + 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); + static const IconData balloon_24_regular = IconData( + 0xf1b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "barcode_scanner" in size 20 and regular style. - static const IconData barcode_scanner_20_regular = IconData(0xf1ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData barcode_scanner_20_regular = IconData( + 0xf1ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "barcode_scanner" in size 24 and regular style. - static const IconData barcode_scanner_24_regular = IconData(0xf1e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData barcode_scanner_24_regular = IconData( + 0xf1e4, + 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); + 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); + static const IconData battery_0_24_regular = IconData( + 0xf1bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_10" in size 20 and regular style. - static const IconData battery_10_20_regular = IconData(0x1030a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_10_20_regular = IconData( + 0x1030a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_10" in size 24 and regular style. - static const IconData battery_10_24_regular = IconData(0x104ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_10_24_regular = IconData( + 0x104ab, + 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); + 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); + static const IconData battery_1_24_regular = IconData( + 0xf1be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery" in size 20 and regular style. - static const IconData battery_20_regular = IconData(0x1030b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_20_regular = IconData( + 0x1030b, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData battery_charge_24_regular = IconData( + 0xf1d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_checkmark" in size 20 and regular style. - static const IconData battery_checkmark_20_regular = IconData(0x102c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_checkmark_20_regular = IconData( + 0x102c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_checkmark" in size 24 and regular style. - static const IconData battery_checkmark_24_regular = IconData(0xfff1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_checkmark_24_regular = IconData( + 0xfff1, + 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); + 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); + 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); + 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); + static const IconData battery_saver_24_regular = IconData( + 0xf1d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_warning" in size 20 and regular style. - static const IconData battery_warning_20_regular = IconData(0x102c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData battery_warning_20_regular = IconData( + 0x102c7, + 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); + static const IconData battery_warning_24_regular = IconData( + 0xf1d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 16 and regular style. - static const IconData beach_16_regular = IconData(0xfd15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_16_regular = IconData( + 0xfd15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 20 and regular style. - static const IconData beach_20_regular = IconData(0xfd16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_20_regular = IconData( + 0xfd16, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 24 and regular style. - static const IconData beach_24_regular = IconData(0xfd17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_24_regular = IconData( + 0xfd17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 28 and regular style. - static const IconData beach_28_regular = IconData(0xfd18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_28_regular = IconData( + 0xfd18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 32 and regular style. - static const IconData beach_32_regular = IconData(0x1030c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_32_regular = IconData( + 0x1030c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 48 and regular style. - static const IconData beach_48_regular = IconData(0x1030d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beach_48_regular = IconData( + 0x1030d, + 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); + 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); + 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); + static const IconData beaker_24_regular = IconData( + 0xf1d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beaker_edit" in size 20 and regular style. - static const IconData beaker_edit_20_regular = IconData(0xf1e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beaker_edit_20_regular = IconData( + 0xf1e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "beaker_edit" in size 24 and regular style. - static const IconData beaker_edit_24_regular = IconData(0xf1e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData beaker_edit_24_regular = IconData( + 0xf1e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bed" in size 16 and regular style. - static const IconData bed_16_regular = IconData(0xf8f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bed_16_regular = IconData( + 0xf8f7, + 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); + 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); + static const IconData bed_24_regular = IconData( + 0xf1da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve" in size 20 and regular style. - static const IconData bezier_curve_20_regular = IconData(0x102c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bezier_curve_20_regular = IconData( + 0x102c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve_square" in size 12 and regular style. - static const IconData bezier_curve_square_12_regular = IconData(0x100ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bezier_curve_square_12_regular = IconData( + 0x100ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve_square" in size 20 and regular style. - static const IconData bezier_curve_square_20_regular = IconData(0x104ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bezier_curve_square_20_regular = IconData( + 0x104ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bin_full" in size 20 and regular style. - static const IconData bin_full_20_regular = IconData(0xff32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bin_full_20_regular = IconData( + 0xff32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bin_full" in size 24 and regular style. - static const IconData bin_full_24_regular = IconData(0xff33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bin_full_24_regular = IconData( + 0xff33, + 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); + 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); + 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); + 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); + 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); + static const IconData bluetooth_24_regular = IconData( + 0xf1df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth" in size 28 and regular style. - static const IconData bluetooth_28_regular = IconData(0xf8f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bluetooth_28_regular = IconData( + 0xf8f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_connected" in size 20 and regular style. - static const IconData bluetooth_connected_20_regular = IconData(0x102c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bluetooth_connected_20_regular = IconData( + 0x102c9, + 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); + static const IconData bluetooth_connected_24_regular = IconData( + 0xf1e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_disabled" in size 20 and regular style. - static const IconData bluetooth_disabled_20_regular = IconData(0x102ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bluetooth_disabled_20_regular = IconData( + 0x102ca, + 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); + static const IconData bluetooth_disabled_24_regular = IconData( + 0xf1e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_searching" in size 20 and regular style. - static const IconData bluetooth_searching_20_regular = IconData(0x102cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bluetooth_searching_20_regular = IconData( + 0x102cb, + 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); + static const IconData bluetooth_searching_24_regular = IconData( + 0xf1e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 16 and regular style. - static const IconData blur_16_regular = IconData(0xf8f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData blur_16_regular = IconData( + 0xf8f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 20 and regular style. - static const IconData blur_20_regular = IconData(0xf8fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData blur_20_regular = IconData( + 0xf8fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 24 and regular style. - static const IconData blur_24_regular = IconData(0xf8fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData blur_24_regular = IconData( + 0xf8fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 28 and regular style. - static const IconData blur_28_regular = IconData(0xf8fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData blur_28_regular = IconData( + 0xf8fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 16 and regular style. - static const IconData board_16_regular = IconData(0xfe41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_16_regular = IconData( + 0xfe41, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 20 and regular style. - static const IconData board_20_regular = IconData(0xfe42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_20_regular = IconData( + 0xfe42, + 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); + static const IconData board_24_regular = IconData( + 0xf1e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 28 and regular style. - static const IconData board_28_regular = IconData(0xfe43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_28_regular = IconData( + 0xfe43, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_games" in size 20 and regular style. - static const IconData board_games_20_regular = IconData(0x104da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_games_20_regular = IconData( + 0x104da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 16 and regular style. - static const IconData board_heart_16_regular = IconData(0x10453, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_heart_16_regular = IconData( + 0x10453, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 20 and regular style. - static const IconData board_heart_20_regular = IconData(0x10454, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_heart_20_regular = IconData( + 0x10454, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 24 and regular style. - static const IconData board_heart_24_regular = IconData(0x10455, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_heart_24_regular = IconData( + 0x10455, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 16 and regular style. - static const IconData board_split_16_regular = IconData(0xfe44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_split_16_regular = IconData( + 0xfe44, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 20 and regular style. - static const IconData board_split_20_regular = IconData(0xfe45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_split_20_regular = IconData( + 0xfe45, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 24 and regular style. - static const IconData board_split_24_regular = IconData(0xfe46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_split_24_regular = IconData( + 0xfe46, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 28 and regular style. - static const IconData board_split_28_regular = IconData(0xfe47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_split_28_regular = IconData( + 0xfe47, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 48 and regular style. - static const IconData board_split_48_regular = IconData(0xfe48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData board_split_48_regular = IconData( + 0xfe48, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book" in size 20 and regular style. - static const IconData book_20_regular = IconData(0xf8fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_20_regular = IconData( + 0xf8fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book" in size 24 and regular style. - static const IconData book_24_regular = IconData(0xf8fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_24_regular = IconData( + 0xf8fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_add" in size 20 and regular style. - static const IconData book_add_20_regular = IconData(0xf8ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_add_20_regular = IconData( + 0xf8ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_add" in size 24 and regular style. - static const IconData book_add_24_regular = IconData(0xf900, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_add_24_regular = IconData( + 0xf900, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_arrow_clockwise" in size 20 and regular style. - static const IconData book_arrow_clockwise_20_regular = IconData(0x103f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_arrow_clockwise_20_regular = IconData( + 0x103f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_arrow_clockwise" in size 24 and regular style. - static const IconData book_arrow_clockwise_24_regular = IconData(0x103f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_arrow_clockwise_24_regular = IconData( + 0x103f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_clock" in size 20 and regular style. - static const IconData book_clock_20_regular = IconData(0x1030e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_clock_20_regular = IconData( + 0x1030e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_clock" in size 24 and regular style. - static const IconData book_clock_24_regular = IconData(0xf901, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_clock_24_regular = IconData( + 0xf901, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_coins" in size 20 and regular style. - static const IconData book_coins_20_regular = IconData(0x1030f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_coins_20_regular = IconData( + 0x1030f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_coins" in size 24 and regular style. - static const IconData book_coins_24_regular = IconData(0xf902, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_coins_24_regular = IconData( + 0xf902, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_compass" in size 20 and regular style. - static const IconData book_compass_20_regular = IconData(0x10310, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_compass_20_regular = IconData( + 0x10310, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_compass" in size 24 and regular style. - static const IconData book_compass_24_regular = IconData(0xf903, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_compass_24_regular = IconData( + 0xf903, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 20 and regular style. - static const IconData book_contacts_20_regular = IconData(0xfcc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_contacts_20_regular = IconData( + 0xfcc3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 24 and regular style. - static const IconData book_contacts_24_regular = IconData(0xfcc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_contacts_24_regular = IconData( + 0xfcc4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 28 and regular style. - static const IconData book_contacts_28_regular = IconData(0xfcc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_contacts_28_regular = IconData( + 0xfcc5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 32 and regular style. - static const IconData book_contacts_32_regular = IconData(0xfda6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_contacts_32_regular = IconData( + 0xfda6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_database" in size 20 and regular style. - static const IconData book_database_20_regular = IconData(0x10311, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_database_20_regular = IconData( + 0x10311, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_database" in size 24 and regular style. - static const IconData book_database_24_regular = IconData(0xf904, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_database_24_regular = IconData( + 0xf904, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_exclamation_mark" in size 20 and regular style. - static const IconData book_exclamation_mark_20_regular = IconData(0x10312, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_exclamation_mark_20_regular = IconData( + 0x10312, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_exclamation_mark" in size 24 and regular style. - static const IconData book_exclamation_mark_24_regular = IconData(0xf905, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_exclamation_mark_24_regular = IconData( + 0xf905, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_globe" in size 20 and regular style. - static const IconData book_globe_20_regular = IconData(0x10313, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_globe_20_regular = IconData( + 0x10313, + 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); + static const IconData book_globe_24_regular = IconData( + 0xf1f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_information" in size 20 and regular style. - static const IconData book_information_20_regular = IconData(0x10314, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_information_20_regular = IconData( + 0x10314, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_information" in size 24 and regular style. - static const IconData book_information_24_regular = IconData(0xf906, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_information_24_regular = IconData( + 0xf906, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_letter" in size 20 and regular style. - static const IconData book_letter_20_regular = IconData(0x10315, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_letter_20_regular = IconData( + 0x10315, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_letter" in size 24 and regular style. - static const IconData book_letter_24_regular = IconData(0xf907, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_letter_24_regular = IconData( + 0xf907, + 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); + 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); + 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); + static const IconData book_number_24_regular = IconData( + 0xf1f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 16 and regular style. - static const IconData book_open_16_regular = IconData(0xfff2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_16_regular = IconData( + 0xfff2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 20 and regular style. - static const IconData book_open_20_regular = IconData(0xf908, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_20_regular = IconData( + 0xf908, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 24 and regular style. - static const IconData book_open_24_regular = IconData(0xf909, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_24_regular = IconData( + 0xf909, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 28 and regular style. - static const IconData book_open_28_regular = IconData(0xfea6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_28_regular = IconData( + 0xfea6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 32 and regular style. - static const IconData book_open_32_regular = IconData(0xfea7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_32_regular = IconData( + 0xfea7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 48 and regular style. - static const IconData book_open_48_regular = IconData(0xfea8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_48_regular = IconData( + 0xfea8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_globe" in size 20 and regular style. - static const IconData book_open_globe_20_regular = IconData(0xfcc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_globe_20_regular = IconData( + 0xfcc6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_globe" in size 24 and regular style. - static const IconData book_open_globe_24_regular = IconData(0xf90a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_globe_24_regular = IconData( + 0xf90a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 20 and regular style. - static const IconData book_open_microphone_20_regular = IconData(0xfea9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_microphone_20_regular = IconData( + 0xfea9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 24 and regular style. - static const IconData book_open_microphone_24_regular = IconData(0xfeaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_microphone_24_regular = IconData( + 0xfeaa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 28 and regular style. - static const IconData book_open_microphone_28_regular = IconData(0xfeab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_microphone_28_regular = IconData( + 0xfeab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 32 and regular style. - static const IconData book_open_microphone_32_regular = IconData(0xfeac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_microphone_32_regular = IconData( + 0xfeac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 48 and regular style. - static const IconData book_open_microphone_48_regular = IconData(0xfead, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_open_microphone_48_regular = IconData( + 0xfead, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_pulse" in size 20 and regular style. - static const IconData book_pulse_20_regular = IconData(0x10316, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_pulse_20_regular = IconData( + 0x10316, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_pulse" in size 24 and regular style. - static const IconData book_pulse_24_regular = IconData(0xf90b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_pulse_24_regular = IconData( + 0xf90b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark" in size 20 and regular style. - static const IconData book_question_mark_20_regular = IconData(0x10317, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_question_mark_20_regular = IconData( + 0x10317, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark" in size 24 and regular style. - static const IconData book_question_mark_24_regular = IconData(0xf90c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_question_mark_24_regular = IconData( + 0xf90c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark_rtl" in size 20 and regular style. - static const IconData book_question_mark_rtl_20_regular = IconData(0x10318, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_question_mark_rtl_20_regular = IconData( + 0x10318, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark_rtl" in size 24 and regular style. - static const IconData book_question_mark_rtl_24_regular = IconData(0xf83a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_question_mark_rtl_24_regular = IconData( + 0xf83a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_search" in size 20 and regular style. - static const IconData book_search_20_regular = IconData(0x10319, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_search_20_regular = IconData( + 0x10319, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_search" in size 24 and regular style. - static const IconData book_search_24_regular = IconData(0xf90d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_search_24_regular = IconData( + 0xf90d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_star" in size 20 and regular style. - static const IconData book_star_20_regular = IconData(0x1031a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_star_20_regular = IconData( + 0x1031a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_star" in size 24 and regular style. - static const IconData book_star_24_regular = IconData(0xf90e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_star_24_regular = IconData( + 0xf90e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_template" in size 20 and regular style. - static const IconData book_template_20_regular = IconData(0x10605, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_template_20_regular = IconData( + 0x10605, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_theta" in size 20 and regular style. - static const IconData book_theta_20_regular = IconData(0x1031b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_theta_20_regular = IconData( + 0x1031b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_theta" in size 24 and regular style. - static const IconData book_theta_24_regular = IconData(0xf90f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_theta_24_regular = IconData( + 0xf90f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_toolbox" in size 20 and regular style. - static const IconData book_toolbox_20_regular = IconData(0xf1e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_toolbox_20_regular = IconData( + 0xf1e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_toolbox" in size 24 and regular style. - static const IconData book_toolbox_24_regular = IconData(0xff34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData book_toolbox_24_regular = IconData( + 0xff34, + 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); + 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); + 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); + 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); + static const IconData bookmark_28_regular = IconData( + 0xf1f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark" in size 32 and regular style. - static const IconData bookmark_32_regular = IconData(0xfda7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_32_regular = IconData( + 0xfda7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_add" in size 20 and regular style. - static const IconData bookmark_add_20_regular = IconData(0xf1e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_add_20_regular = IconData( + 0xf1e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_add" in size 24 and regular style. - static const IconData bookmark_add_24_regular = IconData(0xf1e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_add_24_regular = IconData( + 0xf1e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 16 and regular style. - static const IconData bookmark_multiple_16_regular = IconData(0x102cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_16_regular = IconData( + 0x102cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 20 and regular style. - static const IconData bookmark_multiple_20_regular = IconData(0xfb29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_20_regular = IconData( + 0xfb29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 24 and regular style. - static const IconData bookmark_multiple_24_regular = IconData(0xfda8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_24_regular = IconData( + 0xfda8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 28 and regular style. - static const IconData bookmark_multiple_28_regular = IconData(0x102cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_28_regular = IconData( + 0x102cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 32 and regular style. - static const IconData bookmark_multiple_32_regular = IconData(0x102ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_32_regular = IconData( + 0x102ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 48 and regular style. - static const IconData bookmark_multiple_48_regular = IconData(0x102cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_48_regular = IconData( + 0x102cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_off" in size 20 and regular style. - static const IconData bookmark_off_20_regular = IconData(0x1031c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_off_20_regular = IconData( + 0x1031c, + 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); + static const IconData bookmark_off_24_regular = IconData( + 0xf1f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_search" in size 20 and regular style. - static const IconData bookmark_search_20_regular = IconData(0x1024d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_search_20_regular = IconData( + 0x1024d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_search" in size 24 and regular style. - static const IconData bookmark_search_24_regular = IconData(0x1024e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bookmark_search_24_regular = IconData( + 0x1024e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border" in size 24 and regular style. - static const IconData border_24_regular = IconData(0xfbd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_24_regular = IconData( + 0xfbd1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 16 and regular style. - static const IconData border_all_16_regular = IconData(0x100af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_all_16_regular = IconData( + 0x100af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 20 and regular style. - static const IconData border_all_20_regular = IconData(0x100b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_all_20_regular = IconData( + 0x100b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 24 and regular style. - static const IconData border_all_24_regular = IconData(0xf910, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_all_24_regular = IconData( + 0xf910, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom" in size 20 and regular style. - static const IconData border_bottom_20_regular = IconData(0x1031d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_20_regular = IconData( + 0x1031d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom" in size 24 and regular style. - static const IconData border_bottom_24_regular = IconData(0xf911, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_24_regular = IconData( + 0xf911, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_double" in size 20 and regular style. - static const IconData border_bottom_double_20_regular = IconData(0x1031e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_double_20_regular = IconData( + 0x1031e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_double" in size 24 and regular style. - static const IconData border_bottom_double_24_regular = IconData(0xf912, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_double_24_regular = IconData( + 0xf912, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_thick" in size 20 and regular style. - static const IconData border_bottom_thick_20_regular = IconData(0x1031f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_thick_20_regular = IconData( + 0x1031f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_thick" in size 24 and regular style. - static const IconData border_bottom_thick_24_regular = IconData(0xf913, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_bottom_thick_24_regular = IconData( + 0xf913, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left" in size 20 and regular style. - static const IconData border_left_20_regular = IconData(0x10320, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_left_20_regular = IconData( + 0x10320, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left" in size 24 and regular style. - static const IconData border_left_24_regular = IconData(0xf914, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_left_24_regular = IconData( + 0xf914, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left_right" in size 20 and regular style. - static const IconData border_left_right_20_regular = IconData(0x10606, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_left_right_20_regular = IconData( + 0x10606, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left_right" in size 24 and regular style. - static const IconData border_left_right_24_regular = IconData(0x10607, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_left_right_24_regular = IconData( + 0x10607, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_none" in size 20 and regular style. - static const IconData border_none_20_regular = IconData(0x10321, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_none_20_regular = IconData( + 0x10321, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_none" in size 24 and regular style. - static const IconData border_none_24_regular = IconData(0x104ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_none_24_regular = IconData( + 0x104ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside" in size 20 and regular style. - static const IconData border_outside_20_regular = IconData(0x10322, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_outside_20_regular = IconData( + 0x10322, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside" in size 24 and regular style. - static const IconData border_outside_24_regular = IconData(0xf916, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_outside_24_regular = IconData( + 0xf916, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside_thick" in size 20 and regular style. - static const IconData border_outside_thick_20_regular = IconData(0x10323, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_outside_thick_20_regular = IconData( + 0x10323, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside_thick" in size 24 and regular style. - static const IconData border_outside_thick_24_regular = IconData(0xf917, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_outside_thick_24_regular = IconData( + 0xf917, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_right" in size 20 and regular style. - static const IconData border_right_20_regular = IconData(0x10324, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_right_20_regular = IconData( + 0x10324, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_right" in size 24 and regular style. - static const IconData border_right_24_regular = IconData(0xf918, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_right_24_regular = IconData( + 0xf918, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top" in size 20 and regular style. - static const IconData border_top_20_regular = IconData(0x10325, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_20_regular = IconData( + 0x10325, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top" in size 24 and regular style. - static const IconData border_top_24_regular = IconData(0xf919, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_24_regular = IconData( + 0xf919, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom" in size 20 and regular style. - static const IconData border_top_bottom_20_regular = IconData(0x10326, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_20_regular = IconData( + 0x10326, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom" in size 24 and regular style. - static const IconData border_top_bottom_24_regular = IconData(0xf91a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_24_regular = IconData( + 0xf91a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_double" in size 20 and regular style. - static const IconData border_top_bottom_double_20_regular = IconData(0x10327, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_double_20_regular = IconData( + 0x10327, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_double" in size 24 and regular style. - static const IconData border_top_bottom_double_24_regular = IconData(0xf91b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_double_24_regular = IconData( + 0xf91b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_thick" in size 20 and regular style. - static const IconData border_top_bottom_thick_20_regular = IconData(0x10328, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_thick_20_regular = IconData( + 0x10328, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_thick" in size 24 and regular style. - static const IconData border_top_bottom_thick_24_regular = IconData(0xf91c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData border_top_bottom_thick_24_regular = IconData( + 0xf91c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bot" in size 20 and regular style. - static const IconData bot_20_regular = IconData(0xfb75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bot_20_regular = IconData( + 0xfb75, + 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); + static const IconData bot_24_regular = IconData( + 0xf1f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bot_add" in size 20 and regular style. - static const IconData bot_add_20_regular = IconData(0xfd8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bot_add_20_regular = IconData( + 0xfd8b, + 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); + static const IconData bot_add_24_regular = IconData( + 0xf1fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 16 and regular style. - static const IconData bowl_chopsticks_16_regular = IconData(0xf1ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_16_regular = IconData( + 0xf1ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 20 and regular style. - static const IconData bowl_chopsticks_20_regular = IconData(0xf1eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_20_regular = IconData( + 0xf1eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 24 and regular style. - static const IconData bowl_chopsticks_24_regular = IconData(0xf1ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_24_regular = IconData( + 0xf1ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 28 and regular style. - static const IconData bowl_chopsticks_28_regular = IconData(0xf1ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_28_regular = IconData( + 0xf1ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 16 and regular style. - static const IconData box_16_regular = IconData(0xff35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_16_regular = IconData( + 0xff35, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 20 and regular style. - static const IconData box_20_regular = IconData(0x1020d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_20_regular = IconData( + 0x1020d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 24 and regular style. - static const IconData box_24_regular = IconData(0x1020e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_24_regular = IconData( + 0x1020e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_left" in size 20 and regular style. - static const IconData box_arrow_left_20_regular = IconData(0x103f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_arrow_left_20_regular = IconData( + 0x103f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_left" in size 24 and regular style. - static const IconData box_arrow_left_24_regular = IconData(0x103f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_arrow_left_24_regular = IconData( + 0x103f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_up" in size 20 and regular style. - static const IconData box_arrow_up_20_regular = IconData(0x103f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_arrow_up_20_regular = IconData( + 0x103f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_up" in size 24 and regular style. - static const IconData box_arrow_up_24_regular = IconData(0x103f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_arrow_up_24_regular = IconData( + 0x103f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_checkmark" in size 20 and regular style. - static const IconData box_checkmark_20_regular = IconData(0x103f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_checkmark_20_regular = IconData( + 0x103f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_checkmark" in size 24 and regular style. - static const IconData box_checkmark_24_regular = IconData(0x103fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_checkmark_24_regular = IconData( + 0x103fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_dismiss" in size 20 and regular style. - static const IconData box_dismiss_20_regular = IconData(0x1020f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_dismiss_20_regular = IconData( + 0x1020f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_dismiss" in size 24 and regular style. - static const IconData box_dismiss_24_regular = IconData(0x10210, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_dismiss_24_regular = IconData( + 0x10210, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_edit" in size 20 and regular style. - static const IconData box_edit_20_regular = IconData(0x101cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_edit_20_regular = IconData( + 0x101cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_edit" in size 24 and regular style. - static const IconData box_edit_24_regular = IconData(0x101ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_edit_24_regular = IconData( + 0x101ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple" in size 20 and regular style. - static const IconData box_multiple_20_regular = IconData(0x103fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_20_regular = IconData( + 0x103fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple" in size 24 and regular style. - static const IconData box_multiple_24_regular = IconData(0x103fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_24_regular = IconData( + 0x103fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_left" in size 20 and regular style. - static const IconData box_multiple_arrow_left_20_regular = IconData(0x103fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_left_20_regular = IconData( + 0x103fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_left" in size 24 and regular style. - static const IconData box_multiple_arrow_left_24_regular = IconData(0x103fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_left_24_regular = IconData( + 0x103fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_right" in size 20 and regular style. - static const IconData box_multiple_arrow_right_20_regular = IconData(0x103ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_right_20_regular = IconData( + 0x103ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_right" in size 24 and regular style. - static const IconData box_multiple_arrow_right_24_regular = IconData(0x10400, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_right_24_regular = IconData( + 0x10400, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_checkmark" in size 20 and regular style. - static const IconData box_multiple_checkmark_20_regular = IconData(0x10401, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_checkmark_20_regular = IconData( + 0x10401, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_checkmark" in size 24 and regular style. - static const IconData box_multiple_checkmark_24_regular = IconData(0x10402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_checkmark_24_regular = IconData( + 0x10402, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_search" in size 20 and regular style. - static const IconData box_multiple_search_20_regular = IconData(0x10403, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_search_20_regular = IconData( + 0x10403, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_search" in size 24 and regular style. - static const IconData box_multiple_search_24_regular = IconData(0x10404, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_multiple_search_24_regular = IconData( + 0x10404, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_search" in size 20 and regular style. - static const IconData box_search_20_regular = IconData(0x10405, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_search_20_regular = IconData( + 0x10405, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_search" in size 24 and regular style. - static const IconData box_search_24_regular = IconData(0x10406, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_search_24_regular = IconData( + 0x10406, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_toolbox" in size 20 and regular style. - static const IconData box_toolbox_20_regular = IconData(0x101cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_toolbox_20_regular = IconData( + 0x101cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_toolbox" in size 24 and regular style. - static const IconData box_toolbox_24_regular = IconData(0x101d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData box_toolbox_24_regular = IconData( + 0x101d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces" in size 20 and regular style. - static const IconData braces_20_regular = IconData(0x100b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData braces_20_regular = IconData( + 0x100b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces" in size 24 and regular style. - static const IconData braces_24_regular = IconData(0x10456, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData braces_24_regular = IconData( + 0x10456, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces_variable" in size 20 and regular style. - static const IconData braces_variable_20_regular = IconData(0xff36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData braces_variable_20_regular = IconData( + 0xff36, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces_variable" in size 24 and regular style. - static const IconData braces_variable_24_regular = IconData(0xff37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData braces_variable_24_regular = IconData( + 0xff37, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brain_circuit" in size 20 and regular style. - static const IconData brain_circuit_20_regular = IconData(0xf1ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brain_circuit_20_regular = IconData( + 0xf1ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brain_circuit" in size 24 and regular style. - static const IconData brain_circuit_24_regular = IconData(0xf83b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brain_circuit_24_regular = IconData( + 0xf83b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch" in size 20 and regular style. - static const IconData branch_20_regular = IconData(0x10329, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_20_regular = IconData( + 0x10329, + 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); + static const IconData branch_24_regular = IconData( + 0xf1fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 16 and regular style. - static const IconData branch_compare_16_regular = IconData(0xfda9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_compare_16_regular = IconData( + 0xfda9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 20 and regular style. - static const IconData branch_compare_20_regular = IconData(0xfdaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_compare_20_regular = IconData( + 0xfdaa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 24 and regular style. - static const IconData branch_compare_24_regular = IconData(0xfdab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_compare_24_regular = IconData( + 0xfdab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 16 and regular style. - static const IconData branch_fork_16_regular = IconData(0xfdac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_16_regular = IconData( + 0xfdac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 20 and regular style. - static const IconData branch_fork_20_regular = IconData(0xfdad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_20_regular = IconData( + 0xfdad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 24 and regular style. - static const IconData branch_fork_24_regular = IconData(0xfdae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_24_regular = IconData( + 0xfdae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_hint" in size 20 and regular style. - static const IconData branch_fork_hint_20_regular = IconData(0x102d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_hint_20_regular = IconData( + 0x102d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_hint" in size 24 and regular style. - static const IconData branch_fork_hint_24_regular = IconData(0x102d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_hint_24_regular = IconData( + 0x102d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_link" in size 20 and regular style. - static const IconData branch_fork_link_20_regular = IconData(0x102d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_link_20_regular = IconData( + 0x102d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_link" in size 24 and regular style. - static const IconData branch_fork_link_24_regular = IconData(0x102d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData branch_fork_link_24_regular = IconData( + 0x102d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 20 and regular style. - static const IconData breakout_room_20_regular = IconData(0xfbac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData breakout_room_20_regular = IconData( + 0xfbac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 24 and regular style. - static const IconData breakout_room_24_regular = IconData(0x10457, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData breakout_room_24_regular = IconData( + 0x10457, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 28 and regular style. - static const IconData breakout_room_28_regular = IconData(0x10458, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData breakout_room_28_regular = IconData( + 0x10458, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 12 and regular style. - static const IconData briefcase_12_regular = IconData(0xf91d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_12_regular = IconData( + 0xf91d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 16 and regular style. - static const IconData briefcase_16_regular = IconData(0xff38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_16_regular = IconData( + 0xff38, + 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); + 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); + static const IconData briefcase_24_regular = IconData( + 0xf1fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 28 and regular style. - static const IconData briefcase_28_regular = IconData(0xfb2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_28_regular = IconData( + 0xfb2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 32 and regular style. - static const IconData briefcase_32_regular = IconData(0xf91e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_32_regular = IconData( + 0xf91e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 48 and regular style. - static const IconData briefcase_48_regular = IconData(0xfb2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_48_regular = IconData( + 0xfb2b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 16 and regular style. - static const IconData briefcase_medical_16_regular = IconData(0xff39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_medical_16_regular = IconData( + 0xff39, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 20 and regular style. - static const IconData briefcase_medical_20_regular = IconData(0xf1ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_medical_20_regular = IconData( + 0xf1ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 24 and regular style. - static const IconData briefcase_medical_24_regular = IconData(0xfbd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_medical_24_regular = IconData( + 0xfbd2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 32 and regular style. - static const IconData briefcase_medical_32_regular = IconData(0xfbd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_medical_32_regular = IconData( + 0xfbd3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 16 and regular style. - static const IconData briefcase_off_16_regular = IconData(0xfeae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_16_regular = IconData( + 0xfeae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 20 and regular style. - static const IconData briefcase_off_20_regular = IconData(0xfeaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_20_regular = IconData( + 0xfeaf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 24 and regular style. - static const IconData briefcase_off_24_regular = IconData(0xfeb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_24_regular = IconData( + 0xfeb0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 28 and regular style. - static const IconData briefcase_off_28_regular = IconData(0xfeb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_28_regular = IconData( + 0xfeb1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 32 and regular style. - static const IconData briefcase_off_32_regular = IconData(0xfeb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_32_regular = IconData( + 0xfeb2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 48 and regular style. - static const IconData briefcase_off_48_regular = IconData(0xfeb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData briefcase_off_48_regular = IconData( + 0xfeb3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 16 and regular style. - static const IconData brightness_high_16_regular = IconData(0x1032a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_16_regular = IconData( + 0x1032a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 20 and regular style. - static const IconData brightness_high_20_regular = IconData(0x1032b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_20_regular = IconData( + 0x1032b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 24 and regular style. - static const IconData brightness_high_24_regular = IconData(0x1032c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_24_regular = IconData( + 0x1032c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 28 and regular style. - static const IconData brightness_high_28_regular = IconData(0x1032d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_28_regular = IconData( + 0x1032d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 32 and regular style. - static const IconData brightness_high_32_regular = IconData(0x1032e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_32_regular = IconData( + 0x1032e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 48 and regular style. - static const IconData brightness_high_48_regular = IconData(0x1032f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_high_48_regular = IconData( + 0x1032f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 16 and regular style. - static const IconData brightness_low_16_regular = IconData(0x10330, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_16_regular = IconData( + 0x10330, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 20 and regular style. - static const IconData brightness_low_20_regular = IconData(0x10331, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_20_regular = IconData( + 0x10331, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 24 and regular style. - static const IconData brightness_low_24_regular = IconData(0x10332, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_24_regular = IconData( + 0x10332, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 28 and regular style. - static const IconData brightness_low_28_regular = IconData(0x10333, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_28_regular = IconData( + 0x10333, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 32 and regular style. - static const IconData brightness_low_32_regular = IconData(0x10334, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_32_regular = IconData( + 0x10334, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 48 and regular style. - static const IconData brightness_low_48_regular = IconData(0x10335, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData brightness_low_48_regular = IconData( + 0x10335, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "broad_activity_feed" in size 16 and regular style. - static const IconData broad_activity_feed_16_regular = IconData(0xfff3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData broad_activity_feed_16_regular = IconData( + 0xfff3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "broad_activity_feed" in size 20 and regular style. - static const IconData broad_activity_feed_20_regular = IconData(0xfff4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData broad_activity_feed_20_regular = IconData( + 0xfff4, + 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); + static const IconData broad_activity_feed_24_regular = IconData( + 0xf200, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "broom" in size 16 and regular style. - static const IconData broom_16_regular = IconData(0xf1fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData broom_16_regular = IconData( + 0xf1fe, + 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); + 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); + static const IconData broom_24_regular = IconData( + 0xf202, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 16 and regular style. - static const IconData bug_16_regular = IconData(0xf921, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bug_16_regular = IconData( + 0xf921, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 20 and regular style. - static const IconData bug_20_regular = IconData(0xf922, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bug_20_regular = IconData( + 0xf922, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 24 and regular style. - static const IconData bug_24_regular = IconData(0xf923, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData bug_24_regular = IconData( + 0xf923, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building" in size 16 and regular style. - static const IconData building_16_regular = IconData(0xfd19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_16_regular = IconData( + 0xfd19, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building" in size 20 and regular style. - static const IconData building_20_regular = IconData(0xfb2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_20_regular = IconData( + 0xfb2c, + 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); + static const IconData building_24_regular = IconData( + 0xf205, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 16 and regular style. - static const IconData building_bank_16_regular = IconData(0xf924, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_16_regular = IconData( + 0xf924, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 20 and regular style. - static const IconData building_bank_20_regular = IconData(0xf925, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_20_regular = IconData( + 0xf925, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 24 and regular style. - static const IconData building_bank_24_regular = IconData(0xf926, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_24_regular = IconData( + 0xf926, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 28 and regular style. - static const IconData building_bank_28_regular = IconData(0xfeb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_28_regular = IconData( + 0xfeb4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 48 and regular style. - static const IconData building_bank_48_regular = IconData(0xfeb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_48_regular = IconData( + 0xfeb5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 16 and regular style. - static const IconData building_bank_link_16_regular = IconData(0xfeb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_link_16_regular = IconData( + 0xfeb6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 20 and regular style. - static const IconData building_bank_link_20_regular = IconData(0xfeb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_link_20_regular = IconData( + 0xfeb7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 24 and regular style. - static const IconData building_bank_link_24_regular = IconData(0xfeb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_link_24_regular = IconData( + 0xfeb8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 28 and regular style. - static const IconData building_bank_link_28_regular = IconData(0xfeb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_link_28_regular = IconData( + 0xfeb9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 48 and regular style. - static const IconData building_bank_link_48_regular = IconData(0xfeba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_link_48_regular = IconData( + 0xfeba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_toolbox" in size 20 and regular style. - static const IconData building_bank_toolbox_20_regular = IconData(0xf1ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_toolbox_20_regular = IconData( + 0xf1ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_toolbox" in size 24 and regular style. - static const IconData building_bank_toolbox_24_regular = IconData(0xf83c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_bank_toolbox_24_regular = IconData( + 0xf83c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 16 and regular style. - static const IconData building_factory_16_regular = IconData(0x1024f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_16_regular = IconData( + 0x1024f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 20 and regular style. - static const IconData building_factory_20_regular = IconData(0x10250, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_20_regular = IconData( + 0x10250, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 24 and regular style. - static const IconData building_factory_24_regular = IconData(0xfbd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_24_regular = IconData( + 0xfbd4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 28 and regular style. - static const IconData building_factory_28_regular = IconData(0x10251, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_28_regular = IconData( + 0x10251, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 32 and regular style. - static const IconData building_factory_32_regular = IconData(0x10252, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_32_regular = IconData( + 0x10252, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 48 and regular style. - static const IconData building_factory_48_regular = IconData(0x10253, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_factory_48_regular = IconData( + 0x10253, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 20 and regular style. - static const IconData building_government_20_regular = IconData(0x10336, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_government_20_regular = IconData( + 0x10336, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 24 and regular style. - static const IconData building_government_24_regular = IconData(0xf927, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_government_24_regular = IconData( + 0xf927, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 32 and regular style. - static const IconData building_government_32_regular = IconData(0xf928, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_government_32_regular = IconData( + 0xf928, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 16 and regular style. - static const IconData building_home_16_regular = IconData(0x104db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_home_16_regular = IconData( + 0x104db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 20 and regular style. - static const IconData building_home_20_regular = IconData(0x104dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_home_20_regular = IconData( + 0x104dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 24 and regular style. - static const IconData building_home_24_regular = IconData(0x104dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_home_24_regular = IconData( + 0x104dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_lighthouse" in size 20 and regular style. - static const IconData building_lighthouse_20_regular = IconData(0x100b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_lighthouse_20_regular = IconData( + 0x100b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_multiple" in size 20 and regular style. - static const IconData building_multiple_20_regular = IconData(0x10337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_multiple_20_regular = IconData( + 0x10337, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_multiple" in size 24 and regular style. - static const IconData building_multiple_24_regular = IconData(0xf929, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_multiple_24_regular = IconData( + 0xf929, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail" in size 20 and regular style. - static const IconData building_retail_20_regular = IconData(0xff3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_20_regular = IconData( + 0xff3a, + 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); + static const IconData building_retail_24_regular = IconData( + 0xf209, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_money" in size 20 and regular style. - static const IconData building_retail_money_20_regular = IconData(0xff3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_money_20_regular = IconData( + 0xff3b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_money" in size 24 and regular style. - static const IconData building_retail_money_24_regular = IconData(0xff3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_money_24_regular = IconData( + 0xff3c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_more" in size 20 and regular style. - static const IconData building_retail_more_20_regular = IconData(0x10608, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_more_20_regular = IconData( + 0x10608, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_shield" in size 20 and regular style. - static const IconData building_retail_shield_20_regular = IconData(0xff3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_shield_20_regular = IconData( + 0xff3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_shield" in size 24 and regular style. - static const IconData building_retail_shield_24_regular = IconData(0xff3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_shield_24_regular = IconData( + 0xff3e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_toolbox" in size 20 and regular style. - static const IconData building_retail_toolbox_20_regular = IconData(0xff3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_toolbox_20_regular = IconData( + 0xff3f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_toolbox" in size 24 and regular style. - static const IconData building_retail_toolbox_24_regular = IconData(0xff40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_retail_toolbox_24_regular = IconData( + 0xff40, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 16 and regular style. - static const IconData building_shop_16_regular = IconData(0xf92a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_shop_16_regular = IconData( + 0xf92a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 20 and regular style. - static const IconData building_shop_20_regular = IconData(0xf92b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_shop_20_regular = IconData( + 0xf92b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 24 and regular style. - static const IconData building_shop_24_regular = IconData(0xf92c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_shop_24_regular = IconData( + 0xf92c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 16 and regular style. - static const IconData building_skyscraper_16_regular = IconData(0xf92d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_skyscraper_16_regular = IconData( + 0xf92d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 20 and regular style. - static const IconData building_skyscraper_20_regular = IconData(0xf92e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_skyscraper_20_regular = IconData( + 0xf92e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 24 and regular style. - static const IconData building_skyscraper_24_regular = IconData(0xf92f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData building_skyscraper_24_regular = IconData( + 0xf92f, + 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); + static const IconData calculator_20_regular = IconData( + 0xf20a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator" in size 24 and regular style. - static const IconData calculator_24_regular = IconData(0xfe1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calculator_24_regular = IconData( + 0xfe1b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_arrow_clockwise" in size 20 and regular style. - static const IconData calculator_arrow_clockwise_20_regular = IconData(0x10387, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calculator_arrow_clockwise_20_regular = IconData( + 0x10387, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_arrow_clockwise" in size 24 and regular style. - static const IconData calculator_arrow_clockwise_24_regular = IconData(0x10388, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calculator_arrow_clockwise_24_regular = IconData( + 0x10388, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_multiple" in size 20 and regular style. - static const IconData calculator_multiple_20_regular = IconData(0xff41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calculator_multiple_20_regular = IconData( + 0xff41, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_multiple" in size 24 and regular style. - static const IconData calculator_multiple_24_regular = IconData(0xff42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calculator_multiple_24_regular = IconData( + 0xff42, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_3_day" in size 16 and regular style. - static const IconData calendar_3_day_16_regular = IconData(0xff43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_3_day_16_regular = IconData( + 0xff43, + 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); + 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); + 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); + static const IconData calendar_3_day_28_regular = IconData( + 0xf210, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_add" in size 16 and regular style. - static const IconData calendar_add_16_regular = IconData(0x10609, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_add_16_regular = IconData( + 0x10609, + 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); + 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); + static const IconData calendar_add_24_regular = IconData( + 0xf212, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_add" in size 28 and regular style. - static const IconData calendar_add_28_regular = IconData(0x1060a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_add_28_regular = IconData( + 0x1060a, + 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); + 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); + 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); + static const IconData calendar_agenda_28_regular = IconData( + 0xf215, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_down" in size 20 and regular style. - static const IconData calendar_arrow_down_20_regular = IconData(0x10389, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_arrow_down_20_regular = IconData( + 0x10389, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_down" in size 24 and regular style. - static const IconData calendar_arrow_down_24_regular = IconData(0xfbd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_arrow_down_24_regular = IconData( + 0xfbd5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_right" in size 16 and regular style. - static const IconData calendar_arrow_right_16_regular = IconData(0xff44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_arrow_right_16_regular = IconData( + 0xff44, + 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); + static const IconData calendar_arrow_right_20_regular = IconData( + 0xf216, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_right" in size 24 and regular style. - static const IconData calendar_arrow_right_24_regular = IconData(0x1038a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_arrow_right_24_regular = IconData( + 0x1038a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_assistant" in size 16 and regular style. - static const IconData calendar_assistant_16_regular = IconData(0x100b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_assistant_16_regular = IconData( + 0x100b3, + 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); + 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); + static const IconData calendar_assistant_24_regular = IconData( + 0xf218, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_cancel" in size 16 and regular style. - static const IconData calendar_cancel_16_regular = IconData(0xf930, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_cancel_16_regular = IconData( + 0xf930, + 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); + 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); + static const IconData calendar_cancel_24_regular = IconData( + 0xf21a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_chat" in size 20 and regular style. - static const IconData calendar_chat_20_regular = IconData(0x10254, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_chat_20_regular = IconData( + 0x10254, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_chat" in size 24 and regular style. - static const IconData calendar_chat_24_regular = IconData(0x10255, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_chat_24_regular = IconData( + 0x10255, + 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); + 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); + 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); + static const IconData calendar_checkmark_24_regular = IconData( + 0xf8c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_checkmark" in size 28 and regular style. - static const IconData calendar_checkmark_28_regular = IconData(0xf85f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_checkmark_28_regular = IconData( + 0xf85f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_clock" in size 16 and regular style. - static const IconData calendar_clock_16_regular = IconData(0xf931, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_clock_16_regular = IconData( + 0xf931, + 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); + 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); + static const IconData calendar_clock_24_regular = IconData( + 0xf21e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_day" in size 16 and regular style. - static const IconData calendar_day_16_regular = IconData(0xff45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_day_16_regular = IconData( + 0xff45, + 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); + 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); + 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); + static const IconData calendar_day_28_regular = IconData( + 0xf224, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 16 and regular style. - static const IconData calendar_edit_16_regular = IconData(0xfd1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_edit_16_regular = IconData( + 0xfd1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 20 and regular style. - static const IconData calendar_edit_20_regular = IconData(0xfd1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_edit_20_regular = IconData( + 0xfd1b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 24 and regular style. - static const IconData calendar_edit_24_regular = IconData(0xfd1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_edit_24_regular = IconData( + 0xfd1c, + 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); + 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); + 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); + 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); + static const IconData calendar_empty_28_regular = IconData( + 0xf228, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_empty" in size 32 and regular style. - static const IconData calendar_empty_32_regular = IconData(0xfe49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_empty_32_regular = IconData( + 0xfe49, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_error" in size 20 and regular style. - static const IconData calendar_error_20_regular = IconData(0x1038b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_error_20_regular = IconData( + 0x1038b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_error" in size 24 and regular style. - static const IconData calendar_error_24_regular = IconData(0x10047, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_error_24_regular = IconData( + 0x10047, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_info" in size 16 and regular style. - static const IconData calendar_info_16_regular = IconData(0xf203, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_info_16_regular = IconData( + 0xf203, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_info" in size 20 and regular style. - static const IconData calendar_info_20_regular = IconData(0xff46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_info_20_regular = IconData( + 0xff46, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 12 and regular style. - static const IconData calendar_ltr_12_regular = IconData(0xfe4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_12_regular = IconData( + 0xfe4a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 16 and regular style. - static const IconData calendar_ltr_16_regular = IconData(0xfdaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_16_regular = IconData( + 0xfdaf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 20 and regular style. - static const IconData calendar_ltr_20_regular = IconData(0xfd1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_20_regular = IconData( + 0xfd1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 24 and regular style. - static const IconData calendar_ltr_24_regular = IconData(0xfd1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_24_regular = IconData( + 0xfd1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 28 and regular style. - static const IconData calendar_ltr_28_regular = IconData(0xfd1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_28_regular = IconData( + 0xfd1f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 32 and regular style. - static const IconData calendar_ltr_32_regular = IconData(0xfdb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_32_regular = IconData( + 0xfdb0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 48 and regular style. - static const IconData calendar_ltr_48_regular = IconData(0x102d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_ltr_48_regular = IconData( + 0x102d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mail" in size 16 and regular style. - static const IconData calendar_mail_16_regular = IconData(0xfebb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_mail_16_regular = IconData( + 0xfebb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mail" in size 20 and regular style. - static const IconData calendar_mail_20_regular = IconData(0x1038c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_mail_20_regular = IconData( + 0x1038c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mention" in size 20 and regular style. - static const IconData calendar_mention_20_regular = IconData(0xf932, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_mention_20_regular = IconData( + 0xf932, + 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); + 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); + 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); + static const IconData calendar_month_28_regular = IconData( + 0xf22c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_multiple" in size 16 and regular style. - static const IconData calendar_multiple_16_regular = IconData(0xf204, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_multiple_16_regular = IconData( + 0xf204, + 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); + 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); + static const IconData calendar_multiple_24_regular = IconData( + 0xf22e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_multiple" in size 32 and regular style. - static const IconData calendar_multiple_32_regular = IconData(0xfe4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_multiple_32_regular = IconData( + 0xfe4b, + 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); + static const IconData calendar_overdue_24_regular = IconData( + 0xf22f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_pattern" in size 16 and regular style. - static const IconData calendar_pattern_16_regular = IconData(0x104ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_pattern_16_regular = IconData( + 0x104ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_pattern" in size 20 and regular style. - static const IconData calendar_pattern_20_regular = IconData(0xfff5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_pattern_20_regular = IconData( + 0xfff5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_patterns" in size 16 and regular style. - static const IconData calendar_patterns_16_regular = IconData(0xf206, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_patterns_16_regular = IconData( + 0xf206, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_person" in size 16 and regular style. - static const IconData calendar_person_16_regular = IconData(0xfff6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_person_16_regular = IconData( + 0xfff6, + 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); + static const IconData calendar_person_20_regular = IconData( + 0xf230, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_person" in size 24 and regular style. - static const IconData calendar_person_24_regular = IconData(0xf933, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_person_24_regular = IconData( + 0xf933, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_phone" in size 16 and regular style. - static const IconData calendar_phone_16_regular = IconData(0xfff7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_phone_16_regular = IconData( + 0xfff7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_phone" in size 20 and regular style. - static const IconData calendar_phone_20_regular = IconData(0xfff8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_phone_20_regular = IconData( + 0xfff8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 16 and regular style. - static const IconData calendar_question_mark_16_regular = IconData(0xf934, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_16_regular = IconData( + 0xf934, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 20 and regular style. - static const IconData calendar_question_mark_20_regular = IconData(0xf935, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_20_regular = IconData( + 0xf935, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 24 and regular style. - static const IconData calendar_question_mark_24_regular = IconData(0xf936, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_24_regular = IconData( + 0xf936, + 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); + 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); + 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); + 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); + static const IconData calendar_reply_28_regular = IconData( + 0xf234, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 12 and regular style. - static const IconData calendar_rtl_12_regular = IconData(0xfebc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_12_regular = IconData( + 0xfebc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 16 and regular style. - static const IconData calendar_rtl_16_regular = IconData(0xfebd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_16_regular = IconData( + 0xfebd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 20 and regular style. - static const IconData calendar_rtl_20_regular = IconData(0xfd20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_20_regular = IconData( + 0xfd20, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 24 and regular style. - static const IconData calendar_rtl_24_regular = IconData(0xfd21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_24_regular = IconData( + 0xfd21, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 28 and regular style. - static const IconData calendar_rtl_28_regular = IconData(0xfd22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_28_regular = IconData( + 0xfd22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 32 and regular style. - static const IconData calendar_rtl_32_regular = IconData(0xfdb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_32_regular = IconData( + 0xfdb1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 48 and regular style. - static const IconData calendar_rtl_48_regular = IconData(0x102d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_rtl_48_regular = IconData( + 0x102d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_search" in size 16 and regular style. - static const IconData calendar_search_16_regular = IconData(0xf860, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_search_16_regular = IconData( + 0xf860, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_search" in size 20 and regular style. - static const IconData calendar_search_20_regular = IconData(0xfff9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_search_20_regular = IconData( + 0xfff9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_settings" in size 16 and regular style. - static const IconData calendar_settings_16_regular = IconData(0xff47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_settings_16_regular = IconData( + 0xff47, + 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); + static const IconData calendar_settings_20_regular = IconData( + 0xf235, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_star" in size 16 and regular style. - static const IconData calendar_star_16_regular = IconData(0xfffa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_star_16_regular = IconData( + 0xfffa, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData calendar_today_28_regular = IconData( + 0xf23e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_toolbox" in size 20 and regular style. - static const IconData calendar_toolbox_20_regular = IconData(0x10256, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_toolbox_20_regular = IconData( + 0x10256, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_toolbox" in size 24 and regular style. - static const IconData calendar_toolbox_24_regular = IconData(0x10257, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_toolbox_24_regular = IconData( + 0x10257, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_week_numbers" in size 20 and regular style. - static const IconData calendar_week_numbers_20_regular = IconData(0x1038d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_week_numbers_20_regular = IconData( + 0x1038d, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData calendar_work_week_24_regular = IconData( + 0xf245, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_work_week" in size 28 and regular style. - static const IconData calendar_work_week_28_regular = IconData(0x10133, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calendar_work_week_28_regular = IconData( + 0x10133, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 16 and regular style. - static const IconData call_16_regular = IconData(0xfbd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_16_regular = IconData( + 0xfbd6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 20 and regular style. - static const IconData call_20_regular = IconData(0xfbd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_20_regular = IconData( + 0xfbd7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 24 and regular style. - static const IconData call_24_regular = IconData(0xfbd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_24_regular = IconData( + 0xfbd8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 28 and regular style. - static const IconData call_28_regular = IconData(0xfbd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_28_regular = IconData( + 0xfbd9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 32 and regular style. - static const IconData call_32_regular = IconData(0xfdb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_32_regular = IconData( + 0xfdb2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 48 and regular style. - static const IconData call_48_regular = IconData(0x10180, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_48_regular = IconData( + 0x10180, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_add" in size 20 and regular style. - static const IconData call_add_20_regular = IconData(0x1038e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_add_20_regular = IconData( + 0x1038e, + 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); + static const IconData call_add_24_regular = IconData( + 0xf246, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_checkmark" in size 20 and regular style. - static const IconData call_checkmark_20_regular = IconData(0xf207, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_checkmark_20_regular = IconData( + 0xf207, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_checkmark" in size 24 and regular style. - static const IconData call_checkmark_24_regular = IconData(0xff48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_checkmark_24_regular = IconData( + 0xff48, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_connecting" in size 20 and regular style. - static const IconData call_connecting_20_regular = IconData(0xfb76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_connecting_20_regular = IconData( + 0xfb76, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_dismiss" in size 20 and regular style. - static const IconData call_dismiss_20_regular = IconData(0xf208, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_dismiss_20_regular = IconData( + 0xf208, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_dismiss" in size 24 and regular style. - static const IconData call_dismiss_24_regular = IconData(0xf20b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_dismiss_24_regular = IconData( + 0xf20b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_end" in size 16 and regular style. - static const IconData call_end_16_regular = IconData(0xff49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_end_16_regular = IconData( + 0xff49, + 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); + 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); + 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); + static const IconData call_end_28_regular = IconData( + 0xf249, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_exclamation" in size 20 and regular style. - static const IconData call_exclamation_20_regular = IconData(0xfb77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_exclamation_20_regular = IconData( + 0xfb77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 16 and regular style. - static const IconData call_forward_16_regular = IconData(0xf93c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_forward_16_regular = IconData( + 0xf93c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 20 and regular style. - static const IconData call_forward_20_regular = IconData(0xf93d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_forward_20_regular = IconData( + 0xf93d, + 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); + static const IconData call_forward_24_regular = IconData( + 0xf24a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 28 and regular style. - static const IconData call_forward_28_regular = IconData(0xf93e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_forward_28_regular = IconData( + 0xf93e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 48 and regular style. - static const IconData call_forward_48_regular = IconData(0xf93f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_forward_48_regular = IconData( + 0xf93f, + 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); + static const IconData call_inbound_16_regular = IconData( + 0xf24b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 20 and regular style. - static const IconData call_inbound_20_regular = IconData(0xf940, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_inbound_20_regular = IconData( + 0xf940, + 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); + static const IconData call_inbound_24_regular = IconData( + 0xf24c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 28 and regular style. - static const IconData call_inbound_28_regular = IconData(0xf941, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_inbound_28_regular = IconData( + 0xf941, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 48 and regular style. - static const IconData call_inbound_48_regular = IconData(0xf942, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_inbound_48_regular = IconData( + 0xf942, + 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); + static const IconData call_missed_16_regular = IconData( + 0xf24d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 20 and regular style. - static const IconData call_missed_20_regular = IconData(0xfbda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_missed_20_regular = IconData( + 0xfbda, + 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); + static const IconData call_missed_24_regular = IconData( + 0xf24e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 28 and regular style. - static const IconData call_missed_28_regular = IconData(0xf943, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_missed_28_regular = IconData( + 0xf943, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 48 and regular style. - static const IconData call_missed_48_regular = IconData(0xf944, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_missed_48_regular = IconData( + 0xf944, + 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); + static const IconData call_outbound_16_regular = IconData( + 0xf24f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 20 and regular style. - static const IconData call_outbound_20_regular = IconData(0xf945, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_outbound_20_regular = IconData( + 0xf945, + 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); + static const IconData call_outbound_24_regular = IconData( + 0xf250, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 28 and regular style. - static const IconData call_outbound_28_regular = IconData(0xf946, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_outbound_28_regular = IconData( + 0xf946, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 48 and regular style. - static const IconData call_outbound_48_regular = IconData(0xf947, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_outbound_48_regular = IconData( + 0xf947, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 16 and regular style. - static const IconData call_park_16_regular = IconData(0xf948, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_park_16_regular = IconData( + 0xf948, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 20 and regular style. - static const IconData call_park_20_regular = IconData(0xf949, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_park_20_regular = IconData( + 0xf949, + 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); + static const IconData call_park_24_regular = IconData( + 0xf251, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 28 and regular style. - static const IconData call_park_28_regular = IconData(0xf94a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_park_28_regular = IconData( + 0xf94a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 32 and regular style. - static const IconData call_park_32_regular = IconData(0xf861, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_park_32_regular = IconData( + 0xf861, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 48 and regular style. - static const IconData call_park_48_regular = IconData(0xf94b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_park_48_regular = IconData( + 0xf94b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_pause" in size 20 and regular style. - static const IconData call_pause_20_regular = IconData(0xf20c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_pause_20_regular = IconData( + 0xf20c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_pause" in size 24 and regular style. - static const IconData call_pause_24_regular = IconData(0xf20d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_pause_24_regular = IconData( + 0xf20d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 16 and regular style. - static const IconData call_prohibited_16_regular = IconData(0xfbdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_prohibited_16_regular = IconData( + 0xfbdb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 20 and regular style. - static const IconData call_prohibited_20_regular = IconData(0xfbdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_prohibited_20_regular = IconData( + 0xfbdc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 24 and regular style. - static const IconData call_prohibited_24_regular = IconData(0xfbdd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_prohibited_24_regular = IconData( + 0xfbdd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 28 and regular style. - static const IconData call_prohibited_28_regular = IconData(0xfbde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_prohibited_28_regular = IconData( + 0xfbde, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 48 and regular style. - static const IconData call_prohibited_48_regular = IconData(0xfbdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_prohibited_48_regular = IconData( + 0xfbdf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_transfer" in size 20 and regular style. - static const IconData call_transfer_20_regular = IconData(0xfb78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData call_transfer_20_regular = IconData( + 0xfb78, + 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); + 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); + static const IconData calligraphy_pen_24_regular = IconData( + 0xf253, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_checkmark" in size 20 and regular style. - static const IconData calligraphy_pen_checkmark_20_regular = IconData(0xfcc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_checkmark_20_regular = IconData( + 0xfcc7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_error" in size 20 and regular style. - static const IconData calligraphy_pen_error_20_regular = IconData(0xfdb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_error_20_regular = IconData( + 0xfdb3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_question_mark" in size 20 and regular style. - static const IconData calligraphy_pen_question_mark_20_regular = IconData(0xfcc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_question_mark_20_regular = IconData( + 0xfcc8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera" in size 16 and regular style. - static const IconData camera_16_regular = IconData(0xfe1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_16_regular = IconData( + 0xfe1c, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData camera_add_48_regular = IconData( + 0xf259, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 16 and regular style. - static const IconData camera_dome_16_regular = IconData(0xff4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_dome_16_regular = IconData( + 0xff4a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 20 and regular style. - static const IconData camera_dome_20_regular = IconData(0xff4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_dome_20_regular = IconData( + 0xff4b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 24 and regular style. - static const IconData camera_dome_24_regular = IconData(0xff4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_dome_24_regular = IconData( + 0xff4c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 28 and regular style. - static const IconData camera_dome_28_regular = IconData(0xff4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_dome_28_regular = IconData( + 0xff4d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 48 and regular style. - static const IconData camera_dome_48_regular = IconData(0xff4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_dome_48_regular = IconData( + 0xff4e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_edit" in size 20 and regular style. - static const IconData camera_edit_20_regular = IconData(0xf94c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_edit_20_regular = IconData( + 0xf94c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_off" in size 20 and regular style. - static const IconData camera_off_20_regular = IconData(0x1038f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_off_20_regular = IconData( + 0x1038f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_off" in size 24 and regular style. - static const IconData camera_off_24_regular = IconData(0xfb79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_off_24_regular = IconData( + 0xfb79, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_switch" in size 20 and regular style. - static const IconData camera_switch_20_regular = IconData(0x10258, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData camera_switch_20_regular = IconData( + 0x10258, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData caret_down_24_regular = IconData( + 0xf262, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 12 and regular style. - static const IconData caret_down_left_12_regular = IconData(0xfbe0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_left_12_regular = IconData( + 0xfbe0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 16 and regular style. - static const IconData caret_down_left_16_regular = IconData(0xfbe1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_left_16_regular = IconData( + 0xfbe1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 20 and regular style. - static const IconData caret_down_left_20_regular = IconData(0xfbe2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_left_20_regular = IconData( + 0xfbe2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 24 and regular style. - static const IconData caret_down_left_24_regular = IconData(0xfbe3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_left_24_regular = IconData( + 0xfbe3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 12 and regular style. - static const IconData caret_down_right_12_regular = IconData(0x104af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_right_12_regular = IconData( + 0x104af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 16 and regular style. - static const IconData caret_down_right_16_regular = IconData(0x104b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_right_16_regular = IconData( + 0x104b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 20 and regular style. - static const IconData caret_down_right_20_regular = IconData(0x104b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_right_20_regular = IconData( + 0x104b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 24 and regular style. - static const IconData caret_down_right_24_regular = IconData(0x104b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_down_right_24_regular = IconData( + 0x104b2, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData caret_right_24_regular = IconData( + 0xf26a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 12 and regular style. - static const IconData caret_up_12_regular = IconData(0xf94d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_up_12_regular = IconData( + 0xf94d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 16 and regular style. - static const IconData caret_up_16_regular = IconData(0xf94e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_up_16_regular = IconData( + 0xf94e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 20 and regular style. - static const IconData caret_up_20_regular = IconData(0xf94f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_up_20_regular = IconData( + 0xf94f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 24 and regular style. - static const IconData caret_up_24_regular = IconData(0xf950, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData caret_up_24_regular = IconData( + 0xf950, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cart" in size 16 and regular style. - static const IconData cart_16_regular = IconData(0xf951, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cart_16_regular = IconData( + 0xf951, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cart" in size 20 and regular style. - static const IconData cart_20_regular = IconData(0xf952, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cart_20_regular = IconData( + 0xf952, + 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); + 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); + 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); + 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); + static const IconData cast_28_regular = IconData( + 0xf26e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_3g" in size 20 and regular style. - static const IconData cellular_3g_20_regular = IconData(0x1060b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_3g_20_regular = IconData( + 0x1060b, + 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); + static const IconData cellular_3g_24_regular = IconData( + 0xf26f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_4g" in size 20 and regular style. - static const IconData cellular_4g_20_regular = IconData(0x1060c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_4g_20_regular = IconData( + 0x1060c, + 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); + static const IconData cellular_4g_24_regular = IconData( + 0xf270, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_5g" in size 20 and regular style. - static const IconData cellular_5g_20_regular = IconData(0x1060d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_5g_20_regular = IconData( + 0x1060d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_5g" in size 24 and regular style. - static const IconData cellular_5g_24_regular = IconData(0xfcc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_5g_24_regular = IconData( + 0xfcc9, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData cellular_data_5_24_regular = IconData( + 0xf27a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_cellular_off" in size 24 and regular style. - static const IconData cellular_data_cellular_off_24_regular = IconData(0xfbe4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_data_cellular_off_24_regular = IconData( + 0xfbe4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_cellular_unavailable" in size 24 and regular style. - static const IconData cellular_data_cellular_unavailable_24_regular = IconData(0xfbe5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_data_cellular_unavailable_24_regular = + IconData( + 0xfbe5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_unavailable" in size 24 and regular style. - static const IconData cellular_data_unavailable_24_regular = IconData(0xf21f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_data_unavailable_24_regular = IconData( + 0xf21f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_off" in size 20 and regular style. - static const IconData cellular_off_20_regular = IconData(0x10390, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_off_20_regular = IconData( + 0x10390, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_off" in size 24 and regular style. - static const IconData cellular_off_24_regular = IconData(0x104b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_off_24_regular = IconData( + 0x104b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_warning" in size 20 and regular style. - static const IconData cellular_warning_20_regular = IconData(0x10407, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_warning_20_regular = IconData( + 0x10407, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_warning" in size 24 and regular style. - static const IconData cellular_warning_24_regular = IconData(0x10048, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cellular_warning_24_regular = IconData( + 0x10048, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_horizontal" in size 20 and regular style. - static const IconData center_horizontal_20_regular = IconData(0x10112, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData center_horizontal_20_regular = IconData( + 0x10112, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_horizontal" in size 24 and regular style. - static const IconData center_horizontal_24_regular = IconData(0xfbe6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData center_horizontal_24_regular = IconData( + 0xfbe6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_vertical" in size 20 and regular style. - static const IconData center_vertical_20_regular = IconData(0x100b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData center_vertical_20_regular = IconData( + 0x100b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_vertical" in size 24 and regular style. - static const IconData center_vertical_24_regular = IconData(0xfbe7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData center_vertical_24_regular = IconData( + 0xfbe7, + 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); + 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); + 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); + 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); + 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); + static const IconData channel_24_regular = IconData( + 0xf282, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel" in size 28 and regular style. - static const IconData channel_28_regular = IconData(0xf955, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_28_regular = IconData( + 0xf955, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel" in size 48 and regular style. - static const IconData channel_48_regular = IconData(0xf956, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_48_regular = IconData( + 0xf956, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 16 and regular style. - static const IconData channel_add_16_regular = IconData(0xf957, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_add_16_regular = IconData( + 0xf957, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 20 and regular style. - static const IconData channel_add_20_regular = IconData(0xf958, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_add_20_regular = IconData( + 0xf958, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 24 and regular style. - static const IconData channel_add_24_regular = IconData(0xf959, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_add_24_regular = IconData( + 0xf959, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 28 and regular style. - static const IconData channel_add_28_regular = IconData(0xf95a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_add_28_regular = IconData( + 0xf95a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 48 and regular style. - static const IconData channel_add_48_regular = IconData(0xf95b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_add_48_regular = IconData( + 0xf95b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 16 and regular style. - static const IconData channel_alert_16_regular = IconData(0xf95c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_alert_16_regular = IconData( + 0xf95c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 20 and regular style. - static const IconData channel_alert_20_regular = IconData(0xf95d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_alert_20_regular = IconData( + 0xf95d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 24 and regular style. - static const IconData channel_alert_24_regular = IconData(0xf95e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_alert_24_regular = IconData( + 0xf95e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 28 and regular style. - static const IconData channel_alert_28_regular = IconData(0xf95f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_alert_28_regular = IconData( + 0xf95f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 48 and regular style. - static const IconData channel_alert_48_regular = IconData(0xf960, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_alert_48_regular = IconData( + 0xf960, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 16 and regular style. - static const IconData channel_arrow_left_16_regular = IconData(0xf961, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_16_regular = IconData( + 0xf961, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 20 and regular style. - static const IconData channel_arrow_left_20_regular = IconData(0xf962, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_20_regular = IconData( + 0xf962, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 24 and regular style. - static const IconData channel_arrow_left_24_regular = IconData(0xf963, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_24_regular = IconData( + 0xf963, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 28 and regular style. - static const IconData channel_arrow_left_28_regular = IconData(0xf964, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_28_regular = IconData( + 0xf964, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 48 and regular style. - static const IconData channel_arrow_left_48_regular = IconData(0xf965, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_48_regular = IconData( + 0xf965, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 16 and regular style. - static const IconData channel_dismiss_16_regular = IconData(0xf966, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_dismiss_16_regular = IconData( + 0xf966, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 20 and regular style. - static const IconData channel_dismiss_20_regular = IconData(0xf967, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_dismiss_20_regular = IconData( + 0xf967, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 24 and regular style. - static const IconData channel_dismiss_24_regular = IconData(0xf968, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_dismiss_24_regular = IconData( + 0xf968, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 28 and regular style. - static const IconData channel_dismiss_28_regular = IconData(0xf969, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_dismiss_28_regular = IconData( + 0xf969, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 48 and regular style. - static const IconData channel_dismiss_48_regular = IconData(0xf96a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_dismiss_48_regular = IconData( + 0xf96a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 12 and regular style. - static const IconData channel_share_12_regular = IconData(0xfbb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_12_regular = IconData( + 0xfbb1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 16 and regular style. - static const IconData channel_share_16_regular = IconData(0xfbb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_16_regular = IconData( + 0xfbb2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 20 and regular style. - static const IconData channel_share_20_regular = IconData(0xfbb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_20_regular = IconData( + 0xfbb3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 24 and regular style. - static const IconData channel_share_24_regular = IconData(0xfbb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_24_regular = IconData( + 0xfbb4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 28 and regular style. - static const IconData channel_share_28_regular = IconData(0xfbb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_28_regular = IconData( + 0xfbb5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 48 and regular style. - static const IconData channel_share_48_regular = IconData(0xfbb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_share_48_regular = IconData( + 0xfbb6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 16 and regular style. - static const IconData channel_subtract_16_regular = IconData(0x10134, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_subtract_16_regular = IconData( + 0x10134, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 20 and regular style. - static const IconData channel_subtract_20_regular = IconData(0x10135, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_subtract_20_regular = IconData( + 0x10135, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 24 and regular style. - static const IconData channel_subtract_24_regular = IconData(0x10136, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_subtract_24_regular = IconData( + 0x10136, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 28 and regular style. - static const IconData channel_subtract_28_regular = IconData(0x10137, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_subtract_28_regular = IconData( + 0x10137, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 48 and regular style. - static const IconData channel_subtract_48_regular = IconData(0x10138, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData channel_subtract_48_regular = IconData( + 0x10138, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_multiple" in size 20 and regular style. - static const IconData chart_multiple_20_regular = IconData(0x10408, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_multiple_20_regular = IconData( + 0x10408, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_multiple" in size 24 and regular style. - static const IconData chart_multiple_24_regular = IconData(0x10409, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_multiple_24_regular = IconData( + 0x10409, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 20 and regular style. - static const IconData chart_person_20_regular = IconData(0xfd8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_person_20_regular = IconData( + 0xfd8c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 24 and regular style. - static const IconData chart_person_24_regular = IconData(0xfd8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_person_24_regular = IconData( + 0xfd8d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 28 and regular style. - static const IconData chart_person_28_regular = IconData(0xfd8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_person_28_regular = IconData( + 0xfd8e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 48 and regular style. - static const IconData chart_person_48_regular = IconData(0xfd8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chart_person_48_regular = IconData( + 0xfd8f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 12 and regular style. - static const IconData chat_12_regular = IconData(0xff4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_12_regular = IconData( + 0xff4f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 16 and regular style. - static const IconData chat_16_regular = IconData(0xf96b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_16_regular = IconData( + 0xf96b, + 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); + 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); + 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); + static const IconData chat_28_regular = IconData( + 0xf288, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 32 and regular style. - static const IconData chat_32_regular = IconData(0xfdb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_32_regular = IconData( + 0xfdb4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 48 and regular style. - static const IconData chat_48_regular = IconData(0xfb2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_48_regular = IconData( + 0xfb2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_back" in size 16 and regular style. - static const IconData chat_arrow_back_16_regular = IconData(0xfffb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_arrow_back_16_regular = IconData( + 0xfffb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_back" in size 20 and regular style. - static const IconData chat_arrow_back_20_regular = IconData(0xfffc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_arrow_back_20_regular = IconData( + 0xfffc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_double_back" in size 16 and regular style. - static const IconData chat_arrow_double_back_16_regular = IconData(0xfffd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_arrow_double_back_16_regular = IconData( + 0xfffd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_double_back" in size 20 and regular style. - static const IconData chat_arrow_double_back_20_regular = IconData(0xfffe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_arrow_double_back_20_regular = IconData( + 0xfffe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_bubbles_question" in size 16 and regular style. - static const IconData chat_bubbles_question_16_regular = IconData(0xf8a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_bubbles_question_16_regular = IconData( + 0xf8a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_bubbles_question" in size 20 and regular style. - static const IconData chat_bubbles_question_20_regular = IconData(0xfb7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_bubbles_question_20_regular = IconData( + 0xfb7a, + 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); + static const IconData chat_bubbles_question_24_regular = IconData( + 0xf289, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 16 and regular style. - static const IconData chat_dismiss_16_regular = IconData(0x100b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_dismiss_16_regular = IconData( + 0x100b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 20 and regular style. - static const IconData chat_dismiss_20_regular = IconData(0x10338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_dismiss_20_regular = IconData( + 0x10338, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 24 and regular style. - static const IconData chat_dismiss_24_regular = IconData(0x10339, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_dismiss_24_regular = IconData( + 0x10339, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_help" in size 20 and regular style. - static const IconData chat_help_20_regular = IconData(0xf220, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_help_20_regular = IconData( + 0xf220, + 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); + static const IconData chat_help_24_regular = IconData( + 0xf28a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_mail" in size 20 and regular style. - static const IconData chat_mail_20_regular = IconData(0xfb7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_mail_20_regular = IconData( + 0xfb7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 16 and regular style. - static const IconData chat_multiple_16_regular = IconData(0xf8a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_multiple_16_regular = IconData( + 0xf8a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 20 and regular style. - static const IconData chat_multiple_20_regular = IconData(0xf8c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_multiple_20_regular = IconData( + 0xf8c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 24 and regular style. - static const IconData chat_multiple_24_regular = IconData(0xf8d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_multiple_24_regular = IconData( + 0xf8d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_off" in size 20 and regular style. - static const IconData chat_off_20_regular = IconData(0xfb7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_off_20_regular = IconData( + 0xfb7c, + 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); + static const IconData chat_off_24_regular = IconData( + 0xf28b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_settings" in size 20 and regular style. - static const IconData chat_settings_20_regular = IconData(0xf221, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_settings_20_regular = IconData( + 0xf221, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_settings" in size 24 and regular style. - static const IconData chat_settings_24_regular = IconData(0xf229, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_settings_24_regular = IconData( + 0xf229, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_video" in size 20 and regular style. - static const IconData chat_video_20_regular = IconData(0x101d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_video_20_regular = IconData( + 0x101d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_video" in size 24 and regular style. - static const IconData chat_video_24_regular = IconData(0x101d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_video_24_regular = IconData( + 0x101d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_warning" in size 16 and regular style. - static const IconData chat_warning_16_regular = IconData(0x100b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_warning_16_regular = IconData( + 0x100b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_warning" in size 20 and regular style. - static const IconData chat_warning_20_regular = IconData(0x10459, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chat_warning_20_regular = IconData( + 0x10459, + 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); + static const IconData chat_warning_24_regular = IconData( + 0xf28c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "check" in size 20 and regular style. - static const IconData check_20_regular = IconData(0xf27b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData check_20_regular = IconData( + 0xf27b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "check" in size 24 and regular style. - static const IconData check_24_regular = IconData(0xffff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData check_24_regular = IconData( + 0xffff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_1" in size 20 and regular style. - static const IconData checkbox_1_20_regular = IconData(0x1060e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_1_20_regular = IconData( + 0x1060e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_1" in size 24 and regular style. - static const IconData checkbox_1_24_regular = IconData(0xfcca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_1_24_regular = IconData( + 0xfcca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_2" in size 20 and regular style. - static const IconData checkbox_2_20_regular = IconData(0x1060f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_2_20_regular = IconData( + 0x1060f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_2" in size 24 and regular style. - static const IconData checkbox_2_24_regular = IconData(0xfccb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_2_24_regular = IconData( + 0xfccb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_arrow_right" in size 20 and regular style. - static const IconData checkbox_arrow_right_20_regular = IconData(0x1040a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_arrow_right_20_regular = IconData( + 0x1040a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_arrow_right" in size 24 and regular style. - static const IconData checkbox_arrow_right_24_regular = IconData(0xfccc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_arrow_right_24_regular = IconData( + 0xfccc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked" in size 16 and regular style. - static const IconData checkbox_checked_16_regular = IconData(0xf27c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_checked_16_regular = IconData( + 0xf27c, + 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); + 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); + static const IconData checkbox_checked_24_regular = IconData( + 0xf28e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked_sync" in size 16 and regular style. - static const IconData checkbox_checked_sync_16_regular = IconData(0xf27d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_checked_sync_16_regular = IconData( + 0xf27d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked_sync" in size 20 and regular style. - static const IconData checkbox_checked_sync_20_regular = IconData(0x10000, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_checked_sync_20_regular = IconData( + 0x10000, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 16 and regular style. - static const IconData checkbox_indeterminate_16_regular = IconData(0x100b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_16_regular = IconData( + 0x100b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 20 and regular style. - static const IconData checkbox_indeterminate_20_regular = IconData(0x100b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_20_regular = IconData( + 0x100b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 24 and regular style. - static const IconData checkbox_indeterminate_24_regular = IconData(0x100b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_24_regular = IconData( + 0x100b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 16 and regular style. - static const IconData checkbox_person_16_regular = IconData(0x1045a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_person_16_regular = IconData( + 0x1045a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 20 and regular style. - static const IconData checkbox_person_20_regular = IconData(0x1045b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_person_20_regular = IconData( + 0x1045b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 24 and regular style. - static const IconData checkbox_person_24_regular = IconData(0xfccd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_person_24_regular = IconData( + 0xfccd, + 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); + 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); + 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); + 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); + static const IconData checkbox_unchecked_24_regular = IconData( + 0xf292, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_warning" in size 20 and regular style. - static const IconData checkbox_warning_20_regular = IconData(0x1040b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_warning_20_regular = IconData( + 0x1040b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_warning" in size 24 and regular style. - static const IconData checkbox_warning_24_regular = IconData(0xfcce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkbox_warning_24_regular = IconData( + 0xfcce, + 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); + static const IconData checkmark_12_regular = IconData( + 0xf293, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 16 and regular style. - static const IconData checkmark_16_regular = IconData(0xf96c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_16_regular = IconData( + 0xf96c, + 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); + 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); + 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); + static const IconData checkmark_28_regular = IconData( + 0xf296, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 32 and regular style. - static const IconData checkmark_32_regular = IconData(0xf8d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_32_regular = IconData( + 0xf8d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 48 and regular style. - static const IconData checkmark_48_regular = IconData(0xfb7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_48_regular = IconData( + 0xfb7d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_circle" in size 12 and regular style. - static const IconData checkmark_circle_12_regular = IconData(0xfea1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_circle_12_regular = IconData( + 0xfea1, + 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); + 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); + 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); + static const IconData checkmark_circle_24_regular = IconData( + 0xf299, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_circle" in size 32 and regular style. - static const IconData checkmark_circle_32_regular = IconData(0xf8e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_circle_32_regular = IconData( + 0xf8e8, + 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); + 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); + 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); + 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); + static const IconData checkmark_lock_24_regular = IconData( + 0xf29d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_note" in size 20 and regular style. - static const IconData checkmark_note_20_regular = IconData(0x10610, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_note_20_regular = IconData( + 0x10610, + 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); + static const IconData checkmark_square_24_regular = IconData( + 0xf29e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 16 and regular style. - static const IconData checkmark_starburst_16_regular = IconData(0xf283, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_16_regular = IconData( + 0xf283, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 20 and regular style. - static const IconData checkmark_starburst_20_regular = IconData(0x1029f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_20_regular = IconData( + 0x1029f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 24 and regular style. - static const IconData checkmark_starburst_24_regular = IconData(0x102a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_24_regular = IconData( + 0x102a0, + 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); + 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); + static const IconData checkmark_underline_circle_20_regular = IconData( + 0xf2a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 12 and regular style. - static const IconData chevron_circle_down_12_regular = IconData(0x1045c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_12_regular = IconData( + 0x1045c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 16 and regular style. - static const IconData chevron_circle_down_16_regular = IconData(0x1045d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_16_regular = IconData( + 0x1045d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 20 and regular style. - static const IconData chevron_circle_down_20_regular = IconData(0x1045e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_20_regular = IconData( + 0x1045e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 24 and regular style. - static const IconData chevron_circle_down_24_regular = IconData(0xfbe8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_24_regular = IconData( + 0xfbe8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 28 and regular style. - static const IconData chevron_circle_down_28_regular = IconData(0x1045f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_28_regular = IconData( + 0x1045f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 32 and regular style. - static const IconData chevron_circle_down_32_regular = IconData(0x10391, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_32_regular = IconData( + 0x10391, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 48 and regular style. - static const IconData chevron_circle_down_48_regular = IconData(0x10460, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_48_regular = IconData( + 0x10460, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 12 and regular style. - static const IconData chevron_circle_left_12_regular = IconData(0x10461, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_12_regular = IconData( + 0x10461, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 16 and regular style. - static const IconData chevron_circle_left_16_regular = IconData(0x10462, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_16_regular = IconData( + 0x10462, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 20 and regular style. - static const IconData chevron_circle_left_20_regular = IconData(0x10463, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_20_regular = IconData( + 0x10463, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 24 and regular style. - static const IconData chevron_circle_left_24_regular = IconData(0x10464, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_24_regular = IconData( + 0x10464, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 28 and regular style. - static const IconData chevron_circle_left_28_regular = IconData(0x10465, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_28_regular = IconData( + 0x10465, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 32 and regular style. - static const IconData chevron_circle_left_32_regular = IconData(0x10466, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_32_regular = IconData( + 0x10466, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 48 and regular style. - static const IconData chevron_circle_left_48_regular = IconData(0x10467, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_48_regular = IconData( + 0x10467, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 12 and regular style. - static const IconData chevron_circle_right_12_regular = IconData(0x100ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_12_regular = IconData( + 0x100ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 16 and regular style. - static const IconData chevron_circle_right_16_regular = IconData(0x10468, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_16_regular = IconData( + 0x10468, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 20 and regular style. - static const IconData chevron_circle_right_20_regular = IconData(0x10469, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_20_regular = IconData( + 0x10469, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 24 and regular style. - static const IconData chevron_circle_right_24_regular = IconData(0xfbe9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_24_regular = IconData( + 0xfbe9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 28 and regular style. - static const IconData chevron_circle_right_28_regular = IconData(0x1046a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_28_regular = IconData( + 0x1046a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 32 and regular style. - static const IconData chevron_circle_right_32_regular = IconData(0x1046b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_32_regular = IconData( + 0x1046b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 48 and regular style. - static const IconData chevron_circle_right_48_regular = IconData(0x1046c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_48_regular = IconData( + 0x1046c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 12 and regular style. - static const IconData chevron_circle_up_12_regular = IconData(0x1046d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_12_regular = IconData( + 0x1046d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 16 and regular style. - static const IconData chevron_circle_up_16_regular = IconData(0x1046e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_16_regular = IconData( + 0x1046e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 20 and regular style. - static const IconData chevron_circle_up_20_regular = IconData(0x1046f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_20_regular = IconData( + 0x1046f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 24 and regular style. - static const IconData chevron_circle_up_24_regular = IconData(0x10470, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_24_regular = IconData( + 0x10470, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 28 and regular style. - static const IconData chevron_circle_up_28_regular = IconData(0x10471, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_28_regular = IconData( + 0x10471, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 32 and regular style. - static const IconData chevron_circle_up_32_regular = IconData(0x10392, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_32_regular = IconData( + 0x10392, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 48 and regular style. - static const IconData chevron_circle_up_48_regular = IconData(0x10472, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_48_regular = IconData( + 0x10472, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_down" in size 16 and regular style. - static const IconData chevron_double_down_16_regular = IconData(0xf284, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_down_16_regular = IconData( + 0xf284, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_down" in size 20 and regular style. - static const IconData chevron_double_down_20_regular = IconData(0xff50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_down_20_regular = IconData( + 0xff50, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_left" in size 16 and regular style. - static const IconData chevron_double_left_16_regular = IconData(0xf285, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_left_16_regular = IconData( + 0xf285, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_left" in size 20 and regular style. - static const IconData chevron_double_left_20_regular = IconData(0xff51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_left_20_regular = IconData( + 0xff51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_right" in size 16 and regular style. - static const IconData chevron_double_right_16_regular = IconData(0xf2a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_right_16_regular = IconData( + 0xf2a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_right" in size 20 and regular style. - static const IconData chevron_double_right_20_regular = IconData(0xff52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_right_20_regular = IconData( + 0xff52, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_up" in size 16 and regular style. - static const IconData chevron_double_up_16_regular = IconData(0xfebe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_up_16_regular = IconData( + 0xfebe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_up" in size 20 and regular style. - static const IconData chevron_double_up_20_regular = IconData(0xfebf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_double_up_20_regular = IconData( + 0xfebf, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData chevron_down_48_regular = IconData( + 0xf2a6, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData chevron_up_48_regular = IconData( + 0xf2b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 16 and regular style. - static const IconData chevron_up_down_16_regular = IconData(0x10001, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_up_down_16_regular = IconData( + 0x10001, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 20 and regular style. - static const IconData chevron_up_down_20_regular = IconData(0xfe4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_up_down_20_regular = IconData( + 0xfe4c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 24 and regular style. - static const IconData chevron_up_down_24_regular = IconData(0xfe4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chevron_up_down_24_regular = IconData( + 0xfe4d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 16 and regular style. - static const IconData chopsticks_16_regular = IconData(0xf2d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chopsticks_16_regular = IconData( + 0xf2d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 20 and regular style. - static const IconData chopsticks_20_regular = IconData(0xf2da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chopsticks_20_regular = IconData( + 0xf2da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 24 and regular style. - static const IconData chopsticks_24_regular = IconData(0xf302, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chopsticks_24_regular = IconData( + 0xf302, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 28 and regular style. - static const IconData chopsticks_28_regular = IconData(0xf309, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData chopsticks_28_regular = IconData( + 0xf309, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 12 and regular style. - static const IconData circle_12_regular = IconData(0xfe4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_12_regular = IconData( + 0xfe4e, + 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); + 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); + 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); + static const IconData circle_24_regular = IconData( + 0xf2bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 32 and regular style. - static const IconData circle_32_regular = IconData(0x101d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_32_regular = IconData( + 0x101d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 48 and regular style. - static const IconData circle_48_regular = IconData(0x10393, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_48_regular = IconData( + 0x10393, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_edit" in size 20 and regular style. - static const IconData circle_edit_20_regular = IconData(0x10473, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_edit_20_regular = IconData( + 0x10473, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_edit" in size 24 and regular style. - static const IconData circle_edit_24_regular = IconData(0xfccf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_edit_24_regular = IconData( + 0xfccf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_half_fill" in size 12 and regular style. - static const IconData circle_half_fill_12_regular = IconData(0xfe4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_half_fill_12_regular = IconData( + 0xfe4f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_half_fill" in size 16 and regular style. - static const IconData circle_half_fill_16_regular = IconData(0xf30a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_half_fill_16_regular = IconData( + 0xf30a, + 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); + 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); + static const IconData circle_half_fill_24_regular = IconData( + 0xf2be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_line" in size 12 and regular style. - static const IconData circle_line_12_regular = IconData(0xfe50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_line_12_regular = IconData( + 0xfe50, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_line" in size 20 and regular style. - static const IconData circle_line_20_regular = IconData(0x10474, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_line_20_regular = IconData( + 0x10474, + 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); + static const IconData circle_line_24_regular = IconData( + 0xf2bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_multiple_subtract_checkmark" in size 20 and regular style. - static const IconData circle_multiple_subtract_checkmark_20_regular = IconData(0x106f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_multiple_subtract_checkmark_20_regular = + IconData( + 0x106f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_off" in size 16 and regular style. - static const IconData circle_off_16_regular = IconData(0x100bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_off_16_regular = IconData( + 0x100bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_off" in size 20 and regular style. - static const IconData circle_off_20_regular = IconData(0x10475, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_off_20_regular = IconData( + 0x10475, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_small" in size 20 and regular style. - static const IconData circle_small_20_regular = IconData(0xfd23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_small_20_regular = IconData( + 0xfd23, + 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); + static const IconData circle_small_24_regular = IconData( + 0xf2c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_back" in size 16 and regular style. - static const IconData circle_subtract_arrow_back_16_regular = IconData(0xf8e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_back_16_regular = IconData( + 0xf8e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_back" in size 20 and regular style. - static const IconData circle_subtract_arrow_back_20_regular = IconData(0x10002, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_back_20_regular = IconData( + 0x10002, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_forward" in size 16 and regular style. - static const IconData circle_subtract_arrow_forward_16_regular = IconData(0xf8ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_forward_16_regular = IconData( + 0xf8ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_forward" in size 20 and regular style. - static const IconData circle_subtract_arrow_forward_20_regular = IconData(0x10003, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_forward_20_regular = IconData( + 0x10003, + 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); + 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); + 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); + static const IconData city_24_regular = IconData( + 0xf2c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "class" in size 20 and regular style. - static const IconData class_20_regular = IconData(0x10476, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData class_20_regular = IconData( + 0x10476, + 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); + 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); + 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); + 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); + static const IconData classification_24_regular = IconData( + 0xf2c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clear_formatting" in size 16 and regular style. - static const IconData clear_formatting_16_regular = IconData(0x10211, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clear_formatting_16_regular = IconData( + 0x10211, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clear_formatting" in size 20 and regular style. - static const IconData clear_formatting_20_regular = IconData(0x10212, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clear_formatting_20_regular = IconData( + 0x10212, + 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); + static const IconData clear_formatting_24_regular = IconData( + 0xf2c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard" in size 16 and regular style. - static const IconData clipboard_16_regular = IconData(0xfd24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_16_regular = IconData( + 0xfd24, + 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); + 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); + static const IconData clipboard_24_regular = IconData( + 0xf2ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 16 and regular style. - static const IconData clipboard_arrow_right_16_regular = IconData(0xfd25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_16_regular = IconData( + 0xfd25, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 20 and regular style. - static const IconData clipboard_arrow_right_20_regular = IconData(0xfd26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_20_regular = IconData( + 0xfd26, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 24 and regular style. - static const IconData clipboard_arrow_right_24_regular = IconData(0xfd27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_24_regular = IconData( + 0xfd27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_ltr" in size 16 and regular style. - static const IconData clipboard_bullet_list_ltr_16_regular = IconData(0xf915, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_ltr_16_regular = IconData( + 0xf915, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_ltr" in size 20 and regular style. - static const IconData clipboard_bullet_list_ltr_20_regular = IconData(0xff53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_ltr_20_regular = IconData( + 0xff53, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_rtl" in size 16 and regular style. - static const IconData clipboard_bullet_list_rtl_16_regular = IconData(0xf91f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_rtl_16_regular = IconData( + 0xf91f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_rtl" in size 20 and regular style. - static const IconData clipboard_bullet_list_rtl_20_regular = IconData(0xff54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_rtl_20_regular = IconData( + 0xff54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_checkmark" in size 20 and regular style. - static const IconData clipboard_checkmark_20_regular = IconData(0xff55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_checkmark_20_regular = IconData( + 0xff55, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_checkmark" in size 24 and regular style. - static const IconData clipboard_checkmark_24_regular = IconData(0xff56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_checkmark_24_regular = IconData( + 0xff56, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_clock" in size 20 and regular style. - static const IconData clipboard_clock_20_regular = IconData(0x10213, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_clock_20_regular = IconData( + 0x10213, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_clock" in size 24 and regular style. - static const IconData clipboard_clock_24_regular = IconData(0x10214, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_clock_24_regular = IconData( + 0x10214, + 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); + 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); + 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); + static const IconData clipboard_code_24_regular = IconData( + 0xf2cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 20 and regular style. - static const IconData clipboard_data_bar_20_regular = IconData(0x10477, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_20_regular = IconData( + 0x10477, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 24 and regular style. - static const IconData clipboard_data_bar_24_regular = IconData(0x10478, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_24_regular = IconData( + 0x10478, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 32 and regular style. - static const IconData clipboard_data_bar_32_regular = IconData(0xfdb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_32_regular = IconData( + 0xfdb5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_edit" in size 20 and regular style. - static const IconData clipboard_edit_20_regular = IconData(0x10567, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_edit_20_regular = IconData( + 0x10567, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_error" in size 20 and regular style. - static const IconData clipboard_error_20_regular = IconData(0xff57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_error_20_regular = IconData( + 0xff57, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_error" in size 24 and regular style. - static const IconData clipboard_error_24_regular = IconData(0xff58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_error_24_regular = IconData( + 0xff58, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_heart" in size 20 and regular style. - static const IconData clipboard_heart_20_regular = IconData(0xf30b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_heart_20_regular = IconData( + 0xf30b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_heart" in size 24 and regular style. - static const IconData clipboard_heart_24_regular = IconData(0xff59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_heart_24_regular = IconData( + 0xff59, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_image" in size 20 and regular style. - static const IconData clipboard_image_20_regular = IconData(0x10479, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_image_20_regular = IconData( + 0x10479, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_image" in size 24 and regular style. - static const IconData clipboard_image_24_regular = IconData(0xfbea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_image_24_regular = IconData( + 0xfbea, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData clipboard_link_24_regular = IconData( + 0xf2d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_more" in size 20 and regular style. - static const IconData clipboard_more_20_regular = IconData(0x1047a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_more_20_regular = IconData( + 0x1047a, + 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); + static const IconData clipboard_more_24_regular = IconData( + 0xf2d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_note" in size 20 and regular style. - static const IconData clipboard_note_20_regular = IconData(0x10568, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_note_20_regular = IconData( + 0x10568, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_paste" in size 16 and regular style. - static const IconData clipboard_paste_16_regular = IconData(0xf96e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_paste_16_regular = IconData( + 0xf96e, + 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); + 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); + static const IconData clipboard_paste_24_regular = IconData( + 0xf2d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_pulse" in size 20 and regular style. - static const IconData clipboard_pulse_20_regular = IconData(0xf322, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_pulse_20_regular = IconData( + 0xf322, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_pulse" in size 24 and regular style. - static const IconData clipboard_pulse_24_regular = IconData(0x100bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_pulse_24_regular = IconData( + 0x100bc, + 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); + 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); + static const IconData clipboard_search_24_regular = IconData( + 0xf2d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_settings" in size 20 and regular style. - static const IconData clipboard_settings_20_regular = IconData(0xf32d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_settings_20_regular = IconData( + 0xf32d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_settings" in size 24 and regular style. - static const IconData clipboard_settings_24_regular = IconData(0x10139, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_settings_24_regular = IconData( + 0x10139, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task" in size 20 and regular style. - static const IconData clipboard_task_20_regular = IconData(0xff5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_20_regular = IconData( + 0xff5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task" in size 24 and regular style. - static const IconData clipboard_task_24_regular = IconData(0xff5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_24_regular = IconData( + 0xff5b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_add" in size 20 and regular style. - static const IconData clipboard_task_add_20_regular = IconData(0xff5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_add_20_regular = IconData( + 0xff5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_add" in size 24 and regular style. - static const IconData clipboard_task_add_24_regular = IconData(0xff5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_add_24_regular = IconData( + 0xff5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_ltr" in size 20 and regular style. - static const IconData clipboard_task_list_ltr_20_regular = IconData(0xff5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_ltr_20_regular = IconData( + 0xff5e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_ltr" in size 24 and regular style. - static const IconData clipboard_task_list_ltr_24_regular = IconData(0xff5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_ltr_24_regular = IconData( + 0xff5f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_rtl" in size 20 and regular style. - static const IconData clipboard_task_list_rtl_20_regular = IconData(0xffd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_rtl_20_regular = IconData( + 0xffd4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_rtl" in size 24 and regular style. - static const IconData clipboard_task_list_rtl_24_regular = IconData(0xffd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_rtl_24_regular = IconData( + 0xffd5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_ltr" in size 20 and regular style. - static const IconData clipboard_text_ltr_20_regular = IconData(0xfd28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_text_ltr_20_regular = IconData( + 0xfd28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_ltr" in size 24 and regular style. - static const IconData clipboard_text_ltr_24_regular = IconData(0xfd29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_text_ltr_24_regular = IconData( + 0xfd29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_rtl" in size 20 and regular style. - static const IconData clipboard_text_rtl_20_regular = IconData(0xfd2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_text_rtl_20_regular = IconData( + 0xfd2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_rtl" in size 24 and regular style. - static const IconData clipboard_text_rtl_24_regular = IconData(0xfd2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clipboard_text_rtl_24_regular = IconData( + 0xfd2b, + 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); + 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); + 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); + 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); + 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); + static const IconData clock_28_regular = IconData( + 0xf2df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock" in size 32 and regular style. - static const IconData clock_32_regular = IconData(0xfcd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_32_regular = IconData( + 0xfcd0, + 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); + static const IconData clock_48_regular = IconData( + 0xf2e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_alarm" in size 16 and regular style. - static const IconData clock_alarm_16_regular = IconData(0xff60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_alarm_16_regular = IconData( + 0xff60, + 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); + 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); + static const IconData clock_alarm_24_regular = IconData( + 0xf2e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_alarm" in size 32 and regular style. - static const IconData clock_alarm_32_regular = IconData(0xfdb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_alarm_32_regular = IconData( + 0xfdb6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_arrow_download" in size 20 and regular style. - static const IconData clock_arrow_download_20_regular = IconData(0xf32e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_arrow_download_20_regular = IconData( + 0xf32e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_arrow_download" in size 24 and regular style. - static const IconData clock_arrow_download_24_regular = IconData(0x100bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_arrow_download_24_regular = IconData( + 0x100bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_dismiss" in size 20 and regular style. - static const IconData clock_dismiss_20_regular = IconData(0x1047b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_dismiss_20_regular = IconData( + 0x1047b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_dismiss" in size 24 and regular style. - static const IconData clock_dismiss_24_regular = IconData(0xf96f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_dismiss_24_regular = IconData( + 0xf96f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_pause" in size 20 and regular style. - static const IconData clock_pause_20_regular = IconData(0x10394, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_pause_20_regular = IconData( + 0x10394, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_pause" in size 24 and regular style. - static const IconData clock_pause_24_regular = IconData(0x10395, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_pause_24_regular = IconData( + 0x10395, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_toolbox" in size 20 and regular style. - static const IconData clock_toolbox_20_regular = IconData(0x1040c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_toolbox_20_regular = IconData( + 0x1040c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_toolbox" in size 24 and regular style. - static const IconData clock_toolbox_24_regular = IconData(0x1040d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData clock_toolbox_24_regular = IconData( + 0x1040d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 16 and regular style. - static const IconData closed_caption_16_regular = IconData(0xf970, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_16_regular = IconData( + 0xf970, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 20 and regular style. - static const IconData closed_caption_20_regular = IconData(0xf971, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_20_regular = IconData( + 0xf971, + 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); + static const IconData closed_caption_24_regular = IconData( + 0xf2e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 28 and regular style. - static const IconData closed_caption_28_regular = IconData(0xf972, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_28_regular = IconData( + 0xf972, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 32 and regular style. - static const IconData closed_caption_32_regular = IconData(0x10181, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_32_regular = IconData( + 0x10181, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 48 and regular style. - static const IconData closed_caption_48_regular = IconData(0xf973, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_48_regular = IconData( + 0xf973, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 16 and regular style. - static const IconData closed_caption_off_16_regular = IconData(0xfe51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_off_16_regular = IconData( + 0xfe51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 20 and regular style. - static const IconData closed_caption_off_20_regular = IconData(0xfe52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_off_20_regular = IconData( + 0xfe52, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 24 and regular style. - static const IconData closed_caption_off_24_regular = IconData(0xfe53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_off_24_regular = IconData( + 0xfe53, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 28 and regular style. - static const IconData closed_caption_off_28_regular = IconData(0xfe54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_off_28_regular = IconData( + 0xfe54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 48 and regular style. - static const IconData closed_caption_off_48_regular = IconData(0xfe55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData closed_caption_off_48_regular = IconData( + 0xfe55, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 16 and regular style. - static const IconData cloud_16_regular = IconData(0xfcd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_16_regular = IconData( + 0xfcd1, + 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); + 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); + static const IconData cloud_24_regular = IconData( + 0xf2e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 28 and regular style. - static const IconData cloud_28_regular = IconData(0xfec0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_28_regular = IconData( + 0xfec0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 32 and regular style. - static const IconData cloud_32_regular = IconData(0xfcd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_32_regular = IconData( + 0xfcd2, + 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); + static const IconData cloud_48_regular = IconData( + 0xf2e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_add" in size 16 and regular style. - static const IconData cloud_add_16_regular = IconData(0xf32f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_add_16_regular = IconData( + 0xf32f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_add" in size 20 and regular style. - static const IconData cloud_add_20_regular = IconData(0xff61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_add_20_regular = IconData( + 0xff61, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 16 and regular style. - static const IconData cloud_archive_16_regular = IconData(0x1013a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_16_regular = IconData( + 0x1013a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 20 and regular style. - static const IconData cloud_archive_20_regular = IconData(0x1013b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_20_regular = IconData( + 0x1013b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 24 and regular style. - static const IconData cloud_archive_24_regular = IconData(0x10215, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_24_regular = IconData( + 0x10215, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 28 and regular style. - static const IconData cloud_archive_28_regular = IconData(0x10216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_28_regular = IconData( + 0x10216, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 32 and regular style. - static const IconData cloud_archive_32_regular = IconData(0x10217, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_32_regular = IconData( + 0x10217, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 48 and regular style. - static const IconData cloud_archive_48_regular = IconData(0x10218, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_archive_48_regular = IconData( + 0x10218, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 16 and regular style. - static const IconData cloud_arrow_down_16_regular = IconData(0x10049, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_16_regular = IconData( + 0x10049, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 20 and regular style. - static const IconData cloud_arrow_down_20_regular = IconData(0x1004a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_20_regular = IconData( + 0x1004a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 24 and regular style. - static const IconData cloud_arrow_down_24_regular = IconData(0x1004b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_24_regular = IconData( + 0x1004b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 28 and regular style. - static const IconData cloud_arrow_down_28_regular = IconData(0x1004c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_28_regular = IconData( + 0x1004c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 32 and regular style. - static const IconData cloud_arrow_down_32_regular = IconData(0x1004d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_32_regular = IconData( + 0x1004d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 48 and regular style. - static const IconData cloud_arrow_down_48_regular = IconData(0x1004e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_48_regular = IconData( + 0x1004e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 16 and regular style. - static const IconData cloud_arrow_up_16_regular = IconData(0x1004f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_16_regular = IconData( + 0x1004f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 20 and regular style. - static const IconData cloud_arrow_up_20_regular = IconData(0x10050, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_20_regular = IconData( + 0x10050, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 24 and regular style. - static const IconData cloud_arrow_up_24_regular = IconData(0x10051, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_24_regular = IconData( + 0x10051, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 28 and regular style. - static const IconData cloud_arrow_up_28_regular = IconData(0x10052, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_28_regular = IconData( + 0x10052, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 32 and regular style. - static const IconData cloud_arrow_up_32_regular = IconData(0x10053, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_32_regular = IconData( + 0x10053, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 48 and regular style. - static const IconData cloud_arrow_up_48_regular = IconData(0x10054, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_48_regular = IconData( + 0x10054, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 16 and regular style. - static const IconData cloud_backup_16_regular = IconData(0xfec1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_backup_16_regular = IconData( + 0xfec1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 20 and regular style. - static const IconData cloud_backup_20_regular = IconData(0xfec2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_backup_20_regular = IconData( + 0xfec2, + 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); + static const IconData cloud_backup_24_regular = IconData( + 0xf2e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 28 and regular style. - static const IconData cloud_backup_28_regular = IconData(0xfec3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_backup_28_regular = IconData( + 0xfec3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 32 and regular style. - static const IconData cloud_backup_32_regular = IconData(0xfec4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_backup_32_regular = IconData( + 0xfec4, + 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); + static const IconData cloud_backup_48_regular = IconData( + 0xf2e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 16 and regular style. - static const IconData cloud_checkmark_16_regular = IconData(0x10055, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_16_regular = IconData( + 0x10055, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 20 and regular style. - static const IconData cloud_checkmark_20_regular = IconData(0x10056, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_20_regular = IconData( + 0x10056, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 24 and regular style. - static const IconData cloud_checkmark_24_regular = IconData(0x10057, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_24_regular = IconData( + 0x10057, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 28 and regular style. - static const IconData cloud_checkmark_28_regular = IconData(0x10058, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_28_regular = IconData( + 0x10058, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 32 and regular style. - static const IconData cloud_checkmark_32_regular = IconData(0x10059, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_32_regular = IconData( + 0x10059, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 48 and regular style. - static const IconData cloud_checkmark_48_regular = IconData(0x1005a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_48_regular = IconData( + 0x1005a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 16 and regular style. - static const IconData cloud_dismiss_16_regular = IconData(0x1005b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_16_regular = IconData( + 0x1005b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 20 and regular style. - static const IconData cloud_dismiss_20_regular = IconData(0x1005c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_20_regular = IconData( + 0x1005c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 24 and regular style. - static const IconData cloud_dismiss_24_regular = IconData(0x1005d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_24_regular = IconData( + 0x1005d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 28 and regular style. - static const IconData cloud_dismiss_28_regular = IconData(0x1005e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_28_regular = IconData( + 0x1005e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 32 and regular style. - static const IconData cloud_dismiss_32_regular = IconData(0x1005f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_32_regular = IconData( + 0x1005f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 48 and regular style. - static const IconData cloud_dismiss_48_regular = IconData(0x10060, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_48_regular = IconData( + 0x10060, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 16 and regular style. - static const IconData cloud_download_16_regular = IconData(0xfe56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_download_16_regular = IconData( + 0xfe56, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 20 and regular style. - static const IconData cloud_download_20_regular = IconData(0xfe57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_download_20_regular = IconData( + 0xfe57, + 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); + static const IconData cloud_download_24_regular = IconData( + 0xf2e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 28 and regular style. - static const IconData cloud_download_28_regular = IconData(0xfec5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_download_28_regular = IconData( + 0xfec5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 32 and regular style. - static const IconData cloud_download_32_regular = IconData(0xf974, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_download_32_regular = IconData( + 0xf974, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 48 and regular style. - static const IconData cloud_download_48_regular = IconData(0xf975, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_download_48_regular = IconData( + 0xf975, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_edit" in size 16 and regular style. - static const IconData cloud_edit_16_regular = IconData(0xf330, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_edit_16_regular = IconData( + 0xf330, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_edit" in size 20 and regular style. - static const IconData cloud_edit_20_regular = IconData(0xff62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_edit_20_regular = IconData( + 0xff62, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_flow" in size 20 and regular style. - static const IconData cloud_flow_20_regular = IconData(0xf337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_flow_20_regular = IconData( + 0xf337, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_flow" in size 24 and regular style. - static const IconData cloud_flow_24_regular = IconData(0x100be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_flow_24_regular = IconData( + 0x100be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_link" in size 16 and regular style. - static const IconData cloud_link_16_regular = IconData(0xf338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_link_16_regular = IconData( + 0xf338, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_link" in size 20 and regular style. - static const IconData cloud_link_20_regular = IconData(0xff63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_link_20_regular = IconData( + 0xff63, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 16 and regular style. - static const IconData cloud_off_16_regular = IconData(0xfec6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_off_16_regular = IconData( + 0xfec6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 20 and regular style. - static const IconData cloud_off_20_regular = IconData(0xfec7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_off_20_regular = IconData( + 0xfec7, + 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); + static const IconData cloud_off_24_regular = IconData( + 0xf2ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 28 and regular style. - static const IconData cloud_off_28_regular = IconData(0xfec8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_off_28_regular = IconData( + 0xfec8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 32 and regular style. - static const IconData cloud_off_32_regular = IconData(0xfec9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_off_32_regular = IconData( + 0xfec9, + 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); + 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); + static const IconData cloud_offline_24_regular = IconData( + 0xf2ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_swap" in size 20 and regular style. - static const IconData cloud_swap_20_regular = IconData(0x100bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_swap_20_regular = IconData( + 0x100bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_swap" in size 24 and regular style. - static const IconData cloud_swap_24_regular = IconData(0x100c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_swap_24_regular = IconData( + 0x100c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 16 and regular style. - static const IconData cloud_sync_16_regular = IconData(0xfeca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_16_regular = IconData( + 0xfeca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 20 and regular style. - static const IconData cloud_sync_20_regular = IconData(0xfb7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_20_regular = IconData( + 0xfb7e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 24 and regular style. - static const IconData cloud_sync_24_regular = IconData(0xfecb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_24_regular = IconData( + 0xfecb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 28 and regular style. - static const IconData cloud_sync_28_regular = IconData(0xfecc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_28_regular = IconData( + 0xfecc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 32 and regular style. - static const IconData cloud_sync_32_regular = IconData(0xfecd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_32_regular = IconData( + 0xfecd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 48 and regular style. - static const IconData cloud_sync_48_regular = IconData(0xfece, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_48_regular = IconData( + 0xfece, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 16 and regular style. - static const IconData cloud_sync_complete_16_regular = IconData(0xfecf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_16_regular = IconData( + 0xfecf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 20 and regular style. - static const IconData cloud_sync_complete_20_regular = IconData(0xfed0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_20_regular = IconData( + 0xfed0, + 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); + static const IconData cloud_sync_complete_24_regular = IconData( + 0xf2ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 28 and regular style. - static const IconData cloud_sync_complete_28_regular = IconData(0xfed1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_28_regular = IconData( + 0xfed1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 32 and regular style. - static const IconData cloud_sync_complete_32_regular = IconData(0xfed2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_32_regular = IconData( + 0xfed2, + 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); + static const IconData cloud_sync_complete_48_regular = IconData( + 0xf2ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 16 and regular style. - static const IconData cloud_words_16_regular = IconData(0x1013c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_16_regular = IconData( + 0x1013c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 20 and regular style. - static const IconData cloud_words_20_regular = IconData(0x1013d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_20_regular = IconData( + 0x1013d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 24 and regular style. - static const IconData cloud_words_24_regular = IconData(0x1013e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_24_regular = IconData( + 0x1013e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 28 and regular style. - static const IconData cloud_words_28_regular = IconData(0x1013f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_28_regular = IconData( + 0x1013f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 32 and regular style. - static const IconData cloud_words_32_regular = IconData(0x10140, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_32_regular = IconData( + 0x10140, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 48 and regular style. - static const IconData cloud_words_48_regular = IconData(0x10141, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cloud_words_48_regular = IconData( + 0x10141, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "code" in size 16 and regular style. - static const IconData code_16_regular = IconData(0xf339, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData code_16_regular = IconData( + 0xf339, + 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); + 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); + static const IconData code_24_regular = IconData( + 0xf2f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_circle" in size 20 and regular style. - static const IconData code_circle_20_regular = IconData(0x100c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData code_circle_20_regular = IconData( + 0x100c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_text" in size 20 and regular style. - static const IconData code_text_20_regular = IconData(0x10611, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData code_text_20_regular = IconData( + 0x10611, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_text_edit" in size 20 and regular style. - static const IconData code_text_edit_20_regular = IconData(0x10612, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData code_text_edit_20_regular = IconData( + 0x10612, + 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); + 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); + 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); + 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); + static const IconData collections_add_24_regular = IconData( + 0xf2f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color" in size 16 and regular style. - static const IconData color_16_regular = IconData(0xff64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_16_regular = IconData( + 0xff64, + 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); + 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); + 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); + 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); + static const IconData color_background_24_regular = IconData( + 0xf2f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_background_accent" in size 20 and regular style. - static const IconData color_background_accent_20_regular = IconData(0xf976, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_background_accent_20_regular = IconData( + 0xf976, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_background_accent" in size 24 and regular style. - static const IconData color_background_accent_24_regular = IconData(0xf977, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_background_accent_24_regular = IconData( + 0xf977, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill" in size 16 and regular style. - static const IconData color_fill_16_regular = IconData(0x104de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_16_regular = IconData( + 0x104de, + 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); + 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); + static const IconData color_fill_24_regular = IconData( + 0xf2fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill" in size 28 and regular style. - static const IconData color_fill_28_regular = IconData(0x104df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_28_regular = IconData( + 0x104df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill_accent" in size 16 and regular style. - static const IconData color_fill_accent_16_regular = IconData(0x104e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_accent_16_regular = IconData( + 0x104e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill_accent" in size 20 and regular style. - static const IconData color_fill_accent_20_regular = IconData(0xf978, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_accent_20_regular = IconData( + 0xf978, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill_accent" in size 24 and regular style. - static const IconData color_fill_accent_24_regular = IconData(0xf979, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_accent_24_regular = IconData( + 0xf979, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill_accent" in size 28 and regular style. - static const IconData color_fill_accent_28_regular = IconData(0x104e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_fill_accent_28_regular = IconData( + 0x104e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_line" in size 16 and regular style. - static const IconData color_line_16_regular = IconData(0xf97a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_line_16_regular = IconData( + 0xf97a, + 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); + 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); + static const IconData color_line_24_regular = IconData( + 0xf2fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_line_accent" in size 16 and regular style. - static const IconData color_line_accent_16_regular = IconData(0xf97b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_line_accent_16_regular = IconData( + 0xf97b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_line_accent" in size 20 and regular style. - static const IconData color_line_accent_20_regular = IconData(0xf97c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_line_accent_20_regular = IconData( + 0xf97c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_line_accent" in size 24 and regular style. - static const IconData color_line_accent_24_regular = IconData(0xf97d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData color_line_accent_24_regular = IconData( + 0xf97d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column" in size 20 and regular style. - static const IconData column_20_regular = IconData(0x10613, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_20_regular = IconData( + 0x10613, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_arrow_right" in size 20 and regular style. - static const IconData column_arrow_right_20_regular = IconData(0x10142, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_arrow_right_20_regular = IconData( + 0x10142, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_edit" in size 20 and regular style. - static const IconData column_edit_20_regular = IconData(0xf920, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_edit_20_regular = IconData( + 0xf920, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_edit" in size 24 and regular style. - static const IconData column_edit_24_regular = IconData(0xf937, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_edit_24_regular = IconData( + 0xf937, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple" in size 20 and regular style. - static const IconData column_triple_20_regular = IconData(0xff65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_triple_20_regular = IconData( + 0xff65, + 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); + static const IconData column_triple_24_regular = IconData( + 0xf2fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple_edit" in size 20 and regular style. - static const IconData column_triple_edit_20_regular = IconData(0xff66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_triple_edit_20_regular = IconData( + 0xff66, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple_edit" in size 24 and regular style. - static const IconData column_triple_edit_24_regular = IconData(0xff67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData column_triple_edit_24_regular = IconData( + 0xff67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comma" in size 24 and regular style. - static const IconData comma_24_regular = IconData(0xffd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comma_24_regular = IconData( + 0xffd6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 12 and regular style. - static const IconData comment_12_regular = IconData(0xf97e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_12_regular = IconData( + 0xf97e, + 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); + 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); + 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); + static const IconData comment_24_regular = IconData( + 0xf300, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 28 and regular style. - static const IconData comment_28_regular = IconData(0xf97f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_28_regular = IconData( + 0xf97f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 48 and regular style. - static const IconData comment_48_regular = IconData(0xf980, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_48_regular = IconData( + 0xf980, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 12 and regular style. - static const IconData comment_add_12_regular = IconData(0xf981, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_add_12_regular = IconData( + 0xf981, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 16 and regular style. - static const IconData comment_add_16_regular = IconData(0xf982, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_add_16_regular = IconData( + 0xf982, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 20 and regular style. - static const IconData comment_add_20_regular = IconData(0xf983, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_add_20_regular = IconData( + 0xf983, + 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); + static const IconData comment_add_24_regular = IconData( + 0xf301, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 28 and regular style. - static const IconData comment_add_28_regular = IconData(0xf984, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_add_28_regular = IconData( + 0xf984, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 48 and regular style. - static const IconData comment_add_48_regular = IconData(0xf985, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_add_48_regular = IconData( + 0xf985, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 12 and regular style. - static const IconData comment_arrow_left_12_regular = IconData(0xf986, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_12_regular = IconData( + 0xf986, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 16 and regular style. - static const IconData comment_arrow_left_16_regular = IconData(0xf987, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_16_regular = IconData( + 0xf987, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 20 and regular style. - static const IconData comment_arrow_left_20_regular = IconData(0xf988, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_20_regular = IconData( + 0xf988, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 24 and regular style. - static const IconData comment_arrow_left_24_regular = IconData(0xfbeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_24_regular = IconData( + 0xfbeb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 28 and regular style. - static const IconData comment_arrow_left_28_regular = IconData(0xf989, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_28_regular = IconData( + 0xf989, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 48 and regular style. - static const IconData comment_arrow_left_48_regular = IconData(0xf98a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_48_regular = IconData( + 0xf98a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 12 and regular style. - static const IconData comment_arrow_right_12_regular = IconData(0xf98b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_12_regular = IconData( + 0xf98b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 16 and regular style. - static const IconData comment_arrow_right_16_regular = IconData(0xf98c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_16_regular = IconData( + 0xf98c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 20 and regular style. - static const IconData comment_arrow_right_20_regular = IconData(0xf98d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_20_regular = IconData( + 0xf98d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 24 and regular style. - static const IconData comment_arrow_right_24_regular = IconData(0xfbec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_24_regular = IconData( + 0xfbec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 28 and regular style. - static const IconData comment_arrow_right_28_regular = IconData(0xf98e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_28_regular = IconData( + 0xf98e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 48 and regular style. - static const IconData comment_arrow_right_48_regular = IconData(0xf98f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_48_regular = IconData( + 0xf98f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 12 and regular style. - static const IconData comment_checkmark_12_regular = IconData(0xf990, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_12_regular = IconData( + 0xf990, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 16 and regular style. - static const IconData comment_checkmark_16_regular = IconData(0xf991, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_16_regular = IconData( + 0xf991, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 20 and regular style. - static const IconData comment_checkmark_20_regular = IconData(0xf992, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_20_regular = IconData( + 0xf992, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 24 and regular style. - static const IconData comment_checkmark_24_regular = IconData(0xf993, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_24_regular = IconData( + 0xf993, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 28 and regular style. - static const IconData comment_checkmark_28_regular = IconData(0xf994, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_28_regular = IconData( + 0xf994, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 48 and regular style. - static const IconData comment_checkmark_48_regular = IconData(0xf995, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_checkmark_48_regular = IconData( + 0xf995, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_dismiss" in size 20 and regular style. - static const IconData comment_dismiss_20_regular = IconData(0x1047c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_dismiss_20_regular = IconData( + 0x1047c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_dismiss" in size 24 and regular style. - static const IconData comment_dismiss_24_regular = IconData(0xfbed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_dismiss_24_regular = IconData( + 0xfbed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_edit" in size 20 and regular style. - static const IconData comment_edit_20_regular = IconData(0xf996, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_edit_20_regular = IconData( + 0xf996, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_edit" in size 24 and regular style. - static const IconData comment_edit_24_regular = IconData(0xf997, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_edit_24_regular = IconData( + 0xf997, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 16 and regular style. - static const IconData comment_error_16_regular = IconData(0xf350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_error_16_regular = IconData( + 0xf350, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 20 and regular style. - static const IconData comment_error_20_regular = IconData(0xff68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_error_20_regular = IconData( + 0xff68, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 24 and regular style. - static const IconData comment_error_24_regular = IconData(0x1047d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_error_24_regular = IconData( + 0x1047d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_lightning" in size 20 and regular style. - static const IconData comment_lightning_20_regular = IconData(0xf351, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_lightning_20_regular = IconData( + 0xf351, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_lightning" in size 24 and regular style. - static const IconData comment_lightning_24_regular = IconData(0xf361, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_lightning_24_regular = IconData( + 0xf361, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData comment_multiple_24_regular = IconData( + 0xf308, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple" in size 28 and regular style. - static const IconData comment_multiple_28_regular = IconData(0x100c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_28_regular = IconData( + 0x100c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple" in size 32 and regular style. - static const IconData comment_multiple_32_regular = IconData(0x10259, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_32_regular = IconData( + 0x10259, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 16 and regular style. - static const IconData comment_multiple_checkmark_16_regular = IconData(0x100c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_16_regular = IconData( + 0x100c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 20 and regular style. - static const IconData comment_multiple_checkmark_20_regular = IconData(0x100c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_20_regular = IconData( + 0x100c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 24 and regular style. - static const IconData comment_multiple_checkmark_24_regular = IconData(0x100c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_24_regular = IconData( + 0x100c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 28 and regular style. - static const IconData comment_multiple_checkmark_28_regular = IconData(0x100c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_28_regular = IconData( + 0x100c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 16 and regular style. - static const IconData comment_multiple_link_16_regular = IconData(0x1025a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_16_regular = IconData( + 0x1025a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 20 and regular style. - static const IconData comment_multiple_link_20_regular = IconData(0x1025b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_20_regular = IconData( + 0x1025b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 24 and regular style. - static const IconData comment_multiple_link_24_regular = IconData(0x1025c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_24_regular = IconData( + 0x1025c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 28 and regular style. - static const IconData comment_multiple_link_28_regular = IconData(0x1025d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_28_regular = IconData( + 0x1025d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 32 and regular style. - static const IconData comment_multiple_link_32_regular = IconData(0x1025e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_32_regular = IconData( + 0x1025e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_note" in size 20 and regular style. - static const IconData comment_note_20_regular = IconData(0x1047e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_note_20_regular = IconData( + 0x1047e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_note" in size 24 and regular style. - static const IconData comment_note_24_regular = IconData(0xfcd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_note_24_regular = IconData( + 0xfcd3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 16 and regular style. - static const IconData comment_off_16_regular = IconData(0xf998, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_off_16_regular = IconData( + 0xf998, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 20 and regular style. - static const IconData comment_off_20_regular = IconData(0xf999, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_off_20_regular = IconData( + 0xf999, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 24 and regular style. - static const IconData comment_off_24_regular = IconData(0xf99a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_off_24_regular = IconData( + 0xf99a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 28 and regular style. - static const IconData comment_off_28_regular = IconData(0xf99b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_off_28_regular = IconData( + 0xf99b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 48 and regular style. - static const IconData comment_off_48_regular = IconData(0xf99c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData comment_off_48_regular = IconData( + 0xf99c, + 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); + 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); + 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); + static const IconData communication_24_regular = IconData( + 0xf30e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "communication_person" in size 20 and regular style. - static const IconData communication_person_20_regular = IconData(0xff69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData communication_person_20_regular = IconData( + 0xff69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "communication_person" in size 24 and regular style. - static const IconData communication_person_24_regular = IconData(0xff6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData communication_person_24_regular = IconData( + 0xff6a, + 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); + 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); + 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); + 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); + static const IconData compass_northwest_28_regular = IconData( + 0xf312, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "component_2_double_tap_swipe_down" in size 24 and regular style. - static const IconData component_2_double_tap_swipe_down_24_regular = IconData(0xfbee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData component_2_double_tap_swipe_down_24_regular = IconData( + 0xfbee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and regular style. - static const IconData component_2_double_tap_swipe_up_24_regular = IconData(0xfbef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData component_2_double_tap_swipe_up_24_regular = IconData( + 0xfbef, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData connector_24_regular = IconData( + 0xf31e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 16 and regular style. - static const IconData contact_card_16_regular = IconData(0xf362, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_16_regular = IconData( + 0xf362, + 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); + 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); + static const IconData contact_card_24_regular = IconData( + 0xf320, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 28 and regular style. - static const IconData contact_card_28_regular = IconData(0xf938, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_28_regular = IconData( + 0xf938, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 32 and regular style. - static const IconData contact_card_32_regular = IconData(0xf939, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_32_regular = IconData( + 0xf939, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 48 and regular style. - static const IconData contact_card_48_regular = IconData(0xf93a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_48_regular = IconData( + 0xf93a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 16 and regular style. - static const IconData contact_card_group_16_regular = IconData(0xf99d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_group_16_regular = IconData( + 0xf99d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 20 and regular style. - static const IconData contact_card_group_20_regular = IconData(0xf99e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_group_20_regular = IconData( + 0xf99e, + 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); + static const IconData contact_card_group_24_regular = IconData( + 0xf321, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 28 and regular style. - static const IconData contact_card_group_28_regular = IconData(0xf99f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_group_28_regular = IconData( + 0xf99f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 48 and regular style. - static const IconData contact_card_group_48_regular = IconData(0xf9a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_group_48_regular = IconData( + 0xf9a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_link" in size 16 and regular style. - static const IconData contact_card_link_16_regular = IconData(0xf363, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_link_16_regular = IconData( + 0xf363, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_link" in size 20 and regular style. - static const IconData contact_card_link_20_regular = IconData(0xff6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_link_20_regular = IconData( + 0xff6b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 16 and regular style. - static const IconData contact_card_ribbon_16_regular = IconData(0x1025f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_16_regular = IconData( + 0x1025f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 20 and regular style. - static const IconData contact_card_ribbon_20_regular = IconData(0x10260, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_20_regular = IconData( + 0x10260, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 24 and regular style. - static const IconData contact_card_ribbon_24_regular = IconData(0x10261, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_24_regular = IconData( + 0x10261, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 28 and regular style. - static const IconData contact_card_ribbon_28_regular = IconData(0x10262, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_28_regular = IconData( + 0x10262, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 32 and regular style. - static const IconData contact_card_ribbon_32_regular = IconData(0x10263, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_32_regular = IconData( + 0x10263, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 48 and regular style. - static const IconData contact_card_ribbon_48_regular = IconData(0x10264, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_48_regular = IconData( + 0x10264, + 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); + 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); + 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); + static const IconData content_settings_24_regular = IconData( + 0xf325, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_settings" in size 32 and regular style. - static const IconData content_settings_32_regular = IconData(0xfcd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData content_settings_32_regular = IconData( + 0xfcd4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view" in size 20 and regular style. - static const IconData content_view_20_regular = IconData(0xfb7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData content_view_20_regular = IconData( + 0xfb7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view" in size 32 and regular style. - static const IconData content_view_32_regular = IconData(0xfdb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData content_view_32_regular = IconData( + 0xfdb7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view_gallery" in size 20 and regular style. - static const IconData content_view_gallery_20_regular = IconData(0xfbad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData content_view_gallery_20_regular = IconData( + 0xfbad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 16 and regular style. - static const IconData contract_down_left_16_regular = IconData(0xf364, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_16_regular = IconData( + 0xf364, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 20 and regular style. - static const IconData contract_down_left_20_regular = IconData(0xf373, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_20_regular = IconData( + 0xf373, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 24 and regular style. - static const IconData contract_down_left_24_regular = IconData(0xf374, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_24_regular = IconData( + 0xf374, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 28 and regular style. - static const IconData contract_down_left_28_regular = IconData(0xf375, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_28_regular = IconData( + 0xf375, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 32 and regular style. - static const IconData contract_down_left_32_regular = IconData(0xf37b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_32_regular = IconData( + 0xf37b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 48 and regular style. - static const IconData contract_down_left_48_regular = IconData(0xf397, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData contract_down_left_48_regular = IconData( + 0xf397, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "control_button" in size 20 and regular style. - static const IconData control_button_20_regular = IconData(0x10143, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData control_button_20_regular = IconData( + 0x10143, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "control_button" in size 24 and regular style. - static const IconData control_button_24_regular = IconData(0x10144, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData control_button_24_regular = IconData( + 0x10144, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_range" in size 20 and regular style. - static const IconData convert_range_20_regular = IconData(0x1047f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData convert_range_20_regular = IconData( + 0x1047f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_range" in size 24 and regular style. - static const IconData convert_range_24_regular = IconData(0xf9a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData convert_range_24_regular = IconData( + 0xf9a1, + 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); + 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); + static const IconData convert_to_text_24_regular = IconData( + 0xf327, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type" in size 20 and regular style. - static const IconData convert_to_type_20_regular = IconData(0xfd2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData convert_to_type_20_regular = IconData( + 0xfd2c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type" in size 24 and regular style. - static const IconData convert_to_type_24_regular = IconData(0xfd2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData convert_to_type_24_regular = IconData( + 0xfd2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type_off" in size 20 and regular style. - static const IconData convert_to_type_off_20_regular = IconData(0xfd90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData convert_to_type_off_20_regular = IconData( + 0xfd90, + 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); + 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); + 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); + 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); + 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); + static const IconData copy_24_regular = IconData( + 0xf32c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_add" in size 20 and regular style. - static const IconData copy_add_20_regular = IconData(0x10480, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_add_20_regular = IconData( + 0x10480, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_add" in size 24 and regular style. - static const IconData copy_add_24_regular = IconData(0xf9a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_add_24_regular = IconData( + 0xf9a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 16 and regular style. - static const IconData copy_arrow_right_16_regular = IconData(0xfbf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_16_regular = IconData( + 0xfbf0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 20 and regular style. - static const IconData copy_arrow_right_20_regular = IconData(0x10481, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_20_regular = IconData( + 0x10481, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 24 and regular style. - static const IconData copy_arrow_right_24_regular = IconData(0xfbf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_24_regular = IconData( + 0xfbf1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_select" in size 20 and regular style. - static const IconData copy_select_20_regular = IconData(0xf9a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData copy_select_20_regular = IconData( + 0xf9a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 12 and regular style. - static const IconData couch_12_regular = IconData(0xf9a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData couch_12_regular = IconData( + 0xf9a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 20 and regular style. - static const IconData couch_20_regular = IconData(0x10482, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData couch_20_regular = IconData( + 0x10482, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 24 and regular style. - static const IconData couch_24_regular = IconData(0xf9a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData couch_24_regular = IconData( + 0xf9a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_person" in size 20 and regular style. - static const IconData credit_card_person_20_regular = IconData(0x10145, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData credit_card_person_20_regular = IconData( + 0x10145, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_person" in size 24 and regular style. - static const IconData credit_card_person_24_regular = IconData(0x10146, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData credit_card_person_24_regular = IconData( + 0x10146, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_toolbox" in size 20 and regular style. - static const IconData credit_card_toolbox_20_regular = IconData(0xf398, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData credit_card_toolbox_20_regular = IconData( + 0xf398, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_toolbox" in size 24 and regular style. - static const IconData credit_card_toolbox_24_regular = IconData(0x10147, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData credit_card_toolbox_24_regular = IconData( + 0x10147, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop" in size 20 and regular style. - static const IconData crop_20_regular = IconData(0xf9a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData crop_20_regular = IconData( + 0xf9a6, + 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); + static const IconData crop_24_regular = IconData( + 0xf331, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop_interim" in size 20 and regular style. - static const IconData crop_interim_20_regular = IconData(0x10483, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData crop_interim_20_regular = IconData( + 0x10483, + 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); + static const IconData crop_interim_24_regular = IconData( + 0xf332, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop_interim_off" in size 20 and regular style. - static const IconData crop_interim_off_20_regular = IconData(0x10484, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData crop_interim_off_20_regular = IconData( + 0x10484, + 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); + static const IconData crop_interim_off_24_regular = IconData( + 0xf333, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube" in size 12 and regular style. - static const IconData cube_12_regular = IconData(0x100c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_12_regular = IconData( + 0x100c7, + 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); + 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); + 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); + static const IconData cube_24_regular = IconData( + 0xf336, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_add" in size 20 and regular style. - static const IconData cube_add_20_regular = IconData(0x10614, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_add_20_regular = IconData( + 0x10614, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_link" in size 20 and regular style. - static const IconData cube_link_20_regular = IconData(0x10148, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_link_20_regular = IconData( + 0x10148, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_multiple" in size 20 and regular style. - static const IconData cube_multiple_20_regular = IconData(0x1040e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_multiple_20_regular = IconData( + 0x1040e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_multiple" in size 24 and regular style. - static const IconData cube_multiple_24_regular = IconData(0x1040f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_multiple_24_regular = IconData( + 0x1040f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 16 and regular style. - static const IconData cube_quick_16_regular = IconData(0x10615, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_quick_16_regular = IconData( + 0x10615, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 20 and regular style. - static const IconData cube_quick_20_regular = IconData(0x10616, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_quick_20_regular = IconData( + 0x10616, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 24 and regular style. - static const IconData cube_quick_24_regular = IconData(0x10617, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_quick_24_regular = IconData( + 0x10617, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 28 and regular style. - static const IconData cube_quick_28_regular = IconData(0x10618, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_quick_28_regular = IconData( + 0x10618, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_rotate" in size 20 and regular style. - static const IconData cube_rotate_20_regular = IconData(0xfb80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_rotate_20_regular = IconData( + 0xfb80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_sync" in size 20 and regular style. - static const IconData cube_sync_20_regular = IconData(0x10485, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_sync_20_regular = IconData( + 0x10485, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_sync" in size 24 and regular style. - static const IconData cube_sync_24_regular = IconData(0xfd2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_sync_24_regular = IconData( + 0xfd2e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_tree" in size 20 and regular style. - static const IconData cube_tree_20_regular = IconData(0x1033a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_tree_20_regular = IconData( + 0x1033a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_tree" in size 24 and regular style. - static const IconData cube_tree_24_regular = IconData(0x1033b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cube_tree_24_regular = IconData( + 0x1033b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 16 and regular style. - static const IconData currency_dollar_euro_16_regular = IconData(0xfbf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_16_regular = IconData( + 0xfbf2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 20 and regular style. - static const IconData currency_dollar_euro_20_regular = IconData(0xfbf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_20_regular = IconData( + 0xfbf3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 24 and regular style. - static const IconData currency_dollar_euro_24_regular = IconData(0xfbf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_24_regular = IconData( + 0xfbf4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 16 and regular style. - static const IconData currency_dollar_rupee_16_regular = IconData(0xf9a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_16_regular = IconData( + 0xf9a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 20 and regular style. - static const IconData currency_dollar_rupee_20_regular = IconData(0xf9a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_20_regular = IconData( + 0xf9a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 24 and regular style. - static const IconData currency_dollar_rupee_24_regular = IconData(0xf9a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_24_regular = IconData( + 0xf9a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor" in size 20 and regular style. - static const IconData cursor_20_regular = IconData(0xf9aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_20_regular = IconData( + 0xf9aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor" in size 24 and regular style. - static const IconData cursor_24_regular = IconData(0xf9ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_24_regular = IconData( + 0xf9ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_click" in size 20 and regular style. - static const IconData cursor_click_20_regular = IconData(0x10004, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_click_20_regular = IconData( + 0x10004, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_click" in size 24 and regular style. - static const IconData cursor_click_24_regular = IconData(0x10005, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_click_24_regular = IconData( + 0x10005, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 16 and regular style. - static const IconData cursor_hover_16_regular = IconData(0xf9ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_16_regular = IconData( + 0xf9ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 20 and regular style. - static const IconData cursor_hover_20_regular = IconData(0xf9ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_20_regular = IconData( + 0xf9ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 24 and regular style. - static const IconData cursor_hover_24_regular = IconData(0xf9ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_24_regular = IconData( + 0xf9ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 28 and regular style. - static const IconData cursor_hover_28_regular = IconData(0xf9af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_28_regular = IconData( + 0xf9af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 32 and regular style. - static const IconData cursor_hover_32_regular = IconData(0xf9b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_32_regular = IconData( + 0xf9b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 48 and regular style. - static const IconData cursor_hover_48_regular = IconData(0xf9b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_48_regular = IconData( + 0xf9b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 16 and regular style. - static const IconData cursor_hover_off_16_regular = IconData(0xf9b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_16_regular = IconData( + 0xf9b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 20 and regular style. - static const IconData cursor_hover_off_20_regular = IconData(0xf9b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_20_regular = IconData( + 0xf9b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 24 and regular style. - static const IconData cursor_hover_off_24_regular = IconData(0xf9b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_24_regular = IconData( + 0xf9b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 28 and regular style. - static const IconData cursor_hover_off_28_regular = IconData(0xf9b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_28_regular = IconData( + 0xf9b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 48 and regular style. - static const IconData cursor_hover_off_48_regular = IconData(0xf9b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_48_regular = IconData( + 0xf9b6, + 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); + 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); + static const IconData cut_24_regular = IconData( + 0xf33b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dark_theme" in size 20 and regular style. - static const IconData dark_theme_20_regular = IconData(0x10486, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dark_theme_20_regular = IconData( + 0x10486, + 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); + static const IconData dark_theme_24_regular = IconData( + 0xf33c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_area" in size 20 and regular style. - static const IconData data_area_20_regular = IconData(0x10487, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_area_20_regular = IconData( + 0x10487, + 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); + static const IconData data_area_24_regular = IconData( + 0xf33d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_horizontal" in size 20 and regular style. - static const IconData data_bar_horizontal_20_regular = IconData(0xf39b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_bar_horizontal_20_regular = IconData( + 0xf39b, + 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); + 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); + 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); + static const IconData data_bar_vertical_24_regular = IconData( + 0xf340, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_vertical_add" in size 20 and regular style. - static const IconData data_bar_vertical_add_20_regular = IconData(0x10488, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_bar_vertical_add_20_regular = IconData( + 0x10488, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_vertical_add" in size 24 and regular style. - static const IconData data_bar_vertical_add_24_regular = IconData(0xf9b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_bar_vertical_add_24_regular = IconData( + 0xf9b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_funnel" in size 20 and regular style. - static const IconData data_funnel_20_regular = IconData(0x10489, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_funnel_20_regular = IconData( + 0x10489, + 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); + static const IconData data_funnel_24_regular = IconData( + 0xf341, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_histogram" in size 20 and regular style. - static const IconData data_histogram_20_regular = IconData(0x1048a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_histogram_20_regular = IconData( + 0x1048a, + 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); + static const IconData data_histogram_24_regular = IconData( + 0xf342, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_line" in size 20 and regular style. - static const IconData data_line_20_regular = IconData(0xfb81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_line_20_regular = IconData( + 0xfb81, + 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); + 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); + 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); + static const IconData data_pie_24_regular = IconData( + 0xf345, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_scatter" in size 20 and regular style. - static const IconData data_scatter_20_regular = IconData(0x1048b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_scatter_20_regular = IconData( + 0x1048b, + 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); + static const IconData data_scatter_24_regular = IconData( + 0xf346, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_sunburst" in size 20 and regular style. - static const IconData data_sunburst_20_regular = IconData(0x1048c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_sunburst_20_regular = IconData( + 0x1048c, + 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); + static const IconData data_sunburst_24_regular = IconData( + 0xf347, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_treemap" in size 20 and regular style. - static const IconData data_treemap_20_regular = IconData(0x1048d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_treemap_20_regular = IconData( + 0x1048d, + 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); + static const IconData data_treemap_24_regular = IconData( + 0xf348, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 16 and regular style. - static const IconData data_trending_16_regular = IconData(0xff6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_trending_16_regular = IconData( + 0xff6c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 20 and regular style. - static const IconData data_trending_20_regular = IconData(0xff6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_trending_20_regular = IconData( + 0xff6d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 24 and regular style. - static const IconData data_trending_24_regular = IconData(0xff6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_trending_24_regular = IconData( + 0xff6e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage" in size 20 and regular style. - static const IconData data_usage_20_regular = IconData(0xf9b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_20_regular = IconData( + 0xf9b8, + 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); + static const IconData data_usage_24_regular = IconData( + 0xf349, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_edit" in size 20 and regular style. - static const IconData data_usage_edit_20_regular = IconData(0xf3b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_edit_20_regular = IconData( + 0xf3b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_edit" in size 24 and regular style. - static const IconData data_usage_edit_24_regular = IconData(0xff6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_edit_24_regular = IconData( + 0xff6f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_settings" in size 20 and regular style. - static const IconData data_usage_settings_20_regular = IconData(0x10726, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_settings_20_regular = IconData( + 0x10726, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_toolbox" in size 20 and regular style. - static const IconData data_usage_toolbox_20_regular = IconData(0x102d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_toolbox_20_regular = IconData( + 0x102d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_toolbox" in size 24 and regular style. - static const IconData data_usage_toolbox_24_regular = IconData(0x102d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_usage_toolbox_24_regular = IconData( + 0x102d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_waterfall" in size 20 and regular style. - static const IconData data_waterfall_20_regular = IconData(0x1048e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_waterfall_20_regular = IconData( + 0x1048e, + 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); + static const IconData data_waterfall_24_regular = IconData( + 0xf34a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_whisker" in size 20 and regular style. - static const IconData data_whisker_20_regular = IconData(0x1048f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData data_whisker_20_regular = IconData( + 0x1048f, + 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); + static const IconData data_whisker_24_regular = IconData( + 0xf34b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database" in size 20 and regular style. - static const IconData database_20_regular = IconData(0xff70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_20_regular = IconData( + 0xff70, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database" in size 24 and regular style. - static const IconData database_24_regular = IconData(0xff71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_24_regular = IconData( + 0xff71, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_down" in size 20 and regular style. - static const IconData database_arrow_down_20_regular = IconData(0x10619, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_arrow_down_20_regular = IconData( + 0x10619, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_right" in size 20 and regular style. - static const IconData database_arrow_right_20_regular = IconData(0x1061a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_arrow_right_20_regular = IconData( + 0x1061a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_up" in size 20 and regular style. - static const IconData database_arrow_up_20_regular = IconData(0x1061b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_arrow_up_20_regular = IconData( + 0x1061b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_lightning" in size 20 and regular style. - static const IconData database_lightning_20_regular = IconData(0x1061c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_lightning_20_regular = IconData( + 0x1061c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_link" in size 20 and regular style. - static const IconData database_link_20_regular = IconData(0x101d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_link_20_regular = IconData( + 0x101d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_link" in size 24 and regular style. - static const IconData database_link_24_regular = IconData(0x101d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_link_24_regular = IconData( + 0x101d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_multiple" in size 20 and regular style. - static const IconData database_multiple_20_regular = IconData(0x106f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_multiple_20_regular = IconData( + 0x106f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_person" in size 20 and regular style. - static const IconData database_person_20_regular = IconData(0x10265, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_person_20_regular = IconData( + 0x10265, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_person" in size 24 and regular style. - static const IconData database_person_24_regular = IconData(0x10266, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_person_24_regular = IconData( + 0x10266, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_plug_connected" in size 20 and regular style. - static const IconData database_plug_connected_20_regular = IconData(0x1061d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_plug_connected_20_regular = IconData( + 0x1061d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_search" in size 20 and regular style. - static const IconData database_search_20_regular = IconData(0xff72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_search_20_regular = IconData( + 0xff72, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_search" in size 24 and regular style. - static const IconData database_search_24_regular = IconData(0xff73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_search_24_regular = IconData( + 0xff73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_warning" in size 20 and regular style. - static const IconData database_warning_20_regular = IconData(0x1061e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_warning_20_regular = IconData( + 0x1061e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_window" in size 20 and regular style. - static const IconData database_window_20_regular = IconData(0x1061f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData database_window_20_regular = IconData( + 0x1061f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_left" in size 20 and regular style. - static const IconData decimal_arrow_left_20_regular = IconData(0x104e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData decimal_arrow_left_20_regular = IconData( + 0x104e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_left" in size 24 and regular style. - static const IconData decimal_arrow_left_24_regular = IconData(0xf9b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData decimal_arrow_left_24_regular = IconData( + 0xf9b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_right" in size 20 and regular style. - static const IconData decimal_arrow_right_20_regular = IconData(0x104e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData decimal_arrow_right_20_regular = IconData( + 0x104e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_right" in size 24 and regular style. - static const IconData decimal_arrow_right_24_regular = IconData(0xf9ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData decimal_arrow_right_24_regular = IconData( + 0xf9ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete" in size 16 and regular style. - static const IconData delete_16_regular = IconData(0xf9bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_16_regular = IconData( + 0xf9bb, + 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); + 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); + 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); + 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); + static const IconData delete_48_regular = IconData( + 0xf34f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_arrow_back" in size 16 and regular style. - static const IconData delete_arrow_back_16_regular = IconData(0xff74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_arrow_back_16_regular = IconData( + 0xff74, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_arrow_back" in size 20 and regular style. - static const IconData delete_arrow_back_20_regular = IconData(0x104e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_arrow_back_20_regular = IconData( + 0x104e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 20 and regular style. - static const IconData delete_dismiss_20_regular = IconData(0x104e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_dismiss_20_regular = IconData( + 0x104e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 24 and regular style. - static const IconData delete_dismiss_24_regular = IconData(0xfbf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_dismiss_24_regular = IconData( + 0xfbf5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 28 and regular style. - static const IconData delete_dismiss_28_regular = IconData(0xfbf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_dismiss_28_regular = IconData( + 0xfbf6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_lines" in size 20 and regular style. - static const IconData delete_lines_20_regular = IconData(0x10149, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData delete_lines_20_regular = IconData( + 0x10149, + 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); + 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); + static const IconData delete_off_24_regular = IconData( + 0xf353, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 12 and regular style. - static const IconData dentist_12_regular = IconData(0xf9bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dentist_12_regular = IconData( + 0xf9bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 16 and regular style. - static const IconData dentist_16_regular = IconData(0xf9bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dentist_16_regular = IconData( + 0xf9bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 20 and regular style. - static const IconData dentist_20_regular = IconData(0xf9be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dentist_20_regular = IconData( + 0xf9be, + 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); + static const IconData dentist_24_regular = IconData( + 0xf354, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 28 and regular style. - static const IconData dentist_28_regular = IconData(0xf9bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dentist_28_regular = IconData( + 0xf9bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 48 and regular style. - static const IconData dentist_48_regular = IconData(0xf9c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dentist_48_regular = IconData( + 0xf9c0, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData desktop_28_regular = IconData( + 0xf35b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop" in size 32 and regular style. - static const IconData desktop_32_regular = IconData(0xfdb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_32_regular = IconData( + 0xfdb8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 16 and regular style. - static const IconData desktop_arrow_right_16_regular = IconData(0xfb30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_16_regular = IconData( + 0xfb30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 20 and regular style. - static const IconData desktop_arrow_right_20_regular = IconData(0xfb31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_20_regular = IconData( + 0xfb31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 24 and regular style. - static const IconData desktop_arrow_right_24_regular = IconData(0xfb32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_24_regular = IconData( + 0xfb32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 16 and regular style. - static const IconData desktop_cursor_16_regular = IconData(0x102d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_cursor_16_regular = IconData( + 0x102d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 20 and regular style. - static const IconData desktop_cursor_20_regular = IconData(0x102d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_cursor_20_regular = IconData( + 0x102d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 24 and regular style. - static const IconData desktop_cursor_24_regular = IconData(0x102da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_cursor_24_regular = IconData( + 0x102da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 28 and regular style. - static const IconData desktop_cursor_28_regular = IconData(0x102db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_cursor_28_regular = IconData( + 0x102db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 16 and regular style. - static const IconData desktop_edit_16_regular = IconData(0xff75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_edit_16_regular = IconData( + 0xff75, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 20 and regular style. - static const IconData desktop_edit_20_regular = IconData(0x104e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_edit_20_regular = IconData( + 0x104e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 24 and regular style. - static const IconData desktop_edit_24_regular = IconData(0x104e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_edit_24_regular = IconData( + 0x104e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_flow" in size 20 and regular style. - static const IconData desktop_flow_20_regular = IconData(0x102dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_flow_20_regular = IconData( + 0x102dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_flow" in size 24 and regular style. - static const IconData desktop_flow_24_regular = IconData(0x102dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_flow_24_regular = IconData( + 0x102dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 16 and regular style. - static const IconData desktop_keyboard_16_regular = IconData(0x10182, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_16_regular = IconData( + 0x10182, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 20 and regular style. - static const IconData desktop_keyboard_20_regular = IconData(0x10183, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_20_regular = IconData( + 0x10183, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 24 and regular style. - static const IconData desktop_keyboard_24_regular = IconData(0x10184, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_24_regular = IconData( + 0x10184, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 28 and regular style. - static const IconData desktop_keyboard_28_regular = IconData(0x10185, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_28_regular = IconData( + 0x10185, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 16 and regular style. - static const IconData desktop_mac_16_regular = IconData(0xfcd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_mac_16_regular = IconData( + 0xfcd5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 20 and regular style. - static const IconData desktop_mac_20_regular = IconData(0x104e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_mac_20_regular = IconData( + 0x104e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 24 and regular style. - static const IconData desktop_mac_24_regular = IconData(0x104e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_mac_24_regular = IconData( + 0x104e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 32 and regular style. - static const IconData desktop_mac_32_regular = IconData(0xfcd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_mac_32_regular = IconData( + 0xfcd6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 16 and regular style. - static const IconData desktop_pulse_16_regular = IconData(0xfe58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_16_regular = IconData( + 0xfe58, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 20 and regular style. - static const IconData desktop_pulse_20_regular = IconData(0xfe59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_20_regular = IconData( + 0xfe59, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 24 and regular style. - static const IconData desktop_pulse_24_regular = IconData(0xfe5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_24_regular = IconData( + 0xfe5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 28 and regular style. - static const IconData desktop_pulse_28_regular = IconData(0xfe5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_28_regular = IconData( + 0xfe5b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 32 and regular style. - static const IconData desktop_pulse_32_regular = IconData(0xfe5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_32_regular = IconData( + 0xfe5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 48 and regular style. - static const IconData desktop_pulse_48_regular = IconData(0xfe5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_pulse_48_regular = IconData( + 0xfe5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_signal" in size 20 and regular style. - static const IconData desktop_signal_20_regular = IconData(0x102de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_signal_20_regular = IconData( + 0x102de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_signal" in size 24 and regular style. - static const IconData desktop_signal_24_regular = IconData(0x102df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_signal_24_regular = IconData( + 0x102df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker" in size 20 and regular style. - static const IconData desktop_speaker_20_regular = IconData(0xfb33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_speaker_20_regular = IconData( + 0xfb33, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker" in size 24 and regular style. - static const IconData desktop_speaker_24_regular = IconData(0xfb34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_speaker_24_regular = IconData( + 0xfb34, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker_off" in size 20 and regular style. - static const IconData desktop_speaker_off_20_regular = IconData(0xfb35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_speaker_off_20_regular = IconData( + 0xfb35, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker_off" in size 24 and regular style. - static const IconData desktop_speaker_off_24_regular = IconData(0xfb36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_speaker_off_24_regular = IconData( + 0xfb36, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 16 and regular style. - static const IconData desktop_sync_16_regular = IconData(0xf3b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_sync_16_regular = IconData( + 0xf3b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 20 and regular style. - static const IconData desktop_sync_20_regular = IconData(0x104ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_sync_20_regular = IconData( + 0x104ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 24 and regular style. - static const IconData desktop_sync_24_regular = IconData(0x104eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_sync_24_regular = IconData( + 0x104eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_toolbox" in size 20 and regular style. - static const IconData desktop_toolbox_20_regular = IconData(0x10410, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_toolbox_20_regular = IconData( + 0x10410, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_toolbox" in size 24 and regular style. - static const IconData desktop_toolbox_24_regular = IconData(0x10411, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData desktop_toolbox_24_regular = IconData( + 0x10411, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board" in size 20 and regular style. - static const IconData developer_board_20_regular = IconData(0xfe5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData developer_board_20_regular = IconData( + 0xfe5e, + 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); + static const IconData developer_board_24_regular = IconData( + 0xf35c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_lightning" in size 20 and regular style. - static const IconData developer_board_lightning_20_regular = IconData(0x10620, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData developer_board_lightning_20_regular = IconData( + 0x10620, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_lightning_toolbox" in size 20 and regular style. - static const IconData developer_board_lightning_toolbox_20_regular = IconData(0x10621, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData developer_board_lightning_toolbox_20_regular = IconData( + 0x10621, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_search" in size 20 and regular style. - static const IconData developer_board_search_20_regular = IconData(0x100c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData developer_board_search_20_regular = IconData( + 0x100c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_search" in size 24 and regular style. - static const IconData developer_board_search_24_regular = IconData(0x104ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData developer_board_search_24_regular = IconData( + 0x104ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_eq" in size 20 and regular style. - static const IconData device_eq_20_regular = IconData(0x104ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_eq_20_regular = IconData( + 0x104ed, + 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); + static const IconData device_eq_24_regular = IconData( + 0xf35d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 16 and regular style. - static const IconData device_meeting_room_16_regular = IconData(0xf3b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_16_regular = IconData( + 0xf3b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 20 and regular style. - static const IconData device_meeting_room_20_regular = IconData(0xfb82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_20_regular = IconData( + 0xfb82, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 24 and regular style. - static const IconData device_meeting_room_24_regular = IconData(0xf3b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_24_regular = IconData( + 0xf3b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 28 and regular style. - static const IconData device_meeting_room_28_regular = IconData(0xf3b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_28_regular = IconData( + 0xf3b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 32 and regular style. - static const IconData device_meeting_room_32_regular = IconData(0xf3b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_32_regular = IconData( + 0xf3b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 48 and regular style. - static const IconData device_meeting_room_48_regular = IconData(0xf3bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_48_regular = IconData( + 0xf3bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 16 and regular style. - static const IconData device_meeting_room_remote_16_regular = IconData(0xf3bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_16_regular = IconData( + 0xf3bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 20 and regular style. - static const IconData device_meeting_room_remote_20_regular = IconData(0xfb83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_20_regular = IconData( + 0xfb83, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 24 and regular style. - static const IconData device_meeting_room_remote_24_regular = IconData(0xf3c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_24_regular = IconData( + 0xf3c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 28 and regular style. - static const IconData device_meeting_room_remote_28_regular = IconData(0xf3cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_28_regular = IconData( + 0xf3cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 32 and regular style. - static const IconData device_meeting_room_remote_32_regular = IconData(0xf3ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_32_regular = IconData( + 0xf3ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 48 and regular style. - static const IconData device_meeting_room_remote_48_regular = IconData(0xf3ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_48_regular = IconData( + 0xf3ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diagram" in size 20 and regular style. - static const IconData diagram_20_regular = IconData(0x104ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diagram_20_regular = IconData( + 0x104ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diagram" in size 24 and regular style. - static const IconData diagram_24_regular = IconData(0xf93b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diagram_24_regular = IconData( + 0xf93b, + 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); + 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); + static const IconData dialpad_24_regular = IconData( + 0xf35f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 28 and regular style. - static const IconData dialpad_28_regular = IconData(0x1014a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dialpad_28_regular = IconData( + 0x1014a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 32 and regular style. - static const IconData dialpad_32_regular = IconData(0x1014b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dialpad_32_regular = IconData( + 0x1014b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 48 and regular style. - static const IconData dialpad_48_regular = IconData(0x1014c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dialpad_48_regular = IconData( + 0x1014c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad_off" in size 20 and regular style. - static const IconData dialpad_off_20_regular = IconData(0x104ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dialpad_off_20_regular = IconData( + 0x104ef, + 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); + static const IconData dialpad_off_24_regular = IconData( + 0xf360, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 16 and regular style. - static const IconData diamond_16_regular = IconData(0x10396, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_16_regular = IconData( + 0x10396, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 20 and regular style. - static const IconData diamond_20_regular = IconData(0x10397, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_20_regular = IconData( + 0x10397, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 24 and regular style. - static const IconData diamond_24_regular = IconData(0x10398, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_24_regular = IconData( + 0x10398, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 28 and regular style. - static const IconData diamond_28_regular = IconData(0x10399, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_28_regular = IconData( + 0x10399, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 32 and regular style. - static const IconData diamond_32_regular = IconData(0x101d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_32_regular = IconData( + 0x101d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 48 and regular style. - static const IconData diamond_48_regular = IconData(0x1039a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diamond_48_regular = IconData( + 0x1039a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "directions" in size 16 and regular style. - static const IconData directions_16_regular = IconData(0x10006, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData directions_16_regular = IconData( + 0x10006, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData dismiss_28_regular = IconData( + 0xf36b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss" in size 32 and regular style. - static const IconData dismiss_32_regular = IconData(0xf3f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_32_regular = IconData( + 0xf3f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss" in size 48 and regular style. - static const IconData dismiss_48_regular = IconData(0xf400, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_48_regular = IconData( + 0xf400, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 12 and regular style. - static const IconData dismiss_circle_12_regular = IconData(0xff76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_circle_12_regular = IconData( + 0xff76, + 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); + 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); + 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); + static const IconData dismiss_circle_24_regular = IconData( + 0xf36e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 28 and regular style. - static const IconData dismiss_circle_28_regular = IconData(0xf9c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_circle_28_regular = IconData( + 0xf9c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 32 and regular style. - static const IconData dismiss_circle_32_regular = IconData(0xf953, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_circle_32_regular = IconData( + 0xf953, + 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); + static const IconData dismiss_circle_48_regular = IconData( + 0xf36f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square" in size 20 and regular style. - static const IconData dismiss_square_20_regular = IconData(0xfed3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_square_20_regular = IconData( + 0xfed3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square" in size 24 and regular style. - static const IconData dismiss_square_24_regular = IconData(0xfe5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_square_24_regular = IconData( + 0xfe5f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square_multiple" in size 16 and regular style. - static const IconData dismiss_square_multiple_16_regular = IconData(0xfdb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_square_multiple_16_regular = IconData( + 0xfdb9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square_multiple" in size 20 and regular style. - static const IconData dismiss_square_multiple_20_regular = IconData(0x104f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dismiss_square_multiple_20_regular = IconData( + 0x104f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 20 and regular style. - static const IconData diversity_20_regular = IconData(0x1014d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diversity_20_regular = IconData( + 0x1014d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 24 and regular style. - static const IconData diversity_24_regular = IconData(0x1014e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diversity_24_regular = IconData( + 0x1014e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 28 and regular style. - static const IconData diversity_28_regular = IconData(0x1014f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diversity_28_regular = IconData( + 0x1014f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 48 and regular style. - static const IconData diversity_48_regular = IconData(0x10150, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData diversity_48_regular = IconData( + 0x10150, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_short" in size 16 and regular style. - static const IconData divider_short_16_regular = IconData(0x104f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData divider_short_16_regular = IconData( + 0x104f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_short" in size 20 and regular style. - static const IconData divider_short_20_regular = IconData(0x104f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData divider_short_20_regular = IconData( + 0x104f2, + 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); + static const IconData divider_short_24_regular = IconData( + 0xf370, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_tall" in size 16 and regular style. - static const IconData divider_tall_16_regular = IconData(0xff77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData divider_tall_16_regular = IconData( + 0xff77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_tall" in size 20 and regular style. - static const IconData divider_tall_20_regular = IconData(0x10007, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData divider_tall_20_regular = IconData( + 0x10007, + 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); + static const IconData divider_tall_24_regular = IconData( + 0xf371, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock" in size 20 and regular style. - static const IconData dock_20_regular = IconData(0x104f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_20_regular = IconData( + 0x104f3, + 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); + static const IconData dock_24_regular = IconData( + 0xf372, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_bottom" in size 20 and regular style. - static const IconData dock_panel_bottom_20_regular = IconData(0xff78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_bottom_20_regular = IconData( + 0xff78, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 16 and regular style. - static const IconData dock_panel_left_16_regular = IconData(0xfbf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_left_16_regular = IconData( + 0xfbf7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 20 and regular style. - static const IconData dock_panel_left_20_regular = IconData(0xfbf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_left_20_regular = IconData( + 0xfbf8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 24 and regular style. - static const IconData dock_panel_left_24_regular = IconData(0xfbf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_left_24_regular = IconData( + 0xfbf9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 28 and regular style. - static const IconData dock_panel_left_28_regular = IconData(0xfbfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_left_28_regular = IconData( + 0xfbfa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 48 and regular style. - static const IconData dock_panel_left_48_regular = IconData(0xfbfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_left_48_regular = IconData( + 0xfbfb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 16 and regular style. - static const IconData dock_panel_right_16_regular = IconData(0xfbfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_right_16_regular = IconData( + 0xfbfc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 20 and regular style. - static const IconData dock_panel_right_20_regular = IconData(0xfbfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_right_20_regular = IconData( + 0xfbfd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 24 and regular style. - static const IconData dock_panel_right_24_regular = IconData(0xfbfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_right_24_regular = IconData( + 0xfbfe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 28 and regular style. - static const IconData dock_panel_right_28_regular = IconData(0xfbff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_right_28_regular = IconData( + 0xfbff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 48 and regular style. - static const IconData dock_panel_right_48_regular = IconData(0xfc00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_panel_right_48_regular = IconData( + 0xfc00, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_row" in size 20 and regular style. - static const IconData dock_row_20_regular = IconData(0x104f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dock_row_20_regular = IconData( + 0x104f4, + 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); + static const IconData dock_row_24_regular = IconData( + 0xf376, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 12 and regular style. - static const IconData doctor_12_regular = IconData(0xf9c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData doctor_12_regular = IconData( + 0xf9c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 16 and regular style. - static const IconData doctor_16_regular = IconData(0xf9ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData doctor_16_regular = IconData( + 0xf9ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 20 and regular style. - static const IconData doctor_20_regular = IconData(0xf9cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData doctor_20_regular = IconData( + 0xf9cb, + 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); + static const IconData doctor_24_regular = IconData( + 0xf377, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 28 and regular style. - static const IconData doctor_28_regular = IconData(0xf9cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData doctor_28_regular = IconData( + 0xf9cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 48 and regular style. - static const IconData doctor_48_regular = IconData(0xf9cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData doctor_48_regular = IconData( + 0xf9cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 16 and regular style. - static const IconData document_16_regular = IconData(0xf9ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_16_regular = IconData( + 0xf9ce, + 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); + 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); + 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); + static const IconData document_28_regular = IconData( + 0xf37a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 32 and regular style. - static const IconData document_32_regular = IconData(0xfdba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_32_regular = IconData( + 0xfdba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 48 and regular style. - static const IconData document_48_regular = IconData(0xf9cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_48_regular = IconData( + 0xf9cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 16 and regular style. - static const IconData document_add_16_regular = IconData(0xf9d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_add_16_regular = IconData( + 0xf9d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 20 and regular style. - static const IconData document_add_20_regular = IconData(0xf9d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_add_20_regular = IconData( + 0xf9d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 24 and regular style. - static const IconData document_add_24_regular = IconData(0xf9d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_add_24_regular = IconData( + 0xf9d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 28 and regular style. - static const IconData document_add_28_regular = IconData(0xf9d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_add_28_regular = IconData( + 0xf9d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 48 and regular style. - static const IconData document_add_48_regular = IconData(0xf9d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_add_48_regular = IconData( + 0xf9d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_down" in size 16 and regular style. - static const IconData document_arrow_down_16_regular = IconData(0xf954, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_down_16_regular = IconData( + 0xf954, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_down" in size 20 and regular style. - static const IconData document_arrow_down_20_regular = IconData(0xff79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_down_20_regular = IconData( + 0xff79, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 16 and regular style. - static const IconData document_arrow_left_16_regular = IconData(0xf9d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_left_16_regular = IconData( + 0xf9d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 20 and regular style. - static const IconData document_arrow_left_20_regular = IconData(0xf9d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_left_20_regular = IconData( + 0xf9d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 24 and regular style. - static const IconData document_arrow_left_24_regular = IconData(0xf9d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_left_24_regular = IconData( + 0xf9d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 28 and regular style. - static const IconData document_arrow_left_28_regular = IconData(0xf9d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_left_28_regular = IconData( + 0xf9d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 48 and regular style. - static const IconData document_arrow_left_48_regular = IconData(0xf9d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_left_48_regular = IconData( + 0xf9d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_right" in size 20 and regular style. - static const IconData document_arrow_right_20_regular = IconData(0x100c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_right_20_regular = IconData( + 0x100c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_right" in size 24 and regular style. - static const IconData document_arrow_right_24_regular = IconData(0xfcd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_right_24_regular = IconData( + 0xfcd7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_up" in size 16 and regular style. - static const IconData document_arrow_up_16_regular = IconData(0xf401, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_up_16_regular = IconData( + 0xf401, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_up" in size 20 and regular style. - static const IconData document_arrow_up_20_regular = IconData(0x10008, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_arrow_up_20_regular = IconData( + 0x10008, + 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); + 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); + static const IconData document_briefcase_24_regular = IconData( + 0xf37d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list" in size 20 and regular style. - static const IconData document_bullet_list_20_regular = IconData(0xf402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_20_regular = IconData( + 0xf402, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list" in size 24 and regular style. - static const IconData document_bullet_list_24_regular = IconData(0xf403, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_24_regular = IconData( + 0xf403, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_clock" in size 20 and regular style. - static const IconData document_bullet_list_clock_20_regular = IconData(0xf96d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_clock_20_regular = IconData( + 0xf96d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_clock" in size 24 and regular style. - static const IconData document_bullet_list_clock_24_regular = IconData(0xf9c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_clock_24_regular = IconData( + 0xf9c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_multiple" in size 20 and regular style. - static const IconData document_bullet_list_multiple_20_regular = IconData(0x10412, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_multiple_20_regular = IconData( + 0x10412, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_multiple" in size 24 and regular style. - static const IconData document_bullet_list_multiple_24_regular = IconData(0x10413, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_multiple_24_regular = IconData( + 0x10413, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_off" in size 20 and regular style. - static const IconData document_bullet_list_off_20_regular = IconData(0x104f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_off_20_regular = IconData( + 0x104f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_off" in size 24 and regular style. - static const IconData document_bullet_list_off_24_regular = IconData(0xf9c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_bullet_list_off_24_regular = IconData( + 0xf9c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_catch_up" in size 16 and regular style. - static const IconData document_catch_up_16_regular = IconData(0xf9da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_catch_up_16_regular = IconData( + 0xf9da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_catch_up" in size 20 and regular style. - static const IconData document_catch_up_20_regular = IconData(0xf9db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_catch_up_20_regular = IconData( + 0xf9db, + 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); + static const IconData document_catch_up_24_regular = IconData( + 0xf37e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_checkmark" in size 20 and regular style. - static const IconData document_checkmark_20_regular = IconData(0x104f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_checkmark_20_regular = IconData( + 0x104f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_checkmark" in size 24 and regular style. - static const IconData document_checkmark_24_regular = IconData(0xfcd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_checkmark_24_regular = IconData( + 0xfcd8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_chevron_double" in size 20 and regular style. - static const IconData document_chevron_double_20_regular = IconData(0x104f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_chevron_double_20_regular = IconData( + 0x104f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_chevron_double" in size 24 and regular style. - static const IconData document_chevron_double_24_regular = IconData(0x100ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_chevron_double_24_regular = IconData( + 0x100ca, + 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); + 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); + 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); + 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); + static const IconData document_copy_48_regular = IconData( + 0xf382, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_css" in size 20 and regular style. - static const IconData document_css_20_regular = IconData(0x104f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_css_20_regular = IconData( + 0x104f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_css" in size 24 and regular style. - static const IconData document_css_24_regular = IconData(0x100cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_css_24_regular = IconData( + 0x100cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_dismiss" in size 16 and regular style. - static const IconData document_dismiss_16_regular = IconData(0x10009, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_dismiss_16_regular = IconData( + 0x10009, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_error_24_regular = IconData( + 0xf38c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_flowchart" in size 20 and regular style. - static const IconData document_flowchart_20_regular = IconData(0x10267, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_flowchart_20_regular = IconData( + 0x10267, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_flowchart" in size 24 and regular style. - static const IconData document_flowchart_24_regular = IconData(0x10268, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_flowchart_24_regular = IconData( + 0x10268, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer" in size 16 and regular style. - static const IconData document_footer_16_regular = IconData(0xfed4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_footer_16_regular = IconData( + 0xfed4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer" in size 20 and regular style. - static const IconData document_footer_20_regular = IconData(0x104f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_footer_20_regular = IconData( + 0x104f9, + 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); + static const IconData document_footer_24_regular = IconData( + 0xf38d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer_dismiss" in size 20 and regular style. - static const IconData document_footer_dismiss_20_regular = IconData(0x104fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_footer_dismiss_20_regular = IconData( + 0x104fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer_dismiss" in size 24 and regular style. - static const IconData document_footer_dismiss_24_regular = IconData(0xfed5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_footer_dismiss_24_regular = IconData( + 0xfed5, + 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); + static const IconData document_footer_remove_24_regular = IconData( + 0xf38e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header" in size 16 and regular style. - static const IconData document_header_16_regular = IconData(0xfed6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_16_regular = IconData( + 0xfed6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header" in size 20 and regular style. - static const IconData document_header_20_regular = IconData(0x104fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_20_regular = IconData( + 0x104fb, + 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); + static const IconData document_header_24_regular = IconData( + 0xf38f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 16 and regular style. - static const IconData document_header_arrow_down_16_regular = IconData(0xfed7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_16_regular = IconData( + 0xfed7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 20 and regular style. - static const IconData document_header_arrow_down_20_regular = IconData(0x104fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_20_regular = IconData( + 0x104fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 24 and regular style. - static const IconData document_header_arrow_down_24_regular = IconData(0x104fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_24_regular = IconData( + 0x104fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_dismiss" in size 20 and regular style. - static const IconData document_header_dismiss_20_regular = IconData(0x104fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_dismiss_20_regular = IconData( + 0x104fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_dismiss" in size 24 and regular style. - static const IconData document_header_dismiss_24_regular = IconData(0xfed8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_dismiss_24_regular = IconData( + 0xfed8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_footer" in size 16 and regular style. - static const IconData document_header_footer_16_regular = IconData(0xfed9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_header_footer_16_regular = IconData( + 0xfed9, + 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); + 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); + 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); + static const IconData document_header_remove_24_regular = IconData( + 0xf392, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart" in size 20 and regular style. - static const IconData document_heart_20_regular = IconData(0xff7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_heart_20_regular = IconData( + 0xff7a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart" in size 24 and regular style. - static const IconData document_heart_24_regular = IconData(0xff7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_heart_24_regular = IconData( + 0xff7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart_pulse" in size 20 and regular style. - static const IconData document_heart_pulse_20_regular = IconData(0xff7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_heart_pulse_20_regular = IconData( + 0xff7c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart_pulse" in size 24 and regular style. - static const IconData document_heart_pulse_24_regular = IconData(0xff7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_heart_pulse_24_regular = IconData( + 0xff7d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_javascript" in size 20 and regular style. - static const IconData document_javascript_20_regular = IconData(0x104ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_javascript_20_regular = IconData( + 0x104ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_javascript" in size 24 and regular style. - static const IconData document_javascript_24_regular = IconData(0x100cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_javascript_24_regular = IconData( + 0x100cc, + 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); + 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); + static const IconData document_landscape_24_regular = IconData( + 0xf394, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_data" in size 20 and regular style. - static const IconData document_landscape_data_20_regular = IconData(0x10500, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_landscape_data_20_regular = IconData( + 0x10500, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_data" in size 24 and regular style. - static const IconData document_landscape_data_24_regular = IconData(0xf9dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_landscape_data_24_regular = IconData( + 0xf9dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split" in size 20 and regular style. - static const IconData document_landscape_split_20_regular = IconData(0xf9dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_landscape_split_20_regular = IconData( + 0xf9dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split" in size 24 and regular style. - static const IconData document_landscape_split_24_regular = IconData(0x10501, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_landscape_split_24_regular = IconData( + 0x10501, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split_hint" in size 20 and regular style. - static const IconData document_landscape_split_hint_20_regular = IconData(0xf9de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_landscape_split_hint_20_regular = IconData( + 0xf9de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 16 and regular style. - static const IconData document_link_16_regular = IconData(0x1000a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_link_16_regular = IconData( + 0x1000a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 20 and regular style. - static const IconData document_link_20_regular = IconData(0xf404, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_link_20_regular = IconData( + 0xf404, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 24 and regular style. - static const IconData document_link_24_regular = IconData(0xf405, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_link_24_regular = IconData( + 0xf405, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 16 and regular style. - static const IconData document_lock_16_regular = IconData(0x10490, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_16_regular = IconData( + 0x10490, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 20 and regular style. - static const IconData document_lock_20_regular = IconData(0x10491, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_20_regular = IconData( + 0x10491, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 24 and regular style. - static const IconData document_lock_24_regular = IconData(0x10492, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_24_regular = IconData( + 0x10492, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 28 and regular style. - static const IconData document_lock_28_regular = IconData(0x10493, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_28_regular = IconData( + 0x10493, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 32 and regular style. - static const IconData document_lock_32_regular = IconData(0x10494, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_32_regular = IconData( + 0x10494, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 48 and regular style. - static const IconData document_lock_48_regular = IconData(0x10495, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_lock_48_regular = IconData( + 0x10495, + 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); + 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); + static const IconData document_margins_24_regular = IconData( + 0xf396, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 16 and regular style. - static const IconData document_mention_16_regular = IconData(0x10569, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_mention_16_regular = IconData( + 0x10569, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 20 and regular style. - static const IconData document_mention_20_regular = IconData(0x1056a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_mention_20_regular = IconData( + 0x1056a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 24 and regular style. - static const IconData document_mention_24_regular = IconData(0x1056b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_mention_24_regular = IconData( + 0x1056b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 28 and regular style. - static const IconData document_mention_28_regular = IconData(0x1056c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_mention_28_regular = IconData( + 0x1056c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 48 and regular style. - static const IconData document_mention_48_regular = IconData(0x1056d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_mention_48_regular = IconData( + 0x1056d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 16 and regular style. - static const IconData document_multiple_16_regular = IconData(0xf9c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_16_regular = IconData( + 0xf9c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 20 and regular style. - static const IconData document_multiple_20_regular = IconData(0xff7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_20_regular = IconData( + 0xff7e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 24 and regular style. - static const IconData document_multiple_24_regular = IconData(0x10113, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_24_regular = IconData( + 0x10113, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_percent" in size 20 and regular style. - static const IconData document_multiple_percent_20_regular = IconData(0x100cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_percent_20_regular = IconData( + 0x100cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_percent" in size 24 and regular style. - static const IconData document_multiple_percent_24_regular = IconData(0x10114, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_percent_24_regular = IconData( + 0x10114, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_prohibited" in size 20 and regular style. - static const IconData document_multiple_prohibited_20_regular = IconData(0xff7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_prohibited_20_regular = IconData( + 0xff7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_prohibited" in size 24 and regular style. - static const IconData document_multiple_prohibited_24_regular = IconData(0xff80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_prohibited_24_regular = IconData( + 0xff80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_sync" in size 20 and regular style. - static const IconData document_multiple_sync_20_regular = IconData(0x10727, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_multiple_sync_20_regular = IconData( + 0x10727, + 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); + 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); + static const IconData document_one_page_24_regular = IconData( + 0xf39a, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_page_bottom_right_24_regular = IconData( + 0xf3a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_page_break" in size 20 and regular style. - static const IconData document_page_break_20_regular = IconData(0xf9df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_page_break_20_regular = IconData( + 0xf9df, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_pdf_24_regular = IconData( + 0xf3ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pdf" in size 32 and regular style. - static const IconData document_pdf_32_regular = IconData(0xfdbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_pdf_32_regular = IconData( + 0xfdbb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_percent" in size 20 and regular style. - static const IconData document_percent_20_regular = IconData(0x100ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_percent_20_regular = IconData( + 0x100ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_percent" in size 24 and regular style. - static const IconData document_percent_24_regular = IconData(0x100cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_percent_24_regular = IconData( + 0x100cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_person" in size 16 and regular style. - static const IconData document_person_16_regular = IconData(0xf421, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_person_16_regular = IconData( + 0xf421, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_person" in size 20 and regular style. - static const IconData document_person_20_regular = IconData(0x1000b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_person_20_regular = IconData( + 0x1000b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pill" in size 20 and regular style. - static const IconData document_pill_20_regular = IconData(0xf9c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_pill_20_regular = IconData( + 0xf9c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pill" in size 24 and regular style. - static const IconData document_pill_24_regular = IconData(0xf9c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_pill_24_regular = IconData( + 0xf9c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_prohibited" in size 20 and regular style. - static const IconData document_prohibited_20_regular = IconData(0xfc01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_prohibited_20_regular = IconData( + 0xfc01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_prohibited" in size 24 and regular style. - static const IconData document_prohibited_24_regular = IconData(0xfc02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_prohibited_24_regular = IconData( + 0xfc02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 16 and regular style. - static const IconData document_question_mark_16_regular = IconData(0xfd2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_question_mark_16_regular = IconData( + 0xfd2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 20 and regular style. - static const IconData document_question_mark_20_regular = IconData(0xfd30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_question_mark_20_regular = IconData( + 0xfd30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 24 and regular style. - static const IconData document_question_mark_24_regular = IconData(0xfd31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_question_mark_24_regular = IconData( + 0xfd31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue" in size 20 and regular style. - static const IconData document_queue_20_regular = IconData(0x10414, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_20_regular = IconData( + 0x10414, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue" in size 24 and regular style. - static const IconData document_queue_24_regular = IconData(0x10415, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_24_regular = IconData( + 0x10415, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_add" in size 20 and regular style. - static const IconData document_queue_add_20_regular = IconData(0x10416, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_add_20_regular = IconData( + 0x10416, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_add" in size 24 and regular style. - static const IconData document_queue_add_24_regular = IconData(0x10417, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_add_24_regular = IconData( + 0x10417, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_multiple" in size 20 and regular style. - static const IconData document_queue_multiple_20_regular = IconData(0x10418, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_multiple_20_regular = IconData( + 0x10418, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_multiple" in size 24 and regular style. - static const IconData document_queue_multiple_24_regular = IconData(0x10419, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_queue_multiple_24_regular = IconData( + 0x10419, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 16 and regular style. - static const IconData document_ribbon_16_regular = IconData(0xfeda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_16_regular = IconData( + 0xfeda, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 20 and regular style. - static const IconData document_ribbon_20_regular = IconData(0xfedb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_20_regular = IconData( + 0xfedb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 24 and regular style. - static const IconData document_ribbon_24_regular = IconData(0xfedc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_24_regular = IconData( + 0xfedc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 28 and regular style. - static const IconData document_ribbon_28_regular = IconData(0xfedd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_28_regular = IconData( + 0xfedd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 32 and regular style. - static const IconData document_ribbon_32_regular = IconData(0xfede, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_32_regular = IconData( + 0xfede, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 48 and regular style. - static const IconData document_ribbon_48_regular = IconData(0xfedf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_ribbon_48_regular = IconData( + 0xfedf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_save" in size 20 and regular style. - static const IconData document_save_20_regular = IconData(0xf9c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_save_20_regular = IconData( + 0xf9c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_save" in size 24 and regular style. - static const IconData document_save_24_regular = IconData(0xf9c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_save_24_regular = IconData( + 0xf9c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_search" in size 16 and regular style. - static const IconData document_search_16_regular = IconData(0xff81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_search_16_regular = IconData( + 0xff81, + 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); + 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); + static const IconData document_search_24_regular = IconData( + 0xf3af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_settings" in size 16 and regular style. - static const IconData document_settings_16_regular = IconData(0xf422, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_settings_16_regular = IconData( + 0xf422, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_settings" in size 20 and regular style. - static const IconData document_settings_20_regular = IconData(0x100d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_settings_20_regular = IconData( + 0x100d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 16 and regular style. - static const IconData document_split_hint_16_regular = IconData(0x100d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_16_regular = IconData( + 0x100d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 20 and regular style. - static const IconData document_split_hint_20_regular = IconData(0x100d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_20_regular = IconData( + 0x100d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 24 and regular style. - static const IconData document_split_hint_24_regular = IconData(0xf423, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_24_regular = IconData( + 0xf423, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 16 and regular style. - static const IconData document_split_hint_off_16_regular = IconData(0x1056e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_16_regular = IconData( + 0x1056e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 20 and regular style. - static const IconData document_split_hint_off_20_regular = IconData(0x1056f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_20_regular = IconData( + 0x1056f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 24 and regular style. - static const IconData document_split_hint_off_24_regular = IconData(0xf424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_24_regular = IconData( + 0xf424, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 16 and regular style. - static const IconData document_sync_16_regular = IconData(0x100d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_sync_16_regular = IconData( + 0x100d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 20 and regular style. - static const IconData document_sync_20_regular = IconData(0x100d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_sync_20_regular = IconData( + 0x100d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 24 and regular style. - static const IconData document_sync_24_regular = IconData(0xfc03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_sync_24_regular = IconData( + 0xfc03, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 16 and regular style. - static const IconData document_table_16_regular = IconData(0x10115, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_16_regular = IconData( + 0x10115, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 20 and regular style. - static const IconData document_table_20_regular = IconData(0x10116, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_20_regular = IconData( + 0x10116, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 24 and regular style. - static const IconData document_table_24_regular = IconData(0x10117, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_24_regular = IconData( + 0x10117, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_arrow_right" in size 20 and regular style. - static const IconData document_table_arrow_right_20_regular = IconData(0x10219, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_arrow_right_20_regular = IconData( + 0x10219, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_arrow_right" in size 24 and regular style. - static const IconData document_table_arrow_right_24_regular = IconData(0x1021a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_arrow_right_24_regular = IconData( + 0x1021a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_checkmark" in size 20 and regular style. - static const IconData document_table_checkmark_20_regular = IconData(0x1021b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_checkmark_20_regular = IconData( + 0x1021b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_checkmark" in size 24 and regular style. - static const IconData document_table_checkmark_24_regular = IconData(0x1021c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_checkmark_24_regular = IconData( + 0x1021c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_cube" in size 20 and regular style. - static const IconData document_table_cube_20_regular = IconData(0x1041a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_cube_20_regular = IconData( + 0x1041a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_cube" in size 24 and regular style. - static const IconData document_table_cube_24_regular = IconData(0x1041b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_cube_24_regular = IconData( + 0x1041b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_search" in size 20 and regular style. - static const IconData document_table_search_20_regular = IconData(0x10269, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_search_20_regular = IconData( + 0x10269, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_search" in size 24 and regular style. - static const IconData document_table_search_24_regular = IconData(0x1026a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_search_24_regular = IconData( + 0x1026a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_truck" in size 20 and regular style. - static const IconData document_table_truck_20_regular = IconData(0x1041c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_truck_20_regular = IconData( + 0x1041c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_truck" in size 24 and regular style. - static const IconData document_table_truck_24_regular = IconData(0x1041d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_table_truck_24_regular = IconData( + 0x1041d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text" in size 20 and regular style. - static const IconData document_text_20_regular = IconData(0x101d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_20_regular = IconData( + 0x101d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text" in size 24 and regular style. - static const IconData document_text_24_regular = IconData(0x101d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_24_regular = IconData( + 0x101d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_clock" in size 20 and regular style. - static const IconData document_text_clock_20_regular = IconData(0x1021d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_clock_20_regular = IconData( + 0x1021d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_clock" in size 24 and regular style. - static const IconData document_text_clock_24_regular = IconData(0x1021e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_clock_24_regular = IconData( + 0x1021e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_extract" in size 20 and regular style. - static const IconData document_text_extract_20_regular = IconData(0x1026b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_extract_20_regular = IconData( + 0x1026b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_extract" in size 24 and regular style. - static const IconData document_text_extract_24_regular = IconData(0x1026c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_extract_24_regular = IconData( + 0x1026c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_link" in size 20 and regular style. - static const IconData document_text_link_20_regular = IconData(0x101d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_link_20_regular = IconData( + 0x101d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_link" in size 24 and regular style. - static const IconData document_text_link_24_regular = IconData(0x101da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_link_24_regular = IconData( + 0x101da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_toolbox" in size 20 and regular style. - static const IconData document_text_toolbox_20_regular = IconData(0x1041e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_toolbox_20_regular = IconData( + 0x1041e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_toolbox" in size 24 and regular style. - static const IconData document_text_toolbox_24_regular = IconData(0x1041f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData document_text_toolbox_24_regular = IconData( + 0x1041f, + 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); + 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); + static const IconData document_toolbox_24_regular = IconData( + 0xf3b1, + 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); + 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); + static const IconData document_width_24_regular = IconData( + 0xf3b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 16 and regular style. - static const IconData door_16_regular = IconData(0xf9f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_16_regular = IconData( + 0xf9f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 20 and regular style. - static const IconData door_20_regular = IconData(0xff82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_20_regular = IconData( + 0xff82, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 28 and regular style. - static const IconData door_28_regular = IconData(0x1039b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_28_regular = IconData( + 0x1039b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 16 and regular style. - static const IconData door_arrow_left_16_regular = IconData(0xfee0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_left_16_regular = IconData( + 0xfee0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 20 and regular style. - static const IconData door_arrow_left_20_regular = IconData(0xfd32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_left_20_regular = IconData( + 0xfd32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 24 and regular style. - static const IconData door_arrow_left_24_regular = IconData(0xfe60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_left_24_regular = IconData( + 0xfe60, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 16 and regular style. - static const IconData door_arrow_right_16_regular = IconData(0x100d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_right_16_regular = IconData( + 0x100d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 20 and regular style. - static const IconData door_arrow_right_20_regular = IconData(0x100d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_right_20_regular = IconData( + 0x100d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 28 and regular style. - static const IconData door_arrow_right_28_regular = IconData(0x1039c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_arrow_right_28_regular = IconData( + 0x1039c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_tag" in size 20 and regular style. - static const IconData door_tag_20_regular = IconData(0x10570, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_tag_20_regular = IconData( + 0x10570, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_tag" in size 24 and regular style. - static const IconData door_tag_24_regular = IconData(0xfbae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData door_tag_24_regular = IconData( + 0xfbae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_swipe_down" in size 20 and regular style. - static const IconData double_swipe_down_20_regular = IconData(0x10571, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_swipe_down_20_regular = IconData( + 0x10571, + 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); + static const IconData double_swipe_down_24_regular = IconData( + 0xf3ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_swipe_up" in size 20 and regular style. - static const IconData double_swipe_up_20_regular = IconData(0x10572, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_swipe_up_20_regular = IconData( + 0x10572, + 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); + static const IconData double_swipe_up_24_regular = IconData( + 0xf3bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_tap_swipe_down" in size 20 and regular style. - static const IconData double_tap_swipe_down_20_regular = IconData(0x10502, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_down_20_regular = IconData( + 0x10502, + 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(0x10503, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_down_24_regular = IconData( + 0x10503, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_tap_swipe_up" in size 20 and regular style. - static const IconData double_tap_swipe_up_20_regular = IconData(0x10504, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_up_20_regular = IconData( + 0x10504, + 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(0x10505, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_up_24_regular = IconData( + 0x10505, + 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); + 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); + 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); + static const IconData drafts_24_regular = IconData( + 0xf3c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drag" in size 20 and regular style. - static const IconData drag_20_regular = IconData(0x10573, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drag_20_regular = IconData( + 0x10573, + 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); + static const IconData drag_24_regular = IconData( + 0xf3c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_image" in size 20 and regular style. - static const IconData draw_image_20_regular = IconData(0x1033c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_image_20_regular = IconData( + 0x1033c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_image" in size 24 and regular style. - static const IconData draw_image_24_regular = IconData(0x1033d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_image_24_regular = IconData( + 0x1033d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_shape" in size 20 and regular style. - static const IconData draw_shape_20_regular = IconData(0x1033e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_shape_20_regular = IconData( + 0x1033e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_shape" in size 24 and regular style. - static const IconData draw_shape_24_regular = IconData(0xfb84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_shape_24_regular = IconData( + 0xfb84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_text" in size 20 and regular style. - static const IconData draw_text_20_regular = IconData(0x1033f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_text_20_regular = IconData( + 0x1033f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_text" in size 24 and regular style. - static const IconData draw_text_24_regular = IconData(0xfb85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData draw_text_24_regular = IconData( + 0xfb85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_add" in size 20 and regular style. - static const IconData drawer_add_20_regular = IconData(0x10340, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_add_20_regular = IconData( + 0x10340, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_add" in size 24 and regular style. - static const IconData drawer_add_24_regular = IconData(0x10341, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_add_24_regular = IconData( + 0x10341, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_arrow_download" in size 20 and regular style. - static const IconData drawer_arrow_download_20_regular = IconData(0x10342, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_arrow_download_20_regular = IconData( + 0x10342, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_arrow_download" in size 24 and regular style. - static const IconData drawer_arrow_download_24_regular = IconData(0x10343, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_arrow_download_24_regular = IconData( + 0x10343, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_dismiss" in size 20 and regular style. - static const IconData drawer_dismiss_20_regular = IconData(0x10344, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_dismiss_20_regular = IconData( + 0x10344, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_dismiss" in size 24 and regular style. - static const IconData drawer_dismiss_24_regular = IconData(0x10345, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_dismiss_24_regular = IconData( + 0x10345, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_download" in size 20 and regular style. - static const IconData drawer_download_20_regular = IconData(0x10346, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_download_20_regular = IconData( + 0x10346, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_download" in size 24 and regular style. - static const IconData drawer_download_24_regular = IconData(0x10347, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_download_24_regular = IconData( + 0x10347, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_play" in size 20 and regular style. - static const IconData drawer_play_20_regular = IconData(0x10348, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_play_20_regular = IconData( + 0x10348, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_play" in size 24 and regular style. - static const IconData drawer_play_24_regular = IconData(0x10349, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_play_24_regular = IconData( + 0x10349, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_subtract" in size 20 and regular style. - static const IconData drawer_subtract_20_regular = IconData(0x1034a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_subtract_20_regular = IconData( + 0x1034a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_subtract" in size 24 and regular style. - static const IconData drawer_subtract_24_regular = IconData(0x1034b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drawer_subtract_24_regular = IconData( + 0x1034b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_beer" in size 16 and regular style. - static const IconData drink_beer_16_regular = IconData(0xf9e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_beer_16_regular = IconData( + 0xf9e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_beer" in size 20 and regular style. - static const IconData drink_beer_20_regular = IconData(0xf9e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_beer_20_regular = IconData( + 0xf9e1, + 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); + static const IconData drink_beer_24_regular = IconData( + 0xf3c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_coffee" in size 16 and regular style. - static const IconData drink_coffee_16_regular = IconData(0xf9e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_coffee_16_regular = IconData( + 0xf9e2, + 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); + 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); + static const IconData drink_coffee_24_regular = IconData( + 0xf3c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_margarita" in size 16 and regular style. - static const IconData drink_margarita_16_regular = IconData(0xf9e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_margarita_16_regular = IconData( + 0xf9e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_margarita" in size 20 and regular style. - static const IconData drink_margarita_20_regular = IconData(0xf9e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_margarita_20_regular = IconData( + 0xf9e4, + 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); + static const IconData drink_margarita_24_regular = IconData( + 0xf3c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_to_go" in size 20 and regular style. - static const IconData drink_to_go_20_regular = IconData(0x10574, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_to_go_20_regular = IconData( + 0x10574, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_to_go" in size 24 and regular style. - static const IconData drink_to_go_24_regular = IconData(0xfc04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_to_go_24_regular = IconData( + 0xfc04, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_wine" in size 16 and regular style. - static const IconData drink_wine_16_regular = IconData(0xf9e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_wine_16_regular = IconData( + 0xf9e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_wine" in size 20 and regular style. - static const IconData drink_wine_20_regular = IconData(0xf9e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drink_wine_20_regular = IconData( + 0xf9e6, + 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); + static const IconData drink_wine_24_regular = IconData( + 0xf3c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drive_train" in size 20 and regular style. - static const IconData drive_train_20_regular = IconData(0x10575, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drive_train_20_regular = IconData( + 0x10575, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drive_train" in size 24 and regular style. - static const IconData drive_train_24_regular = IconData(0xfee1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drive_train_24_regular = IconData( + 0xfee1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 12 and regular style. - static const IconData drop_12_regular = IconData(0xfd33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_12_regular = IconData( + 0xfd33, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 16 and regular style. - static const IconData drop_16_regular = IconData(0xfd34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_16_regular = IconData( + 0xfd34, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 20 and regular style. - static const IconData drop_20_regular = IconData(0xfd35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_20_regular = IconData( + 0xfd35, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 24 and regular style. - static const IconData drop_24_regular = IconData(0xfd36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_24_regular = IconData( + 0xfd36, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 28 and regular style. - static const IconData drop_28_regular = IconData(0xfd37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_28_regular = IconData( + 0xfd37, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 48 and regular style. - static const IconData drop_48_regular = IconData(0xfd38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData drop_48_regular = IconData( + 0xfd38, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen" in size 20 and regular style. - static const IconData dual_screen_20_regular = IconData(0x100d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_20_regular = IconData( + 0x100d7, + 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); + static const IconData dual_screen_24_regular = IconData( + 0xf3c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_add" in size 20 and regular style. - static const IconData dual_screen_add_20_regular = IconData(0x10576, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_add_20_regular = IconData( + 0x10576, + 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); + static const IconData dual_screen_add_24_regular = IconData( + 0xf3c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_right" in size 20 and regular style. - static const IconData dual_screen_arrow_right_20_regular = IconData(0x10577, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_right_20_regular = IconData( + 0x10577, + 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); + static const IconData dual_screen_arrow_right_24_regular = IconData( + 0xf3ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_up" in size 20 and regular style. - static const IconData dual_screen_arrow_up_20_regular = IconData(0x10578, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_up_20_regular = IconData( + 0x10578, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_up" in size 24 and regular style. - static const IconData dual_screen_arrow_up_24_regular = IconData(0xf9f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_up_24_regular = IconData( + 0xf9f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_clock" in size 20 and regular style. - static const IconData dual_screen_clock_20_regular = IconData(0x10579, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_clock_20_regular = IconData( + 0x10579, + 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); + static const IconData dual_screen_clock_24_regular = IconData( + 0xf3cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_closed_alert" in size 20 and regular style. - static const IconData dual_screen_closed_alert_20_regular = IconData(0x1057a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_closed_alert_20_regular = IconData( + 0x1057a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_closed_alert" in size 24 and regular style. - static const IconData dual_screen_closed_alert_24_regular = IconData(0xf9f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_closed_alert_24_regular = IconData( + 0xf9f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_desktop" in size 20 and regular style. - static const IconData dual_screen_desktop_20_regular = IconData(0x1057b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_desktop_20_regular = IconData( + 0x1057b, + 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); + static const IconData dual_screen_desktop_24_regular = IconData( + 0xf3cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_dismiss" in size 20 and regular style. - static const IconData dual_screen_dismiss_20_regular = IconData(0x1057c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_dismiss_20_regular = IconData( + 0x1057c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_dismiss" in size 24 and regular style. - static const IconData dual_screen_dismiss_24_regular = IconData(0xfcd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_dismiss_24_regular = IconData( + 0xfcd9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_group" in size 20 and regular style. - static const IconData dual_screen_group_20_regular = IconData(0x1057d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_group_20_regular = IconData( + 0x1057d, + 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); + static const IconData dual_screen_group_24_regular = IconData( + 0xf3ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_header" in size 20 and regular style. - static const IconData dual_screen_header_20_regular = IconData(0x1057e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_header_20_regular = IconData( + 0x1057e, + 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); + static const IconData dual_screen_header_24_regular = IconData( + 0xf3cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_lock" in size 20 and regular style. - static const IconData dual_screen_lock_20_regular = IconData(0x1057f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_lock_20_regular = IconData( + 0x1057f, + 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); + static const IconData dual_screen_lock_24_regular = IconData( + 0xf3d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_mirror" in size 20 and regular style. - static const IconData dual_screen_mirror_20_regular = IconData(0x10580, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_mirror_20_regular = IconData( + 0x10580, + 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); + static const IconData dual_screen_mirror_24_regular = IconData( + 0xf3d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_pagination" in size 20 and regular style. - static const IconData dual_screen_pagination_20_regular = IconData(0x10581, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_pagination_20_regular = IconData( + 0x10581, + 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); + static const IconData dual_screen_pagination_24_regular = IconData( + 0xf3d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_settings" in size 20 and regular style. - static const IconData dual_screen_settings_20_regular = IconData(0x10582, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_settings_20_regular = IconData( + 0x10582, + 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); + static const IconData dual_screen_settings_24_regular = IconData( + 0xf3d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_span" in size 20 and regular style. - static const IconData dual_screen_span_20_regular = IconData(0x10583, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_span_20_regular = IconData( + 0x10583, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_span" in size 24 and regular style. - static const IconData dual_screen_span_24_regular = IconData(0xf9e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_span_24_regular = IconData( + 0xf9e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_speaker" in size 20 and regular style. - static const IconData dual_screen_speaker_20_regular = IconData(0x10584, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_speaker_20_regular = IconData( + 0x10584, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_speaker" in size 24 and regular style. - static const IconData dual_screen_speaker_24_regular = IconData(0xfcda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_speaker_24_regular = IconData( + 0xfcda, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_status_bar" in size 20 and regular style. - static const IconData dual_screen_status_bar_20_regular = IconData(0x10585, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_status_bar_20_regular = IconData( + 0x10585, + 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); + static const IconData dual_screen_status_bar_24_regular = IconData( + 0xf3d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_tablet" in size 20 and regular style. - static const IconData dual_screen_tablet_20_regular = IconData(0x10586, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_tablet_20_regular = IconData( + 0x10586, + 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); + static const IconData dual_screen_tablet_24_regular = IconData( + 0xf3d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_update" in size 20 and regular style. - static const IconData dual_screen_update_20_regular = IconData(0x10587, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_update_20_regular = IconData( + 0x10587, + 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); + static const IconData dual_screen_update_24_regular = IconData( + 0xf3d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_vertical_scroll" in size 20 and regular style. - static const IconData dual_screen_vertical_scroll_20_regular = IconData(0x10588, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_vertical_scroll_20_regular = IconData( + 0x10588, + 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); + static const IconData dual_screen_vertical_scroll_24_regular = IconData( + 0xf3d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_vibrate" in size 20 and regular style. - static const IconData dual_screen_vibrate_20_regular = IconData(0x10589, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dual_screen_vibrate_20_regular = IconData( + 0x10589, + 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); + static const IconData dual_screen_vibrate_24_regular = IconData( + 0xf3d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 16 and regular style. - static const IconData dumbbell_16_regular = IconData(0xfd39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dumbbell_16_regular = IconData( + 0xfd39, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 20 and regular style. - static const IconData dumbbell_20_regular = IconData(0xfd3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dumbbell_20_regular = IconData( + 0xfd3a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 24 and regular style. - static const IconData dumbbell_24_regular = IconData(0xfd3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dumbbell_24_regular = IconData( + 0xfd3b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 28 and regular style. - static const IconData dumbbell_28_regular = IconData(0xfd3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData dumbbell_28_regular = IconData( + 0xfd3c, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData edit_24_regular = IconData( + 0xf3de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 28 and regular style. - static const IconData edit_28_regular = IconData(0x10622, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_28_regular = IconData( + 0x10622, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 32 and regular style. - static const IconData edit_32_regular = IconData(0xf9e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_32_regular = IconData( + 0xf9e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 48 and regular style. - static const IconData edit_48_regular = IconData(0x10623, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_48_regular = IconData( + 0x10623, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_arrow_back" in size 16 and regular style. - static const IconData edit_arrow_back_16_regular = IconData(0xf429, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_arrow_back_16_regular = IconData( + 0xf429, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_arrow_back" in size 20 and regular style. - static const IconData edit_arrow_back_20_regular = IconData(0x1000c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_arrow_back_20_regular = IconData( + 0x1000c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 16 and regular style. - static const IconData edit_off_16_regular = IconData(0xf9e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_16_regular = IconData( + 0xf9e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 20 and regular style. - static const IconData edit_off_20_regular = IconData(0xfd3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_20_regular = IconData( + 0xfd3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 24 and regular style. - static const IconData edit_off_24_regular = IconData(0xf9ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_24_regular = IconData( + 0xf9ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 28 and regular style. - static const IconData edit_off_28_regular = IconData(0x10624, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_28_regular = IconData( + 0x10624, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 32 and regular style. - static const IconData edit_off_32_regular = IconData(0x10625, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_32_regular = IconData( + 0x10625, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 48 and regular style. - static const IconData edit_off_48_regular = IconData(0x10626, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_off_48_regular = IconData( + 0x10626, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 16 and regular style. - static const IconData edit_prohibited_16_regular = IconData(0x10627, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_16_regular = IconData( + 0x10627, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 20 and regular style. - static const IconData edit_prohibited_20_regular = IconData(0x10628, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_20_regular = IconData( + 0x10628, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 24 and regular style. - static const IconData edit_prohibited_24_regular = IconData(0x10629, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_24_regular = IconData( + 0x10629, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 28 and regular style. - static const IconData edit_prohibited_28_regular = IconData(0x1062a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_28_regular = IconData( + 0x1062a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 32 and regular style. - static const IconData edit_prohibited_32_regular = IconData(0x1062b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_32_regular = IconData( + 0x1062b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 48 and regular style. - static const IconData edit_prohibited_48_regular = IconData(0x1062c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_prohibited_48_regular = IconData( + 0x1062c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_settings" in size 20 and regular style. - static const IconData edit_settings_20_regular = IconData(0x1058a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_settings_20_regular = IconData( + 0x1058a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_settings" in size 24 and regular style. - static const IconData edit_settings_24_regular = IconData(0xf9eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData edit_settings_24_regular = IconData( + 0xf9eb, + 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); + 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); + 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); + static const IconData emoji_24_regular = IconData( + 0xf3e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 28 and regular style. - static const IconData emoji_28_regular = IconData(0x1034c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_28_regular = IconData( + 0x1034c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 32 and regular style. - static const IconData emoji_32_regular = IconData(0x1034d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_32_regular = IconData( + 0x1034d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 48 and regular style. - static const IconData emoji_48_regular = IconData(0x1034e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_48_regular = IconData( + 0x1034e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_add" in size 16 and regular style. - static const IconData emoji_add_16_regular = IconData(0xf9ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_add_16_regular = IconData( + 0xf9ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_add" in size 20 and regular style. - static const IconData emoji_add_20_regular = IconData(0xfb37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_add_20_regular = IconData( + 0xfb37, + 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); + 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); + 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); + static const IconData emoji_angry_24_regular = IconData( + 0xf3e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 16 and regular style. - static const IconData emoji_edit_16_regular = IconData(0x1062d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_edit_16_regular = IconData( + 0x1062d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 20 and regular style. - static const IconData emoji_edit_20_regular = IconData(0x1062e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_edit_20_regular = IconData( + 0x1062e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 24 and regular style. - static const IconData emoji_edit_24_regular = IconData(0x1062f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_edit_24_regular = IconData( + 0x1062f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 28 and regular style. - static const IconData emoji_edit_28_regular = IconData(0x10630, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_edit_28_regular = IconData( + 0x10630, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 48 and regular style. - static const IconData emoji_edit_48_regular = IconData(0x10631, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_edit_48_regular = IconData( + 0x10631, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 20 and regular style. - static const IconData emoji_hand_20_regular = IconData(0xfe61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_hand_20_regular = IconData( + 0xfe61, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 24 and regular style. - static const IconData emoji_hand_24_regular = IconData(0xf9ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_hand_24_regular = IconData( + 0xf9ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 28 and regular style. - static const IconData emoji_hand_28_regular = IconData(0xf9ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_hand_28_regular = IconData( + 0xf9ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_laugh" in size 16 and regular style. - static const IconData emoji_laugh_16_regular = IconData(0xff83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_laugh_16_regular = IconData( + 0xff83, + 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); + 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); + 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); + 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); + static const IconData emoji_meh_24_regular = IconData( + 0xf3e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_multiple" in size 20 and regular style. - static const IconData emoji_multiple_20_regular = IconData(0xfa07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_multiple_20_regular = IconData( + 0xfa07, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_multiple" in size 24 and regular style. - static const IconData emoji_multiple_24_regular = IconData(0xfa36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_multiple_24_regular = IconData( + 0xfa36, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad" in size 16 and regular style. - static const IconData emoji_sad_16_regular = IconData(0x1000d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sad_16_regular = IconData( + 0x1000d, + 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); + 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); + static const IconData emoji_sad_24_regular = IconData( + 0xf3ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad_slight" in size 20 and regular style. - static const IconData emoji_sad_slight_20_regular = IconData(0x102e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sad_slight_20_regular = IconData( + 0x102e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad_slight" in size 24 and regular style. - static const IconData emoji_sad_slight_24_regular = IconData(0x102e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sad_slight_24_regular = IconData( + 0x102e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_smile_slight" in size 20 and regular style. - static const IconData emoji_smile_slight_20_regular = IconData(0x102e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_smile_slight_20_regular = IconData( + 0x102e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_smile_slight" in size 24 and regular style. - static const IconData emoji_smile_slight_24_regular = IconData(0x102e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_smile_slight_24_regular = IconData( + 0x102e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 16 and regular style. - static const IconData emoji_sparkle_16_regular = IconData(0x1034f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_16_regular = IconData( + 0x1034f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 20 and regular style. - static const IconData emoji_sparkle_20_regular = IconData(0x10350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_20_regular = IconData( + 0x10350, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 24 and regular style. - static const IconData emoji_sparkle_24_regular = IconData(0x10351, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_24_regular = IconData( + 0x10351, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 28 and regular style. - static const IconData emoji_sparkle_28_regular = IconData(0x10352, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_28_regular = IconData( + 0x10352, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 32 and regular style. - static const IconData emoji_sparkle_32_regular = IconData(0x10353, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_32_regular = IconData( + 0x10353, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 48 and regular style. - static const IconData emoji_sparkle_48_regular = IconData(0x10354, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_48_regular = IconData( + 0x10354, + 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); + 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); + static const IconData emoji_surprise_24_regular = IconData( + 0xf3ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "engine" in size 20 and regular style. - static const IconData engine_20_regular = IconData(0x1058b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData engine_20_regular = IconData( + 0x1058b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "engine" in size 24 and regular style. - static const IconData engine_24_regular = IconData(0xfee2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData engine_24_regular = IconData( + 0xfee2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_circle" in size 20 and regular style. - static const IconData equal_circle_20_regular = IconData(0x10420, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData equal_circle_20_regular = IconData( + 0x10420, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_circle" in size 24 and regular style. - static const IconData equal_circle_24_regular = IconData(0x10421, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData equal_circle_24_regular = IconData( + 0x10421, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_off" in size 20 and regular style. - static const IconData equal_off_20_regular = IconData(0xf42a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData equal_off_20_regular = IconData( + 0xf42a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_off" in size 24 and regular style. - static const IconData equal_off_24_regular = IconData(0xff84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData equal_off_24_regular = IconData( + 0xff84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser" in size 20 and regular style. - static const IconData eraser_20_regular = IconData(0xf9ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_20_regular = IconData( + 0xf9ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser" in size 24 and regular style. - static const IconData eraser_24_regular = IconData(0xf9f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_24_regular = IconData( + 0xf9f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_medium" in size 20 and regular style. - static const IconData eraser_medium_20_regular = IconData(0x1058c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_medium_20_regular = IconData( + 0x1058c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_medium" in size 24 and regular style. - static const IconData eraser_medium_24_regular = IconData(0xf9f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_medium_24_regular = IconData( + 0xf9f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_segment" in size 20 and regular style. - static const IconData eraser_segment_20_regular = IconData(0x1058d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_segment_20_regular = IconData( + 0x1058d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_segment" in size 24 and regular style. - static const IconData eraser_segment_24_regular = IconData(0xf9f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_segment_24_regular = IconData( + 0xf9f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_small" in size 20 and regular style. - static const IconData eraser_small_20_regular = IconData(0x1058e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_small_20_regular = IconData( + 0x1058e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_small" in size 24 and regular style. - static const IconData eraser_small_24_regular = IconData(0xf9f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_small_24_regular = IconData( + 0xf9f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_tool" in size 20 and regular style. - static const IconData eraser_tool_20_regular = IconData(0x1058f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eraser_tool_20_regular = IconData( + 0x1058f, + 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); + static const IconData eraser_tool_24_regular = IconData( + 0xf3ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle" in size 12 and regular style. - static const IconData error_circle_12_regular = IconData(0xf9f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData error_circle_12_regular = IconData( + 0xf9f4, + 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); + 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); + 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); + static const IconData error_circle_24_regular = IconData( + 0xf3f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle_settings" in size 16 and regular style. - static const IconData error_circle_settings_16_regular = IconData(0xf42b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData error_circle_settings_16_regular = IconData( + 0xf42b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle_settings" in size 20 and regular style. - static const IconData error_circle_settings_20_regular = IconData(0xff85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData error_circle_settings_20_regular = IconData( + 0xff85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 16 and regular style. - static const IconData expand_up_left_16_regular = IconData(0xf42c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_16_regular = IconData( + 0xf42c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 20 and regular style. - static const IconData expand_up_left_20_regular = IconData(0xf431, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_20_regular = IconData( + 0xf431, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 24 and regular style. - static const IconData expand_up_left_24_regular = IconData(0xf432, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_24_regular = IconData( + 0xf432, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 28 and regular style. - static const IconData expand_up_left_28_regular = IconData(0xf433, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_28_regular = IconData( + 0xf433, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 32 and regular style. - static const IconData expand_up_left_32_regular = IconData(0xf44b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_32_regular = IconData( + 0xf44b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 48 and regular style. - static const IconData expand_up_left_48_regular = IconData(0xf44c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_left_48_regular = IconData( + 0xf44c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 16 and regular style. - static const IconData expand_up_right_16_regular = IconData(0xf44f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_16_regular = IconData( + 0xf44f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 20 and regular style. - static const IconData expand_up_right_20_regular = IconData(0xf450, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_20_regular = IconData( + 0xf450, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 24 and regular style. - static const IconData expand_up_right_24_regular = IconData(0xf46d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_24_regular = IconData( + 0xf46d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 28 and regular style. - static const IconData expand_up_right_28_regular = IconData(0xf495, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_28_regular = IconData( + 0xf495, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 32 and regular style. - static const IconData expand_up_right_32_regular = IconData(0xf496, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_32_regular = IconData( + 0xf496, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 48 and regular style. - static const IconData expand_up_right_48_regular = IconData(0xf497, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData expand_up_right_48_regular = IconData( + 0xf497, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "extended_dock" in size 20 and regular style. - static const IconData extended_dock_20_regular = IconData(0x10590, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData extended_dock_20_regular = IconData( + 0x10590, + 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); + static const IconData extended_dock_24_regular = IconData( + 0xf3f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "extension" in size 16 and regular style. - static const IconData extension_16_regular = IconData(0x1000e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData extension_16_regular = IconData( + 0x1000e, + 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); + 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); + static const IconData extension_24_regular = IconData( + 0xf3f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 12 and regular style. - static const IconData eye_12_regular = IconData(0x104b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_12_regular = IconData( + 0x104b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 16 and regular style. - static const IconData eye_16_regular = IconData(0x104b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_16_regular = IconData( + 0x104b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 20 and regular style. - static const IconData eye_20_regular = IconData(0x104b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_20_regular = IconData( + 0x104b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 24 and regular style. - static const IconData eye_24_regular = IconData(0x104b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_24_regular = IconData( + 0x104b7, + 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); + 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); + static const IconData eye_hide_24_regular = IconData( + 0xf3f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 16 and regular style. - static const IconData eye_off_16_regular = IconData(0xff86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_off_16_regular = IconData( + 0xff86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 20 and regular style. - static const IconData eye_off_20_regular = IconData(0x104b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_off_20_regular = IconData( + 0x104b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 24 and regular style. - static const IconData eye_off_24_regular = IconData(0x104b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_off_24_regular = IconData( + 0x104b9, + 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); + 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); + 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); + 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); + static const IconData eye_show_24_regular = IconData( + 0xf3fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 16 and regular style. - static const IconData eye_tracking_16_regular = IconData(0x104ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_16_regular = IconData( + 0x104ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 20 and regular style. - static const IconData eye_tracking_20_regular = IconData(0x104bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_20_regular = IconData( + 0x104bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 24 and regular style. - static const IconData eye_tracking_24_regular = IconData(0x104bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_24_regular = IconData( + 0x104bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 16 and regular style. - static const IconData eye_tracking_off_16_regular = IconData(0xf9f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_16_regular = IconData( + 0xf9f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 20 and regular style. - static const IconData eye_tracking_off_20_regular = IconData(0xf9f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_20_regular = IconData( + 0xf9f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 24 and regular style. - static const IconData eye_tracking_off_24_regular = IconData(0xf9fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_24_regular = IconData( + 0xf9fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 16 and regular style. - static const IconData eye_tracking_on_16_regular = IconData(0xfc05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_16_regular = IconData( + 0xfc05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 20 and regular style. - static const IconData eye_tracking_on_20_regular = IconData(0xfc06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_20_regular = IconData( + 0xfc06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 24 and regular style. - static const IconData eye_tracking_on_24_regular = IconData(0xfc07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_24_regular = IconData( + 0xfc07, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper" in size 20 and regular style. - static const IconData eyedropper_20_regular = IconData(0xfd3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eyedropper_20_regular = IconData( + 0xfd3e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper" in size 24 and regular style. - static const IconData eyedropper_24_regular = IconData(0xfd3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eyedropper_24_regular = IconData( + 0xfd3f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper_off" in size 20 and regular style. - static const IconData eyedropper_off_20_regular = IconData(0x10496, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eyedropper_off_20_regular = IconData( + 0x10496, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper_off" in size 24 and regular style. - static const IconData eyedropper_off_24_regular = IconData(0x10497, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData eyedropper_off_24_regular = IconData( + 0x10497, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 16 and regular style. - static const IconData f_stop_16_regular = IconData(0xf9fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData f_stop_16_regular = IconData( + 0xf9fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 20 and regular style. - static const IconData f_stop_20_regular = IconData(0xf9fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData f_stop_20_regular = IconData( + 0xf9fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 24 and regular style. - static const IconData f_stop_24_regular = IconData(0xf9fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData f_stop_24_regular = IconData( + 0xf9fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 28 and regular style. - static const IconData f_stop_28_regular = IconData(0xf9fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData f_stop_28_regular = IconData( + 0xf9fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_acceleration" in size 20 and regular style. - static const IconData fast_acceleration_20_regular = IconData(0x10591, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fast_acceleration_20_regular = IconData( + 0x10591, + 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); + static const IconData fast_acceleration_24_regular = IconData( + 0xf3fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_forward" in size 16 and regular style. - static const IconData fast_forward_16_regular = IconData(0x1026d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fast_forward_16_regular = IconData( + 0x1026d, + 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); + 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); + static const IconData fast_forward_24_regular = IconData( + 0xf3ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_forward" in size 28 and regular style. - static const IconData fast_forward_28_regular = IconData(0x1026e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fast_forward_28_regular = IconData( + 0x1026e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fax" in size 16 and regular style. - static const IconData fax_16_regular = IconData(0xf4ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fax_16_regular = IconData( + 0xf4ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fax" in size 20 and regular style. - static const IconData fax_20_regular = IconData(0xff87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fax_20_regular = IconData( + 0xff87, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter" in size 12 and regular style. - static const IconData filter_12_regular = IconData(0x10728, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_12_regular = IconData( + 0x10728, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter" in size 16 and regular style. - static const IconData filter_16_regular = IconData(0xfe62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_16_regular = IconData( + 0xfe62, + 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); + 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); + 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); + static const IconData filter_28_regular = IconData( + 0xf408, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_add" in size 20 and regular style. - static const IconData filter_add_20_regular = IconData(0x10632, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_add_20_regular = IconData( + 0x10632, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 16 and regular style. - static const IconData filter_dismiss_16_regular = IconData(0xff88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_dismiss_16_regular = IconData( + 0xff88, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 20 and regular style. - static const IconData filter_dismiss_20_regular = IconData(0xff89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_dismiss_20_regular = IconData( + 0xff89, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 24 and regular style. - static const IconData filter_dismiss_24_regular = IconData(0xfcdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_dismiss_24_regular = IconData( + 0xfcdb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_sync" in size 20 and regular style. - static const IconData filter_sync_20_regular = IconData(0x10592, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_sync_20_regular = IconData( + 0x10592, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_sync" in size 24 and regular style. - static const IconData filter_sync_24_regular = IconData(0xfcdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData filter_sync_24_regular = IconData( + 0xfcdc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fingerprint" in size 20 and regular style. - static const IconData fingerprint_20_regular = IconData(0x10593, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fingerprint_20_regular = IconData( + 0x10593, + 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); + static const IconData fingerprint_24_regular = IconData( + 0xf409, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fingerprint" in size 48 and regular style. - static const IconData fingerprint_48_regular = IconData(0xf9ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fingerprint_48_regular = IconData( + 0xf9ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fixed_width" in size 20 and regular style. - static const IconData fixed_width_20_regular = IconData(0x10594, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fixed_width_20_regular = IconData( + 0x10594, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fixed_width" in size 24 and regular style. - static const IconData fixed_width_24_regular = IconData(0xfa00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fixed_width_24_regular = IconData( + 0xfa00, + 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); + 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); + 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); + 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); + 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); + static const IconData flag_48_regular = IconData( + 0xf40e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flag_off" in size 16 and regular style. - static const IconData flag_off_16_regular = IconData(0xfd40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flag_off_16_regular = IconData( + 0xfd40, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flag_off" in size 20 and regular style. - static const IconData flag_off_20_regular = IconData(0xfd41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flag_off_20_regular = IconData( + 0xfd41, + 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); + 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); + 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); + static const IconData flag_off_48_regular = IconData( + 0xf411, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 16 and regular style. - static const IconData flash_16_regular = IconData(0xfe63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_16_regular = IconData( + 0xfe63, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 20 and regular style. - static const IconData flash_20_regular = IconData(0x104bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_20_regular = IconData( + 0x104bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 24 and regular style. - static const IconData flash_24_regular = IconData(0x104be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_24_regular = IconData( + 0x104be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 28 and regular style. - static const IconData flash_28_regular = IconData(0xfe64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_28_regular = IconData( + 0xfe64, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_add" in size 20 and regular style. - static const IconData flash_add_20_regular = IconData(0x10633, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_add_20_regular = IconData( + 0x10633, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_auto" in size 20 and regular style. - static const IconData flash_auto_20_regular = IconData(0x10595, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_auto_20_regular = IconData( + 0x10595, + 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); + static const IconData flash_auto_24_regular = IconData( + 0xf412, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 16 and regular style. - static const IconData flash_checkmark_16_regular = IconData(0xfe65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_checkmark_16_regular = IconData( + 0xfe65, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 20 and regular style. - static const IconData flash_checkmark_20_regular = IconData(0xfe66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_checkmark_20_regular = IconData( + 0xfe66, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 24 and regular style. - static const IconData flash_checkmark_24_regular = IconData(0xfe67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_checkmark_24_regular = IconData( + 0xfe67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 28 and regular style. - static const IconData flash_checkmark_28_regular = IconData(0xfe68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_checkmark_28_regular = IconData( + 0xfe68, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 16 and regular style. - static const IconData flash_flow_16_regular = IconData(0x10634, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_flow_16_regular = IconData( + 0x10634, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 20 and regular style. - static const IconData flash_flow_20_regular = IconData(0x10635, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_flow_20_regular = IconData( + 0x10635, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 24 and regular style. - static const IconData flash_flow_24_regular = IconData(0x10636, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_flow_24_regular = IconData( + 0x10636, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_off" in size 20 and regular style. - static const IconData flash_off_20_regular = IconData(0x10596, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_off_20_regular = IconData( + 0x10596, + 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); + 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); + 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); + static const IconData flash_on_24_regular = IconData( + 0xf415, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_play" in size 20 and regular style. - static const IconData flash_play_20_regular = IconData(0x10637, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_play_20_regular = IconData( + 0x10637, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_settings" in size 20 and regular style. - static const IconData flash_settings_20_regular = IconData(0x1021f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_settings_20_regular = IconData( + 0x1021f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_settings" in size 24 and regular style. - static const IconData flash_settings_24_regular = IconData(0x10220, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flash_settings_24_regular = IconData( + 0x10220, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight" in size 16 and regular style. - static const IconData flashlight_16_regular = IconData(0xff8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flashlight_16_regular = IconData( + 0xff8a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight" in size 20 and regular style. - static const IconData flashlight_20_regular = IconData(0xff8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flashlight_20_regular = IconData( + 0xff8b, + 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); + static const IconData flashlight_24_regular = IconData( + 0xf416, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight_off" in size 20 and regular style. - static const IconData flashlight_off_20_regular = IconData(0x10597, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flashlight_off_20_regular = IconData( + 0x10597, + 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); + static const IconData flashlight_off_24_regular = IconData( + 0xf417, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 16 and regular style. - static const IconData flip_horizontal_16_regular = IconData(0x10355, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_16_regular = IconData( + 0x10355, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 20 and regular style. - static const IconData flip_horizontal_20_regular = IconData(0x10356, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_20_regular = IconData( + 0x10356, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 24 and regular style. - static const IconData flip_horizontal_24_regular = IconData(0xfa01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_24_regular = IconData( + 0xfa01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 28 and regular style. - static const IconData flip_horizontal_28_regular = IconData(0x10357, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_28_regular = IconData( + 0x10357, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 32 and regular style. - static const IconData flip_horizontal_32_regular = IconData(0x10358, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_32_regular = IconData( + 0x10358, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 48 and regular style. - static const IconData flip_horizontal_48_regular = IconData(0x10359, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_horizontal_48_regular = IconData( + 0x10359, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 16 and regular style. - static const IconData flip_vertical_16_regular = IconData(0x1035a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_16_regular = IconData( + 0x1035a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 20 and regular style. - static const IconData flip_vertical_20_regular = IconData(0x1035b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_20_regular = IconData( + 0x1035b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 24 and regular style. - static const IconData flip_vertical_24_regular = IconData(0xfa02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_24_regular = IconData( + 0xfa02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 28 and regular style. - static const IconData flip_vertical_28_regular = IconData(0x1035c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_28_regular = IconData( + 0x1035c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 32 and regular style. - static const IconData flip_vertical_32_regular = IconData(0x1035d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_32_regular = IconData( + 0x1035d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 48 and regular style. - static const IconData flip_vertical_48_regular = IconData(0x1035e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flip_vertical_48_regular = IconData( + 0x1035e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flow" in size 16 and regular style. - static const IconData flow_16_regular = IconData(0xf4af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flow_16_regular = IconData( + 0xf4af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flow" in size 20 and regular style. - static const IconData flow_20_regular = IconData(0xff8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flow_20_regular = IconData( + 0xff8c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart" in size 20 and regular style. - static const IconData flowchart_20_regular = IconData(0x1026f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flowchart_20_regular = IconData( + 0x1026f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart" in size 24 and regular style. - static const IconData flowchart_24_regular = IconData(0x10270, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flowchart_24_regular = IconData( + 0x10270, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart_circle" in size 20 and regular style. - static const IconData flowchart_circle_20_regular = IconData(0x10271, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flowchart_circle_20_regular = IconData( + 0x10271, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart_circle" in size 24 and regular style. - static const IconData flowchart_circle_24_regular = IconData(0x10272, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData flowchart_circle_24_regular = IconData( + 0x10272, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 20 and regular style. - static const IconData fluent_20_regular = IconData(0x10598, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluent_20_regular = IconData( + 0x10598, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 24 and regular style. - static const IconData fluent_24_regular = IconData(0xfc08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluent_24_regular = IconData( + 0xfc08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 32 and regular style. - static const IconData fluent_32_regular = IconData(0xfa03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluent_32_regular = IconData( + 0xfa03, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 48 and regular style. - static const IconData fluent_48_regular = IconData(0xfa04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluent_48_regular = IconData( + 0xfa04, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 16 and regular style. - static const IconData fluid_16_regular = IconData(0xff8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluid_16_regular = IconData( + 0xff8d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 20 and regular style. - static const IconData fluid_20_regular = IconData(0xfa05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluid_20_regular = IconData( + 0xfa05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 24 and regular style. - static const IconData fluid_24_regular = IconData(0xfa06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fluid_24_regular = IconData( + 0xfa06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder" in size 16 and regular style. - static const IconData folder_16_regular = IconData(0xfcdd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_16_regular = IconData( + 0xfcdd, + 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); + 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); + 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); + static const IconData folder_28_regular = IconData( + 0xf41a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder" in size 32 and regular style. - static const IconData folder_32_regular = IconData(0xfcde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_32_regular = IconData( + 0xfcde, + 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); + static const IconData folder_48_regular = IconData( + 0xf41b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_add" in size 16 and regular style. - static const IconData folder_add_16_regular = IconData(0xff8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_add_16_regular = IconData( + 0xff8e, + 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); + 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); + 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); + 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); + static const IconData folder_add_48_regular = IconData( + 0xf41f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 16 and regular style. - static const IconData folder_arrow_left_16_regular = IconData(0x10638, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_16_regular = IconData( + 0x10638, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 20 and regular style. - static const IconData folder_arrow_left_20_regular = IconData(0x10639, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_20_regular = IconData( + 0x10639, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 24 and regular style. - static const IconData folder_arrow_left_24_regular = IconData(0x1063a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_24_regular = IconData( + 0x1063a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 28 and regular style. - static const IconData folder_arrow_left_28_regular = IconData(0x1063b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_28_regular = IconData( + 0x1063b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 32 and regular style. - static const IconData folder_arrow_left_32_regular = IconData(0x1063c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_32_regular = IconData( + 0x1063c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 16 and regular style. - static const IconData folder_arrow_right_16_regular = IconData(0xfc09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_16_regular = IconData( + 0xfc09, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 20 and regular style. - static const IconData folder_arrow_right_20_regular = IconData(0xfc0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_20_regular = IconData( + 0xfc0a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 24 and regular style. - static const IconData folder_arrow_right_24_regular = IconData(0xfc0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_24_regular = IconData( + 0xfc0b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 28 and regular style. - static const IconData folder_arrow_right_28_regular = IconData(0xfc0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_28_regular = IconData( + 0xfc0c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 48 and regular style. - static const IconData folder_arrow_right_48_regular = IconData(0xfc0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_48_regular = IconData( + 0xfc0d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 16 and regular style. - static const IconData folder_arrow_up_16_regular = IconData(0xfb86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_16_regular = IconData( + 0xfb86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 20 and regular style. - static const IconData folder_arrow_up_20_regular = IconData(0xfb87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_20_regular = IconData( + 0xfb87, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 24 and regular style. - static const IconData folder_arrow_up_24_regular = IconData(0xfb88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_24_regular = IconData( + 0xfb88, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 28 and regular style. - static const IconData folder_arrow_up_28_regular = IconData(0xfb89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_28_regular = IconData( + 0xfb89, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 48 and regular style. - static const IconData folder_arrow_up_48_regular = IconData(0xfc0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_48_regular = IconData( + 0xfc0e, + 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); + static const IconData folder_briefcase_20_regular = IconData( + 0xf420, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_globe" in size 16 and regular style. - static const IconData folder_globe_16_regular = IconData(0xf4b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_globe_16_regular = IconData( + 0xf4b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_globe" in size 20 and regular style. - static const IconData folder_globe_20_regular = IconData(0xff8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_globe_20_regular = IconData( + 0xff8f, + 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); + 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); + 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); + 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); + static const IconData folder_link_48_regular = IconData( + 0xf428, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_mail" in size 16 and regular style. - static const IconData folder_mail_16_regular = IconData(0xfee3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_mail_16_regular = IconData( + 0xfee3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_mail" in size 20 and regular style. - static const IconData folder_mail_20_regular = IconData(0xff90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_mail_20_regular = IconData( + 0xff90, + 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); + 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); + 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); + 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); + static const IconData folder_open_vertical_20_regular = IconData( + 0xf430, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_person" in size 16 and regular style. - static const IconData folder_person_16_regular = IconData(0xf4c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_person_16_regular = IconData( + 0xf4c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_person" in size 20 and regular style. - static const IconData folder_person_20_regular = IconData(0xff91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_person_20_regular = IconData( + 0xff91, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 16 and regular style. - static const IconData folder_prohibited_16_regular = IconData(0xfe69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_prohibited_16_regular = IconData( + 0xfe69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 20 and regular style. - static const IconData folder_prohibited_20_regular = IconData(0xfc0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_prohibited_20_regular = IconData( + 0xfc0f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 24 and regular style. - static const IconData folder_prohibited_24_regular = IconData(0xfc10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_prohibited_24_regular = IconData( + 0xfc10, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 28 and regular style. - static const IconData folder_prohibited_28_regular = IconData(0xfc11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_prohibited_28_regular = IconData( + 0xfc11, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 48 and regular style. - static const IconData folder_prohibited_48_regular = IconData(0xfc12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_prohibited_48_regular = IconData( + 0xfc12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 16 and regular style. - static const IconData folder_swap_16_regular = IconData(0xfc13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_swap_16_regular = IconData( + 0xfc13, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 20 and regular style. - static const IconData folder_swap_20_regular = IconData(0xfc14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_swap_20_regular = IconData( + 0xfc14, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 24 and regular style. - static const IconData folder_swap_24_regular = IconData(0xfc15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_swap_24_regular = IconData( + 0xfc15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 16 and regular style. - static const IconData folder_sync_16_regular = IconData(0xfee4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_sync_16_regular = IconData( + 0xfee4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 20 and regular style. - static const IconData folder_sync_20_regular = IconData(0xff92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_sync_20_regular = IconData( + 0xff92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 24 and regular style. - static const IconData folder_sync_24_regular = IconData(0x10273, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData folder_sync_24_regular = IconData( + 0x10273, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData font_space_tracking_out_28_regular = IconData( + 0xf442, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food" in size 16 and regular style. - static const IconData food_16_regular = IconData(0xff93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_16_regular = IconData( + 0xff93, + 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); + 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); + static const IconData food_24_regular = IconData( + 0xf444, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_apple" in size 20 and regular style. - static const IconData food_apple_20_regular = IconData(0x102e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_apple_20_regular = IconData( + 0x102e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_apple" in size 24 and regular style. - static const IconData food_apple_24_regular = IconData(0x102e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_apple_24_regular = IconData( + 0x102e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 12 and regular style. - static const IconData food_cake_12_regular = IconData(0x10151, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_cake_12_regular = IconData( + 0x10151, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 16 and regular style. - static const IconData food_cake_16_regular = IconData(0xff94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_cake_16_regular = IconData( + 0xff94, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 20 and regular style. - static const IconData food_cake_20_regular = IconData(0xfb38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_cake_20_regular = IconData( + 0xfb38, + 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); + static const IconData food_cake_24_regular = IconData( + 0xf445, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_egg" in size 16 and regular style. - static const IconData food_egg_16_regular = IconData(0xfa08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_egg_16_regular = IconData( + 0xfa08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_egg" in size 20 and regular style. - static const IconData food_egg_20_regular = IconData(0xfa09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_egg_20_regular = IconData( + 0xfa09, + 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); + static const IconData food_egg_24_regular = IconData( + 0xf446, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_grains" in size 20 and regular style. - static const IconData food_grains_20_regular = IconData(0x1035f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_grains_20_regular = IconData( + 0x1035f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_grains" in size 24 and regular style. - static const IconData food_grains_24_regular = IconData(0x10360, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_grains_24_regular = IconData( + 0x10360, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_pizza" in size 20 and regular style. - static const IconData food_pizza_20_regular = IconData(0xfdbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_pizza_20_regular = IconData( + 0xfdbc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_pizza" in size 24 and regular style. - static const IconData food_pizza_24_regular = IconData(0xfdbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_pizza_24_regular = IconData( + 0xfdbd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_toast" in size 16 and regular style. - static const IconData food_toast_16_regular = IconData(0xfa0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_toast_16_regular = IconData( + 0xfa0a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_toast" in size 20 and regular style. - static const IconData food_toast_20_regular = IconData(0xfa0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData food_toast_20_regular = IconData( + 0xfa0b, + 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); + static const IconData food_toast_24_regular = IconData( + 0xf447, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "form_new" in size 20 and regular style. - static const IconData form_new_20_regular = IconData(0x10599, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData form_new_20_regular = IconData( + 0x10599, + 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); + 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); + 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); + static const IconData form_new_48_regular = IconData( + 0xf44a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_120" in size 20 and regular style. - static const IconData fps_120_20_regular = IconData(0xfd42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_120_20_regular = IconData( + 0xfd42, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_120" in size 24 and regular style. - static const IconData fps_120_24_regular = IconData(0xfd43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_120_24_regular = IconData( + 0xfd43, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_240" in size 20 and regular style. - static const IconData fps_240_20_regular = IconData(0xfd44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_240_20_regular = IconData( + 0xfd44, + 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); + static const IconData fps_240_24_regular = IconData( + 0xf44d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 16 and regular style. - static const IconData fps_30_16_regular = IconData(0xfb8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_30_16_regular = IconData( + 0xfb8b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 20 and regular style. - static const IconData fps_30_20_regular = IconData(0xfb8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_30_20_regular = IconData( + 0xfb8c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 24 and regular style. - static const IconData fps_30_24_regular = IconData(0xfb8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_30_24_regular = IconData( + 0xfb8d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 28 and regular style. - static const IconData fps_30_28_regular = IconData(0xfb8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_30_28_regular = IconData( + 0xfb8e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 48 and regular style. - static const IconData fps_30_48_regular = IconData(0xfb8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_30_48_regular = IconData( + 0xfb8f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 16 and regular style. - static const IconData fps_60_16_regular = IconData(0xfb90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_60_16_regular = IconData( + 0xfb90, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 20 and regular style. - static const IconData fps_60_20_regular = IconData(0xfb91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_60_20_regular = IconData( + 0xfb91, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 24 and regular style. - static const IconData fps_60_24_regular = IconData(0xfb92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_60_24_regular = IconData( + 0xfb92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 28 and regular style. - static const IconData fps_60_28_regular = IconData(0xfb93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_60_28_regular = IconData( + 0xfb93, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 48 and regular style. - static const IconData fps_60_48_regular = IconData(0xfb94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_60_48_regular = IconData( + 0xfb94, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_960" in size 20 and regular style. - static const IconData fps_960_20_regular = IconData(0x1059a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData fps_960_20_regular = IconData( + 0x1059a, + 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); + static const IconData fps_960_24_regular = IconData( + 0xf44e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 16 and regular style. - static const IconData full_screen_maximize_16_regular = IconData(0xff95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_16_regular = IconData( + 0xff95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 20 and regular style. - static const IconData full_screen_maximize_20_regular = IconData(0xff96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_20_regular = IconData( + 0xff96, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 24 and regular style. - static const IconData full_screen_maximize_24_regular = IconData(0xfc16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_24_regular = IconData( + 0xfc16, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 16 and regular style. - static const IconData full_screen_minimize_16_regular = IconData(0x1059b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_16_regular = IconData( + 0x1059b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 20 and regular style. - static const IconData full_screen_minimize_20_regular = IconData(0x1059c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_20_regular = IconData( + 0x1059c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 24 and regular style. - static const IconData full_screen_minimize_24_regular = IconData(0xfc17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_24_regular = IconData( + 0xfc17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 16 and regular style. - static const IconData games_16_regular = IconData(0x10221, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData games_16_regular = IconData( + 0x10221, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 20 and regular style. - static const IconData games_20_regular = IconData(0x10222, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData games_20_regular = IconData( + 0x10222, + 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); + static const IconData games_24_regular = IconData( + 0xf451, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 28 and regular style. - static const IconData games_28_regular = IconData(0x10223, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData games_28_regular = IconData( + 0x10223, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 32 and regular style. - static const IconData games_32_regular = IconData(0x10224, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData games_32_regular = IconData( + 0x10224, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 48 and regular style. - static const IconData games_48_regular = IconData(0x10225, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData games_48_regular = IconData( + 0x10225, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gantt_chart" in size 20 and regular style. - static const IconData gantt_chart_20_regular = IconData(0xfa37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gantt_chart_20_regular = IconData( + 0xfa37, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gantt_chart" in size 24 and regular style. - static const IconData gantt_chart_24_regular = IconData(0xfa38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gantt_chart_24_regular = IconData( + 0xfa38, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas" in size 20 and regular style. - static const IconData gas_20_regular = IconData(0x1059d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gas_20_regular = IconData( + 0x1059d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas" in size 24 and regular style. - static const IconData gas_24_regular = IconData(0xfee5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gas_24_regular = IconData( + 0xfee5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas_pump" in size 20 and regular style. - static const IconData gas_pump_20_regular = IconData(0x1059e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gas_pump_20_regular = IconData( + 0x1059e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas_pump" in size 24 and regular style. - static const IconData gas_pump_24_regular = IconData(0xfee6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gas_pump_24_regular = IconData( + 0xfee6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge" in size 20 and regular style. - static const IconData gauge_20_regular = IconData(0xf4c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gauge_20_regular = IconData( + 0xf4c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge" in size 24 and regular style. - static const IconData gauge_24_regular = IconData(0xf4c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gauge_24_regular = IconData( + 0xf4c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge_add" in size 20 and regular style. - static const IconData gauge_add_20_regular = IconData(0x1063d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gauge_add_20_regular = IconData( + 0x1063d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 20 and regular style. - static const IconData gavel_20_regular = IconData(0x1059f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gavel_20_regular = IconData( + 0x1059f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 24 and regular style. - static const IconData gavel_24_regular = IconData(0xfa0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gavel_24_regular = IconData( + 0xfa0c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 32 and regular style. - static const IconData gavel_32_regular = IconData(0xfa0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gavel_32_regular = IconData( + 0xfa0d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gesture" in size 20 and regular style. - static const IconData gesture_20_regular = IconData(0x105a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gesture_20_regular = IconData( + 0x105a0, + 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); + static const IconData gesture_24_regular = IconData( + 0xf452, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gif" in size 16 and regular style. - static const IconData gif_16_regular = IconData(0xff97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gif_16_regular = IconData( + 0xff97, + 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); + 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); + static const IconData gif_24_regular = IconData( + 0xf454, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift" in size 16 and regular style. - static const IconData gift_16_regular = IconData(0xff98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_16_regular = IconData( + 0xff98, + 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); + 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); + static const IconData gift_24_regular = IconData( + 0xf456, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 16 and regular style. - static const IconData gift_card_16_regular = IconData(0xf4cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_16_regular = IconData( + 0xf4cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 20 and regular style. - static const IconData gift_card_20_regular = IconData(0xf4ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_20_regular = IconData( + 0xf4ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 24 and regular style. - static const IconData gift_card_24_regular = IconData(0x105a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_24_regular = IconData( + 0x105a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_add" in size 20 and regular style. - static const IconData gift_card_add_20_regular = IconData(0xf4cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_add_20_regular = IconData( + 0xf4cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_add" in size 24 and regular style. - static const IconData gift_card_add_24_regular = IconData(0xfa39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_add_24_regular = IconData( + 0xfa39, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_arrow_right" in size 20 and regular style. - static const IconData gift_card_arrow_right_20_regular = IconData(0x10361, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_arrow_right_20_regular = IconData( + 0x10361, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_arrow_right" in size 24 and regular style. - static const IconData gift_card_arrow_right_24_regular = IconData(0x10362, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_arrow_right_24_regular = IconData( + 0x10362, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_money" in size 20 and regular style. - static const IconData gift_card_money_20_regular = IconData(0x10422, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_money_20_regular = IconData( + 0x10422, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_money" in size 24 and regular style. - static const IconData gift_card_money_24_regular = IconData(0x10423, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_money_24_regular = IconData( + 0x10423, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_multiple" in size 20 and regular style. - static const IconData gift_card_multiple_20_regular = IconData(0x10424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_multiple_20_regular = IconData( + 0x10424, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_multiple" in size 24 and regular style. - static const IconData gift_card_multiple_24_regular = IconData(0x10425, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData gift_card_multiple_24_regular = IconData( + 0x10425, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance" in size 20 and regular style. - static const IconData glance_20_regular = IconData(0x100d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glance_20_regular = IconData( + 0x100d8, + 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); + static const IconData glance_24_regular = IconData( + 0xf457, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_default" in size 12 and regular style. - static const IconData glance_default_12_regular = IconData(0x105a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glance_default_12_regular = IconData( + 0x105a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 12 and regular style. - static const IconData glance_horizontal_12_regular = IconData(0x10118, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glance_horizontal_12_regular = IconData( + 0x10118, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 20 and regular style. - static const IconData glance_horizontal_20_regular = IconData(0x100d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glance_horizontal_20_regular = IconData( + 0x100d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 24 and regular style. - static const IconData glance_horizontal_24_regular = IconData(0x105a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glance_horizontal_24_regular = IconData( + 0x105a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 16 and regular style. - static const IconData glasses_16_regular = IconData(0xfa0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_16_regular = IconData( + 0xfa0e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 20 and regular style. - static const IconData glasses_20_regular = IconData(0xfa0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_20_regular = IconData( + 0xfa0f, + 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); + static const IconData glasses_24_regular = IconData( + 0xf458, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 28 and regular style. - static const IconData glasses_28_regular = IconData(0xfa10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_28_regular = IconData( + 0xfa10, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 48 and regular style. - static const IconData glasses_48_regular = IconData(0xfa11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_48_regular = IconData( + 0xfa11, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 16 and regular style. - static const IconData glasses_off_16_regular = IconData(0xfa12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_off_16_regular = IconData( + 0xfa12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 20 and regular style. - static const IconData glasses_off_20_regular = IconData(0xfa13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_off_20_regular = IconData( + 0xfa13, + 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); + static const IconData glasses_off_24_regular = IconData( + 0xf459, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 28 and regular style. - static const IconData glasses_off_28_regular = IconData(0xfa14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_off_28_regular = IconData( + 0xfa14, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 48 and regular style. - static const IconData glasses_off_48_regular = IconData(0xfa15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData glasses_off_48_regular = IconData( + 0xfa15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe" in size 16 and regular style. - static const IconData globe_16_regular = IconData(0xfa16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_16_regular = IconData( + 0xfa16, + 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); + 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); + static const IconData globe_24_regular = IconData( + 0xf45b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe" in size 32 and regular style. - static const IconData globe_32_regular = IconData(0xfdbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_32_regular = IconData( + 0xfdbe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_add" in size 20 and regular style. - static const IconData globe_add_20_regular = IconData(0x105a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_add_20_regular = IconData( + 0x105a4, + 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); + static const IconData globe_add_24_regular = IconData( + 0xf45c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_clock" in size 16 and regular style. - static const IconData globe_clock_16_regular = IconData(0x1000f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_clock_16_regular = IconData( + 0x1000f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_clock" in size 20 and regular style. - static const IconData globe_clock_20_regular = IconData(0x10010, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_clock_20_regular = IconData( + 0x10010, + 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); + static const IconData globe_clock_24_regular = IconData( + 0xf45d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_desktop" in size 20 and regular style. - static const IconData globe_desktop_20_regular = IconData(0x105a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_desktop_20_regular = IconData( + 0x105a5, + 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); + static const IconData globe_desktop_24_regular = IconData( + 0xf45e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_location" in size 20 and regular style. - static const IconData globe_location_20_regular = IconData(0xf4dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_location_20_regular = IconData( + 0xf4dc, + 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); + static const IconData globe_location_24_regular = IconData( + 0xf45f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_person" in size 20 and regular style. - static const IconData globe_person_20_regular = IconData(0x10498, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_person_20_regular = IconData( + 0x10498, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_person" in size 24 and regular style. - static const IconData globe_person_24_regular = IconData(0xfcdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_person_24_regular = IconData( + 0xfcdf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_prohibited" in size 20 and regular style. - static const IconData globe_prohibited_20_regular = IconData(0x10152, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_prohibited_20_regular = IconData( + 0x10152, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_search" in size 20 and regular style. - static const IconData globe_search_20_regular = IconData(0x10153, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_search_20_regular = IconData( + 0x10153, + 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); + static const IconData globe_search_24_regular = IconData( + 0xf460, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_shield" in size 20 and regular style. - static const IconData globe_shield_20_regular = IconData(0x101db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_shield_20_regular = IconData( + 0x101db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_shield" in size 24 and regular style. - static const IconData globe_shield_24_regular = IconData(0x101dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_shield_24_regular = IconData( + 0x101dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_star" in size 16 and regular style. - static const IconData globe_star_16_regular = IconData(0xf4eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_star_16_regular = IconData( + 0xf4eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_star" in size 20 and regular style. - static const IconData globe_star_20_regular = IconData(0xff99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_star_20_regular = IconData( + 0xff99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_surface" in size 20 and regular style. - static const IconData globe_surface_20_regular = IconData(0xff9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_surface_20_regular = IconData( + 0xff9a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_surface" in size 24 and regular style. - static const IconData globe_surface_24_regular = IconData(0xff9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_surface_24_regular = IconData( + 0xff9b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 20 and regular style. - static const IconData globe_video_20_regular = IconData(0xf4fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_video_20_regular = IconData( + 0xf4fd, + 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); + static const IconData globe_video_24_regular = IconData( + 0xf461, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 28 and regular style. - static const IconData globe_video_28_regular = IconData(0x10154, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_video_28_regular = IconData( + 0x10154, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 32 and regular style. - static const IconData globe_video_32_regular = IconData(0x10155, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_video_32_regular = IconData( + 0x10155, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 48 and regular style. - static const IconData globe_video_48_regular = IconData(0x10156, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData globe_video_48_regular = IconData( + 0x10156, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid" in size 16 and regular style. - static const IconData grid_16_regular = IconData(0xfe6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData grid_16_regular = IconData( + 0xfe6a, + 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); + 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); + 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); + static const IconData grid_28_regular = IconData( + 0xf464, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 20 and regular style. - static const IconData grid_dots_20_regular = IconData(0x10061, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData grid_dots_20_regular = IconData( + 0x10061, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 24 and regular style. - static const IconData grid_dots_24_regular = IconData(0x10062, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData grid_dots_24_regular = IconData( + 0x10062, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 28 and regular style. - static const IconData grid_dots_28_regular = IconData(0x10063, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData grid_dots_28_regular = IconData( + 0x10063, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_kanban" in size 20 and regular style. - static const IconData grid_kanban_20_regular = IconData(0xfb39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData grid_kanban_20_regular = IconData( + 0xfb39, + 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); + 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); + static const IconData group_24_regular = IconData( + 0xf466, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_dismiss" in size 20 and regular style. - static const IconData group_dismiss_20_regular = IconData(0x105a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData group_dismiss_20_regular = IconData( + 0x105a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_dismiss" in size 24 and regular style. - static const IconData group_dismiss_24_regular = IconData(0xfe1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData group_dismiss_24_regular = IconData( + 0xfe1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_list" in size 20 and regular style. - static const IconData group_list_20_regular = IconData(0x105a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData group_list_20_regular = IconData( + 0x105a7, + 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); + static const IconData group_list_24_regular = IconData( + 0xf467, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_return" in size 20 and regular style. - static const IconData group_return_20_regular = IconData(0x105a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData group_return_20_regular = IconData( + 0x105a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_return" in size 24 and regular style. - static const IconData group_return_24_regular = IconData(0xfe1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData group_return_24_regular = IconData( + 0xfe1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 20 and regular style. - static const IconData guardian_20_regular = IconData(0x10157, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guardian_20_regular = IconData( + 0x10157, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 24 and regular style. - static const IconData guardian_24_regular = IconData(0x10158, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guardian_24_regular = IconData( + 0x10158, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 28 and regular style. - static const IconData guardian_28_regular = IconData(0x10159, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guardian_28_regular = IconData( + 0x10159, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 48 and regular style. - static const IconData guardian_48_regular = IconData(0x1015a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guardian_48_regular = IconData( + 0x1015a, + 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); + 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); + 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); + 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); + static const IconData guest_28_regular = IconData( + 0xf46b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guest_add" in size 20 and regular style. - static const IconData guest_add_20_regular = IconData(0x105a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guest_add_20_regular = IconData( + 0x105a9, + 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); + static const IconData guest_add_24_regular = IconData( + 0xf46c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 16 and regular style. - static const IconData guitar_16_regular = IconData(0xfd45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guitar_16_regular = IconData( + 0xfd45, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 20 and regular style. - static const IconData guitar_20_regular = IconData(0xfd46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guitar_20_regular = IconData( + 0xfd46, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 24 and regular style. - static const IconData guitar_24_regular = IconData(0xfd47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guitar_24_regular = IconData( + 0xfd47, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 28 and regular style. - static const IconData guitar_28_regular = IconData(0xfd48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData guitar_28_regular = IconData( + 0xfd48, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 16 and regular style. - static const IconData hand_draw_16_regular = IconData(0x1063e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_draw_16_regular = IconData( + 0x1063e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 20 and regular style. - static const IconData hand_draw_20_regular = IconData(0x105aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_draw_20_regular = IconData( + 0x105aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 24 and regular style. - static const IconData hand_draw_24_regular = IconData(0xfa47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_draw_24_regular = IconData( + 0xfa47, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 28 and regular style. - static const IconData hand_draw_28_regular = IconData(0x10226, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_draw_28_regular = IconData( + 0x10226, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 16 and regular style. - static const IconData hand_left_16_regular = IconData(0xfe1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_left_16_regular = IconData( + 0xfe1f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 20 and regular style. - static const IconData hand_left_20_regular = IconData(0xfa17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_left_20_regular = IconData( + 0xfa17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 24 and regular style. - static const IconData hand_left_24_regular = IconData(0xfe20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_left_24_regular = IconData( + 0xfe20, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 28 and regular style. - static const IconData hand_left_28_regular = IconData(0xfe21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_left_28_regular = IconData( + 0xfe21, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 16 and regular style. - static const IconData hand_right_16_regular = IconData(0xfe22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_right_16_regular = IconData( + 0xfe22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 20 and regular style. - static const IconData hand_right_20_regular = IconData(0xfb3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_right_20_regular = IconData( + 0xfb3a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 24 and regular style. - static const IconData hand_right_24_regular = IconData(0xfa18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_right_24_regular = IconData( + 0xfa18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 28 and regular style. - static const IconData hand_right_28_regular = IconData(0xfa19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_right_28_regular = IconData( + 0xfa19, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right_off" in size 20 and regular style. - static const IconData hand_right_off_20_regular = IconData(0xfb3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hand_right_off_20_regular = IconData( + 0xfb3b, + 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); + 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); + 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); + static const IconData handshake_24_regular = IconData( + 0xf470, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hard_drive" in size 20 and regular style. - static const IconData hard_drive_20_regular = IconData(0x1063f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hard_drive_20_regular = IconData( + 0x1063f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 12 and regular style. - static const IconData hat_graduation_12_regular = IconData(0x1015b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hat_graduation_12_regular = IconData( + 0x1015b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 16 and regular style. - static const IconData hat_graduation_16_regular = IconData(0xfa1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hat_graduation_16_regular = IconData( + 0xfa1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 20 and regular style. - static const IconData hat_graduation_20_regular = IconData(0xfa1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hat_graduation_20_regular = IconData( + 0xfa1b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 24 and regular style. - static const IconData hat_graduation_24_regular = IconData(0xfa1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hat_graduation_24_regular = IconData( + 0xfa1c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 16 and regular style. - static const IconData hd_16_regular = IconData(0xfa1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hd_16_regular = IconData( + 0xfa1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 20 and regular style. - static const IconData hd_20_regular = IconData(0xfa1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hd_20_regular = IconData( + 0xfa1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 24 and regular style. - static const IconData hd_24_regular = IconData(0xfa1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hd_24_regular = IconData( + 0xfa1f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr" in size 20 and regular style. - static const IconData hdr_20_regular = IconData(0x10640, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hdr_20_regular = IconData( + 0x10640, + 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); + static const IconData hdr_24_regular = IconData( + 0xf471, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr_off" in size 20 and regular style. - static const IconData hdr_off_20_regular = IconData(0x10641, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hdr_off_20_regular = IconData( + 0x10641, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr_off" in size 24 and regular style. - static const IconData hdr_off_24_regular = IconData(0x104bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData hdr_off_24_regular = IconData( + 0x104bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 20 and regular style. - static const IconData headphones_20_regular = IconData(0xfe6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_20_regular = IconData( + 0xfe6b, + 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); + 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); + static const IconData headphones_28_regular = IconData( + 0xf473, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 32 and regular style. - static const IconData headphones_32_regular = IconData(0xfe6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_32_regular = IconData( + 0xfe6c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 48 and regular style. - static const IconData headphones_48_regular = IconData(0xfe6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_48_regular = IconData( + 0xfe6d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 20 and regular style. - static const IconData headphones_sound_wave_20_regular = IconData(0xfe6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_20_regular = IconData( + 0xfe6e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 24 and regular style. - static const IconData headphones_sound_wave_24_regular = IconData(0xfe6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_24_regular = IconData( + 0xfe6f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 28 and regular style. - static const IconData headphones_sound_wave_28_regular = IconData(0xfe70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_28_regular = IconData( + 0xfe70, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 32 and regular style. - static const IconData headphones_sound_wave_32_regular = IconData(0xfe71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_32_regular = IconData( + 0xfe71, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 48 and regular style. - static const IconData headphones_sound_wave_48_regular = IconData(0xfe72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_48_regular = IconData( + 0xfe72, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 16 and regular style. - static const IconData headset_16_regular = IconData(0xfa20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_16_regular = IconData( + 0xfa20, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 20 and regular style. - static const IconData headset_20_regular = IconData(0xfa21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_20_regular = IconData( + 0xfa21, + 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); + 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); + static const IconData headset_28_regular = IconData( + 0xf475, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 32 and regular style. - static const IconData headset_32_regular = IconData(0xfdbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_32_regular = IconData( + 0xfdbf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 48 and regular style. - static const IconData headset_48_regular = IconData(0xfa22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_48_regular = IconData( + 0xfa22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset_add" in size 20 and regular style. - static const IconData headset_add_20_regular = IconData(0xf4fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_add_20_regular = IconData( + 0xf4fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset_add" in size 24 and regular style. - static const IconData headset_add_24_regular = IconData(0xf4ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData headset_add_24_regular = IconData( + 0xf4ff, + 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); + 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); + static const IconData headset_vr_24_regular = IconData( + 0xf477, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 12 and regular style. - static const IconData heart_12_regular = IconData(0x10186, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_12_regular = IconData( + 0x10186, + 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); + 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); + 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); + static const IconData heart_24_regular = IconData( + 0xf47a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 28 and regular style. - static const IconData heart_28_regular = IconData(0xf500, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_28_regular = IconData( + 0xf500, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 32 and regular style. - static const IconData heart_32_regular = IconData(0x10363, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_32_regular = IconData( + 0x10363, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 48 and regular style. - static const IconData heart_48_regular = IconData(0x10364, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_48_regular = IconData( + 0x10364, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_broken" in size 16 and regular style. - static const IconData heart_broken_16_regular = IconData(0xf501, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_broken_16_regular = IconData( + 0xf501, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_broken" in size 20 and regular style. - static const IconData heart_broken_20_regular = IconData(0xff9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_broken_20_regular = IconData( + 0xff9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 16 and regular style. - static const IconData heart_circle_16_regular = IconData(0x10274, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_circle_16_regular = IconData( + 0x10274, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 20 and regular style. - static const IconData heart_circle_20_regular = IconData(0x10275, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_circle_20_regular = IconData( + 0x10275, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 24 and regular style. - static const IconData heart_circle_24_regular = IconData(0x10276, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_circle_24_regular = IconData( + 0x10276, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 20 and regular style. - static const IconData heart_pulse_20_regular = IconData(0xfdc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_pulse_20_regular = IconData( + 0xfdc0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 24 and regular style. - static const IconData heart_pulse_24_regular = IconData(0xfa23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_pulse_24_regular = IconData( + 0xfa23, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 32 and regular style. - static const IconData heart_pulse_32_regular = IconData(0xfa24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData heart_pulse_32_regular = IconData( + 0xfa24, + 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); + 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); + 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); + static const IconData highlight_24_regular = IconData( + 0xf47d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "highlight_link" in size 20 and regular style. - static const IconData highlight_link_20_regular = IconData(0x100da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData highlight_link_20_regular = IconData( + 0x100da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 16 and regular style. - static const IconData history_16_regular = IconData(0xff9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_16_regular = IconData( + 0xff9d, + 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); + 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); + static const IconData history_24_regular = IconData( + 0xf47f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 28 and regular style. - static const IconData history_28_regular = IconData(0x10729, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_28_regular = IconData( + 0x10729, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 32 and regular style. - static const IconData history_32_regular = IconData(0x1072a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_32_regular = IconData( + 0x1072a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 48 and regular style. - static const IconData history_48_regular = IconData(0x1072b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_48_regular = IconData( + 0x1072b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 20 and regular style. - static const IconData history_dismiss_20_regular = IconData(0x1072c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_dismiss_20_regular = IconData( + 0x1072c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 24 and regular style. - static const IconData history_dismiss_24_regular = IconData(0x1072d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_dismiss_24_regular = IconData( + 0x1072d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 28 and regular style. - static const IconData history_dismiss_28_regular = IconData(0x1072e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_dismiss_28_regular = IconData( + 0x1072e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 32 and regular style. - static const IconData history_dismiss_32_regular = IconData(0x1072f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_dismiss_32_regular = IconData( + 0x1072f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 48 and regular style. - static const IconData history_dismiss_48_regular = IconData(0x10730, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData history_dismiss_48_regular = IconData( + 0x10730, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 12 and regular style. - static const IconData home_12_regular = IconData(0xfe23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_12_regular = IconData( + 0xfe23, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 16 and regular style. - static const IconData home_16_regular = IconData(0xfa25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_16_regular = IconData( + 0xfa25, + 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); + 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); + 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); + static const IconData home_28_regular = IconData( + 0xf482, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 32 and regular style. - static const IconData home_32_regular = IconData(0xfa26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_32_regular = IconData( + 0xfa26, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 48 and regular style. - static const IconData home_48_regular = IconData(0xfa27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_48_regular = IconData( + 0xfa27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_add" in size 20 and regular style. - static const IconData home_add_20_regular = IconData(0x105ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_add_20_regular = IconData( + 0x105ab, + 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); + static const IconData home_add_24_regular = IconData( + 0xf483, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_checkmark" in size 16 and regular style. - static const IconData home_checkmark_16_regular = IconData(0xfe73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_checkmark_16_regular = IconData( + 0xfe73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_checkmark" in size 20 and regular style. - static const IconData home_checkmark_20_regular = IconData(0xfe74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_checkmark_20_regular = IconData( + 0xfe74, + 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); + static const IconData home_checkmark_24_regular = IconData( + 0xf484, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_database" in size 20 and regular style. - static const IconData home_database_20_regular = IconData(0x10642, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_database_20_regular = IconData( + 0x10642, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_more" in size 20 and regular style. - static const IconData home_more_20_regular = IconData(0x10731, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_more_20_regular = IconData( + 0x10731, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_person" in size 20 and regular style. - static const IconData home_person_20_regular = IconData(0xfb96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_person_20_regular = IconData( + 0xfb96, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_person" in size 24 and regular style. - static const IconData home_person_24_regular = IconData(0xfce0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData home_person_24_regular = IconData( + 0xfce0, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData image_48_regular = IconData( + 0xf48b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_add" in size 20 and regular style. - static const IconData image_add_20_regular = IconData(0x10643, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_add_20_regular = IconData( + 0x10643, + 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); + static const IconData image_add_24_regular = IconData( + 0xf48c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_alt_text" in size 16 and regular style. - static const IconData image_alt_text_16_regular = IconData(0x10187, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_alt_text_16_regular = IconData( + 0x10187, + 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); + 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); + static const IconData image_alt_text_24_regular = IconData( + 0xf48e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_back" in size 20 and regular style. - static const IconData image_arrow_back_20_regular = IconData(0x10644, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_back_20_regular = IconData( + 0x10644, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_back" in size 24 and regular style. - static const IconData image_arrow_back_24_regular = IconData(0xfa48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_back_24_regular = IconData( + 0xfa48, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_counterclockwise" in size 20 and regular style. - static const IconData image_arrow_counterclockwise_20_regular = IconData(0x10645, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_counterclockwise_20_regular = IconData( + 0x10645, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_counterclockwise" in size 24 and regular style. - static const IconData image_arrow_counterclockwise_24_regular = IconData(0xfa28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_counterclockwise_24_regular = IconData( + 0xfa28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_forward" in size 20 and regular style. - static const IconData image_arrow_forward_20_regular = IconData(0x10646, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_forward_20_regular = IconData( + 0x10646, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_forward" in size 24 and regular style. - static const IconData image_arrow_forward_24_regular = IconData(0xfa49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_arrow_forward_24_regular = IconData( + 0xfa49, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData image_edit_24_regular = IconData( + 0xf494, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_globe" in size 20 and regular style. - static const IconData image_globe_20_regular = IconData(0x10647, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_globe_20_regular = IconData( + 0x10647, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_globe" in size 24 and regular style. - static const IconData image_globe_24_regular = IconData(0xfce1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_globe_24_regular = IconData( + 0xfce1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 16 and regular style. - static const IconData image_multiple_16_regular = IconData(0xfa4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_16_regular = IconData( + 0xfa4a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 20 and regular style. - static const IconData image_multiple_20_regular = IconData(0xfc18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_20_regular = IconData( + 0xfc18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 24 and regular style. - static const IconData image_multiple_24_regular = IconData(0xfc19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_24_regular = IconData( + 0xfc19, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 28 and regular style. - static const IconData image_multiple_28_regular = IconData(0xfc1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_28_regular = IconData( + 0xfc1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 32 and regular style. - static const IconData image_multiple_32_regular = IconData(0x10426, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_32_regular = IconData( + 0x10426, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 48 and regular style. - static const IconData image_multiple_48_regular = IconData(0x10427, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_48_regular = IconData( + 0x10427, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple_off" in size 16 and regular style. - static const IconData image_multiple_off_16_regular = IconData(0x106f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_multiple_off_16_regular = IconData( + 0x106f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_off" in size 20 and regular style. - static const IconData image_off_20_regular = IconData(0xfb97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_off_20_regular = IconData( + 0xfb97, + 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); + static const IconData image_off_24_regular = IconData( + 0xf498, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_prohibited" in size 20 and regular style. - static const IconData image_prohibited_20_regular = IconData(0xff9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_prohibited_20_regular = IconData( + 0xff9e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_prohibited" in size 24 and regular style. - static const IconData image_prohibited_24_regular = IconData(0xff9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_prohibited_24_regular = IconData( + 0xff9f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_reflection" in size 20 and regular style. - static const IconData image_reflection_20_regular = IconData(0x10648, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_reflection_20_regular = IconData( + 0x10648, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_reflection" in size 24 and regular style. - static const IconData image_reflection_24_regular = IconData(0xfa4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_reflection_24_regular = IconData( + 0xfa4b, + 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); + 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); + static const IconData image_search_24_regular = IconData( + 0xf49a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_shadow" in size 20 and regular style. - static const IconData image_shadow_20_regular = IconData(0x10649, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_shadow_20_regular = IconData( + 0x10649, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_shadow" in size 24 and regular style. - static const IconData image_shadow_24_regular = IconData(0xfa4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData image_shadow_24_regular = IconData( + 0xfa4c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "immersive_reader" in size 16 and regular style. - static const IconData immersive_reader_16_regular = IconData(0x10011, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData immersive_reader_16_regular = IconData( + 0x10011, + 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); + 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); + static const IconData immersive_reader_24_regular = IconData( + 0xf49c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "immersive_reader" in size 28 and regular style. - static const IconData immersive_reader_28_regular = IconData(0x1039d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData immersive_reader_28_regular = IconData( + 0x1039d, + 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); + 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); + 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); + 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); + static const IconData important_24_regular = IconData( + 0xf4a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "incognito" in size 20 and regular style. - static const IconData incognito_20_regular = IconData(0x1064a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData incognito_20_regular = IconData( + 0x1064a, + 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); + static const IconData incognito_24_regular = IconData( + 0xf4a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "info" in size 12 and regular style. - static const IconData info_12_regular = IconData(0xffa0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData info_12_regular = IconData( + 0xffa0, + 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); + 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); + 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); + 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); + static const IconData info_28_regular = IconData( + 0xf4a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "info_shield" in size 20 and regular style. - static const IconData info_shield_20_regular = IconData(0xfa29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData info_shield_20_regular = IconData( + 0xfa29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ink_stroke" in size 20 and regular style. - static const IconData ink_stroke_20_regular = IconData(0xfe75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ink_stroke_20_regular = IconData( + 0xfe75, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ink_stroke" in size 24 and regular style. - static const IconData ink_stroke_24_regular = IconData(0xfe76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ink_stroke_24_regular = IconData( + 0xfe76, + 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); + 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); + 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); + static const IconData inking_tool_24_regular = IconData( + 0xf4a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "inking_tool" in size 32 and regular style. - static const IconData inking_tool_32_regular = IconData(0xfce2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData inking_tool_32_regular = IconData( + 0xfce2, + 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); + 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); + 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); + 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); + 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); + static const IconData insert_20_regular = IconData( + 0xf4ad, + 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); + static const IconData ios_arrow_left_24_regular = IconData( + 0xf4b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_ltr" in size 24 and regular style. - static const IconData ios_arrow_ltr_24_regular = IconData(0x10064, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ios_arrow_ltr_24_regular = IconData( + 0x10064, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_right" in size 24 and regular style. - static const IconData ios_arrow_right_24_regular = IconData(0x10012, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ios_arrow_right_24_regular = IconData( + 0x10012, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_rtl" in size 24 and regular style. - static const IconData ios_arrow_rtl_24_regular = IconData(0x10065, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ios_arrow_rtl_24_regular = IconData( + 0x10065, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + static const IconData ios_chevron_right_20_regular = IconData( + 0xf4b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "iot" in size 20 and regular style. - static const IconData iot_20_regular = IconData(0xffa1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData iot_20_regular = IconData( + 0xffa1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "iot" in size 24 and regular style. - static const IconData iot_24_regular = IconData(0xffa2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData iot_24_regular = IconData( + 0xffa2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "javascript" in size 16 and regular style. - static const IconData javascript_16_regular = IconData(0xf4b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + 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); + 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); + static const IconData javascript_24_regular = IconData( + 0xf4b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key" in size 16 and regular style. - static const IconData key_16_regular = IconData(0xfce3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_16_regular = IconData( + 0xfce3, + 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); + 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); + static const IconData key_24_regular = IconData( + 0xf4b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key" in size 32 and regular style. - static const IconData key_32_regular = IconData(0xfce4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_32_regular = IconData( + 0xfce4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 16 and regular style. - static const IconData key_command_16_regular = IconData(0xfd49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_command_16_regular = IconData( + 0xfd49, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 20 and regular style. - static const IconData key_command_20_regular = IconData(0x1064b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_command_20_regular = IconData( + 0x1064b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 24 and regular style. - static const IconData key_command_24_regular = IconData(0x1064c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_command_24_regular = IconData( + 0x1064c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_multiple" in size 20 and regular style. - static const IconData key_multiple_20_regular = IconData(0xfa2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_multiple_20_regular = IconData( + 0xfa2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_reset" in size 20 and regular style. - static const IconData key_reset_20_regular = IconData(0x1039e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_reset_20_regular = IconData( + 0x1039e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_reset" in size 24 and regular style. - static const IconData key_reset_24_regular = IconData(0x1039f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData key_reset_24_regular = IconData( + 0x1039f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_123" in size 20 and regular style. - static const IconData keyboard_123_20_regular = IconData(0x1064d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_123_20_regular = IconData( + 0x1064d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_123" in size 24 and regular style. - static const IconData keyboard_123_24_regular = IconData(0x100db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_123_24_regular = IconData( + 0x100db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard" in size 16 and regular style. - static const IconData keyboard_16_regular = IconData(0x106f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_16_regular = IconData( + 0x106f3, + 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); + 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); + static const IconData keyboard_24_regular = IconData( + 0xf4b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_dock" in size 20 and regular style. - static const IconData keyboard_dock_20_regular = IconData(0x1064e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_dock_20_regular = IconData( + 0x1064e, + 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); + static const IconData keyboard_dock_24_regular = IconData( + 0xf4ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_layout_float" in size 20 and regular style. - static const IconData keyboard_layout_float_20_regular = IconData(0x1064f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_layout_float_20_regular = IconData( + 0x1064f, + 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); + 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 20 and regular style. - static const IconData keyboard_layout_one_handed_left_20_regular = IconData(0x10650, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_layout_one_handed_left_20_regular = IconData( + 0x10650, + 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); + 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 20 and regular style. - static const IconData keyboard_layout_resize_20_regular = IconData(0x10651, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_layout_resize_20_regular = IconData( + 0x10651, + 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); + static const IconData keyboard_layout_resize_24_regular = IconData( + 0xf4bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_layout_split" in size 20 and regular style. - static const IconData keyboard_layout_split_20_regular = IconData(0x10652, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_layout_split_20_regular = IconData( + 0x10652, + 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); + static const IconData keyboard_layout_split_24_regular = IconData( + 0xf4be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift" in size 16 and regular style. - static const IconData keyboard_shift_16_regular = IconData(0xfe24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_shift_16_regular = IconData( + 0xfe24, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift" in size 20 and regular style. - static const IconData keyboard_shift_20_regular = IconData(0xfe25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_shift_20_regular = IconData( + 0xfe25, + 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); + static const IconData keyboard_shift_24_regular = IconData( + 0xf4bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift_uppercase" in size 16 and regular style. - static const IconData keyboard_shift_uppercase_16_regular = IconData(0x10653, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_shift_uppercase_16_regular = IconData( + 0x10653, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift_uppercase" in size 20 and regular style. - static const IconData keyboard_shift_uppercase_20_regular = IconData(0x10654, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_shift_uppercase_20_regular = IconData( + 0x10654, + 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); + static const IconData keyboard_shift_uppercase_24_regular = IconData( + 0xf4c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_tab" in size 20 and regular style. - static const IconData keyboard_tab_20_regular = IconData(0x10655, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData keyboard_tab_20_regular = IconData( + 0x10655, + 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); + 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); + 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); + 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); + 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); + static const IconData laptop_28_regular = IconData( + 0xf4c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "laptop_dismiss" in size 16 and regular style. - static const IconData laptop_dismiss_16_regular = IconData(0xf505, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData laptop_dismiss_16_regular = IconData( + 0xf505, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "laptop_dismiss" in size 20 and regular style. - static const IconData laptop_dismiss_20_regular = IconData(0x100dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData laptop_dismiss_20_regular = IconData( + 0x100dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lasso" in size 20 and regular style. - static const IconData lasso_20_regular = IconData(0xfb98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lasso_20_regular = IconData( + 0xfb98, + 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); + static const IconData lasso_24_regular = IconData( + 0xf4c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lasso" in size 28 and regular style. - static const IconData lasso_28_regular = IconData(0x10227, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lasso_28_regular = IconData( + 0x10227, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "launcher_settings" in size 20 and regular style. - static const IconData launcher_settings_20_regular = IconData(0x10656, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData launcher_settings_20_regular = IconData( + 0x10656, + 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); + 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); + 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); + static const IconData layer_24_regular = IconData( + 0xf4cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 16 and regular style. - static const IconData leaf_one_16_regular = IconData(0xfc1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_one_16_regular = IconData( + 0xfc1b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 20 and regular style. - static const IconData leaf_one_20_regular = IconData(0xfc1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_one_20_regular = IconData( + 0xfc1c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 24 and regular style. - static const IconData leaf_one_24_regular = IconData(0xfc1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_one_24_regular = IconData( + 0xfc1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 16 and regular style. - static const IconData leaf_three_16_regular = IconData(0xfb99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_three_16_regular = IconData( + 0xfb99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 20 and regular style. - static const IconData leaf_three_20_regular = IconData(0xfb9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_three_20_regular = IconData( + 0xfb9a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 24 and regular style. - static const IconData leaf_three_24_regular = IconData(0xfb9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData leaf_three_24_regular = IconData( + 0xfb9b, + 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); + 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); + 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); + static const IconData leaf_two_24_regular = IconData( + 0xf4d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "learning_app" in size 20 and regular style. - static const IconData learning_app_20_regular = IconData(0xfb3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData learning_app_20_regular = IconData( + 0xfb3c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "learning_app" in size 24 and regular style. - static const IconData learning_app_24_regular = IconData(0xfb3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData learning_app_24_regular = IconData( + 0xfb3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "library" in size 16 and regular style. - static const IconData library_16_regular = IconData(0xfe77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData library_16_regular = IconData( + 0xfe77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "library" in size 20 and regular style. - static const IconData library_20_regular = IconData(0xfe78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData library_20_regular = IconData( + 0xfe78, + 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); + 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); + 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); + 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); + 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); + static const IconData lightbulb_24_regular = IconData( + 0xf4d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lightbulb_circle" in size 20 and regular style. - static const IconData lightbulb_circle_20_regular = IconData(0x10657, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lightbulb_circle_20_regular = IconData( + 0x10657, + 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); + 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); + 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); + 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); + static const IconData lightbulb_filament_24_regular = IconData( + 0xf4db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lightbulb_filament" in size 48 and regular style. - static const IconData lightbulb_filament_48_regular = IconData(0x103a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lightbulb_filament_48_regular = IconData( + 0x103a0, + 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); + 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); + 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); + static const IconData likert_24_regular = IconData( + 0xf4df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 20 and regular style. - static const IconData line_20_regular = IconData(0x103a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_20_regular = IconData( + 0x103a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 24 and regular style. - static const IconData line_24_regular = IconData(0x103a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_24_regular = IconData( + 0x103a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 32 and regular style. - static const IconData line_32_regular = IconData(0x101dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_32_regular = IconData( + 0x101dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 48 and regular style. - static const IconData line_48_regular = IconData(0x103a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_48_regular = IconData( + 0x103a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 20 and regular style. - static const IconData line_dashes_20_regular = IconData(0x103a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_dashes_20_regular = IconData( + 0x103a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 24 and regular style. - static const IconData line_dashes_24_regular = IconData(0x103a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_dashes_24_regular = IconData( + 0x103a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 32 and regular style. - static const IconData line_dashes_32_regular = IconData(0x101de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_dashes_32_regular = IconData( + 0x101de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 48 and regular style. - static const IconData line_dashes_48_regular = IconData(0x103a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_dashes_48_regular = IconData( + 0x103a6, + 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); + 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); + 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); + static const IconData line_horizontal_5_20_regular = IconData( + 0xf4e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_horizontal_5_error" in size 20 and regular style. - static const IconData line_horizontal_5_error_20_regular = IconData(0xfa2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_horizontal_5_error_20_regular = IconData( + 0xfa2b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_style" in size 20 and regular style. - static const IconData line_style_20_regular = IconData(0x10658, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_style_20_regular = IconData( + 0x10658, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_style" in size 24 and regular style. - static const IconData line_style_24_regular = IconData(0xfce5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData line_style_24_regular = IconData( + 0xfce5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link" in size 12 and regular style. - static const IconData link_12_regular = IconData(0x10365, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_12_regular = IconData( + 0x10365, + 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); + 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); + 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); + 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); + static const IconData link_28_regular = IconData( + 0xf4e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link" in size 32 and regular style. - static const IconData link_32_regular = IconData(0x10366, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_32_regular = IconData( + 0x10366, + 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); + static const IconData link_48_regular = IconData( + 0xf4e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 16 and regular style. - static const IconData link_dismiss_16_regular = IconData(0x10013, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_dismiss_16_regular = IconData( + 0x10013, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 20 and regular style. - static const IconData link_dismiss_20_regular = IconData(0xfc1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_dismiss_20_regular = IconData( + 0xfc1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 24 and regular style. - static const IconData link_dismiss_24_regular = IconData(0x100dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_dismiss_24_regular = IconData( + 0x100dd, + 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); + 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); + 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); + static const IconData link_edit_24_regular = IconData( + 0xf4ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 12 and regular style. - static const IconData link_square_12_regular = IconData(0xfa2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_square_12_regular = IconData( + 0xfa2c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 16 and regular style. - static const IconData link_square_16_regular = IconData(0xfa2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_square_16_regular = IconData( + 0xfa2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 20 and regular style. - static const IconData link_square_20_regular = IconData(0xfe26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_square_20_regular = IconData( + 0xfe26, + 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); + static const IconData link_square_24_regular = IconData( + 0xf4ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_toolbox" in size 20 and regular style. - static const IconData link_toolbox_20_regular = IconData(0x10659, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData link_toolbox_20_regular = IconData( + 0x10659, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "list" in size 16 and regular style. - static const IconData list_16_regular = IconData(0xfe79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData list_16_regular = IconData( + 0xfe79, + 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); + 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); + 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); + 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); + 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); + static const IconData live_24_regular = IconData( + 0xf4f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "live_off" in size 20 and regular style. - static const IconData live_off_20_regular = IconData(0xfb3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData live_off_20_regular = IconData( + 0xfb3e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "live_off" in size 24 and regular style. - static const IconData live_off_24_regular = IconData(0xfb3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData live_off_24_regular = IconData( + 0xfb3f, + 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); + 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); + 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); + 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); + static const IconData local_language_28_regular = IconData( + 0xf4f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "local_language_zi" in size 24 and regular style. - static const IconData local_language_zi_24_regular = IconData(0xfa50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData local_language_zi_24_regular = IconData( + 0xfa50, + 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); + 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); + 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); + 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); + 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); + static const IconData location_28_regular = IconData( + 0xf4fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location" in size 48 and regular style. - static const IconData location_48_regular = IconData(0xfa2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_48_regular = IconData( + 0xfa2e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 16 and regular style. - static const IconData location_add_16_regular = IconData(0x10506, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_16_regular = IconData( + 0x10506, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 20 and regular style. - static const IconData location_add_20_regular = IconData(0x10507, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_20_regular = IconData( + 0x10507, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 24 and regular style. - static const IconData location_add_24_regular = IconData(0x10508, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_24_regular = IconData( + 0x10508, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_left" in size 20 and regular style. - static const IconData location_add_left_20_regular = IconData(0x1065a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_left_20_regular = IconData( + 0x1065a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_right" in size 20 and regular style. - static const IconData location_add_right_20_regular = IconData(0x1065b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_right_20_regular = IconData( + 0x1065b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_up" in size 20 and regular style. - static const IconData location_add_up_20_regular = IconData(0x1065c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_add_up_20_regular = IconData( + 0x1065c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_left" in size 48 and regular style. - static const IconData location_arrow_left_48_regular = IconData(0xfe7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_arrow_left_48_regular = IconData( + 0xfe7a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_right" in size 48 and regular style. - static const IconData location_arrow_right_48_regular = IconData(0xfe7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_arrow_right_48_regular = IconData( + 0xfe7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_up" in size 48 and regular style. - static const IconData location_arrow_up_48_regular = IconData(0xfe7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_arrow_up_48_regular = IconData( + 0xfe7c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_dismiss" in size 20 and regular style. - static const IconData location_dismiss_20_regular = IconData(0x1065d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_dismiss_20_regular = IconData( + 0x1065d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_dismiss" in size 24 and regular style. - static const IconData location_dismiss_24_regular = IconData(0xfc1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_dismiss_24_regular = IconData( + 0xfc1f, + 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); + 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); + static const IconData location_live_24_regular = IconData( + 0xf4fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 16 and regular style. - static const IconData location_off_16_regular = IconData(0xfa2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_off_16_regular = IconData( + 0xfa2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 20 and regular style. - static const IconData location_off_20_regular = IconData(0xfa30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_off_20_regular = IconData( + 0xfa30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 24 and regular style. - static const IconData location_off_24_regular = IconData(0xfa31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_off_24_regular = IconData( + 0xfa31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 28 and regular style. - static const IconData location_off_28_regular = IconData(0xfa32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_off_28_regular = IconData( + 0xfa32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 48 and regular style. - static const IconData location_off_48_regular = IconData(0xfa33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData location_off_48_regular = IconData( + 0xfa33, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 12 and regular style. - static const IconData lock_closed_12_regular = IconData(0xfc20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_closed_12_regular = IconData( + 0xfc20, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 16 and regular style. - static const IconData lock_closed_16_regular = IconData(0xfc21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_closed_16_regular = IconData( + 0xfc21, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 20 and regular style. - static const IconData lock_closed_20_regular = IconData(0xfc22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_closed_20_regular = IconData( + 0xfc22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 24 and regular style. - static const IconData lock_closed_24_regular = IconData(0xfc23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_closed_24_regular = IconData( + 0xfc23, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 32 and regular style. - static const IconData lock_closed_32_regular = IconData(0x1015c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_closed_32_regular = IconData( + 0x1015c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_multiple" in size 20 and regular style. - static const IconData lock_multiple_20_regular = IconData(0x106f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_multiple_20_regular = IconData( + 0x106f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_multiple" in size 24 and regular style. - static const IconData lock_multiple_24_regular = IconData(0xfa34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_multiple_24_regular = IconData( + 0xfa34, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 16 and regular style. - static const IconData lock_open_16_regular = IconData(0x10014, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_open_16_regular = IconData( + 0x10014, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 20 and regular style. - static const IconData lock_open_20_regular = IconData(0xfc24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_open_20_regular = IconData( + 0xfc24, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 24 and regular style. - static const IconData lock_open_24_regular = IconData(0xfc25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_open_24_regular = IconData( + 0xfc25, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 28 and regular style. - static const IconData lock_open_28_regular = IconData(0xfc26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lock_open_28_regular = IconData( + 0xfc26, + 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); + 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); + 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); + static const IconData lock_shield_48_regular = IconData( + 0xf504, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lottery" in size 20 and regular style. - static const IconData lottery_20_regular = IconData(0x106f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lottery_20_regular = IconData( + 0x106f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "lottery" in size 24 and regular style. - static const IconData lottery_24_regular = IconData(0xfa35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData lottery_24_regular = IconData( + 0xfa35, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 16 and regular style. - static const IconData luggage_16_regular = IconData(0x10015, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_16_regular = IconData( + 0x10015, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 20 and regular style. - static const IconData luggage_20_regular = IconData(0x10016, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_20_regular = IconData( + 0x10016, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 24 and regular style. - static const IconData luggage_24_regular = IconData(0xfbaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_24_regular = IconData( + 0xfbaf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 28 and regular style. - static const IconData luggage_28_regular = IconData(0x10367, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_28_regular = IconData( + 0x10367, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 32 and regular style. - static const IconData luggage_32_regular = IconData(0x10368, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_32_regular = IconData( + 0x10368, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 48 and regular style. - static const IconData luggage_48_regular = IconData(0x10369, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData luggage_48_regular = IconData( + 0x10369, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail" in size 12 and regular style. - static const IconData mail_12_regular = IconData(0x10188, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_12_regular = IconData( + 0x10188, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail" in size 16 and regular style. - static const IconData mail_16_regular = IconData(0xfa3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_16_regular = IconData( + 0xfa3a, + 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); + 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); + 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); + 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); + static const IconData mail_48_regular = IconData( + 0xf509, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_add" in size 16 and regular style. - static const IconData mail_add_16_regular = IconData(0xf50d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_add_16_regular = IconData( + 0xf50d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_add" in size 20 and regular style. - static const IconData mail_add_20_regular = IconData(0xf51f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_add_20_regular = IconData( + 0xf51f, + 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); + static const IconData mail_add_24_regular = IconData( + 0xf50a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 16 and regular style. - static const IconData mail_alert_16_regular = IconData(0xf520, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_alert_16_regular = IconData( + 0xf520, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 20 and regular style. - static const IconData mail_alert_20_regular = IconData(0xf52a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_alert_20_regular = IconData( + 0xf52a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 24 and regular style. - static const IconData mail_alert_24_regular = IconData(0xf52b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_alert_24_regular = IconData( + 0xf52b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 28 and regular style. - static const IconData mail_alert_28_regular = IconData(0x10428, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_alert_28_regular = IconData( + 0x10428, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all" in size 16 and regular style. - static const IconData mail_all_16_regular = IconData(0xfee7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_all_16_regular = IconData( + 0xfee7, + 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); + 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); + static const IconData mail_all_24_regular = IconData( + 0xf50c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 16 and regular style. - static const IconData mail_all_read_16_regular = IconData(0x1065e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_all_read_16_regular = IconData( + 0x1065e, + 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); + static const IconData mail_all_read_20_regular = IconData( + 0xf50e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 24 and regular style. - static const IconData mail_all_read_24_regular = IconData(0x1065f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_all_read_24_regular = IconData( + 0x1065f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 28 and regular style. - static const IconData mail_all_read_28_regular = IconData(0x10660, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_all_read_28_regular = IconData( + 0x10660, + 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); + static const IconData mail_all_unread_20_regular = IconData( + 0xf50f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_double_back" in size 16 and regular style. - static const IconData mail_arrow_double_back_16_regular = IconData(0xfa51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_double_back_16_regular = IconData( + 0xfa51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_double_back" in size 20 and regular style. - static const IconData mail_arrow_double_back_20_regular = IconData(0x10017, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_double_back_20_regular = IconData( + 0x10017, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_down" in size 16 and regular style. - static const IconData mail_arrow_down_16_regular = IconData(0xf52c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_down_16_regular = IconData( + 0xf52c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_down" in size 20 and regular style. - static const IconData mail_arrow_down_20_regular = IconData(0x10018, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_down_20_regular = IconData( + 0x10018, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_forward" in size 16 and regular style. - static const IconData mail_arrow_forward_16_regular = IconData(0xfa52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_forward_16_regular = IconData( + 0xfa52, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_forward" in size 20 and regular style. - static const IconData mail_arrow_forward_20_regular = IconData(0x10019, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_forward_20_regular = IconData( + 0x10019, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 16 and regular style. - static const IconData mail_arrow_up_16_regular = IconData(0x103a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_16_regular = IconData( + 0x103a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 20 and regular style. - static const IconData mail_arrow_up_20_regular = IconData(0xf52d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_20_regular = IconData( + 0xf52d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 24 and regular style. - static const IconData mail_arrow_up_24_regular = IconData(0xf54b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_24_regular = IconData( + 0xf54b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_attach" in size 16 and regular style. - static const IconData mail_attach_16_regular = IconData(0xfa53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_attach_16_regular = IconData( + 0xfa53, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_attach" in size 20 and regular style. - static const IconData mail_attach_20_regular = IconData(0x1001a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_attach_20_regular = IconData( + 0x1001a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_checkmark" in size 16 and regular style. - static const IconData mail_checkmark_16_regular = IconData(0xf54c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_checkmark_16_regular = IconData( + 0xf54c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_checkmark" in size 20 and regular style. - static const IconData mail_checkmark_20_regular = IconData(0x1001b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_checkmark_20_regular = IconData( + 0x1001b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_clock" in size 16 and regular style. - static const IconData mail_clock_16_regular = IconData(0xf551, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_clock_16_regular = IconData( + 0xf551, + 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); + static const IconData mail_clock_20_regular = IconData( + 0xf510, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_clock" in size 24 and regular style. - static const IconData mail_clock_24_regular = IconData(0xf552, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_clock_24_regular = IconData( + 0xf552, + 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); + 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); + static const IconData mail_copy_24_regular = IconData( + 0xf512, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 16 and regular style. - static const IconData mail_dismiss_16_regular = IconData(0xfee8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_dismiss_16_regular = IconData( + 0xfee8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 20 and regular style. - static const IconData mail_dismiss_20_regular = IconData(0xf553, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_dismiss_20_regular = IconData( + 0xf553, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 24 and regular style. - static const IconData mail_dismiss_24_regular = IconData(0xf554, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_dismiss_24_regular = IconData( + 0xf554, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 28 and regular style. - static const IconData mail_dismiss_28_regular = IconData(0x105ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_dismiss_28_regular = IconData( + 0x105ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_edit" in size 20 and regular style. - static const IconData mail_edit_20_regular = IconData(0x102e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_edit_20_regular = IconData( + 0x102e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_edit" in size 24 and regular style. - static const IconData mail_edit_24_regular = IconData(0x102e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_edit_24_regular = IconData( + 0x102e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 16 and regular style. - static const IconData mail_error_16_regular = IconData(0x1001c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_error_16_regular = IconData( + 0x1001c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 20 and regular style. - static const IconData mail_error_20_regular = IconData(0xf555, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_error_20_regular = IconData( + 0xf555, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 24 and regular style. - static const IconData mail_error_24_regular = IconData(0xf55d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_error_24_regular = IconData( + 0xf55d, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData mail_inbox_add_28_regular = IconData( + 0xf51a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_all" in size 20 and regular style. - static const IconData mail_inbox_all_20_regular = IconData(0x105ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_all_20_regular = IconData( + 0x105ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_all" in size 24 and regular style. - static const IconData mail_inbox_all_24_regular = IconData(0xfc27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_all_24_regular = IconData( + 0xfc27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_down" in size 16 and regular style. - static const IconData mail_inbox_arrow_down_16_regular = IconData(0xf55e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_down_16_regular = IconData( + 0xf55e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_down" in size 20 and regular style. - static const IconData mail_inbox_arrow_down_20_regular = IconData(0x1001d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_down_20_regular = IconData( + 0x1001d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_right" in size 20 and regular style. - static const IconData mail_inbox_arrow_right_20_regular = IconData(0x105ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_right_20_regular = IconData( + 0x105ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_right" in size 24 and regular style. - static const IconData mail_inbox_arrow_right_24_regular = IconData(0xfc28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_right_24_regular = IconData( + 0xfc28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_up" in size 20 and regular style. - static const IconData mail_inbox_arrow_up_20_regular = IconData(0xfc29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_up_20_regular = IconData( + 0xfc29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_up" in size 24 and regular style. - static const IconData mail_inbox_arrow_up_24_regular = IconData(0xfc2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_up_24_regular = IconData( + 0xfc2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 16 and regular style. - static const IconData mail_inbox_checkmark_16_regular = IconData(0xfe27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_16_regular = IconData( + 0xfe27, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 20 and regular style. - static const IconData mail_inbox_checkmark_20_regular = IconData(0xfe28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_20_regular = IconData( + 0xfe28, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 24 and regular style. - static const IconData mail_inbox_checkmark_24_regular = IconData(0xfe29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_24_regular = IconData( + 0xfe29, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 28 and regular style. - static const IconData mail_inbox_checkmark_28_regular = IconData(0xfe7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_28_regular = IconData( + 0xfe7d, + 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); + 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); + 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); + 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); + static const IconData mail_inbox_dismiss_28_regular = IconData( + 0xf51e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_link" in size 20 and regular style. - static const IconData mail_link_20_regular = IconData(0xf585, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_link_20_regular = IconData( + 0xf585, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_link" in size 24 and regular style. - static const IconData mail_link_24_regular = IconData(0xf58c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_link_24_regular = IconData( + 0xf58c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 16 and regular style. - static const IconData mail_list_16_regular = IconData(0x105af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_list_16_regular = IconData( + 0x105af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 20 and regular style. - static const IconData mail_list_20_regular = IconData(0x10661, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_list_20_regular = IconData( + 0x10661, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 24 and regular style. - static const IconData mail_list_24_regular = IconData(0x10662, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_list_24_regular = IconData( + 0x10662, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 28 and regular style. - static const IconData mail_list_28_regular = IconData(0x10663, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_list_28_regular = IconData( + 0x10663, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 16 and regular style. - static const IconData mail_multiple_16_regular = IconData(0x10066, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_multiple_16_regular = IconData( + 0x10066, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 20 and regular style. - static const IconData mail_multiple_20_regular = IconData(0x10067, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_multiple_20_regular = IconData( + 0x10067, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 24 and regular style. - static const IconData mail_multiple_24_regular = IconData(0x10068, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_multiple_24_regular = IconData( + 0x10068, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 28 and regular style. - static const IconData mail_multiple_28_regular = IconData(0x105b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_multiple_28_regular = IconData( + 0x105b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_off" in size 20 and regular style. - static const IconData mail_off_20_regular = IconData(0x105b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_off_20_regular = IconData( + 0x105b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_off" in size 24 and regular style. - static const IconData mail_off_24_regular = IconData(0xfc2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_off_24_regular = IconData( + 0xfc2b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 16 and regular style. - static const IconData mail_open_person_16_regular = IconData(0xffa3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_open_person_16_regular = IconData( + 0xffa3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 20 and regular style. - static const IconData mail_open_person_20_regular = IconData(0x10499, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_open_person_20_regular = IconData( + 0x10499, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 24 and regular style. - static const IconData mail_open_person_24_regular = IconData(0x1049a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_open_person_24_regular = IconData( + 0x1049a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_pause" in size 16 and regular style. - static const IconData mail_pause_16_regular = IconData(0xf5a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_pause_16_regular = IconData( + 0xf5a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_pause" in size 20 and regular style. - static const IconData mail_pause_20_regular = IconData(0x1001e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_pause_20_regular = IconData( + 0x1001e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 16 and regular style. - static const IconData mail_prohibited_16_regular = IconData(0xfee9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_prohibited_16_regular = IconData( + 0xfee9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 20 and regular style. - static const IconData mail_prohibited_20_regular = IconData(0xf5cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_prohibited_20_regular = IconData( + 0xf5cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 24 and regular style. - static const IconData mail_prohibited_24_regular = IconData(0xf5e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_prohibited_24_regular = IconData( + 0xf5e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read" in size 16 and regular style. - static const IconData mail_read_16_regular = IconData(0xfa3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_read_16_regular = IconData( + 0xfa3b, + 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); + 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); + 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); + 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); + static const IconData mail_read_48_regular = IconData( + 0xf524, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 16 and regular style. - static const IconData mail_read_multiple_16_regular = IconData(0x10664, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_16_regular = IconData( + 0x10664, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 24 and regular style. - static const IconData mail_read_multiple_24_regular = IconData(0x10665, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_24_regular = IconData( + 0x10665, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 28 and regular style. - static const IconData mail_read_multiple_28_regular = IconData(0x10666, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_28_regular = IconData( + 0x10666, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_settings" in size 16 and regular style. - static const IconData mail_settings_16_regular = IconData(0xf5e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_settings_16_regular = IconData( + 0xf5e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_settings" in size 20 and regular style. - static const IconData mail_settings_20_regular = IconData(0x1001f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_settings_20_regular = IconData( + 0x1001f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_shield" in size 16 and regular style. - static const IconData mail_shield_16_regular = IconData(0xf5e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_shield_16_regular = IconData( + 0xf5e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_shield" in size 20 and regular style. - static const IconData mail_shield_20_regular = IconData(0x10020, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_shield_20_regular = IconData( + 0x10020, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 16 and regular style. - static const IconData mail_template_16_regular = IconData(0xffa4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_template_16_regular = IconData( + 0xffa4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 20 and regular style. - static const IconData mail_template_20_regular = IconData(0xf5e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_template_20_regular = IconData( + 0xf5e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 24 and regular style. - static const IconData mail_template_24_regular = IconData(0xf5ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_template_24_regular = IconData( + 0xf5ed, + 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); + 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); + 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); + 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); + 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); + static const IconData mail_unread_48_regular = IconData( + 0xf529, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 16 and regular style. - static const IconData mail_warning_16_regular = IconData(0xf5ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_warning_16_regular = IconData( + 0xf5ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 20 and regular style. - static const IconData mail_warning_20_regular = IconData(0x106f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_warning_20_regular = IconData( + 0x106f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 24 and regular style. - static const IconData mail_warning_24_regular = IconData(0x106f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mail_warning_24_regular = IconData( + 0x106f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "map" in size 20 and regular style. - static const IconData map_20_regular = IconData(0xfe7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData map_20_regular = IconData( + 0xfe7e, + 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); + 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); + 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); + 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); + static const IconData map_drive_24_regular = IconData( + 0xf531, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "match_app_layout" in size 20 and regular style. - static const IconData match_app_layout_20_regular = IconData(0x106f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData match_app_layout_20_regular = IconData( + 0x106f8, + 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); + static const IconData match_app_layout_24_regular = IconData( + 0xf532, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_linear" in size 20 and regular style. - static const IconData math_format_linear_20_regular = IconData(0x106f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_format_linear_20_regular = IconData( + 0x106f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_linear" in size 24 and regular style. - static const IconData math_format_linear_24_regular = IconData(0xfa3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_format_linear_24_regular = IconData( + 0xfa3c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_professional" in size 20 and regular style. - static const IconData math_format_professional_20_regular = IconData(0x10667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_format_professional_20_regular = IconData( + 0x10667, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_professional" in size 24 and regular style. - static const IconData math_format_professional_24_regular = IconData(0xfa3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_format_professional_24_regular = IconData( + 0xfa3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 16 and regular style. - static const IconData math_formula_16_regular = IconData(0xfce6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_formula_16_regular = IconData( + 0xfce6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 20 and regular style. - static const IconData math_formula_20_regular = IconData(0x10668, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_formula_20_regular = IconData( + 0x10668, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 24 and regular style. - static const IconData math_formula_24_regular = IconData(0xfa3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_formula_24_regular = IconData( + 0xfa3e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 32 and regular style. - static const IconData math_formula_32_regular = IconData(0xfce7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_formula_32_regular = IconData( + 0xfce7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 16 and regular style. - static const IconData math_symbols_16_regular = IconData(0x10509, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_16_regular = IconData( + 0x10509, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 20 and regular style. - static const IconData math_symbols_20_regular = IconData(0x1050a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_20_regular = IconData( + 0x1050a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 24 and regular style. - static const IconData math_symbols_24_regular = IconData(0x1050b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_24_regular = IconData( + 0x1050b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 28 and regular style. - static const IconData math_symbols_28_regular = IconData(0x1050c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_28_regular = IconData( + 0x1050c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 32 and regular style. - static const IconData math_symbols_32_regular = IconData(0x1050d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_32_regular = IconData( + 0x1050d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 48 and regular style. - static const IconData math_symbols_48_regular = IconData(0x1050e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData math_symbols_48_regular = IconData( + 0x1050e, + 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); + static const IconData maximize_16_regular = IconData( + 0xf533, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 20 and regular style. - static const IconData maximize_20_regular = IconData(0xfa3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData maximize_20_regular = IconData( + 0xfa3f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 24 and regular style. - static const IconData maximize_24_regular = IconData(0xfa40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData maximize_24_regular = IconData( + 0xfa40, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 28 and regular style. - static const IconData maximize_28_regular = IconData(0xfa41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData maximize_28_regular = IconData( + 0xfa41, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 48 and regular style. - static const IconData maximize_48_regular = IconData(0xfa42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData maximize_48_regular = IconData( + 0xfa42, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 16 and regular style. - static const IconData meet_now_16_regular = IconData(0xfa43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData meet_now_16_regular = IconData( + 0xfa43, + 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); + 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); + static const IconData meet_now_24_regular = IconData( + 0xf535, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 28 and regular style. - static const IconData meet_now_28_regular = IconData(0xf5f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData meet_now_28_regular = IconData( + 0xf5f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 32 and regular style. - static const IconData meet_now_32_regular = IconData(0xf5f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData meet_now_32_regular = IconData( + 0xf5f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 48 and regular style. - static const IconData meet_now_48_regular = IconData(0xf631, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData meet_now_48_regular = IconData( + 0xf631, + 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); + 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); + 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); + 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); + static const IconData megaphone_28_regular = IconData( + 0xf539, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_loud" in size 20 and regular style. - static const IconData megaphone_loud_20_regular = IconData(0xf64b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData megaphone_loud_20_regular = IconData( + 0xf64b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_loud" in size 24 and regular style. - static const IconData megaphone_loud_24_regular = IconData(0x10277, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData megaphone_loud_24_regular = IconData( + 0x10277, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 16 and regular style. - static const IconData megaphone_off_16_regular = IconData(0x106fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData megaphone_off_16_regular = IconData( + 0x106fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 20 and regular style. - static const IconData megaphone_off_20_regular = IconData(0x106fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData megaphone_off_20_regular = IconData( + 0x106fb, + 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); + static const IconData megaphone_off_24_regular = IconData( + 0xf53a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 28 and regular style. - static const IconData megaphone_off_28_regular = IconData(0x106fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData megaphone_off_28_regular = IconData( + 0x106fc, + 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); + 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); + 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); + static const IconData mention_24_regular = IconData( + 0xf53d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mention_arrow_down" in size 20 and regular style. - static const IconData mention_arrow_down_20_regular = IconData(0x10669, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mention_arrow_down_20_regular = IconData( + 0x10669, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mention_brackets" in size 20 and regular style. - static const IconData mention_brackets_20_regular = IconData(0x1066a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mention_brackets_20_regular = IconData( + 0x1066a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "merge" in size 20 and regular style. - static const IconData merge_20_regular = IconData(0x106fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData merge_20_regular = IconData( + 0x106fd, + 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); + static const IconData merge_24_regular = IconData( + 0xf53e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 16 and regular style. - static const IconData mic_16_regular = IconData(0x104c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_16_regular = IconData( + 0x104c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 20 and regular style. - static const IconData mic_20_regular = IconData(0x104c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_20_regular = IconData( + 0x104c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 24 and regular style. - static const IconData mic_24_regular = IconData(0x104c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_24_regular = IconData( + 0x104c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 28 and regular style. - static const IconData mic_28_regular = IconData(0x104c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_28_regular = IconData( + 0x104c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 32 and regular style. - static const IconData mic_32_regular = IconData(0x104c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_32_regular = IconData( + 0x104c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 48 and regular style. - static const IconData mic_48_regular = IconData(0x104c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_48_regular = IconData( + 0x104c5, + 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); + 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); + static const IconData mic_off_16_regular = IconData( + 0xf540, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 20 and regular style. - static const IconData mic_off_20_regular = IconData(0xfa44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_off_20_regular = IconData( + 0xfa44, + 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); + 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); + static const IconData mic_off_28_regular = IconData( + 0xf542, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 32 and regular style. - static const IconData mic_off_32_regular = IconData(0x106fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_off_32_regular = IconData( + 0x106fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 48 and regular style. - static const IconData mic_off_48_regular = IconData(0xfa45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_off_48_regular = IconData( + 0xfa45, + 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); + 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); + 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); + 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); + static const IconData mic_on_28_regular = IconData( + 0xf546, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_on" in size 32 and regular style. - static const IconData mic_on_32_regular = IconData(0xfd4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_on_32_regular = IconData( + 0xfd4a, + 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); + static const IconData mic_on_48_regular = IconData( + 0xf547, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 16 and regular style. - static const IconData mic_prohibited_16_regular = IconData(0xfd91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_prohibited_16_regular = IconData( + 0xfd91, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 20 and regular style. - static const IconData mic_prohibited_20_regular = IconData(0xfb40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_prohibited_20_regular = IconData( + 0xfb40, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 24 and regular style. - static const IconData mic_prohibited_24_regular = IconData(0xfa46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_prohibited_24_regular = IconData( + 0xfa46, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 28 and regular style. - static const IconData mic_prohibited_28_regular = IconData(0xfd92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_prohibited_28_regular = IconData( + 0xfd92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 48 and regular style. - static const IconData mic_prohibited_48_regular = IconData(0xfd93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_prohibited_48_regular = IconData( + 0xfd93, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_settings" in size 20 and regular style. - static const IconData mic_settings_20_regular = IconData(0x105b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_settings_20_regular = IconData( + 0x105b2, + 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); + static const IconData mic_settings_24_regular = IconData( + 0xf548, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 16 and regular style. - static const IconData mic_sparkle_16_regular = IconData(0xfeea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_sparkle_16_regular = IconData( + 0xfeea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 20 and regular style. - static const IconData mic_sparkle_20_regular = IconData(0xfeeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_sparkle_20_regular = IconData( + 0xfeeb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 24 and regular style. - static const IconData mic_sparkle_24_regular = IconData(0xfeec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_sparkle_24_regular = IconData( + 0xfeec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sync" in size 20 and regular style. - static const IconData mic_sync_20_regular = IconData(0xfb9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mic_sync_20_regular = IconData( + 0xfb9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "microscope" in size 20 and regular style. - static const IconData microscope_20_regular = IconData(0xf64c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData microscope_20_regular = IconData( + 0xf64c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "microscope" in size 24 and regular style. - static const IconData microscope_24_regular = IconData(0xf64f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData microscope_24_regular = IconData( + 0xf64f, + 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); + 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); + static const IconData midi_24_regular = IconData( + 0xf54a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "mobile_optimized" in size 20 and regular style. - static const IconData mobile_optimized_20_regular = IconData(0x106ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData mobile_optimized_20_regular = IconData( + 0x106ff, + 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); + static const IconData mobile_optimized_24_regular = IconData( + 0xf54d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 16 and regular style. - static const IconData molecule_16_regular = IconData(0xf650, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_16_regular = IconData( + 0xf650, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 20 and regular style. - static const IconData molecule_20_regular = IconData(0xf659, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_20_regular = IconData( + 0xf659, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 24 and regular style. - static const IconData molecule_24_regular = IconData(0xf65a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_24_regular = IconData( + 0xf65a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 28 and regular style. - static const IconData molecule_28_regular = IconData(0xf65d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_28_regular = IconData( + 0xf65d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 32 and regular style. - static const IconData molecule_32_regular = IconData(0xf65e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_32_regular = IconData( + 0xf65e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 48 and regular style. - static const IconData molecule_48_regular = IconData(0xf65f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData molecule_48_regular = IconData( + 0xf65f, + 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); + 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); + 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); + static const IconData money_24_regular = IconData( + 0xf550, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_calculator" in size 20 and regular style. - static const IconData money_calculator_20_regular = IconData(0x1015d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_calculator_20_regular = IconData( + 0x1015d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_calculator" in size 24 and regular style. - static const IconData money_calculator_24_regular = IconData(0x1015e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_calculator_24_regular = IconData( + 0x1015e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_dismiss" in size 20 and regular style. - static const IconData money_dismiss_20_regular = IconData(0x10228, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_dismiss_20_regular = IconData( + 0x10228, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_dismiss" in size 24 and regular style. - static const IconData money_dismiss_24_regular = IconData(0x10229, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_dismiss_24_regular = IconData( + 0x10229, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_hand" in size 20 and regular style. - static const IconData money_hand_20_regular = IconData(0x1036a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_hand_20_regular = IconData( + 0x1036a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_hand" in size 24 and regular style. - static const IconData money_hand_24_regular = IconData(0x1036b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_hand_24_regular = IconData( + 0x1036b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_off" in size 20 and regular style. - static const IconData money_off_20_regular = IconData(0x1022a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_off_20_regular = IconData( + 0x1022a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_off" in size 24 and regular style. - static const IconData money_off_24_regular = IconData(0x1022b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_off_24_regular = IconData( + 0x1022b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_settings" in size 20 and regular style. - static const IconData money_settings_20_regular = IconData(0x1015f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData money_settings_20_regular = IconData( + 0x1015f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_circle" in size 20 and regular style. - static const IconData more_circle_20_regular = IconData(0xfa4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_circle_20_regular = IconData( + 0xfa4d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_circle" in size 32 and regular style. - static const IconData more_circle_32_regular = IconData(0x10189, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_circle_32_regular = IconData( + 0x10189, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 16 and regular style. - static const IconData more_horizontal_16_regular = IconData(0xfc2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_16_regular = IconData( + 0xfc2c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 20 and regular style. - static const IconData more_horizontal_20_regular = IconData(0xfc2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_20_regular = IconData( + 0xfc2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 24 and regular style. - static const IconData more_horizontal_24_regular = IconData(0xfc2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_24_regular = IconData( + 0xfc2e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 28 and regular style. - static const IconData more_horizontal_28_regular = IconData(0xfc2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_28_regular = IconData( + 0xfc2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 32 and regular style. - static const IconData more_horizontal_32_regular = IconData(0xfa6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_32_regular = IconData( + 0xfa6d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 48 and regular style. - static const IconData more_horizontal_48_regular = IconData(0xfc30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_horizontal_48_regular = IconData( + 0xfc30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_vertical" in size 16 and regular style. - static const IconData more_vertical_16_regular = IconData(0xfd4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_vertical_16_regular = IconData( + 0xfd4b, + 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); + 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); + 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); + static const IconData more_vertical_28_regular = IconData( + 0xf558, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_vertical" in size 32 and regular style. - static const IconData more_vertical_32_regular = IconData(0xfa79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData more_vertical_32_regular = IconData( + 0xfa79, + 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); + static const IconData more_vertical_48_regular = IconData( + 0xf559, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "movies_and_tv" in size 16 and regular style. - static const IconData movies_and_tv_16_regular = IconData(0xfa4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData movies_and_tv_16_regular = IconData( + 0xfa4e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "movies_and_tv" in size 20 and regular style. - static const IconData movies_and_tv_20_regular = IconData(0xfa4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData movies_and_tv_20_regular = IconData( + 0xfa4f, + 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); + static const IconData movies_and_tv_24_regular = IconData( + 0xf55a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 20 and regular style. - static const IconData multiplier_1_2x_20_regular = IconData(0xfdc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_20_regular = IconData( + 0xfdc1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 24 and regular style. - static const IconData multiplier_1_2x_24_regular = IconData(0xfdc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_24_regular = IconData( + 0xfdc2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 28 and regular style. - static const IconData multiplier_1_2x_28_regular = IconData(0xfdc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_28_regular = IconData( + 0xfdc3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 32 and regular style. - static const IconData multiplier_1_2x_32_regular = IconData(0xfdc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_32_regular = IconData( + 0xfdc4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 48 and regular style. - static const IconData multiplier_1_2x_48_regular = IconData(0xfdc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_48_regular = IconData( + 0xfdc5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 20 and regular style. - static const IconData multiplier_1_5x_20_regular = IconData(0xfdc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_20_regular = IconData( + 0xfdc6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 24 and regular style. - static const IconData multiplier_1_5x_24_regular = IconData(0xfdc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_24_regular = IconData( + 0xfdc7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 28 and regular style. - static const IconData multiplier_1_5x_28_regular = IconData(0xfdc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_28_regular = IconData( + 0xfdc8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 32 and regular style. - static const IconData multiplier_1_5x_32_regular = IconData(0xfdc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_32_regular = IconData( + 0xfdc9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 48 and regular style. - static const IconData multiplier_1_5x_48_regular = IconData(0xfdca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_48_regular = IconData( + 0xfdca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 20 and regular style. - static const IconData multiplier_1_8x_20_regular = IconData(0xfdcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_20_regular = IconData( + 0xfdcb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 24 and regular style. - static const IconData multiplier_1_8x_24_regular = IconData(0xfdcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_24_regular = IconData( + 0xfdcc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 28 and regular style. - static const IconData multiplier_1_8x_28_regular = IconData(0xfdcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_28_regular = IconData( + 0xfdcd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 32 and regular style. - static const IconData multiplier_1_8x_32_regular = IconData(0xfdce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_32_regular = IconData( + 0xfdce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 48 and regular style. - static const IconData multiplier_1_8x_48_regular = IconData(0xfdcf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_48_regular = IconData( + 0xfdcf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 20 and regular style. - static const IconData multiplier_1x_20_regular = IconData(0xfdd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1x_20_regular = IconData( + 0xfdd0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 24 and regular style. - static const IconData multiplier_1x_24_regular = IconData(0xfdd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1x_24_regular = IconData( + 0xfdd1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 28 and regular style. - static const IconData multiplier_1x_28_regular = IconData(0xfdd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1x_28_regular = IconData( + 0xfdd2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 32 and regular style. - static const IconData multiplier_1x_32_regular = IconData(0xfdd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1x_32_regular = IconData( + 0xfdd3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 48 and regular style. - static const IconData multiplier_1x_48_regular = IconData(0xfdd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_1x_48_regular = IconData( + 0xfdd4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 20 and regular style. - static const IconData multiplier_2x_20_regular = IconData(0xfdd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_2x_20_regular = IconData( + 0xfdd5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 24 and regular style. - static const IconData multiplier_2x_24_regular = IconData(0xfdd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_2x_24_regular = IconData( + 0xfdd6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 28 and regular style. - static const IconData multiplier_2x_28_regular = IconData(0xfdd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_2x_28_regular = IconData( + 0xfdd7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 32 and regular style. - static const IconData multiplier_2x_32_regular = IconData(0xfdd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_2x_32_regular = IconData( + 0xfdd8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 48 and regular style. - static const IconData multiplier_2x_48_regular = IconData(0xfdd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_2x_48_regular = IconData( + 0xfdd9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 20 and regular style. - static const IconData multiplier_5x_20_regular = IconData(0xfe7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_5x_20_regular = IconData( + 0xfe7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 24 and regular style. - static const IconData multiplier_5x_24_regular = IconData(0xfe80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_5x_24_regular = IconData( + 0xfe80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 28 and regular style. - static const IconData multiplier_5x_28_regular = IconData(0xfe81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_5x_28_regular = IconData( + 0xfe81, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 32 and regular style. - static const IconData multiplier_5x_32_regular = IconData(0xfe82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_5x_32_regular = IconData( + 0xfe82, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 48 and regular style. - static const IconData multiplier_5x_48_regular = IconData(0xfe83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiplier_5x_48_regular = IconData( + 0xfe83, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect" in size 16 and regular style. - static const IconData multiselect_16_regular = IconData(0xfa8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_16_regular = IconData( + 0xfa8c, + 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); + 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); + static const IconData multiselect_24_regular = IconData( + 0xf55c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 16 and regular style. - static const IconData multiselect_ltr_16_regular = IconData(0x104c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_16_regular = IconData( + 0x104c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 20 and regular style. - static const IconData multiselect_ltr_20_regular = IconData(0x104c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_20_regular = IconData( + 0x104c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 24 and regular style. - static const IconData multiselect_ltr_24_regular = IconData(0x104c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_24_regular = IconData( + 0x104c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rlt" in size 20 and regular style. - static const IconData multiselect_rlt_20_regular = IconData(0x10021, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_rlt_20_regular = IconData( + 0x10021, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 16 and regular style. - static const IconData multiselect_rtl_16_regular = IconData(0xff1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_16_regular = IconData( + 0xff1f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 20 and regular style. - static const IconData multiselect_rtl_20_regular = IconData(0x104c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_20_regular = IconData( + 0x104c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 24 and regular style. - static const IconData multiselect_rtl_24_regular = IconData(0x104ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_24_regular = IconData( + 0x104ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_1" in size 20 and regular style. - static const IconData music_note_1_20_regular = IconData(0xfc31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_1_20_regular = IconData( + 0xfc31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_1" in size 24 and regular style. - static const IconData music_note_1_24_regular = IconData(0xfc32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_1_24_regular = IconData( + 0xfc32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 16 and regular style. - static const IconData music_note_2_16_regular = IconData(0xfc33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_2_16_regular = IconData( + 0xfc33, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 20 and regular style. - static const IconData music_note_2_20_regular = IconData(0xfe2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_2_20_regular = IconData( + 0xfe2a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 24 and regular style. - static const IconData music_note_2_24_regular = IconData(0xfc34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_2_24_regular = IconData( + 0xfc34, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2_play" in size 20 and regular style. - static const IconData music_note_2_play_20_regular = IconData(0xfe84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_2_play_20_regular = IconData( + 0xfe84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_1" in size 20 and regular style. - static const IconData music_note_off_1_20_regular = IconData(0x1066b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_off_1_20_regular = IconData( + 0x1066b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_1" in size 24 and regular style. - static const IconData music_note_off_1_24_regular = IconData(0x1066c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_off_1_24_regular = IconData( + 0x1066c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 16 and regular style. - static const IconData music_note_off_2_16_regular = IconData(0x1066d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_off_2_16_regular = IconData( + 0x1066d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 20 and regular style. - static const IconData music_note_off_2_20_regular = IconData(0x1066e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_off_2_20_regular = IconData( + 0x1066e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 24 and regular style. - static const IconData music_note_off_2_24_regular = IconData(0x1066f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData music_note_off_2_24_regular = IconData( + 0x1066f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 12 and regular style. - static const IconData my_location_12_regular = IconData(0xfe2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData my_location_12_regular = IconData( + 0xfe2b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 16 and regular style. - static const IconData my_location_16_regular = IconData(0xfdda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData my_location_16_regular = IconData( + 0xfdda, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 20 and regular style. - static const IconData my_location_20_regular = IconData(0xfddb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData my_location_20_regular = IconData( + 0xfddb, + 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); + static const IconData my_location_24_regular = IconData( + 0xf55f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation" in size 16 and regular style. - static const IconData navigation_16_regular = IconData(0xffa5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData navigation_16_regular = IconData( + 0xffa5, + 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); + 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); + static const IconData navigation_24_regular = IconData( + 0xf561, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_location_target" in size 20 and regular style. - static const IconData navigation_location_target_20_regular = IconData(0x10670, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData navigation_location_target_20_regular = IconData( + 0x10670, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_play" in size 20 and regular style. - static const IconData navigation_play_20_regular = IconData(0x10671, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData navigation_play_20_regular = IconData( + 0x10671, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_unread" in size 20 and regular style. - static const IconData navigation_unread_20_regular = IconData(0x105b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData navigation_unread_20_regular = IconData( + 0x105b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_unread" in size 24 and regular style. - static const IconData navigation_unread_24_regular = IconData(0xfa54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData navigation_unread_24_regular = IconData( + 0xfa54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "network_check" in size 20 and regular style. - static const IconData network_check_20_regular = IconData(0x10700, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData network_check_20_regular = IconData( + 0x10700, + 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); + 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); + static const IconData new_16_regular = IconData( + 0xf563, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "new" in size 20 and regular style. - static const IconData new_20_regular = IconData(0x105b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData new_20_regular = IconData( + 0x105b4, + 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); + static const IconData new_24_regular = IconData( + 0xf564, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "news" in size 16 and regular style. - static const IconData news_16_regular = IconData(0xffa6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData news_16_regular = IconData( + 0xffa6, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData next_24_regular = IconData( + 0xf56a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 28 and regular style. - static const IconData next_28_regular = IconData(0x1036c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData next_28_regular = IconData( + 0x1036c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 32 and regular style. - static const IconData next_32_regular = IconData(0x1036d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData next_32_regular = IconData( + 0x1036d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 48 and regular style. - static const IconData next_48_regular = IconData(0x1036e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData next_48_regular = IconData( + 0x1036e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 16 and regular style. - static const IconData note_16_regular = IconData(0xf663, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_16_regular = IconData( + 0xf663, + 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); + 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); + static const IconData note_24_regular = IconData( + 0xf56c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 28 and regular style. - static const IconData note_28_regular = IconData(0x1022c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_28_regular = IconData( + 0x1022c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 48 and regular style. - static const IconData note_48_regular = IconData(0x1022d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_48_regular = IconData( + 0x1022d, + 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); + 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); + 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); + static const IconData note_add_24_regular = IconData( + 0xf56f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_add" in size 28 and regular style. - static const IconData note_add_28_regular = IconData(0x10701, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_add_28_regular = IconData( + 0x10701, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_add" in size 48 and regular style. - static const IconData note_add_48_regular = IconData(0x10702, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_add_48_regular = IconData( + 0x10702, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_edit" in size 20 and regular style. - static const IconData note_edit_20_regular = IconData(0xffa7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_edit_20_regular = IconData( + 0xffa7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_edit" in size 24 and regular style. - static const IconData note_edit_24_regular = IconData(0xffa8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_edit_24_regular = IconData( + 0xffa8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_pin" in size 16 and regular style. - static const IconData note_pin_16_regular = IconData(0xf664, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_pin_16_regular = IconData( + 0xf664, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_pin" in size 20 and regular style. - static const IconData note_pin_20_regular = IconData(0x10022, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData note_pin_20_regular = IconData( + 0x10022, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook" in size 20 and regular style. - static const IconData notebook_20_regular = IconData(0x105b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_20_regular = IconData( + 0x105b5, + 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); + static const IconData notebook_24_regular = IconData( + 0xf570, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_add" in size 20 and regular style. - static const IconData notebook_add_20_regular = IconData(0x105b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_add_20_regular = IconData( + 0x105b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_add" in size 24 and regular style. - static const IconData notebook_add_24_regular = IconData(0xfce8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_add_24_regular = IconData( + 0xfce8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_error" in size 20 and regular style. - static const IconData notebook_error_20_regular = IconData(0x105b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_error_20_regular = IconData( + 0x105b7, + 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); + static const IconData notebook_error_24_regular = IconData( + 0xf571, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_lightning" in size 20 and regular style. - static const IconData notebook_lightning_20_regular = IconData(0x105b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_lightning_20_regular = IconData( + 0x105b8, + 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); + static const IconData notebook_lightning_24_regular = IconData( + 0xf572, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_question_mark" in size 20 and regular style. - static const IconData notebook_question_mark_20_regular = IconData(0x105b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_question_mark_20_regular = IconData( + 0x105b9, + 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); + static const IconData notebook_question_mark_24_regular = IconData( + 0xf573, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_section" in size 20 and regular style. - static const IconData notebook_section_20_regular = IconData(0xfb41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_section_20_regular = IconData( + 0xfb41, + 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); + static const IconData notebook_section_24_regular = IconData( + 0xf574, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_section_arrow_right" in size 24 and regular style. - static const IconData notebook_section_arrow_right_24_regular = IconData(0xfce9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_section_arrow_right_24_regular = IconData( + 0xfce9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_subsection" in size 20 and regular style. - static const IconData notebook_subsection_20_regular = IconData(0xfb9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_subsection_20_regular = IconData( + 0xfb9d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_subsection" in size 24 and regular style. - static const IconData notebook_subsection_24_regular = IconData(0xfcea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_subsection_24_regular = IconData( + 0xfcea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_sync" in size 20 and regular style. - static const IconData notebook_sync_20_regular = IconData(0x10703, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notebook_sync_20_regular = IconData( + 0x10703, + 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); + static const IconData notebook_sync_24_regular = IconData( + 0xf575, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 12 and regular style. - static const IconData notepad_12_regular = IconData(0xfe85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_12_regular = IconData( + 0xfe85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 16 and regular style. - static const IconData notepad_16_regular = IconData(0xf665, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_16_regular = IconData( + 0xf665, + 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); + 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); + 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); + static const IconData notepad_28_regular = IconData( + 0xf578, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 32 and regular style. - static const IconData notepad_32_regular = IconData(0xfddc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_32_regular = IconData( + 0xfddc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_edit" in size 16 and regular style. - static const IconData notepad_edit_16_regular = IconData(0xf666, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_edit_16_regular = IconData( + 0xf666, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_edit" in size 20 and regular style. - static const IconData notepad_edit_20_regular = IconData(0xffa9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_edit_20_regular = IconData( + 0xffa9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 16 and regular style. - static const IconData notepad_person_16_regular = IconData(0x103a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_person_16_regular = IconData( + 0x103a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 20 and regular style. - static const IconData notepad_person_20_regular = IconData(0xfeed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_person_20_regular = IconData( + 0xfeed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 24 and regular style. - static const IconData notepad_person_24_regular = IconData(0xfeee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData notepad_person_24_regular = IconData( + 0xfeee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 16 and regular style. - static const IconData number_circle_1_16_regular = IconData(0x10672, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_circle_1_16_regular = IconData( + 0x10672, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 20 and regular style. - static const IconData number_circle_1_20_regular = IconData(0x10673, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_circle_1_20_regular = IconData( + 0x10673, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 24 and regular style. - static const IconData number_circle_1_24_regular = IconData(0x10674, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_circle_1_24_regular = IconData( + 0x10674, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData number_symbol_24_regular = IconData( + 0xf57e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 28 and regular style. - static const IconData number_symbol_28_regular = IconData(0x101df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_28_regular = IconData( + 0x101df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 32 and regular style. - static const IconData number_symbol_32_regular = IconData(0x1018a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_32_regular = IconData( + 0x1018a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 48 and regular style. - static const IconData number_symbol_48_regular = IconData(0x101e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_48_regular = IconData( + 0x101e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_dismiss" in size 20 and regular style. - static const IconData number_symbol_dismiss_20_regular = IconData(0x105ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_dismiss_20_regular = IconData( + 0x105ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_dismiss" in size 24 and regular style. - static const IconData number_symbol_dismiss_24_regular = IconData(0xfa55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_dismiss_24_regular = IconData( + 0xfa55, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_square" in size 20 and regular style. - static const IconData number_symbol_square_20_regular = IconData(0xfe2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_square_20_regular = IconData( + 0xfe2c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_square" in size 24 and regular style. - static const IconData number_symbol_square_24_regular = IconData(0xfe2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData number_symbol_square_24_regular = IconData( + 0xfe2d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "office_apps" in size 20 and regular style. - static const IconData office_apps_20_regular = IconData(0xffaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData office_apps_20_regular = IconData( + 0xffaa, + 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); + 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); + 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); + 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); + 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); + static const IconData open_24_regular = IconData( + 0xf583, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 28 and regular style. - static const IconData open_28_regular = IconData(0xfa56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_28_regular = IconData( + 0xfa56, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 32 and regular style. - static const IconData open_32_regular = IconData(0xf667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_32_regular = IconData( + 0xf667, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 48 and regular style. - static const IconData open_48_regular = IconData(0xfa57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_48_regular = IconData( + 0xfa57, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 16 and regular style. - static const IconData open_folder_16_regular = IconData(0xfa58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_folder_16_regular = IconData( + 0xfa58, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 20 and regular style. - static const IconData open_folder_20_regular = IconData(0xfa59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_folder_20_regular = IconData( + 0xfa59, + 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); + static const IconData open_folder_24_regular = IconData( + 0xf584, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 28 and regular style. - static const IconData open_folder_28_regular = IconData(0xfa5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_folder_28_regular = IconData( + 0xfa5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 48 and regular style. - static const IconData open_folder_48_regular = IconData(0xfa5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_folder_48_regular = IconData( + 0xfa5b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 16 and regular style. - static const IconData open_off_16_regular = IconData(0xfa5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_off_16_regular = IconData( + 0xfa5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 20 and regular style. - static const IconData open_off_20_regular = IconData(0xfa5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_off_20_regular = IconData( + 0xfa5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 24 and regular style. - static const IconData open_off_24_regular = IconData(0xfa5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_off_24_regular = IconData( + 0xfa5e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 28 and regular style. - static const IconData open_off_28_regular = IconData(0xfa5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_off_28_regular = IconData( + 0xfa5f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 48 and regular style. - static const IconData open_off_48_regular = IconData(0xfa60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData open_off_48_regular = IconData( + 0xfa60, + 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); + 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); + 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); + static const IconData options_24_regular = IconData( + 0xf588, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "options" in size 48 and regular style. - static const IconData options_48_regular = IconData(0x10160, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData options_48_regular = IconData( + 0x10160, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 12 and regular style. - static const IconData organization_12_regular = IconData(0xfe86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData organization_12_regular = IconData( + 0xfe86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 16 and regular style. - static const IconData organization_16_regular = IconData(0xfa8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData organization_16_regular = IconData( + 0xfa8d, + 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); + 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); + 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); + static const IconData organization_28_regular = IconData( + 0xf58b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 32 and regular style. - static const IconData organization_32_regular = IconData(0xfa8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData organization_32_regular = IconData( + 0xfa8e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 48 and regular style. - static const IconData organization_48_regular = IconData(0xfaa5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData organization_48_regular = IconData( + 0xfaa5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization_horizontal" in size 20 and regular style. - static const IconData organization_horizontal_20_regular = IconData(0x10704, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData organization_horizontal_20_regular = IconData( + 0x10704, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "orientation" in size 20 and regular style. - static const IconData orientation_20_regular = IconData(0xfceb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData orientation_20_regular = IconData( + 0xfceb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "orientation" in size 24 and regular style. - static const IconData orientation_24_regular = IconData(0xfaa7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData orientation_24_regular = IconData( + 0xfaa7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 16 and regular style. - static const IconData oval_16_regular = IconData(0x103a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_16_regular = IconData( + 0x103a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 20 and regular style. - static const IconData oval_20_regular = IconData(0x103aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_20_regular = IconData( + 0x103aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 24 and regular style. - static const IconData oval_24_regular = IconData(0x103ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_24_regular = IconData( + 0x103ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 28 and regular style. - static const IconData oval_28_regular = IconData(0x103ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_28_regular = IconData( + 0x103ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 32 and regular style. - static const IconData oval_32_regular = IconData(0x101e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_32_regular = IconData( + 0x101e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 48 and regular style. - static const IconData oval_48_regular = IconData(0x103ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData oval_48_regular = IconData( + 0x103ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_down" in size 20 and regular style. - static const IconData padding_down_20_regular = IconData(0xf681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_down_20_regular = IconData( + 0xf681, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_down" in size 24 and regular style. - static const IconData padding_down_24_regular = IconData(0xf682, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_down_24_regular = IconData( + 0xf682, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_left" in size 20 and regular style. - static const IconData padding_left_20_regular = IconData(0xf695, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_left_20_regular = IconData( + 0xf695, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_left" in size 24 and regular style. - static const IconData padding_left_24_regular = IconData(0xf69e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_left_24_regular = IconData( + 0xf69e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_right" in size 20 and regular style. - static const IconData padding_right_20_regular = IconData(0xf69f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_right_20_regular = IconData( + 0xf69f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_right" in size 24 and regular style. - static const IconData padding_right_24_regular = IconData(0xf6a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_right_24_regular = IconData( + 0xf6a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_top" in size 20 and regular style. - static const IconData padding_top_20_regular = IconData(0xf6b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_top_20_regular = IconData( + 0xf6b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_top" in size 24 and regular style. - static const IconData padding_top_24_regular = IconData(0xf6b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData padding_top_24_regular = IconData( + 0xf6b9, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData paint_brush_24_regular = IconData( + 0xf593, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_down" in size 20 and regular style. - static const IconData paint_brush_arrow_down_20_regular = IconData(0x10705, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_down_20_regular = IconData( + 0x10705, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_down" in size 24 and regular style. - static const IconData paint_brush_arrow_down_24_regular = IconData(0xfa61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_down_24_regular = IconData( + 0xfa61, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_up" in size 20 and regular style. - static const IconData paint_brush_arrow_up_20_regular = IconData(0x10706, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_up_20_regular = IconData( + 0x10706, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_up" in size 24 and regular style. - static const IconData paint_brush_arrow_up_24_regular = IconData(0xfa62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_up_24_regular = IconData( + 0xfa62, + 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); + 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); + 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); + static const IconData paint_bucket_24_regular = IconData( + 0xf596, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pair" in size 20 and regular style. - static const IconData pair_20_regular = IconData(0x105bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pair_20_regular = IconData( + 0x105bb, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData pane_open_24_regular = IconData( + 0xf59d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom" in size 20 and regular style. - static const IconData panel_bottom_20_regular = IconData(0x10069, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_bottom_20_regular = IconData( + 0x10069, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom_contract" in size 20 and regular style. - static const IconData panel_bottom_contract_20_regular = IconData(0x100de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_bottom_contract_20_regular = IconData( + 0x100de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom_expand" in size 20 and regular style. - static const IconData panel_bottom_expand_20_regular = IconData(0x100df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_bottom_expand_20_regular = IconData( + 0x100df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 16 and regular style. - static const IconData panel_left_16_regular = IconData(0x1006a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_16_regular = IconData( + 0x1006a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 20 and regular style. - static const IconData panel_left_20_regular = IconData(0x1006b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_20_regular = IconData( + 0x1006b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 24 and regular style. - static const IconData panel_left_24_regular = IconData(0x1006c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_24_regular = IconData( + 0x1006c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 28 and regular style. - static const IconData panel_left_28_regular = IconData(0x1006d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_28_regular = IconData( + 0x1006d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 48 and regular style. - static const IconData panel_left_48_regular = IconData(0x1006e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_48_regular = IconData( + 0x1006e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 16 and regular style. - static const IconData panel_left_contract_16_regular = IconData(0x104cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_contract_16_regular = IconData( + 0x104cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 20 and regular style. - static const IconData panel_left_contract_20_regular = IconData(0x104cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_contract_20_regular = IconData( + 0x104cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 24 and regular style. - static const IconData panel_left_contract_24_regular = IconData(0x104cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_contract_24_regular = IconData( + 0x104cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 28 and regular style. - static const IconData panel_left_contract_28_regular = IconData(0x10675, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_contract_28_regular = IconData( + 0x10675, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 16 and regular style. - static const IconData panel_left_expand_16_regular = IconData(0x10119, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_expand_16_regular = IconData( + 0x10119, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 20 and regular style. - static const IconData panel_left_expand_20_regular = IconData(0x100e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_expand_20_regular = IconData( + 0x100e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 24 and regular style. - static const IconData panel_left_expand_24_regular = IconData(0x10676, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_expand_24_regular = IconData( + 0x10676, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 28 and regular style. - static const IconData panel_left_expand_28_regular = IconData(0x10677, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_left_expand_28_regular = IconData( + 0x10677, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 16 and regular style. - static const IconData panel_right_16_regular = IconData(0x1006f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_16_regular = IconData( + 0x1006f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 20 and regular style. - static const IconData panel_right_20_regular = IconData(0x10070, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_20_regular = IconData( + 0x10070, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 24 and regular style. - static const IconData panel_right_24_regular = IconData(0x10071, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_24_regular = IconData( + 0x10071, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 28 and regular style. - static const IconData panel_right_28_regular = IconData(0x10072, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_28_regular = IconData( + 0x10072, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 48 and regular style. - static const IconData panel_right_48_regular = IconData(0x10073, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_48_regular = IconData( + 0x10073, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 16 and regular style. - static const IconData panel_right_contract_16_regular = IconData(0x10074, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_contract_16_regular = IconData( + 0x10074, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 20 and regular style. - static const IconData panel_right_contract_20_regular = IconData(0x10075, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_contract_20_regular = IconData( + 0x10075, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 24 and regular style. - static const IconData panel_right_contract_24_regular = IconData(0x10076, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_contract_24_regular = IconData( + 0x10076, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 16 and regular style. - static const IconData panel_right_expand_16_regular = IconData(0x10077, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_expand_16_regular = IconData( + 0x10077, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 20 and regular style. - static const IconData panel_right_expand_20_regular = IconData(0x10078, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_expand_20_regular = IconData( + 0x10078, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 24 and regular style. - static const IconData panel_right_expand_24_regular = IconData(0x10079, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_right_expand_24_regular = IconData( + 0x10079, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_separate_window" in size 20 and regular style. - static const IconData panel_separate_window_20_regular = IconData(0x100e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_separate_window_20_regular = IconData( + 0x100e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_top_contract" in size 20 and regular style. - static const IconData panel_top_contract_20_regular = IconData(0x100e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_top_contract_20_regular = IconData( + 0x100e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_top_expand" in size 20 and regular style. - static const IconData panel_top_expand_20_regular = IconData(0x100e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData panel_top_expand_20_regular = IconData( + 0x100e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "password" in size 16 and regular style. - static const IconData password_16_regular = IconData(0x1050f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData password_16_regular = IconData( + 0x1050f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "password" in size 20 and regular style. - static const IconData password_20_regular = IconData(0x10510, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData password_20_regular = IconData( + 0x10510, + 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); + static const IconData password_24_regular = IconData( + 0xf59e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "patch" in size 20 and regular style. - static const IconData patch_20_regular = IconData(0xf6ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData patch_20_regular = IconData( + 0xf6ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "patch" in size 24 and regular style. - static const IconData patch_24_regular = IconData(0xf6bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData patch_24_regular = IconData( + 0xf6bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "patient" in size 20 and regular style. - static const IconData patient_20_regular = IconData(0x105bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData patient_20_regular = IconData( + 0x105bc, + 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); + static const IconData patient_24_regular = IconData( + 0xf59f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "patient" in size 32 and regular style. - static const IconData patient_32_regular = IconData(0xfddd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData patient_32_regular = IconData( + 0xfddd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause" in size 12 and regular style. - static const IconData pause_12_regular = IconData(0xfa63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_12_regular = IconData( + 0xfa63, + 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); + 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); + 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); + 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); + static const IconData pause_48_regular = IconData( + 0xf5a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_circle" in size 20 and regular style. - static const IconData pause_circle_20_regular = IconData(0xf6bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_circle_20_regular = IconData( + 0xf6bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_circle" in size 24 and regular style. - static const IconData pause_circle_24_regular = IconData(0x10023, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_circle_24_regular = IconData( + 0x10023, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_off" in size 16 and regular style. - static const IconData pause_off_16_regular = IconData(0x100e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_off_16_regular = IconData( + 0x100e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_off" in size 20 and regular style. - static const IconData pause_off_20_regular = IconData(0x105bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_off_20_regular = IconData( + 0x105bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_settings" in size 16 and regular style. - static const IconData pause_settings_16_regular = IconData(0x105be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_settings_16_regular = IconData( + 0x105be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_settings" in size 20 and regular style. - static const IconData pause_settings_20_regular = IconData(0x10161, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pause_settings_20_regular = IconData( + 0x10161, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "payment" in size 16 and regular style. - static const IconData payment_16_regular = IconData(0xfa64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData payment_16_regular = IconData( + 0xfa64, + 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); + 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); + static const IconData payment_24_regular = IconData( + 0xf5a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "payment" in size 28 and regular style. - static const IconData payment_28_regular = IconData(0xfa65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData payment_28_regular = IconData( + 0xfa65, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 16 and regular style. - static const IconData pen_16_regular = IconData(0x10678, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_16_regular = IconData( + 0x10678, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 20 and regular style. - static const IconData pen_20_regular = IconData(0x10679, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_20_regular = IconData( + 0x10679, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 24 and regular style. - static const IconData pen_24_regular = IconData(0x1067a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_24_regular = IconData( + 0x1067a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 28 and regular style. - static const IconData pen_28_regular = IconData(0x1067b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_28_regular = IconData( + 0x1067b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 32 and regular style. - static const IconData pen_32_regular = IconData(0x1067c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_32_regular = IconData( + 0x1067c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 48 and regular style. - static const IconData pen_48_regular = IconData(0x1067d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_48_regular = IconData( + 0x1067d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 16 and regular style. - static const IconData pen_off_16_regular = IconData(0x1067e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_16_regular = IconData( + 0x1067e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 20 and regular style. - static const IconData pen_off_20_regular = IconData(0x1067f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_20_regular = IconData( + 0x1067f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 24 and regular style. - static const IconData pen_off_24_regular = IconData(0x10680, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_24_regular = IconData( + 0x10680, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 28 and regular style. - static const IconData pen_off_28_regular = IconData(0x10681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_28_regular = IconData( + 0x10681, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 32 and regular style. - static const IconData pen_off_32_regular = IconData(0x10682, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_32_regular = IconData( + 0x10682, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 48 and regular style. - static const IconData pen_off_48_regular = IconData(0x10683, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_off_48_regular = IconData( + 0x10683, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 16 and regular style. - static const IconData pen_prohibited_16_regular = IconData(0x10684, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_16_regular = IconData( + 0x10684, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 20 and regular style. - static const IconData pen_prohibited_20_regular = IconData(0x10685, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_20_regular = IconData( + 0x10685, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 24 and regular style. - static const IconData pen_prohibited_24_regular = IconData(0x10686, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_24_regular = IconData( + 0x10686, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 28 and regular style. - static const IconData pen_prohibited_28_regular = IconData(0x10687, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_28_regular = IconData( + 0x10687, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 32 and regular style. - static const IconData pen_prohibited_32_regular = IconData(0x10688, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_32_regular = IconData( + 0x10688, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 48 and regular style. - static const IconData pen_prohibited_48_regular = IconData(0x10689, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pen_prohibited_48_regular = IconData( + 0x10689, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 20 and regular style. - static const IconData pentagon_20_regular = IconData(0x10707, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pentagon_20_regular = IconData( + 0x10707, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 32 and regular style. - static const IconData pentagon_32_regular = IconData(0x101e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pentagon_32_regular = IconData( + 0x101e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 48 and regular style. - static const IconData pentagon_48_regular = IconData(0x103ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pentagon_48_regular = IconData( + 0x103ae, + 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); + 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); + 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); + 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); + static const IconData people_28_regular = IconData( + 0xf5aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people" in size 32 and regular style. - static const IconData people_32_regular = IconData(0xfcec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_32_regular = IconData( + 0xfcec, + 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); + 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); + 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); + static const IconData people_add_24_regular = IconData( + 0xf5ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_add" in size 28 and regular style. - static const IconData people_add_28_regular = IconData(0x103af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_add_28_regular = IconData( + 0x103af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_audience" in size 20 and regular style. - static const IconData people_audience_20_regular = IconData(0xfb42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_audience_20_regular = IconData( + 0xfb42, + 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); + static const IconData people_audience_24_regular = IconData( + 0xf5ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_call" in size 16 and regular style. - static const IconData people_call_16_regular = IconData(0xfb43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_call_16_regular = IconData( + 0xfb43, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_call" in size 20 and regular style. - static const IconData people_call_20_regular = IconData(0xfb44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_call_20_regular = IconData( + 0xfb44, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 16 and regular style. - static const IconData people_checkmark_16_regular = IconData(0x10024, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_checkmark_16_regular = IconData( + 0x10024, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 20 and regular style. - static const IconData people_checkmark_20_regular = IconData(0xfd4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_checkmark_20_regular = IconData( + 0xfd4c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 24 and regular style. - static const IconData people_checkmark_24_regular = IconData(0xfd4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_checkmark_24_regular = IconData( + 0xfd4d, + 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); + 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); + 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); + 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); + static const IconData people_community_28_regular = IconData( + 0xf5b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_community_add" in size 20 and regular style. - static const IconData people_community_add_20_regular = IconData(0xfe87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_community_add_20_regular = IconData( + 0xfe87, + 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); + static const IconData people_community_add_24_regular = IconData( + 0xf5b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_community_add" in size 28 and regular style. - static const IconData people_community_add_28_regular = IconData(0xfe88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_community_add_28_regular = IconData( + 0xfe88, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_edit" in size 20 and regular style. - static const IconData people_edit_20_regular = IconData(0xfbb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_edit_20_regular = IconData( + 0xfbb0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 16 and regular style. - static const IconData people_error_16_regular = IconData(0xfbb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_error_16_regular = IconData( + 0xfbb7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 20 and regular style. - static const IconData people_error_20_regular = IconData(0xfbb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_error_20_regular = IconData( + 0xfbb8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 24 and regular style. - static const IconData people_error_24_regular = IconData(0xfbb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_error_24_regular = IconData( + 0xfbb9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 16 and regular style. - static const IconData people_list_16_regular = IconData(0xfaa8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_list_16_regular = IconData( + 0xfaa8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 20 and regular style. - static const IconData people_list_20_regular = IconData(0xffab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_list_20_regular = IconData( + 0xffab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 24 and regular style. - static const IconData people_list_24_regular = IconData(0x103b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_list_24_regular = IconData( + 0x103b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 28 and regular style. - static const IconData people_list_28_regular = IconData(0x1036f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_list_28_regular = IconData( + 0x1036f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_lock" in size 20 and regular style. - static const IconData people_lock_20_regular = IconData(0x10278, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_lock_20_regular = IconData( + 0x10278, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_lock" in size 24 and regular style. - static const IconData people_lock_24_regular = IconData(0x10279, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_lock_24_regular = IconData( + 0x10279, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_money" in size 20 and regular style. - static const IconData people_money_20_regular = IconData(0xfad4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_money_20_regular = IconData( + 0xfad4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_money" in size 24 and regular style. - static const IconData people_money_24_regular = IconData(0xfad6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_money_24_regular = IconData( + 0xfad6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_prohibited" in size 16 and regular style. - static const IconData people_prohibited_16_regular = IconData(0xfa66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_prohibited_16_regular = IconData( + 0xfa66, + 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); + static const IconData people_prohibited_20_regular = IconData( + 0xf5b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_prohibited" in size 24 and regular style. - static const IconData people_prohibited_24_regular = IconData(0x10511, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_prohibited_24_regular = IconData( + 0x10511, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_queue" in size 20 and regular style. - static const IconData people_queue_20_regular = IconData(0x103b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_queue_20_regular = IconData( + 0x103b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_queue" in size 24 and regular style. - static const IconData people_queue_24_regular = IconData(0x103b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_queue_24_regular = IconData( + 0x103b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_search" in size 20 and regular style. - static const IconData people_search_20_regular = IconData(0x10732, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_search_20_regular = IconData( + 0x10732, + 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); + 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); + static const IconData people_settings_20_regular = IconData( + 0xf5b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_settings" in size 24 and regular style. - static const IconData people_settings_24_regular = IconData(0xffac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_settings_24_regular = IconData( + 0xffac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_settings" in size 28 and regular style. - static const IconData people_settings_28_regular = IconData(0x103b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_settings_28_regular = IconData( + 0x103b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 16 and regular style. - static const IconData people_swap_16_regular = IconData(0xfa67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_swap_16_regular = IconData( + 0xfa67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 20 and regular style. - static const IconData people_swap_20_regular = IconData(0xfa68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_swap_20_regular = IconData( + 0xfa68, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 24 and regular style. - static const IconData people_swap_24_regular = IconData(0xfa69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_swap_24_regular = IconData( + 0xfa69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 28 and regular style. - static const IconData people_swap_28_regular = IconData(0xfa6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_swap_28_regular = IconData( + 0xfa6a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 16 and regular style. - static const IconData people_sync_16_regular = IconData(0xf6bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_sync_16_regular = IconData( + 0xf6bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 20 and regular style. - static const IconData people_sync_20_regular = IconData(0x10025, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_sync_20_regular = IconData( + 0x10025, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 28 and regular style. - static const IconData people_sync_28_regular = IconData(0x105bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_sync_28_regular = IconData( + 0x105bf, + 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); + 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); + 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); + 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); + static const IconData people_team_28_regular = IconData( + 0xf5ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team" in size 32 and regular style. - static const IconData people_team_32_regular = IconData(0xfdde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_32_regular = IconData( + 0xfdde, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_add" in size 20 and regular style. - static const IconData people_team_add_20_regular = IconData(0xfa6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_add_20_regular = IconData( + 0xfa6b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_add" in size 24 and regular style. - static const IconData people_team_add_24_regular = IconData(0xfa6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_add_24_regular = IconData( + 0xfa6c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 16 and regular style. - static const IconData people_team_delete_16_regular = IconData(0x10733, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_delete_16_regular = IconData( + 0x10733, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 20 and regular style. - static const IconData people_team_delete_20_regular = IconData(0x10734, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_delete_20_regular = IconData( + 0x10734, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 24 and regular style. - static const IconData people_team_delete_24_regular = IconData(0xfc35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_delete_24_regular = IconData( + 0xfc35, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 28 and regular style. - static const IconData people_team_delete_28_regular = IconData(0x10735, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_delete_28_regular = IconData( + 0x10735, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 32 and regular style. - static const IconData people_team_delete_32_regular = IconData(0x10736, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_delete_32_regular = IconData( + 0x10736, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_toolbox" in size 20 and regular style. - static const IconData people_team_toolbox_20_regular = IconData(0xffad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_toolbox_20_regular = IconData( + 0xffad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_toolbox" in size 24 and regular style. - static const IconData people_team_toolbox_24_regular = IconData(0xffae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_team_toolbox_24_regular = IconData( + 0xffae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_toolbox" in size 16 and regular style. - static const IconData people_toolbox_16_regular = IconData(0xf6ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_toolbox_16_regular = IconData( + 0xf6ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_toolbox" in size 20 and regular style. - static const IconData people_toolbox_20_regular = IconData(0x10026, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData people_toolbox_20_regular = IconData( + 0x10026, + 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); + 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); + 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); + 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); + 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); + static const IconData person_28_regular = IconData( + 0xf5bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person" in size 32 and regular style. - static const IconData person_32_regular = IconData(0xfe2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_32_regular = IconData( + 0xfe2e, + 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); + static const IconData person_48_regular = IconData( + 0xf5c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_5" in size 20 and regular style. - static const IconData person_5_20_regular = IconData(0x10737, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_5_20_regular = IconData( + 0x10737, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_5" in size 32 and regular style. - static const IconData person_5_32_regular = IconData(0xfe2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_5_32_regular = IconData( + 0xfe2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_6" in size 20 and regular style. - static const IconData person_6_20_regular = IconData(0x10738, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_6_20_regular = IconData( + 0x10738, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_6" in size 32 and regular style. - static const IconData person_6_32_regular = IconData(0xfe89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_6_32_regular = IconData( + 0xfe89, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_accounts" in size 20 and regular style. - static const IconData person_accounts_20_regular = IconData(0x10708, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_accounts_20_regular = IconData( + 0x10708, + 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); + static const IconData person_accounts_24_regular = IconData( + 0xf5c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_add" in size 16 and regular style. - static const IconData person_add_16_regular = IconData(0xfe8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_add_16_regular = IconData( + 0xfe8a, + 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); + 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); + static const IconData person_add_24_regular = IconData( + 0xf5c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_add" in size 28 and regular style. - static const IconData person_add_28_regular = IconData(0xfe8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_add_28_regular = IconData( + 0xfe8b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_arrow_left" in size 16 and regular style. - static const IconData person_arrow_left_16_regular = IconData(0x102e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_arrow_left_16_regular = IconData( + 0x102e8, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData person_available_16_regular = IconData( + 0xf5c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_available" in size 20 and regular style. - static const IconData person_available_20_regular = IconData(0xfa6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_available_20_regular = IconData( + 0xfa6e, + 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); + static const IconData person_available_24_regular = IconData( + 0xf5ca, + 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); + 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); + 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); + static const IconData person_board_24_regular = IconData( + 0xf5ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_call" in size 16 and regular style. - static const IconData person_call_16_regular = IconData(0xfb45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_call_16_regular = IconData( + 0xfb45, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_call" in size 20 and regular style. - static const IconData person_call_20_regular = IconData(0xfb46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_call_20_regular = IconData( + 0xfb46, + 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); + static const IconData person_call_24_regular = IconData( + 0xf5cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 16 and regular style. - static const IconData person_chat_16_regular = IconData(0xf6cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_chat_16_regular = IconData( + 0xf6cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 20 and regular style. - static const IconData person_chat_20_regular = IconData(0xf6d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_chat_20_regular = IconData( + 0xf6d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 24 and regular style. - static const IconData person_chat_24_regular = IconData(0xf6d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_chat_24_regular = IconData( + 0xf6d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 12 and regular style. - static const IconData person_circle_12_regular = IconData(0x100e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_circle_12_regular = IconData( + 0x100e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 20 and regular style. - static const IconData person_circle_20_regular = IconData(0xfb9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_circle_20_regular = IconData( + 0xfb9e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 24 and regular style. - static const IconData person_circle_24_regular = IconData(0x1027a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_circle_24_regular = IconData( + 0x1027a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 16 and regular style. - static const IconData person_clock_16_regular = IconData(0xfa6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_clock_16_regular = IconData( + 0xfa6f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 20 and regular style. - static const IconData person_clock_20_regular = IconData(0xfa70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_clock_20_regular = IconData( + 0xfa70, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 24 and regular style. - static const IconData person_clock_24_regular = IconData(0xfa71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_clock_24_regular = IconData( + 0xfa71, + 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); + static const IconData person_delete_16_regular = IconData( + 0xf5d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_delete" in size 20 and regular style. - static const IconData person_delete_20_regular = IconData(0xfa72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_delete_20_regular = IconData( + 0xfa72, + 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); + static const IconData person_delete_24_regular = IconData( + 0xf5d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_edit" in size 20 and regular style. - static const IconData person_edit_20_regular = IconData(0x102e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_edit_20_regular = IconData( + 0x102e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_edit" in size 24 and regular style. - static const IconData person_edit_24_regular = IconData(0x102ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_edit_24_regular = IconData( + 0x102ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_feedback" in size 16 and regular style. - static const IconData person_feedback_16_regular = IconData(0xffaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_feedback_16_regular = IconData( + 0xffaf, + 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); + 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); + static const IconData person_feedback_24_regular = IconData( + 0xf5d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_info" in size 16 and regular style. - static const IconData person_info_16_regular = IconData(0xf6d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_info_16_regular = IconData( + 0xf6d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_info" in size 20 and regular style. - static const IconData person_info_20_regular = IconData(0x100e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_info_20_regular = IconData( + 0x100e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_key" in size 20 and regular style. - static const IconData person_key_20_regular = IconData(0x1068a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_key_20_regular = IconData( + 0x1068a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lightbulb" in size 20 and regular style. - static const IconData person_lightbulb_20_regular = IconData(0x1022e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_lightbulb_20_regular = IconData( + 0x1022e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lightbulb" in size 24 and regular style. - static const IconData person_lightbulb_24_regular = IconData(0x1022f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_lightbulb_24_regular = IconData( + 0x1022f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 16 and regular style. - static const IconData person_lock_16_regular = IconData(0xf6d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_lock_16_regular = IconData( + 0xf6d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 20 and regular style. - static const IconData person_lock_20_regular = IconData(0xf6d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_lock_20_regular = IconData( + 0xf6d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 24 and regular style. - static const IconData person_lock_24_regular = IconData(0x10162, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_lock_24_regular = IconData( + 0x10162, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 16 and regular style. - static const IconData person_mail_16_regular = IconData(0xfa73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_mail_16_regular = IconData( + 0xfa73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 20 and regular style. - static const IconData person_mail_20_regular = IconData(0xfa74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_mail_20_regular = IconData( + 0xfa74, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 24 and regular style. - static const IconData person_mail_24_regular = IconData(0xfa75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_mail_24_regular = IconData( + 0xfa75, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 28 and regular style. - static const IconData person_mail_28_regular = IconData(0xfa76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_mail_28_regular = IconData( + 0xfa76, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 48 and regular style. - static const IconData person_mail_48_regular = IconData(0xfa77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_mail_48_regular = IconData( + 0xfa77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_money" in size 20 and regular style. - static const IconData person_money_20_regular = IconData(0xffb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_money_20_regular = IconData( + 0xffb0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_money" in size 24 and regular style. - static const IconData person_money_24_regular = IconData(0xffb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_money_24_regular = IconData( + 0xffb1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_note" in size 20 and regular style. - static const IconData person_note_20_regular = IconData(0x10163, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_note_20_regular = IconData( + 0x10163, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_note" in size 24 and regular style. - static const IconData person_note_24_regular = IconData(0xfced, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_note_24_regular = IconData( + 0xfced, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_pill" in size 20 and regular style. - static const IconData person_pill_20_regular = IconData(0xfad7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_pill_20_regular = IconData( + 0xfad7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_pill" in size 24 and regular style. - static const IconData person_pill_24_regular = IconData(0xfad8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_pill_24_regular = IconData( + 0xfad8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 16 and regular style. - static const IconData person_prohibited_16_regular = IconData(0xfe8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_prohibited_16_regular = IconData( + 0xfe8c, + 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); + static const IconData person_prohibited_20_regular = IconData( + 0xf5d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 24 and regular style. - static const IconData person_prohibited_24_regular = IconData(0xfa78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_prohibited_24_regular = IconData( + 0xfa78, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 28 and regular style. - static const IconData person_prohibited_28_regular = IconData(0xfe8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_prohibited_28_regular = IconData( + 0xfe8d, + 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); + 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); + 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); + static const IconData person_question_mark_24_regular = IconData( + 0xf5d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_settings" in size 16 and regular style. - static const IconData person_settings_16_regular = IconData(0xfad9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_settings_16_regular = IconData( + 0xfad9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_settings" in size 20 and regular style. - static const IconData person_settings_20_regular = IconData(0x10027, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_settings_20_regular = IconData( + 0x10027, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_subtract" in size 16 and regular style. - static const IconData person_subtract_16_regular = IconData(0xf6ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_subtract_16_regular = IconData( + 0xf6ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_subtract" in size 20 and regular style. - static const IconData person_subtract_20_regular = IconData(0x10709, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_subtract_20_regular = IconData( + 0x10709, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData person_swap_24_regular = IconData( + 0xf5dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_sync" in size 24 and regular style. - static const IconData person_sync_24_regular = IconData(0x10739, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_sync_24_regular = IconData( + 0x10739, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 20 and regular style. - static const IconData person_tag_20_regular = IconData(0xfe30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_tag_20_regular = IconData( + 0xfe30, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 24 and regular style. - static const IconData person_tag_24_regular = IconData(0xfe31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_tag_24_regular = IconData( + 0xfe31, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 28 and regular style. - static const IconData person_tag_28_regular = IconData(0xfe32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_tag_28_regular = IconData( + 0xfe32, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 32 and regular style. - static const IconData person_tag_32_regular = IconData(0xfe33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_tag_32_regular = IconData( + 0xfe33, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 48 and regular style. - static const IconData person_tag_48_regular = IconData(0xfe34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData person_tag_48_regular = IconData( + 0xfe34, + 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); + 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); + static const IconData person_voice_24_regular = IconData( + 0xf5df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone" in size 12 and regular style. - static const IconData phone_12_regular = IconData(0x100e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_12_regular = IconData( + 0x100e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone" in size 16 and regular style. - static const IconData phone_16_regular = IconData(0xf6ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_16_regular = IconData( + 0xf6ee, + 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); + 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); + static const IconData phone_24_regular = IconData( + 0xf5e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_add" in size 20 and regular style. - static const IconData phone_add_20_regular = IconData(0x105c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_add_20_regular = IconData( + 0x105c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_add" in size 24 and regular style. - static const IconData phone_add_24_regular = IconData(0xfc36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_add_24_regular = IconData( + 0xfc36, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_arrow_right" in size 20 and regular style. - static const IconData phone_arrow_right_20_regular = IconData(0xfc37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_arrow_right_20_regular = IconData( + 0xfc37, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_arrow_right" in size 24 and regular style. - static const IconData phone_arrow_right_24_regular = IconData(0xfc38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_arrow_right_24_regular = IconData( + 0xfc38, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_checkmark" in size 16 and regular style. - static const IconData phone_checkmark_16_regular = IconData(0xf6ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_checkmark_16_regular = IconData( + 0xf6ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_checkmark" in size 20 and regular style. - static const IconData phone_checkmark_20_regular = IconData(0x10028, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_checkmark_20_regular = IconData( + 0x10028, + 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); + 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); + 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); + 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); + static const IconData phone_desktop_28_regular = IconData( + 0xf5e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_desktop_add" in size 20 and regular style. - static const IconData phone_desktop_add_20_regular = IconData(0xfb47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_desktop_add_20_regular = IconData( + 0xfb47, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_dismiss" in size 20 and regular style. - static const IconData phone_dismiss_20_regular = IconData(0x105c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_dismiss_20_regular = IconData( + 0x105c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_dismiss" in size 24 and regular style. - static const IconData phone_dismiss_24_regular = IconData(0xfc39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_dismiss_24_regular = IconData( + 0xfc39, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_eraser" in size 16 and regular style. - static const IconData phone_eraser_16_regular = IconData(0xffb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_eraser_16_regular = IconData( + 0xffb2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_eraser" in size 20 and regular style. - static const IconData phone_eraser_20_regular = IconData(0x1073a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_eraser_20_regular = IconData( + 0x1073a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_laptop" in size 16 and regular style. - static const IconData phone_laptop_16_regular = IconData(0xfcee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_laptop_16_regular = IconData( + 0xfcee, + 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); + 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); + static const IconData phone_laptop_24_regular = IconData( + 0xf5eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_laptop" in size 32 and regular style. - static const IconData phone_laptop_32_regular = IconData(0xfcef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_laptop_32_regular = IconData( + 0xfcef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_link_setup" in size 20 and regular style. - static const IconData phone_link_setup_20_regular = IconData(0x1068b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_link_setup_20_regular = IconData( + 0x1068b, + 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); + static const IconData phone_link_setup_24_regular = IconData( + 0xf5ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_lock" in size 20 and regular style. - static const IconData phone_lock_20_regular = IconData(0x105c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_lock_20_regular = IconData( + 0x105c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_lock" in size 24 and regular style. - static const IconData phone_lock_24_regular = IconData(0xfc3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_lock_24_regular = IconData( + 0xfc3a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_page_header" in size 20 and regular style. - static const IconData phone_page_header_20_regular = IconData(0x105c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_page_header_20_regular = IconData( + 0x105c3, + 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); + static const IconData phone_page_header_24_regular = IconData( + 0xf5ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_pagination" in size 20 and regular style. - static const IconData phone_pagination_20_regular = IconData(0x105c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_pagination_20_regular = IconData( + 0x105c4, + 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); + static const IconData phone_pagination_24_regular = IconData( + 0xf5f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_screen_time" in size 20 and regular style. - static const IconData phone_screen_time_20_regular = IconData(0x105c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_screen_time_20_regular = IconData( + 0x105c5, + 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); + static const IconData phone_screen_time_24_regular = IconData( + 0xf5f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_shake" in size 20 and regular style. - static const IconData phone_shake_20_regular = IconData(0x1073b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_shake_20_regular = IconData( + 0x1073b, + 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); + static const IconData phone_shake_24_regular = IconData( + 0xf5f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 16 and regular style. - static const IconData phone_span_in_16_regular = IconData(0xfc3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_in_16_regular = IconData( + 0xfc3b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 20 and regular style. - static const IconData phone_span_in_20_regular = IconData(0xfc3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_in_20_regular = IconData( + 0xfc3c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 24 and regular style. - static const IconData phone_span_in_24_regular = IconData(0xfc3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_in_24_regular = IconData( + 0xfc3d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 28 and regular style. - static const IconData phone_span_in_28_regular = IconData(0xfc3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_in_28_regular = IconData( + 0xfc3e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 16 and regular style. - static const IconData phone_span_out_16_regular = IconData(0xfc3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_out_16_regular = IconData( + 0xfc3f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 20 and regular style. - static const IconData phone_span_out_20_regular = IconData(0xfc40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_out_20_regular = IconData( + 0xfc40, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 24 and regular style. - static const IconData phone_span_out_24_regular = IconData(0xfc41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_out_24_regular = IconData( + 0xfc41, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 28 and regular style. - static const IconData phone_span_out_28_regular = IconData(0xfc42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_span_out_28_regular = IconData( + 0xfc42, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_speaker" in size 20 and regular style. - static const IconData phone_speaker_20_regular = IconData(0x1073c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_speaker_20_regular = IconData( + 0x1073c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_speaker" in size 24 and regular style. - static const IconData phone_speaker_24_regular = IconData(0xfcf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_speaker_24_regular = IconData( + 0xfcf0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_status_bar" in size 20 and regular style. - static const IconData phone_status_bar_20_regular = IconData(0x105c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_status_bar_20_regular = IconData( + 0x105c6, + 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); + 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); + 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); + static const IconData phone_tablet_24_regular = IconData( + 0xf5f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update" in size 20 and regular style. - static const IconData phone_update_20_regular = IconData(0x105c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_update_20_regular = IconData( + 0x105c7, + 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); + static const IconData phone_update_24_regular = IconData( + 0xf5f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update_checkmark" in size 20 and regular style. - static const IconData phone_update_checkmark_20_regular = IconData(0x1027b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_update_checkmark_20_regular = IconData( + 0x1027b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update_checkmark" in size 24 and regular style. - static const IconData phone_update_checkmark_24_regular = IconData(0x1027c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_update_checkmark_24_regular = IconData( + 0x1027c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_vertical_scroll" in size 20 and regular style. - static const IconData phone_vertical_scroll_20_regular = IconData(0x105c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_vertical_scroll_20_regular = IconData( + 0x105c8, + 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); + static const IconData phone_vertical_scroll_24_regular = IconData( + 0xf5f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_vibrate" in size 20 and regular style. - static const IconData phone_vibrate_20_regular = IconData(0x105c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData phone_vibrate_20_regular = IconData( + 0x105c9, + 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); + static const IconData phone_vibrate_24_regular = IconData( + 0xf5fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "photo_filter" in size 20 and regular style. - static const IconData photo_filter_20_regular = IconData(0x105ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData photo_filter_20_regular = IconData( + 0x105ca, + 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); + static const IconData photo_filter_24_regular = IconData( + 0xf5fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pi" in size 20 and regular style. - static const IconData pi_20_regular = IconData(0x105cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pi_20_regular = IconData( + 0x105cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pi" in size 24 and regular style. - static const IconData pi_24_regular = IconData(0xfcf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pi_24_regular = IconData( + 0xfcf1, + 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); + 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); + 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); + static const IconData picture_in_picture_24_regular = IconData( + 0xf5fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 16 and regular style. - static const IconData picture_in_picture_enter_16_regular = IconData(0x10230, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_16_regular = IconData( + 0x10230, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 20 and regular style. - static const IconData picture_in_picture_enter_20_regular = IconData(0x10231, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_20_regular = IconData( + 0x10231, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 24 and regular style. - static const IconData picture_in_picture_enter_24_regular = IconData(0x10232, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_24_regular = IconData( + 0x10232, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 16 and regular style. - static const IconData picture_in_picture_exit_16_regular = IconData(0x10233, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_16_regular = IconData( + 0x10233, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 20 and regular style. - static const IconData picture_in_picture_exit_20_regular = IconData(0x10234, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_20_regular = IconData( + 0x10234, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 24 and regular style. - static const IconData picture_in_picture_exit_24_regular = IconData(0x10235, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_24_regular = IconData( + 0x10235, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 16 and regular style. - static const IconData pill_16_regular = IconData(0xf6f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pill_16_regular = IconData( + 0xf6f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 20 and regular style. - static const IconData pill_20_regular = IconData(0xf6f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pill_20_regular = IconData( + 0xf6f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 24 and regular style. - static const IconData pill_24_regular = IconData(0xf6f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pill_24_regular = IconData( + 0xf6f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 28 and regular style. - static const IconData pill_28_regular = IconData(0xf6f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pill_28_regular = IconData( + 0xf6f3, + 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); + 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); + 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); + 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); + static const IconData pin_24_regular = IconData( + 0xf602, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 28 and regular style. - static const IconData pin_28_regular = IconData(0xfe8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_28_regular = IconData( + 0xfe8e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 32 and regular style. - static const IconData pin_32_regular = IconData(0xfe8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_32_regular = IconData( + 0xfe8f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 48 and regular style. - static const IconData pin_48_regular = IconData(0xfe90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_48_regular = IconData( + 0xfe90, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 16 and regular style. - static const IconData pin_off_16_regular = IconData(0xfeef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_off_16_regular = IconData( + 0xfeef, + 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); + 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); + static const IconData pin_off_24_regular = IconData( + 0xf604, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 28 and regular style. - static const IconData pin_off_28_regular = IconData(0x1070a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_off_28_regular = IconData( + 0x1070a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 32 and regular style. - static const IconData pin_off_32_regular = IconData(0x1070b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_off_32_regular = IconData( + 0x1070b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 48 and regular style. - static const IconData pin_off_48_regular = IconData(0xfef0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pin_off_48_regular = IconData( + 0xfef0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline" in size 20 and regular style. - static const IconData pipeline_20_regular = IconData(0x1068c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pipeline_20_regular = IconData( + 0x1068c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline_add" in size 20 and regular style. - static const IconData pipeline_add_20_regular = IconData(0x1068d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pipeline_add_20_regular = IconData( + 0x1068d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline_play" in size 20 and regular style. - static const IconData pipeline_play_20_regular = IconData(0x1068e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pipeline_play_20_regular = IconData( + 0x1068e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pivot" in size 20 and regular style. - static const IconData pivot_20_regular = IconData(0xfada, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pivot_20_regular = IconData( + 0xfada, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pivot" in size 24 and regular style. - static const IconData pivot_24_regular = IconData(0xfadb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pivot_24_regular = IconData( + 0xfadb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 12 and regular style. - static const IconData play_12_regular = IconData(0xfadc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_12_regular = IconData( + 0xfadc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 16 and regular style. - static const IconData play_16_regular = IconData(0x10029, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_16_regular = IconData( + 0x10029, + 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); + 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); + static const IconData play_24_regular = IconData( + 0xf606, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 28 and regular style. - static const IconData play_28_regular = IconData(0x1002a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_28_regular = IconData( + 0x1002a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 32 and regular style. - static const IconData play_32_regular = IconData(0x1002b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_32_regular = IconData( + 0x1002b, + 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); + static const IconData play_48_regular = IconData( + 0xf607, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 16 and regular style. - static const IconData play_circle_16_regular = IconData(0xfd4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_circle_16_regular = IconData( + 0xfd4e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 20 and regular style. - static const IconData play_circle_20_regular = IconData(0xfd4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_circle_20_regular = IconData( + 0xfd4f, + 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); + static const IconData play_circle_24_regular = IconData( + 0xf608, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 28 and regular style. - static const IconData play_circle_28_regular = IconData(0xfd50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_circle_28_regular = IconData( + 0xfd50, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 48 and regular style. - static const IconData play_circle_48_regular = IconData(0x101e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_circle_48_regular = IconData( + 0x101e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_settings" in size 20 and regular style. - static const IconData play_settings_20_regular = IconData(0x1068f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData play_settings_20_regular = IconData( + 0x1068f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected" in size 20 and regular style. - static const IconData plug_connected_20_regular = IconData(0x10236, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData plug_connected_20_regular = IconData( + 0x10236, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected" in size 24 and regular style. - static const IconData plug_connected_24_regular = IconData(0x1027d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData plug_connected_24_regular = IconData( + 0x1027d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected_add" in size 20 and regular style. - static const IconData plug_connected_add_20_regular = IconData(0x10690, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData plug_connected_add_20_regular = IconData( + 0x10690, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected_checkmark" in size 20 and regular style. - static const IconData plug_connected_checkmark_20_regular = IconData(0x10691, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData plug_connected_checkmark_20_regular = IconData( + 0x10691, + 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); + 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); + 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); + static const IconData plug_disconnected_28_regular = IconData( + 0xf60b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "point_scan" in size 20 and regular style. - static const IconData point_scan_20_regular = IconData(0x1070c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData point_scan_20_regular = IconData( + 0x1070c, + 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); + static const IconData point_scan_24_regular = IconData( + 0xf60c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "poll" in size 16 and regular style. - static const IconData poll_16_regular = IconData(0x1018b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData poll_16_regular = IconData( + 0x1018b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "poll" in size 20 and regular style. - static const IconData poll_20_regular = IconData(0xfa7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData poll_20_regular = IconData( + 0xfa7a, + 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); + static const IconData poll_24_regular = IconData( + 0xf60d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_hdmi" in size 20 and regular style. - static const IconData port_hdmi_20_regular = IconData(0x105cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_hdmi_20_regular = IconData( + 0x105cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_hdmi" in size 24 and regular style. - static const IconData port_hdmi_24_regular = IconData(0xffb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_hdmi_24_regular = IconData( + 0xffb3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_micro_usb" in size 24 and regular style. - static const IconData port_micro_usb_24_regular = IconData(0xffb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_micro_usb_24_regular = IconData( + 0xffb4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_a" in size 20 and regular style. - static const IconData port_usb_a_20_regular = IconData(0x1070d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_usb_a_20_regular = IconData( + 0x1070d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_a" in size 24 and regular style. - static const IconData port_usb_a_24_regular = IconData(0xffb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_usb_a_24_regular = IconData( + 0xffb5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_c" in size 24 and regular style. - static const IconData port_usb_c_24_regular = IconData(0xffb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData port_usb_c_24_regular = IconData( + 0xffb6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_backward" in size 20 and regular style. - static const IconData position_backward_20_regular = IconData(0xfc43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_backward_20_regular = IconData( + 0xfc43, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_backward" in size 24 and regular style. - static const IconData position_backward_24_regular = IconData(0xfc44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_backward_24_regular = IconData( + 0xfc44, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_forward" in size 20 and regular style. - static const IconData position_forward_20_regular = IconData(0xfc45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_forward_20_regular = IconData( + 0xfc45, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_forward" in size 24 and regular style. - static const IconData position_forward_24_regular = IconData(0xfc46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_forward_24_regular = IconData( + 0xfc46, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_back" in size 20 and regular style. - static const IconData position_to_back_20_regular = IconData(0xfc47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_to_back_20_regular = IconData( + 0xfc47, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_back" in size 24 and regular style. - static const IconData position_to_back_24_regular = IconData(0xfc48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_to_back_24_regular = IconData( + 0xfc48, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_front" in size 20 and regular style. - static const IconData position_to_front_20_regular = IconData(0xfc49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_to_front_20_regular = IconData( + 0xfc49, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_front" in size 24 and regular style. - static const IconData position_to_front_24_regular = IconData(0xfc4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData position_to_front_24_regular = IconData( + 0xfc4a, + 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); + 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); + 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); + static const IconData power_28_regular = IconData( + 0xf610, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "predictions" in size 20 and regular style. - static const IconData predictions_20_regular = IconData(0x105cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData predictions_20_regular = IconData( + 0x105cd, + 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); + 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); + 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); + 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); + 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); + static const IconData premium_28_regular = IconData( + 0xf615, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium" in size 32 and regular style. - static const IconData premium_32_regular = IconData(0xfcf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData premium_32_regular = IconData( + 0xfcf2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium_person" in size 20 and regular style. - static const IconData premium_person_20_regular = IconData(0xfe91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData premium_person_20_regular = IconData( + 0xfe91, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium_person" in size 24 and regular style. - static const IconData premium_person_24_regular = IconData(0xfe92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData premium_person_24_regular = IconData( + 0xfe92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 10 and regular style. - static const IconData presence_available_10_regular = IconData(0xfa7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_available_10_regular = IconData( + 0xfa7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 12 and regular style. - static const IconData presence_available_12_regular = IconData(0xfa7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_available_12_regular = IconData( + 0xfa7c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 16 and regular style. - static const IconData presence_available_16_regular = IconData(0xfa7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_available_16_regular = IconData( + 0xfa7d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 20 and regular style. - static const IconData presence_available_20_regular = IconData(0x10692, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_available_20_regular = IconData( + 0x10692, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 24 and regular style. - static const IconData presence_available_24_regular = IconData(0x10693, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_available_24_regular = IconData( + 0x10693, + 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); + 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); + 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); + static const IconData presence_blocked_16_regular = IconData( + 0xf618, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_blocked" in size 20 and regular style. - static const IconData presence_blocked_20_regular = IconData(0x10694, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_blocked_20_regular = IconData( + 0x10694, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_blocked" in size 24 and regular style. - static const IconData presence_blocked_24_regular = IconData(0x10695, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_blocked_24_regular = IconData( + 0x10695, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 10 and regular style. - static const IconData presence_dnd_10_regular = IconData(0xfa7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_dnd_10_regular = IconData( + 0xfa7e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 12 and regular style. - static const IconData presence_dnd_12_regular = IconData(0xfa7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_dnd_12_regular = IconData( + 0xfa7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 16 and regular style. - static const IconData presence_dnd_16_regular = IconData(0xfa80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_dnd_16_regular = IconData( + 0xfa80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 20 and regular style. - static const IconData presence_dnd_20_regular = IconData(0x10696, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_dnd_20_regular = IconData( + 0x10696, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 24 and regular style. - static const IconData presence_dnd_24_regular = IconData(0x10697, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_dnd_24_regular = IconData( + 0x10697, + 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); + 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); + 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); + static const IconData presence_offline_16_regular = IconData( + 0xf61b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_offline" in size 20 and regular style. - static const IconData presence_offline_20_regular = IconData(0x10698, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_offline_20_regular = IconData( + 0x10698, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_offline" in size 24 and regular style. - static const IconData presence_offline_24_regular = IconData(0x10699, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_offline_24_regular = IconData( + 0x10699, + 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); + 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); + 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); + static const IconData presence_oof_16_regular = IconData( + 0xf61e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_oof" in size 20 and regular style. - static const IconData presence_oof_20_regular = IconData(0x1069a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_oof_20_regular = IconData( + 0x1069a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_oof" in size 24 and regular style. - static const IconData presence_oof_24_regular = IconData(0x1069b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_oof_24_regular = IconData( + 0x1069b, + 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); + 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); + 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); + static const IconData presence_unknown_16_regular = IconData( + 0xf621, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_unknown" in size 20 and regular style. - static const IconData presence_unknown_20_regular = IconData(0x1069c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_unknown_20_regular = IconData( + 0x1069c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_unknown" in size 24 and regular style. - static const IconData presence_unknown_24_regular = IconData(0x1069d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presence_unknown_24_regular = IconData( + 0x1069d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presenter" in size 20 and regular style. - static const IconData presenter_20_regular = IconData(0xfb48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presenter_20_regular = IconData( + 0xfb48, + 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); + static const IconData presenter_24_regular = IconData( + 0xf622, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "presenter_off" in size 20 and regular style. - static const IconData presenter_off_20_regular = IconData(0xfb49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData presenter_off_20_regular = IconData( + 0xfb49, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData previous_24_regular = IconData( + 0xf629, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 28 and regular style. - static const IconData previous_28_regular = IconData(0x10370, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData previous_28_regular = IconData( + 0x10370, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 32 and regular style. - static const IconData previous_32_regular = IconData(0x10371, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData previous_32_regular = IconData( + 0x10371, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 48 and regular style. - static const IconData previous_48_regular = IconData(0x10372, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData previous_48_regular = IconData( + 0x10372, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "print" in size 16 and regular style. - static const IconData print_16_regular = IconData(0xf6fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData print_16_regular = IconData( + 0xf6fa, + 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); + 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); + static const IconData print_24_regular = IconData( + 0xf62b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "print" in size 28 and regular style. - static const IconData print_28_regular = IconData(0x103b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData print_28_regular = IconData( + 0x103b4, + 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); + static const IconData print_48_regular = IconData( + 0xf62c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "print_add" in size 20 and regular style. - static const IconData print_add_20_regular = IconData(0xf6fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData print_add_20_regular = IconData( + 0xf6fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "print_add" in size 24 and regular style. - static const IconData print_add_24_regular = IconData(0xfadd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData print_add_24_regular = IconData( + 0xfadd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "production" in size 20 and regular style. - static const IconData production_20_regular = IconData(0xf6fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData production_20_regular = IconData( + 0xf6fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "production" in size 24 and regular style. - static const IconData production_24_regular = IconData(0xf6fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData production_24_regular = IconData( + 0xf6fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "production_checkmark" in size 20 and regular style. - static const IconData production_checkmark_20_regular = IconData(0xf703, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData production_checkmark_20_regular = IconData( + 0xf703, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "production_checkmark" in size 24 and regular style. - static const IconData production_checkmark_24_regular = IconData(0xf704, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData production_checkmark_24_regular = IconData( + 0xf704, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited" in size 12 and regular style. - static const IconData prohibited_12_regular = IconData(0xffb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_12_regular = IconData( + 0xffb7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited" in size 16 and regular style. - static const IconData prohibited_16_regular = IconData(0xf705, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_16_regular = IconData( + 0xf705, + 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); + 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); + 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); + 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); + static const IconData prohibited_48_regular = IconData( + 0xf630, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 16 and regular style. - static const IconData prohibited_multiple_16_regular = IconData(0xfe93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_16_regular = IconData( + 0xfe93, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 20 and regular style. - static const IconData prohibited_multiple_20_regular = IconData(0xfe94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_20_regular = IconData( + 0xfe94, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 24 and regular style. - static const IconData prohibited_multiple_24_regular = IconData(0xfe95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_24_regular = IconData( + 0xfe95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_note" in size 20 and regular style. - static const IconData prohibited_note_20_regular = IconData(0x1069e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData prohibited_note_20_regular = IconData( + 0x1069e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 16 and regular style. - static const IconData projection_screen_16_regular = IconData(0x101e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_16_regular = IconData( + 0x101e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 20 and regular style. - static const IconData projection_screen_20_regular = IconData(0x101e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_20_regular = IconData( + 0x101e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 24 and regular style. - static const IconData projection_screen_24_regular = IconData(0x101e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_24_regular = IconData( + 0x101e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 28 and regular style. - static const IconData projection_screen_28_regular = IconData(0x101e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_28_regular = IconData( + 0x101e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 16 and regular style. - static const IconData projection_screen_dismiss_16_regular = IconData(0x101e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_16_regular = IconData( + 0x101e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 20 and regular style. - static const IconData projection_screen_dismiss_20_regular = IconData(0x101e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_20_regular = IconData( + 0x101e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 24 and regular style. - static const IconData projection_screen_dismiss_24_regular = IconData(0x101ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_24_regular = IconData( + 0x101ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 28 and regular style. - static const IconData projection_screen_dismiss_28_regular = IconData(0x101eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_28_regular = IconData( + 0x101eb, + 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); + 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); + 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); + static const IconData protocol_handler_24_regular = IconData( + 0xf634, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 20 and regular style. - static const IconData pulse_20_regular = IconData(0xfb9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_20_regular = IconData( + 0xfb9f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 24 and regular style. - static const IconData pulse_24_regular = IconData(0xfa81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_24_regular = IconData( + 0xfa81, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 28 and regular style. - static const IconData pulse_28_regular = IconData(0xfade, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_28_regular = IconData( + 0xfade, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 32 and regular style. - static const IconData pulse_32_regular = IconData(0xfddf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_32_regular = IconData( + 0xfddf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse_square" in size 20 and regular style. - static const IconData pulse_square_20_regular = IconData(0x105ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_square_20_regular = IconData( + 0x105ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse_square" in size 24 and regular style. - static const IconData pulse_square_24_regular = IconData(0xfba0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData pulse_square_24_regular = IconData( + 0xfba0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 16 and regular style. - static const IconData puzzle_cube_16_regular = IconData(0xfbba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_16_regular = IconData( + 0xfbba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 20 and regular style. - static const IconData puzzle_cube_20_regular = IconData(0xfbbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_20_regular = IconData( + 0xfbbb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 24 and regular style. - static const IconData puzzle_cube_24_regular = IconData(0xfbbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_24_regular = IconData( + 0xfbbc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 28 and regular style. - static const IconData puzzle_cube_28_regular = IconData(0xfbbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_28_regular = IconData( + 0xfbbd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 48 and regular style. - static const IconData puzzle_cube_48_regular = IconData(0xfbbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_48_regular = IconData( + 0xfbbe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube_piece" in size 20 and regular style. - static const IconData puzzle_cube_piece_20_regular = IconData(0x1069f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_cube_piece_20_regular = IconData( + 0x1069f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 16 and regular style. - static const IconData puzzle_piece_16_regular = IconData(0x1007a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_piece_16_regular = IconData( + 0x1007a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 20 and regular style. - static const IconData puzzle_piece_20_regular = IconData(0x1007b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_piece_20_regular = IconData( + 0x1007b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 24 and regular style. - static const IconData puzzle_piece_24_regular = IconData(0x1007c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_piece_24_regular = IconData( + 0x1007c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece_shield" in size 20 and regular style. - static const IconData puzzle_piece_shield_20_regular = IconData(0x10429, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData puzzle_piece_shield_20_regular = IconData( + 0x10429, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "qr_code" in size 20 and regular style. - static const IconData qr_code_20_regular = IconData(0xfa82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData qr_code_20_regular = IconData( + 0xfa82, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData question_48_regular = IconData( + 0xf63b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "question_circle" in size 12 and regular style. - static const IconData question_circle_12_regular = IconData(0x1070e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData question_circle_12_regular = IconData( + 0x1070e, + 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); + 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); + 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); + 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); + static const IconData question_circle_28_regular = IconData( + 0xf63f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "question_circle" in size 32 and regular style. - static const IconData question_circle_32_regular = IconData(0x10373, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData question_circle_32_regular = IconData( + 0x10373, + 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); + 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); + 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); + 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); + static const IconData quiz_new_48_regular = IconData( + 0xf643, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar" in size 20 and regular style. - static const IconData radar_20_regular = IconData(0x1073d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData radar_20_regular = IconData( + 0x1073d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar_checkmark" in size 20 and regular style. - static const IconData radar_checkmark_20_regular = IconData(0x1073e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData radar_checkmark_20_regular = IconData( + 0x1073e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar_rectangle_multiple" in size 20 and regular style. - static const IconData radar_rectangle_multiple_20_regular = IconData(0x1073f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData radar_rectangle_multiple_20_regular = IconData( + 0x1073f, + 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); + 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); + static const IconData radio_button_24_regular = IconData( + 0xf645, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ram" in size 20 and regular style. - static const IconData ram_20_regular = IconData(0x106a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ram_20_regular = IconData( + 0x106a0, + 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); + 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); + 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); + static const IconData rating_mature_24_regular = IconData( + 0xf648, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ratio_one_to_one" in size 20 and regular style. - static const IconData ratio_one_to_one_20_regular = IconData(0xf70a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ratio_one_to_one_20_regular = IconData( + 0xf70a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ratio_one_to_one" in size 24 and regular style. - static const IconData ratio_one_to_one_24_regular = IconData(0xf70b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ratio_one_to_one_24_regular = IconData( + 0xf70b, + 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); + 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); + static const IconData re_order_24_regular = IconData( + 0xf64a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 16 and regular style. - static const IconData re_order_dots_horizontal_16_regular = IconData(0xfd51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_16_regular = IconData( + 0xfd51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 20 and regular style. - static const IconData re_order_dots_horizontal_20_regular = IconData(0xfd52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_20_regular = IconData( + 0xfd52, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 24 and regular style. - static const IconData re_order_dots_horizontal_24_regular = IconData(0xfd53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_24_regular = IconData( + 0xfd53, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 16 and regular style. - static const IconData re_order_dots_vertical_16_regular = IconData(0xfd54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_16_regular = IconData( + 0xfd54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 20 and regular style. - static const IconData re_order_dots_vertical_20_regular = IconData(0xfd55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_20_regular = IconData( + 0xfd55, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 24 and regular style. - static const IconData re_order_dots_vertical_24_regular = IconData(0xfd56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_24_regular = IconData( + 0xfd56, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "read_aloud" in size 16 and regular style. - static const IconData read_aloud_16_regular = IconData(0xfe96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData read_aloud_16_regular = IconData( + 0xfe96, + 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); + 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); + static const IconData read_aloud_24_regular = IconData( + 0xf64e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "read_aloud" in size 28 and regular style. - static const IconData read_aloud_28_regular = IconData(0xfe97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData read_aloud_28_regular = IconData( + 0xfe97, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData reading_list_add_28_regular = IconData( + 0xf658, + 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); + 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); + static const IconData reading_mode_mobile_24_regular = IconData( + 0xf65c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "real_estate" in size 20 and regular style. - static const IconData real_estate_20_regular = IconData(0x10740, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData real_estate_20_regular = IconData( + 0x10740, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "real_estate" in size 24 and regular style. - static const IconData real_estate_24_regular = IconData(0xfa83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData real_estate_24_regular = IconData( + 0xfa83, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt" in size 20 and regular style. - static const IconData receipt_20_regular = IconData(0xfcf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_20_regular = IconData( + 0xfcf3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt" in size 24 and regular style. - static const IconData receipt_24_regular = IconData(0xfcf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_24_regular = IconData( + 0xfcf4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_add" in size 20 and regular style. - static const IconData receipt_add_20_regular = IconData(0xf70c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_add_20_regular = IconData( + 0xf70c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_add" in size 24 and regular style. - static const IconData receipt_add_24_regular = IconData(0xfadf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_add_24_regular = IconData( + 0xfadf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_bag" in size 20 and regular style. - static const IconData receipt_bag_20_regular = IconData(0xf715, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_bag_20_regular = IconData( + 0xf715, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_bag" in size 24 and regular style. - static const IconData receipt_bag_24_regular = IconData(0xfae0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_bag_24_regular = IconData( + 0xfae0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_cube" in size 20 and regular style. - static const IconData receipt_cube_20_regular = IconData(0xf72d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_cube_20_regular = IconData( + 0xf72d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_cube" in size 24 and regular style. - static const IconData receipt_cube_24_regular = IconData(0xfae1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_cube_24_regular = IconData( + 0xfae1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_money" in size 20 and regular style. - static const IconData receipt_money_20_regular = IconData(0xf72e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_money_20_regular = IconData( + 0xf72e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_money" in size 24 and regular style. - static const IconData receipt_money_24_regular = IconData(0x1002c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_money_24_regular = IconData( + 0x1002c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_play" in size 20 and regular style. - static const IconData receipt_play_20_regular = IconData(0xffb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_play_20_regular = IconData( + 0xffb8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_play" in size 24 and regular style. - static const IconData receipt_play_24_regular = IconData(0xffb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_play_24_regular = IconData( + 0xffb9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_search" in size 20 and regular style. - static const IconData receipt_search_20_regular = IconData(0x106a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData receipt_search_20_regular = IconData( + 0x106a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 12 and regular style. - static const IconData record_12_regular = IconData(0xf72f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_12_regular = IconData( + 0xf72f, + 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); + 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); + 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); + static const IconData record_24_regular = IconData( + 0xf662, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 28 and regular style. - static const IconData record_28_regular = IconData(0xf735, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_28_regular = IconData( + 0xf735, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 32 and regular style. - static const IconData record_32_regular = IconData(0xf736, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_32_regular = IconData( + 0xf736, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 48 and regular style. - static const IconData record_48_regular = IconData(0xf737, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_48_regular = IconData( + 0xf737, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 12 and regular style. - static const IconData record_stop_12_regular = IconData(0xf758, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_12_regular = IconData( + 0xf758, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 16 and regular style. - static const IconData record_stop_16_regular = IconData(0xf759, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_16_regular = IconData( + 0xf759, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 20 and regular style. - static const IconData record_stop_20_regular = IconData(0xf75a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_20_regular = IconData( + 0xf75a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 24 and regular style. - static const IconData record_stop_24_regular = IconData(0xf75b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_24_regular = IconData( + 0xf75b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 28 and regular style. - static const IconData record_stop_28_regular = IconData(0xf75c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_28_regular = IconData( + 0xf75c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 32 and regular style. - static const IconData record_stop_32_regular = IconData(0xf764, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_32_regular = IconData( + 0xf764, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 48 and regular style. - static const IconData record_stop_48_regular = IconData(0xf765, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData record_stop_48_regular = IconData( + 0xf765, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 12 and regular style. - static const IconData rectangle_landscape_12_regular = IconData(0x1018c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_12_regular = IconData( + 0x1018c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 16 and regular style. - static const IconData rectangle_landscape_16_regular = IconData(0x1018d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_16_regular = IconData( + 0x1018d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 20 and regular style. - static const IconData rectangle_landscape_20_regular = IconData(0xfb4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_20_regular = IconData( + 0xfb4a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 24 and regular style. - static const IconData rectangle_landscape_24_regular = IconData(0x1018e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_24_regular = IconData( + 0x1018e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 28 and regular style. - static const IconData rectangle_landscape_28_regular = IconData(0x1018f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_28_regular = IconData( + 0x1018f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 32 and regular style. - static const IconData rectangle_landscape_32_regular = IconData(0x10190, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_32_regular = IconData( + 0x10190, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 48 and regular style. - static const IconData rectangle_landscape_48_regular = IconData(0x10191, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_48_regular = IconData( + 0x10191, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_portrait_location_target" in size 20 and regular style. - static const IconData rectangle_portrait_location_target_20_regular = IconData(0x106a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rectangle_portrait_location_target_20_regular = + IconData( + 0x106a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "remote" in size 16 and regular style. - static const IconData remote_16_regular = IconData(0xfde0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData remote_16_regular = IconData( + 0xfde0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "remote" in size 20 and regular style. - static const IconData remote_20_regular = IconData(0x105cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData remote_20_regular = IconData( + 0x105cf, + 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); + 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); + 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); + 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); + static const IconData rename_28_regular = IconData( + 0xf66b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "reorder" in size 20 and regular style. - static const IconData reorder_20_regular = IconData(0x105d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData reorder_20_regular = IconData( + 0x105d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "replay" in size 20 and regular style. - static const IconData replay_20_regular = IconData(0x100e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData replay_20_regular = IconData( + 0x100e8, + 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); + static const IconData resize_20_regular = IconData( + 0xf66c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize" in size 24 and regular style. - static const IconData resize_24_regular = IconData(0x1049b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_24_regular = IconData( + 0x1049b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_image" in size 20 and regular style. - static const IconData resize_image_20_regular = IconData(0x1049c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_image_20_regular = IconData( + 0x1049c, + 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); + static const IconData resize_image_24_regular = IconData( + 0xf66d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 16 and regular style. - static const IconData resize_large_16_regular = IconData(0xfc4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_large_16_regular = IconData( + 0xfc4b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 20 and regular style. - static const IconData resize_large_20_regular = IconData(0xfc4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_large_20_regular = IconData( + 0xfc4c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 24 and regular style. - static const IconData resize_large_24_regular = IconData(0xfc4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_large_24_regular = IconData( + 0xfc4d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 16 and regular style. - static const IconData resize_small_16_regular = IconData(0xfc4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_small_16_regular = IconData( + 0xfc4e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 20 and regular style. - static const IconData resize_small_20_regular = IconData(0xfc4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_small_20_regular = IconData( + 0xfc4f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 24 and regular style. - static const IconData resize_small_24_regular = IconData(0xfc50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_small_24_regular = IconData( + 0xfc50, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_table" in size 20 and regular style. - static const IconData resize_table_20_regular = IconData(0x10741, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_table_20_regular = IconData( + 0x10741, + 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); + static const IconData resize_table_24_regular = IconData( + 0xf66e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_video" in size 20 and regular style. - static const IconData resize_video_20_regular = IconData(0x105d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData resize_video_20_regular = IconData( + 0x105d1, + 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); + 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); + 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); + 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); + 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); + static const IconData reward_24_regular = IconData( + 0xf673, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rewind" in size 16 and regular style. - static const IconData rewind_16_regular = IconData(0x1027e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rewind_16_regular = IconData( + 0x1027e, + 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); + 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); + static const IconData rewind_24_regular = IconData( + 0xf675, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rewind" in size 28 and regular style. - static const IconData rewind_28_regular = IconData(0x1027f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rewind_28_regular = IconData( + 0x1027f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 16 and regular style. - static const IconData rhombus_16_regular = IconData(0x103b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_16_regular = IconData( + 0x103b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 20 and regular style. - static const IconData rhombus_20_regular = IconData(0x103b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_20_regular = IconData( + 0x103b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 24 and regular style. - static const IconData rhombus_24_regular = IconData(0x103b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_24_regular = IconData( + 0x103b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 28 and regular style. - static const IconData rhombus_28_regular = IconData(0x103b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_28_regular = IconData( + 0x103b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 32 and regular style. - static const IconData rhombus_32_regular = IconData(0x101ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_32_regular = IconData( + 0x101ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 48 and regular style. - static const IconData rhombus_48_regular = IconData(0x103b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rhombus_48_regular = IconData( + 0x103b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 12 and regular style. - static const IconData ribbon_12_regular = IconData(0x1042a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_12_regular = IconData( + 0x1042a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 16 and regular style. - static const IconData ribbon_16_regular = IconData(0xfba1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_16_regular = IconData( + 0xfba1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 20 and regular style. - static const IconData ribbon_20_regular = IconData(0xfb4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_20_regular = IconData( + 0xfb4b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 24 and regular style. - static const IconData ribbon_24_regular = IconData(0xfa84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_24_regular = IconData( + 0xfa84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 32 and regular style. - static const IconData ribbon_32_regular = IconData(0xfde1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_32_regular = IconData( + 0xfde1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_add" in size 20 and regular style. - static const IconData ribbon_add_20_regular = IconData(0xf766, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_add_20_regular = IconData( + 0xf766, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_add" in size 24 and regular style. - static const IconData ribbon_add_24_regular = IconData(0xf767, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_add_24_regular = IconData( + 0xf767, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 12 and regular style. - static const IconData ribbon_off_12_regular = IconData(0x1042b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_off_12_regular = IconData( + 0x1042b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 16 and regular style. - static const IconData ribbon_off_16_regular = IconData(0x1042c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_off_16_regular = IconData( + 0x1042c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 20 and regular style. - static const IconData ribbon_off_20_regular = IconData(0x1042d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_off_20_regular = IconData( + 0x1042d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 24 and regular style. - static const IconData ribbon_off_24_regular = IconData(0x1042e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_off_24_regular = IconData( + 0x1042e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 32 and regular style. - static const IconData ribbon_off_32_regular = IconData(0x1042f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_off_32_regular = IconData( + 0x1042f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_star" in size 20 and regular style. - static const IconData ribbon_star_20_regular = IconData(0xfa85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_star_20_regular = IconData( + 0xfa85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_star" in size 24 and regular style. - static const IconData ribbon_star_24_regular = IconData(0xfa86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ribbon_star_24_regular = IconData( + 0xfa86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 16 and regular style. - static const IconData road_cone_16_regular = IconData(0x10164, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_16_regular = IconData( + 0x10164, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 20 and regular style. - static const IconData road_cone_20_regular = IconData(0x10165, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_20_regular = IconData( + 0x10165, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 24 and regular style. - static const IconData road_cone_24_regular = IconData(0x10166, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_24_regular = IconData( + 0x10166, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 28 and regular style. - static const IconData road_cone_28_regular = IconData(0x10167, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_28_regular = IconData( + 0x10167, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 32 and regular style. - static const IconData road_cone_32_regular = IconData(0x10168, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_32_regular = IconData( + 0x10168, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 48 and regular style. - static const IconData road_cone_48_regular = IconData(0x10169, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData road_cone_48_regular = IconData( + 0x10169, + 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); + 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); + 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); + static const IconData rocket_24_regular = IconData( + 0xf678, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_left" in size 20 and regular style. - static const IconData rotate_left_20_regular = IconData(0x105d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rotate_left_20_regular = IconData( + 0x105d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_left" in size 24 and regular style. - static const IconData rotate_left_24_regular = IconData(0xfba2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rotate_left_24_regular = IconData( + 0xfba2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_right" in size 20 and regular style. - static const IconData rotate_right_20_regular = IconData(0xfba3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rotate_right_20_regular = IconData( + 0xfba3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_right" in size 24 and regular style. - static const IconData rotate_right_24_regular = IconData(0xfba4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rotate_right_24_regular = IconData( + 0xfba4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "router" in size 20 and regular style. - static const IconData router_20_regular = IconData(0x105d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData router_20_regular = IconData( + 0x105d3, + 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); + static const IconData router_24_regular = IconData( + 0xf679, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "row_triple" in size 20 and regular style. - static const IconData row_triple_20_regular = IconData(0x1070f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData row_triple_20_regular = IconData( + 0x1070f, + 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); + static const IconData row_triple_24_regular = IconData( + 0xf67a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "rss" in size 24 and regular style. - static const IconData rss_24_regular = IconData(0xfcf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData rss_24_regular = IconData( + 0xfcf5, + 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); + 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); + 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); + static const IconData ruler_24_regular = IconData( + 0xf67d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "run" in size 16 and regular style. - static const IconData run_16_regular = IconData(0xfa87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData run_16_regular = IconData( + 0xfa87, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "run" in size 20 and regular style. - static const IconData run_20_regular = IconData(0xfa88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData run_20_regular = IconData( + 0xfa88, + 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); + static const IconData run_24_regular = IconData( + 0xf67e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sanitize" in size 20 and regular style. - static const IconData sanitize_20_regular = IconData(0x10237, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sanitize_20_regular = IconData( + 0x10237, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sanitize" in size 24 and regular style. - static const IconData sanitize_24_regular = IconData(0x10238, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sanitize_24_regular = IconData( + 0x10238, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save" in size 16 and regular style. - static const IconData save_16_regular = IconData(0x1002d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_16_regular = IconData( + 0x1002d, + 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); + 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); + static const IconData save_24_regular = IconData( + 0xf680, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_arrow_right" in size 20 and regular style. - static const IconData save_arrow_right_20_regular = IconData(0x101ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_arrow_right_20_regular = IconData( + 0x101ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_arrow_right" in size 24 and regular style. - static const IconData save_arrow_right_24_regular = IconData(0x101ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_arrow_right_24_regular = IconData( + 0x101ee, + 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); + static const IconData save_copy_24_regular = IconData( + 0xf683, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_edit" in size 20 and regular style. - static const IconData save_edit_20_regular = IconData(0xfc51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_edit_20_regular = IconData( + 0xfc51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_edit" in size 24 and regular style. - static const IconData save_edit_24_regular = IconData(0xfc52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_edit_24_regular = IconData( + 0xfc52, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_image" in size 20 and regular style. - static const IconData save_image_20_regular = IconData(0x106a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_image_20_regular = IconData( + 0x106a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_multiple" in size 20 and regular style. - static const IconData save_multiple_20_regular = IconData(0x10280, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_multiple_20_regular = IconData( + 0x10280, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_multiple" in size 24 and regular style. - static const IconData save_multiple_24_regular = IconData(0x10281, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_multiple_24_regular = IconData( + 0x10281, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_search" in size 20 and regular style. - static const IconData save_search_20_regular = IconData(0xffba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_search_20_regular = IconData( + 0xffba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_sync" in size 20 and regular style. - static const IconData save_sync_20_regular = IconData(0xfb4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData save_sync_20_regular = IconData( + 0xfb4c, + 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); + 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); + 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); + static const IconData savings_24_regular = IconData( + 0xf686, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scale_fill" in size 20 and regular style. - static const IconData scale_fill_20_regular = IconData(0xfd57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scale_fill_20_regular = IconData( + 0xfd57, + 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); + 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); + 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); + 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); + static const IconData scale_fit_24_regular = IconData( + 0xf68a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scales" in size 24 and regular style. - static const IconData scales_24_regular = IconData(0xfa89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scales_24_regular = IconData( + 0xfa89, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scales" in size 32 and regular style. - static const IconData scales_32_regular = IconData(0xfa8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scales_32_regular = IconData( + 0xfa8a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan" in size 16 and regular style. - static const IconData scan_16_regular = IconData(0x106a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_16_regular = IconData( + 0x106a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan" in size 20 and regular style. - static const IconData scan_20_regular = IconData(0x105d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_20_regular = IconData( + 0x105d4, + 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); + static const IconData scan_24_regular = IconData( + 0xf68b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 16 and regular style. - static const IconData scan_camera_16_regular = IconData(0x1049d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_camera_16_regular = IconData( + 0x1049d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 20 and regular style. - static const IconData scan_camera_20_regular = IconData(0x1049e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_camera_20_regular = IconData( + 0x1049e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 24 and regular style. - static const IconData scan_camera_24_regular = IconData(0x1049f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_camera_24_regular = IconData( + 0x1049f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 28 and regular style. - static const IconData scan_camera_28_regular = IconData(0x104a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_camera_28_regular = IconData( + 0x104a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 48 and regular style. - static const IconData scan_camera_48_regular = IconData(0x104a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_camera_48_regular = IconData( + 0x104a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 12 and regular style. - static const IconData scan_dash_12_regular = IconData(0x102eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_12_regular = IconData( + 0x102eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 16 and regular style. - static const IconData scan_dash_16_regular = IconData(0x102ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_16_regular = IconData( + 0x102ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 20 and regular style. - static const IconData scan_dash_20_regular = IconData(0x102ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_20_regular = IconData( + 0x102ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 24 and regular style. - static const IconData scan_dash_24_regular = IconData(0x102ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_24_regular = IconData( + 0x102ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 28 and regular style. - static const IconData scan_dash_28_regular = IconData(0x102ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_28_regular = IconData( + 0x102ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 32 and regular style. - static const IconData scan_dash_32_regular = IconData(0x102f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_32_regular = IconData( + 0x102f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 48 and regular style. - static const IconData scan_dash_48_regular = IconData(0x102f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_dash_48_regular = IconData( + 0x102f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_object" in size 20 and regular style. - static const IconData scan_object_20_regular = IconData(0xfae2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_object_20_regular = IconData( + 0xfae2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_object" in size 24 and regular style. - static const IconData scan_object_24_regular = IconData(0xfae3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_object_24_regular = IconData( + 0xfae3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_table" in size 20 and regular style. - static const IconData scan_table_20_regular = IconData(0x105d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_table_20_regular = IconData( + 0x105d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_table" in size 24 and regular style. - static const IconData scan_table_24_regular = IconData(0x1007d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_table_24_regular = IconData( + 0x1007d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_text" in size 20 and regular style. - static const IconData scan_text_20_regular = IconData(0x105d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_text_20_regular = IconData( + 0x105d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_text" in size 24 and regular style. - static const IconData scan_text_24_regular = IconData(0x1007e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_text_24_regular = IconData( + 0x1007e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 16 and regular style. - static const IconData scan_thumb_up_16_regular = IconData(0x1016a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_16_regular = IconData( + 0x1016a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 20 and regular style. - static const IconData scan_thumb_up_20_regular = IconData(0x1016b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_20_regular = IconData( + 0x1016b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 24 and regular style. - static const IconData scan_thumb_up_24_regular = IconData(0x1016c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_24_regular = IconData( + 0x1016c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 28 and regular style. - static const IconData scan_thumb_up_28_regular = IconData(0x1016d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_28_regular = IconData( + 0x1016d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 48 and regular style. - static const IconData scan_thumb_up_48_regular = IconData(0x1016e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_48_regular = IconData( + 0x1016e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 16 and regular style. - static const IconData scan_thumb_up_off_16_regular = IconData(0x10192, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_16_regular = IconData( + 0x10192, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 20 and regular style. - static const IconData scan_thumb_up_off_20_regular = IconData(0x10193, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_20_regular = IconData( + 0x10193, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 24 and regular style. - static const IconData scan_thumb_up_off_24_regular = IconData(0x10194, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_24_regular = IconData( + 0x10194, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 28 and regular style. - static const IconData scan_thumb_up_off_28_regular = IconData(0x10195, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_28_regular = IconData( + 0x10195, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 48 and regular style. - static const IconData scan_thumb_up_off_48_regular = IconData(0x10196, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_48_regular = IconData( + 0x10196, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type" in size 20 and regular style. - static const IconData scan_type_20_regular = IconData(0x1007f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_type_20_regular = IconData( + 0x1007f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type" in size 24 and regular style. - static const IconData scan_type_24_regular = IconData(0x10080, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_type_24_regular = IconData( + 0x10080, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_checkmark" in size 20 and regular style. - static const IconData scan_type_checkmark_20_regular = IconData(0x10282, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_type_checkmark_20_regular = IconData( + 0x10282, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_checkmark" in size 24 and regular style. - static const IconData scan_type_checkmark_24_regular = IconData(0x10283, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_type_checkmark_24_regular = IconData( + 0x10283, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_off" in size 20 and regular style. - static const IconData scan_type_off_20_regular = IconData(0x10081, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scan_type_off_20_regular = IconData( + 0x10081, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "scratchpad" in size 20 and regular style. - static const IconData scratchpad_20_regular = IconData(0x10710, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData scratchpad_20_regular = IconData( + 0x10710, + 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); + static const IconData scratchpad_24_regular = IconData( + 0xf68c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_cut" in size 20 and regular style. - static const IconData screen_cut_20_regular = IconData(0xfcf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData screen_cut_20_regular = IconData( + 0xfcf6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_person" in size 20 and regular style. - static const IconData screen_person_20_regular = IconData(0xfcf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData screen_person_20_regular = IconData( + 0xfcf7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_search" in size 20 and regular style. - static const IconData screen_search_20_regular = IconData(0x103ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData screen_search_20_regular = IconData( + 0x103ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_search" in size 24 and regular style. - static const IconData screen_search_24_regular = IconData(0x103bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData screen_search_24_regular = IconData( + 0x103bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_share_start" in size 48 and regular style. - static const IconData screen_share_start_48_regular = IconData(0x1016f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData screen_share_start_48_regular = IconData( + 0x1016f, + 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); + 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); + static const IconData screenshot_24_regular = IconData( + 0xf68e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 12 and regular style. - static const IconData search_12_regular = IconData(0xfb1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_12_regular = IconData( + 0xfb1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 16 and regular style. - static const IconData search_16_regular = IconData(0xfe35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_16_regular = IconData( + 0xfe35, + 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); + 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); + 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); + static const IconData search_28_regular = IconData( + 0xf691, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 32 and regular style. - static const IconData search_32_regular = IconData(0xfb1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_32_regular = IconData( + 0xfb1d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 48 and regular style. - static const IconData search_48_regular = IconData(0xfb26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_48_regular = IconData( + 0xfb26, + 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); + 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); + static const IconData search_info_24_regular = IconData( + 0xf693, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_settings" in size 20 and regular style. - static const IconData search_settings_20_regular = IconData(0xffbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_settings_20_regular = IconData( + 0xffbb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_shield" in size 20 and regular style. - static const IconData search_shield_20_regular = IconData(0xfa8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_shield_20_regular = IconData( + 0xfa8b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_square" in size 20 and regular style. - static const IconData search_square_20_regular = IconData(0x105d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_square_20_regular = IconData( + 0x105d7, + 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); + static const IconData search_square_24_regular = IconData( + 0xf694, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 16 and regular style. - static const IconData search_visual_16_regular = IconData(0xfc53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_visual_16_regular = IconData( + 0xfc53, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 20 and regular style. - static const IconData search_visual_20_regular = IconData(0xfc54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_visual_20_regular = IconData( + 0xfc54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 24 and regular style. - static const IconData search_visual_24_regular = IconData(0xfc55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData search_visual_24_regular = IconData( + 0xfc55, + 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); + static const IconData select_all_off_24_regular = IconData( + 0xf696, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_all_on" in size 24 and regular style. - static const IconData select_all_on_24_regular = IconData(0xfc56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_all_on_24_regular = IconData( + 0xfc56, + 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); + 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); + static const IconData select_object_24_regular = IconData( + 0xf698, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew" in size 20 and regular style. - static const IconData select_object_skew_20_regular = IconData(0x10284, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_20_regular = IconData( + 0x10284, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew" in size 24 and regular style. - static const IconData select_object_skew_24_regular = IconData(0x10285, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_24_regular = IconData( + 0x10285, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_dismiss" in size 20 and regular style. - static const IconData select_object_skew_dismiss_20_regular = IconData(0x10286, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_dismiss_20_regular = IconData( + 0x10286, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_dismiss" in size 24 and regular style. - static const IconData select_object_skew_dismiss_24_regular = IconData(0x10287, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_dismiss_24_regular = IconData( + 0x10287, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_edit" in size 20 and regular style. - static const IconData select_object_skew_edit_20_regular = IconData(0x10288, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_edit_20_regular = IconData( + 0x10288, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_edit" in size 24 and regular style. - static const IconData select_object_skew_edit_24_regular = IconData(0x10289, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData select_object_skew_edit_24_regular = IconData( + 0x10289, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "send" in size 16 and regular style. - static const IconData send_16_regular = IconData(0xfe36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData send_16_regular = IconData( + 0xfe36, + 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); + 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); + 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); + 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); + static const IconData send_clock_20_regular = IconData( + 0xf69c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "send_clock" in size 24 and regular style. - static const IconData send_clock_24_regular = IconData(0x10197, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData send_clock_24_regular = IconData( + 0x10197, + 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); + static const IconData send_copy_24_regular = IconData( + 0xf69d, + 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); + 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); + 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); + static const IconData serial_port_24_regular = IconData( + 0xf6a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "server" in size 20 and regular style. - static const IconData server_20_regular = IconData(0xf769, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData server_20_regular = IconData( + 0xf769, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "server" in size 24 and regular style. - static const IconData server_24_regular = IconData(0xf76c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData server_24_regular = IconData( + 0xf76c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "server_multiple" in size 20 and regular style. - static const IconData server_multiple_20_regular = IconData(0x106a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData server_multiple_20_regular = IconData( + 0x106a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "server_play" in size 20 and regular style. - static const IconData server_play_20_regular = IconData(0x106a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData server_play_20_regular = IconData( + 0x106a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "service_bell" in size 20 and regular style. - static const IconData service_bell_20_regular = IconData(0x105d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData service_bell_20_regular = IconData( + 0x105d8, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData settings_28_regular = IconData( + 0xf6ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings" in size 32 and regular style. - static const IconData settings_32_regular = IconData(0x10239, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData settings_32_regular = IconData( + 0x10239, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings" in size 48 and regular style. - static const IconData settings_48_regular = IconData(0x1023a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData settings_48_regular = IconData( + 0x1023a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings_chat" in size 20 and regular style. - static const IconData settings_chat_20_regular = IconData(0x103bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData settings_chat_20_regular = IconData( + 0x103bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings_chat" in size 24 and regular style. - static const IconData settings_chat_24_regular = IconData(0x103bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData settings_chat_24_regular = IconData( + 0x103bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 16 and regular style. - static const IconData shape_exclude_16_regular = IconData(0xfcf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_exclude_16_regular = IconData( + 0xfcf8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 20 and regular style. - static const IconData shape_exclude_20_regular = IconData(0xfcf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_exclude_20_regular = IconData( + 0xfcf9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 24 and regular style. - static const IconData shape_exclude_24_regular = IconData(0xfcfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_exclude_24_regular = IconData( + 0xfcfa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 16 and regular style. - static const IconData shape_intersect_16_regular = IconData(0xfcfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_intersect_16_regular = IconData( + 0xfcfb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 20 and regular style. - static const IconData shape_intersect_20_regular = IconData(0xfcfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_intersect_20_regular = IconData( + 0xfcfc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 24 and regular style. - static const IconData shape_intersect_24_regular = IconData(0xfcfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_intersect_24_regular = IconData( + 0xfcfd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 16 and regular style. - static const IconData shape_subtract_16_regular = IconData(0xfcfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_subtract_16_regular = IconData( + 0xfcfe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 20 and regular style. - static const IconData shape_subtract_20_regular = IconData(0xfcff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_subtract_20_regular = IconData( + 0xfcff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 24 and regular style. - static const IconData shape_subtract_24_regular = IconData(0xfd00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_subtract_24_regular = IconData( + 0xfd00, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 16 and regular style. - static const IconData shape_union_16_regular = IconData(0xfd01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_union_16_regular = IconData( + 0xfd01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 20 and regular style. - static const IconData shape_union_20_regular = IconData(0xfd02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_union_20_regular = IconData( + 0xfd02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 24 and regular style. - static const IconData shape_union_24_regular = IconData(0xfd03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shape_union_24_regular = IconData( + 0xfd03, + 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); + 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); + 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); + static const IconData shapes_24_regular = IconData( + 0xf6ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shapes" in size 28 and regular style. - static const IconData shapes_28_regular = IconData(0x1023b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shapes_28_regular = IconData( + 0x1023b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shapes" in size 48 and regular style. - static const IconData shapes_48_regular = IconData(0x1023c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shapes_48_regular = IconData( + 0x1023c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 16 and regular style. - static const IconData share_16_regular = IconData(0xfb2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_16_regular = IconData( + 0xfb2e, + 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); + 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); + static const IconData share_24_regular = IconData( + 0xf6b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 28 and regular style. - static const IconData share_28_regular = IconData(0x10430, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_28_regular = IconData( + 0x10430, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 48 and regular style. - static const IconData share_48_regular = IconData(0x10170, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_48_regular = IconData( + 0x10170, + 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); + 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); + static const IconData share_android_24_regular = IconData( + 0xf6b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_close_tray" in size 20 and regular style. - static const IconData share_close_tray_20_regular = IconData(0xfba5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_close_tray_20_regular = IconData( + 0xfba5, + 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); + static const IconData share_close_tray_24_regular = IconData( + 0xf6b3, + 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); + 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); + 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); + 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); + static const IconData share_ios_48_regular = IconData( + 0xf6b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 16 and regular style. - static const IconData share_screen_person_16_regular = IconData(0x10198, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_16_regular = IconData( + 0x10198, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 20 and regular style. - static const IconData share_screen_person_20_regular = IconData(0x10199, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_20_regular = IconData( + 0x10199, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 24 and regular style. - static const IconData share_screen_person_24_regular = IconData(0x1019a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_24_regular = IconData( + 0x1019a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 28 and regular style. - static const IconData share_screen_person_28_regular = IconData(0x1019b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_28_regular = IconData( + 0x1019b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 16 and regular style. - static const IconData share_screen_person_overlay_16_regular = IconData(0x1019c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_16_regular = IconData( + 0x1019c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 20 and regular style. - static const IconData share_screen_person_overlay_20_regular = IconData(0x1019d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_20_regular = IconData( + 0x1019d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 24 and regular style. - static const IconData share_screen_person_overlay_24_regular = IconData(0x1019e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_24_regular = IconData( + 0x1019e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 28 and regular style. - static const IconData share_screen_person_overlay_28_regular = IconData(0x1019f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_28_regular = IconData( + 0x1019f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 16 and regular style. - static const IconData share_screen_person_overlay_inside_16_regular = IconData(0x101a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_16_regular = + IconData( + 0x101a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 20 and regular style. - static const IconData share_screen_person_overlay_inside_20_regular = IconData(0x101a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_20_regular = + IconData( + 0x101a1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 24 and regular style. - static const IconData share_screen_person_overlay_inside_24_regular = IconData(0x101a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_24_regular = + IconData( + 0x101a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 28 and regular style. - static const IconData share_screen_person_overlay_inside_28_regular = IconData(0x101a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_28_regular = + IconData( + 0x101a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 16 and regular style. - static const IconData share_screen_person_p_16_regular = IconData(0x103be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_16_regular = IconData( + 0x103be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 20 and regular style. - static const IconData share_screen_person_p_20_regular = IconData(0x103bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_20_regular = IconData( + 0x103bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 24 and regular style. - static const IconData share_screen_person_p_24_regular = IconData(0x103c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_24_regular = IconData( + 0x103c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 28 and regular style. - static const IconData share_screen_person_p_28_regular = IconData(0x103c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_28_regular = IconData( + 0x103c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 20 and regular style. - static const IconData share_screen_start_20_regular = IconData(0xfc57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_start_20_regular = IconData( + 0xfc57, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 24 and regular style. - static const IconData share_screen_start_24_regular = IconData(0xfc58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_start_24_regular = IconData( + 0xfc58, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 28 and regular style. - static const IconData share_screen_start_28_regular = IconData(0xfc59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_start_28_regular = IconData( + 0xfc59, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 48 and regular style. - static const IconData share_screen_start_48_regular = IconData(0x104ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_start_48_regular = IconData( + 0x104ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 16 and regular style. - static const IconData share_screen_stop_16_regular = IconData(0xfc5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_stop_16_regular = IconData( + 0xfc5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 20 and regular style. - static const IconData share_screen_stop_20_regular = IconData(0xfc5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_stop_20_regular = IconData( + 0xfc5b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 24 and regular style. - static const IconData share_screen_stop_24_regular = IconData(0xfc5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_stop_24_regular = IconData( + 0xfc5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 28 and regular style. - static const IconData share_screen_stop_28_regular = IconData(0xfc5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_stop_28_regular = IconData( + 0xfc5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 48 and regular style. - static const IconData share_screen_stop_48_regular = IconData(0xfc5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData share_screen_stop_48_regular = IconData( + 0xfc5e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 16 and regular style. - static const IconData shield_16_regular = IconData(0xfe98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_16_regular = IconData( + 0xfe98, + 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); + 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); + static const IconData shield_24_regular = IconData( + 0xf6bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 28 and regular style. - static const IconData shield_28_regular = IconData(0xfe99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_28_regular = IconData( + 0xfe99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 48 and regular style. - static const IconData shield_48_regular = IconData(0xfe9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_48_regular = IconData( + 0xfe9a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_badge" in size 20 and regular style. - static const IconData shield_badge_20_regular = IconData(0xf76d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_badge_20_regular = IconData( + 0xf76d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_badge" in size 24 and regular style. - static const IconData shield_badge_24_regular = IconData(0xfb2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_badge_24_regular = IconData( + 0xfb2f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 16 and regular style. - static const IconData shield_checkmark_16_regular = IconData(0xfe9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_checkmark_16_regular = IconData( + 0xfe9b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 20 and regular style. - static const IconData shield_checkmark_20_regular = IconData(0xfe9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_checkmark_20_regular = IconData( + 0xfe9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 24 and regular style. - static const IconData shield_checkmark_24_regular = IconData(0xfe9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_checkmark_24_regular = IconData( + 0xfe9d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 28 and regular style. - static const IconData shield_checkmark_28_regular = IconData(0xfe9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_checkmark_28_regular = IconData( + 0xfe9e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 48 and regular style. - static const IconData shield_checkmark_48_regular = IconData(0xfe9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_checkmark_48_regular = IconData( + 0xfe9f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_dismiss" in size 16 and regular style. - static const IconData shield_dismiss_16_regular = IconData(0xfc5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_dismiss_16_regular = IconData( + 0xfc5f, + 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); + 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); + static const IconData shield_dismiss_24_regular = IconData( + 0xf6c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_dismiss_shield" in size 20 and regular style. - static const IconData shield_dismiss_shield_20_regular = IconData(0xfa8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_dismiss_shield_20_regular = IconData( + 0xfa8f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_error" in size 16 and regular style. - static const IconData shield_error_16_regular = IconData(0x1002e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_error_16_regular = IconData( + 0x1002e, + 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); + 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); + 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); + 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); + 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); + static const IconData shield_keyhole_24_regular = IconData( + 0xf6c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 16 and regular style. - static const IconData shield_lock_16_regular = IconData(0xfb8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_lock_16_regular = IconData( + 0xfb8a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 20 and regular style. - static const IconData shield_lock_20_regular = IconData(0xffbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_lock_20_regular = IconData( + 0xffbc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 24 and regular style. - static const IconData shield_lock_24_regular = IconData(0x104cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_lock_24_regular = IconData( + 0x104cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 28 and regular style. - static const IconData shield_lock_28_regular = IconData(0x104d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_lock_28_regular = IconData( + 0x104d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 48 and regular style. - static const IconData shield_lock_48_regular = IconData(0x104d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_lock_48_regular = IconData( + 0x104d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_person" in size 20 and regular style. - static const IconData shield_person_20_regular = IconData(0x106a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_person_20_regular = IconData( + 0x106a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_person_add" in size 20 and regular style. - static const IconData shield_person_add_20_regular = IconData(0x106a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_person_add_20_regular = IconData( + 0x106a8, + 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); + 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); + static const IconData shield_prohibited_24_regular = IconData( + 0xf6c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 16 and regular style. - static const IconData shield_task_16_regular = IconData(0x10082, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_task_16_regular = IconData( + 0x10082, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 20 and regular style. - static const IconData shield_task_20_regular = IconData(0x10083, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_task_20_regular = IconData( + 0x10083, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 24 and regular style. - static const IconData shield_task_24_regular = IconData(0x10084, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_task_24_regular = IconData( + 0x10084, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 28 and regular style. - static const IconData shield_task_28_regular = IconData(0x10085, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_task_28_regular = IconData( + 0x10085, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 48 and regular style. - static const IconData shield_task_48_regular = IconData(0x10086, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_task_48_regular = IconData( + 0x10086, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 24 and regular style. - static const IconData shield_video_24_regular = IconData(0x10171, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_video_24_regular = IconData( + 0x10171, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 28 and regular style. - static const IconData shield_video_28_regular = IconData(0x10172, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_video_28_regular = IconData( + 0x10172, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 48 and regular style. - static const IconData shield_video_48_regular = IconData(0x10173, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shield_video_48_regular = IconData( + 0x10173, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 16 and regular style. - static const IconData shifts_16_regular = IconData(0xfd04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_16_regular = IconData( + 0xfd04, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 20 and regular style. - static const IconData shifts_20_regular = IconData(0xfb4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_20_regular = IconData( + 0xfb4d, + 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); + static const IconData shifts_24_regular = IconData( + 0xf6c9, + 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); + static const IconData shifts_28_regular = IconData( + 0xf6cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_30_minutes" in size 20 and regular style. - static const IconData shifts_30_minutes_20_regular = IconData(0x10742, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_30_minutes_20_regular = IconData( + 0x10742, + 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); + static const IconData shifts_30_minutes_24_regular = IconData( + 0xf6cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 32 and regular style. - static const IconData shifts_32_regular = IconData(0xfde2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_32_regular = IconData( + 0xfde2, + 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); + 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); + static const IconData shifts_activity_24_regular = IconData( + 0xf6cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_add" in size 20 and regular style. - static const IconData shifts_add_20_regular = IconData(0x105d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_add_20_regular = IconData( + 0x105d9, + 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); + static const IconData shifts_add_24_regular = IconData( + 0xf6d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_availability" in size 20 and regular style. - static const IconData shifts_availability_20_regular = IconData(0x10711, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_availability_20_regular = IconData( + 0x10711, + 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); + static const IconData shifts_availability_24_regular = IconData( + 0xf6d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_checkmark" in size 20 and regular style. - static const IconData shifts_checkmark_20_regular = IconData(0xfb4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_checkmark_20_regular = IconData( + 0xfb4e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_checkmark" in size 24 and regular style. - static const IconData shifts_checkmark_24_regular = IconData(0xfb4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_checkmark_24_regular = IconData( + 0xfb4f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_day" in size 20 and regular style. - static const IconData shifts_day_20_regular = IconData(0xfa90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_day_20_regular = IconData( + 0xfa90, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_day" in size 24 and regular style. - static const IconData shifts_day_24_regular = IconData(0xfa91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_day_24_regular = IconData( + 0xfa91, + 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); + 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); + static const IconData shifts_open_24_regular = IconData( + 0xf6d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_prohibited" in size 20 and regular style. - static const IconData shifts_prohibited_20_regular = IconData(0x105da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_prohibited_20_regular = IconData( + 0x105da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_prohibited" in size 24 and regular style. - static const IconData shifts_prohibited_24_regular = IconData(0xfc60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_prohibited_24_regular = IconData( + 0xfc60, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_question_mark" in size 20 and regular style. - static const IconData shifts_question_mark_20_regular = IconData(0x105db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_question_mark_20_regular = IconData( + 0x105db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_question_mark" in size 24 and regular style. - static const IconData shifts_question_mark_24_regular = IconData(0xfc61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shifts_question_mark_24_regular = IconData( + 0xfc61, + 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); + static const IconData shifts_team_24_regular = IconData( + 0xf6d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 16 and regular style. - static const IconData shopping_bag_16_regular = IconData(0xf76e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_16_regular = IconData( + 0xf76e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 20 and regular style. - static const IconData shopping_bag_20_regular = IconData(0xf76f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_20_regular = IconData( + 0xf76f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 24 and regular style. - static const IconData shopping_bag_24_regular = IconData(0xf770, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_24_regular = IconData( + 0xf770, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_arrow_left" in size 20 and regular style. - static const IconData shopping_bag_arrow_left_20_regular = IconData(0x10431, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_arrow_left_20_regular = IconData( + 0x10431, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_arrow_left" in size 24 and regular style. - static const IconData shopping_bag_arrow_left_24_regular = IconData(0x10432, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_arrow_left_24_regular = IconData( + 0x10432, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_dismiss" in size 20 and regular style. - static const IconData shopping_bag_dismiss_20_regular = IconData(0x1028a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_dismiss_20_regular = IconData( + 0x1028a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_dismiss" in size 24 and regular style. - static const IconData shopping_bag_dismiss_24_regular = IconData(0x1028b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_dismiss_24_regular = IconData( + 0x1028b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_pause" in size 20 and regular style. - static const IconData shopping_bag_pause_20_regular = IconData(0x1028c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_pause_20_regular = IconData( + 0x1028c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_pause" in size 24 and regular style. - static const IconData shopping_bag_pause_24_regular = IconData(0x1028d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_pause_24_regular = IconData( + 0x1028d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_percent" in size 20 and regular style. - static const IconData shopping_bag_percent_20_regular = IconData(0x1023d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_percent_20_regular = IconData( + 0x1023d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_percent" in size 24 and regular style. - static const IconData shopping_bag_percent_24_regular = IconData(0x1023e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_percent_24_regular = IconData( + 0x1023e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_play" in size 20 and regular style. - static const IconData shopping_bag_play_20_regular = IconData(0x10433, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_play_20_regular = IconData( + 0x10433, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_play" in size 24 and regular style. - static const IconData shopping_bag_play_24_regular = IconData(0x10434, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_play_24_regular = IconData( + 0x10434, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_tag" in size 20 and regular style. - static const IconData shopping_bag_tag_20_regular = IconData(0x1023f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_tag_20_regular = IconData( + 0x1023f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_tag" in size 24 and regular style. - static const IconData shopping_bag_tag_24_regular = IconData(0x10240, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shopping_bag_tag_24_regular = IconData( + 0x10240, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shortpick" in size 20 and regular style. - static const IconData shortpick_20_regular = IconData(0x101ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shortpick_20_regular = IconData( + 0x101ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "shortpick" in size 24 and regular style. - static const IconData shortpick_24_regular = IconData(0x101f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData shortpick_24_regular = IconData( + 0x101f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sidebar_search_ltr" in size 20 and regular style. - static const IconData sidebar_search_ltr_20_regular = IconData(0xfa92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sidebar_search_ltr_20_regular = IconData( + 0xfa92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sidebar_search_rtl" in size 20 and regular style. - static const IconData sidebar_search_rtl_20_regular = IconData(0xfa93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sidebar_search_rtl_20_regular = IconData( + 0xfa93, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sign_out" in size 20 and regular style. - static const IconData sign_out_20_regular = IconData(0xfa94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sign_out_20_regular = IconData( + 0xfa94, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData sim_24_regular = IconData( + 0xf6e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 20 and regular style. - static const IconData skip_back_10_20_regular = IconData(0xfd58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_back_10_20_regular = IconData( + 0xfd58, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 24 and regular style. - static const IconData skip_back_10_24_regular = IconData(0x104d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_back_10_24_regular = IconData( + 0x104d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 28 and regular style. - static const IconData skip_back_10_28_regular = IconData(0x104d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_back_10_28_regular = IconData( + 0x104d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 32 and regular style. - static const IconData skip_back_10_32_regular = IconData(0x104d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_back_10_32_regular = IconData( + 0x104d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 48 and regular style. - static const IconData skip_back_10_48_regular = IconData(0x104d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_back_10_48_regular = IconData( + 0x104d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 24 and regular style. - static const IconData skip_backward_10_24_regular = IconData(0xfde3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_backward_10_24_regular = IconData( + 0xfde3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 28 and regular style. - static const IconData skip_backward_10_28_regular = IconData(0xfde4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_backward_10_28_regular = IconData( + 0xfde4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 32 and regular style. - static const IconData skip_backward_10_32_regular = IconData(0xfde5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_backward_10_32_regular = IconData( + 0xfde5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 48 and regular style. - static const IconData skip_backward_10_48_regular = IconData(0xfde6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_backward_10_48_regular = IconData( + 0xfde6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 20 and regular style. - static const IconData skip_forward_10_20_regular = IconData(0xfd59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_10_20_regular = IconData( + 0xfd59, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 24 and regular style. - static const IconData skip_forward_10_24_regular = IconData(0xfde7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_10_24_regular = IconData( + 0xfde7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 28 and regular style. - static const IconData skip_forward_10_28_regular = IconData(0xfde8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_10_28_regular = IconData( + 0xfde8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 32 and regular style. - static const IconData skip_forward_10_32_regular = IconData(0xfde9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_10_32_regular = IconData( + 0xfde9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 48 and regular style. - static const IconData skip_forward_10_48_regular = IconData(0xfdea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_10_48_regular = IconData( + 0xfdea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 20 and regular style. - static const IconData skip_forward_30_20_regular = IconData(0xfd5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_30_20_regular = IconData( + 0xfd5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 24 and regular style. - static const IconData skip_forward_30_24_regular = IconData(0xfdeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_30_24_regular = IconData( + 0xfdeb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 28 and regular style. - static const IconData skip_forward_30_28_regular = IconData(0xfdec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_30_28_regular = IconData( + 0xfdec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 32 and regular style. - static const IconData skip_forward_30_32_regular = IconData(0xfded, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_30_32_regular = IconData( + 0xfded, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 48 and regular style. - static const IconData skip_forward_30_48_regular = IconData(0xfdee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_30_48_regular = IconData( + 0xfdee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_tab" in size 20 and regular style. - static const IconData skip_forward_tab_20_regular = IconData(0x10712, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_tab_20_regular = IconData( + 0x10712, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_tab" in size 24 and regular style. - static const IconData skip_forward_tab_24_regular = IconData(0xfef1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData skip_forward_tab_24_regular = IconData( + 0xfef1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sleep" in size 20 and regular style. - static const IconData sleep_20_regular = IconData(0x10713, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sleep_20_regular = IconData( + 0x10713, + 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); + static const IconData sleep_24_regular = IconData( + 0xf6e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 16 and regular style. - static const IconData slide_add_16_regular = IconData(0x103c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_add_16_regular = IconData( + 0x103c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 20 and regular style. - static const IconData slide_add_20_regular = IconData(0x103c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_add_20_regular = IconData( + 0x103c3, + 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); + static const IconData slide_add_24_regular = IconData( + 0xf6e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 28 and regular style. - static const IconData slide_add_28_regular = IconData(0x103c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_add_28_regular = IconData( + 0x103c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 32 and regular style. - static const IconData slide_add_32_regular = IconData(0x103c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_add_32_regular = IconData( + 0x103c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 48 and regular style. - static const IconData slide_add_48_regular = IconData(0x103c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_add_48_regular = IconData( + 0x103c6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_arrow_right" in size 20 and regular style. - static const IconData slide_arrow_right_20_regular = IconData(0x103c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_arrow_right_20_regular = IconData( + 0x103c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_arrow_right" in size 24 and regular style. - static const IconData slide_arrow_right_24_regular = IconData(0x103c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_arrow_right_24_regular = IconData( + 0x103c8, + 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); + static const IconData slide_design_24_regular = IconData( + 0xf6e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 16 and regular style. - static const IconData slide_eraser_16_regular = IconData(0xfb95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_eraser_16_regular = IconData( + 0xfb95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 20 and regular style. - static const IconData slide_eraser_20_regular = IconData(0xfbcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_eraser_20_regular = IconData( + 0xfbcd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 24 and regular style. - static const IconData slide_eraser_24_regular = IconData(0xfd5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_eraser_24_regular = IconData( + 0xfd5b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_grid" in size 20 and regular style. - static const IconData slide_grid_20_regular = IconData(0x105dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_grid_20_regular = IconData( + 0x105dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_grid" in size 24 and regular style. - static const IconData slide_grid_24_regular = IconData(0xfbce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_grid_24_regular = IconData( + 0xfbce, + 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); + 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); + 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); + 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); + static const IconData slide_microphone_24_regular = IconData( + 0xf6eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_microphone" in size 32 and regular style. - static const IconData slide_microphone_32_regular = IconData(0x101a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_microphone_32_regular = IconData( + 0x101a4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple" in size 20 and regular style. - static const IconData slide_multiple_20_regular = IconData(0x10714, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_20_regular = IconData( + 0x10714, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple" in size 24 and regular style. - static const IconData slide_multiple_24_regular = IconData(0xfb50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_24_regular = IconData( + 0xfb50, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_arrow_right" in size 20 and regular style. - static const IconData slide_multiple_arrow_right_20_regular = IconData(0x10715, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_arrow_right_20_regular = IconData( + 0x10715, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_arrow_right" in size 24 and regular style. - static const IconData slide_multiple_arrow_right_24_regular = IconData(0xfa95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_arrow_right_24_regular = IconData( + 0xfa95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_search" in size 20 and regular style. - static const IconData slide_multiple_search_20_regular = IconData(0xf773, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_search_20_regular = IconData( + 0xf773, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_search" in size 24 and regular style. - static const IconData slide_multiple_search_24_regular = IconData(0xf774, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_multiple_search_24_regular = IconData( + 0xf774, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_search" in size 24 and regular style. - static const IconData slide_search_24_regular = IconData(0xfa96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_search_24_regular = IconData( + 0xfa96, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_search" in size 28 and regular style. - static const IconData slide_search_28_regular = IconData(0xfa97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_search_28_regular = IconData( + 0xfa97, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_settings" in size 20 and regular style. - static const IconData slide_settings_20_regular = IconData(0x105dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_settings_20_regular = IconData( + 0x105dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_settings" in size 24 and regular style. - static const IconData slide_settings_24_regular = IconData(0xfd05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_settings_24_regular = IconData( + 0xfd05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_size" in size 20 and regular style. - static const IconData slide_size_20_regular = IconData(0x10716, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_size_20_regular = IconData( + 0x10716, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_size" in size 24 and regular style. - static const IconData slide_size_24_regular = IconData(0xfa98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_size_24_regular = IconData( + 0xfa98, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 16 and regular style. - static const IconData slide_text_16_regular = IconData(0xfa99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_text_16_regular = IconData( + 0xfa99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 20 and regular style. - static const IconData slide_text_20_regular = IconData(0xfa9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_text_20_regular = IconData( + 0xfa9a, + 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); + static const IconData slide_text_24_regular = IconData( + 0xf6ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 28 and regular style. - static const IconData slide_text_28_regular = IconData(0xfa9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_text_28_regular = IconData( + 0xfa9b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 48 and regular style. - static const IconData slide_text_48_regular = IconData(0xfa9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_text_48_regular = IconData( + 0xfa9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_transition" in size 20 and regular style. - static const IconData slide_transition_20_regular = IconData(0x105de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_transition_20_regular = IconData( + 0x105de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_transition" in size 24 and regular style. - static const IconData slide_transition_24_regular = IconData(0xfd06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData slide_transition_24_regular = IconData( + 0xfd06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch" in size 20 and regular style. - static const IconData smartwatch_20_regular = IconData(0xf775, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData smartwatch_20_regular = IconData( + 0xf775, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch" in size 24 and regular style. - static const IconData smartwatch_24_regular = IconData(0xf776, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData smartwatch_24_regular = IconData( + 0xf776, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch_dot" in size 20 and regular style. - static const IconData smartwatch_dot_20_regular = IconData(0xf786, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData smartwatch_dot_20_regular = IconData( + 0xf786, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch_dot" in size 24 and regular style. - static const IconData smartwatch_dot_24_regular = IconData(0xf787, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData smartwatch_dot_24_regular = IconData( + 0xf787, + 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); + static const IconData snooze_16_regular = IconData( + 0xf6f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "snooze" in size 20 and regular style. - static const IconData snooze_20_regular = IconData(0x101a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData snooze_20_regular = IconData( + 0x101a5, + 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); + static const IconData snooze_24_regular = IconData( + 0xf6f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_source" in size 20 and regular style. - static const IconData sound_source_20_regular = IconData(0x10743, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sound_source_20_regular = IconData( + 0x10743, + 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); + 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); + static const IconData sound_source_28_regular = IconData( + 0xf6f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_wave_circle" in size 20 and regular style. - static const IconData sound_wave_circle_20_regular = IconData(0x10717, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sound_wave_circle_20_regular = IconData( + 0x10717, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_wave_circle" in size 24 and regular style. - static const IconData sound_wave_circle_24_regular = IconData(0x103c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sound_wave_circle_24_regular = IconData( + 0x103c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "spacebar" in size 20 and regular style. - static const IconData spacebar_20_regular = IconData(0x105df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData spacebar_20_regular = IconData( + 0x105df, + 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); + static const IconData spacebar_24_regular = IconData( + 0xf6f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 16 and regular style. - static const IconData sparkle_16_regular = IconData(0x101f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sparkle_16_regular = IconData( + 0x101f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 20 and regular style. - static const IconData sparkle_20_regular = IconData(0x101f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sparkle_20_regular = IconData( + 0x101f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 24 and regular style. - static const IconData sparkle_24_regular = IconData(0x101f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sparkle_24_regular = IconData( + 0x101f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 28 and regular style. - static const IconData sparkle_28_regular = IconData(0x101f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sparkle_28_regular = IconData( + 0x101f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 48 and regular style. - static const IconData sparkle_48_regular = IconData(0x101f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sparkle_48_regular = IconData( + 0x101f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 16 and regular style. - static const IconData speaker_0_16_regular = IconData(0xfa9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_0_16_regular = IconData( + 0xfa9d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 20 and regular style. - static const IconData speaker_0_20_regular = IconData(0xfa9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_0_20_regular = IconData( + 0xfa9e, + 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); + static const IconData speaker_0_24_regular = IconData( + 0xf6f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 28 and regular style. - static const IconData speaker_0_28_regular = IconData(0xfa9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_0_28_regular = IconData( + 0xfa9f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 32 and regular style. - static const IconData speaker_0_32_regular = IconData(0x10174, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_0_32_regular = IconData( + 0x10174, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 48 and regular style. - static const IconData speaker_0_48_regular = IconData(0xfaa0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_0_48_regular = IconData( + 0xfaa0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 16 and regular style. - static const IconData speaker_1_16_regular = IconData(0xfaa1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_1_16_regular = IconData( + 0xfaa1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 20 and regular style. - static const IconData speaker_1_20_regular = IconData(0xfaa2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_1_20_regular = IconData( + 0xfaa2, + 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); + static const IconData speaker_1_24_regular = IconData( + 0xf6fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 28 and regular style. - static const IconData speaker_1_28_regular = IconData(0xfaa3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_1_28_regular = IconData( + 0xfaa3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 32 and regular style. - static const IconData speaker_1_32_regular = IconData(0x10175, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_1_32_regular = IconData( + 0x10175, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 48 and regular style. - static const IconData speaker_1_48_regular = IconData(0xfaa4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_1_48_regular = IconData( + 0xfaa4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 16 and regular style. - static const IconData speaker_2_16_regular = IconData(0xfc62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_16_regular = IconData( + 0xfc62, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 20 and regular style. - static const IconData speaker_2_20_regular = IconData(0xfc63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_20_regular = IconData( + 0xfc63, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 24 and regular style. - static const IconData speaker_2_24_regular = IconData(0xfc64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_24_regular = IconData( + 0xfc64, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 28 and regular style. - static const IconData speaker_2_28_regular = IconData(0xfc65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_28_regular = IconData( + 0xfc65, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 32 and regular style. - static const IconData speaker_2_32_regular = IconData(0x10176, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_32_regular = IconData( + 0x10176, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 48 and regular style. - static const IconData speaker_2_48_regular = IconData(0xfc66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_2_48_regular = IconData( + 0xfc66, + 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); + static const IconData speaker_bluetooth_24_regular = IconData( + 0xf6ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_bluetooth" in size 28 and regular style. - static const IconData speaker_bluetooth_28_regular = IconData(0xfaa6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_bluetooth_28_regular = IconData( + 0xfaa6, + 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); + 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); + 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); + static const IconData speaker_edit_24_regular = IconData( + 0xf702, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 16 and regular style. - static const IconData speaker_mute_16_regular = IconData(0xfc67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_mute_16_regular = IconData( + 0xfc67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 20 and regular style. - static const IconData speaker_mute_20_regular = IconData(0xfc68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_mute_20_regular = IconData( + 0xfc68, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 24 and regular style. - static const IconData speaker_mute_24_regular = IconData(0xfc69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_mute_24_regular = IconData( + 0xfc69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 28 and regular style. - static const IconData speaker_mute_28_regular = IconData(0xfc6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_mute_28_regular = IconData( + 0xfc6a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 48 and regular style. - static const IconData speaker_mute_48_regular = IconData(0xfc6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_mute_48_regular = IconData( + 0xfc6b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 16 and regular style. - static const IconData speaker_off_16_regular = IconData(0xfaa9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_off_16_regular = IconData( + 0xfaa9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 20 and regular style. - static const IconData speaker_off_20_regular = IconData(0xfaaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_off_20_regular = IconData( + 0xfaaa, + 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); + 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); + static const IconData speaker_off_28_regular = IconData( + 0xf707, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 48 and regular style. - static const IconData speaker_off_48_regular = IconData(0xfaab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_off_48_regular = IconData( + 0xfaab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_settings" in size 20 and regular style. - static const IconData speaker_settings_20_regular = IconData(0x105e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_settings_20_regular = IconData( + 0x105e0, + 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); + static const IconData speaker_settings_24_regular = IconData( + 0xf708, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_settings" in size 28 and regular style. - static const IconData speaker_settings_28_regular = IconData(0x105e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_settings_28_regular = IconData( + 0x105e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_usb" in size 24 and regular style. - static const IconData speaker_usb_24_regular = IconData(0xfaac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_usb_24_regular = IconData( + 0xfaac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_usb" in size 28 and regular style. - static const IconData speaker_usb_28_regular = IconData(0xfaad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData speaker_usb_28_regular = IconData( + 0xfaad, + 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); + static const IconData spinner_ios_20_regular = IconData( + 0xf709, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_hint" in size 20 and regular style. - static const IconData split_hint_20_regular = IconData(0x106a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_hint_20_regular = IconData( + 0x106a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 12 and regular style. - static const IconData split_horizontal_12_regular = IconData(0xfd5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_12_regular = IconData( + 0xfd5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 16 and regular style. - static const IconData split_horizontal_16_regular = IconData(0xfd5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_16_regular = IconData( + 0xfd5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 20 and regular style. - static const IconData split_horizontal_20_regular = IconData(0xfd5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_20_regular = IconData( + 0xfd5e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 24 and regular style. - static const IconData split_horizontal_24_regular = IconData(0xfd5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_24_regular = IconData( + 0xfd5f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 28 and regular style. - static const IconData split_horizontal_28_regular = IconData(0xfd60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_28_regular = IconData( + 0xfd60, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 32 and regular style. - static const IconData split_horizontal_32_regular = IconData(0xfd61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_32_regular = IconData( + 0xfd61, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 48 and regular style. - static const IconData split_horizontal_48_regular = IconData(0xfd62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_horizontal_48_regular = IconData( + 0xfd62, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 12 and regular style. - static const IconData split_vertical_12_regular = IconData(0xfd63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_12_regular = IconData( + 0xfd63, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 16 and regular style. - static const IconData split_vertical_16_regular = IconData(0xfd64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_16_regular = IconData( + 0xfd64, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 20 and regular style. - static const IconData split_vertical_20_regular = IconData(0xfd65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_20_regular = IconData( + 0xfd65, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 24 and regular style. - static const IconData split_vertical_24_regular = IconData(0xfd66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_24_regular = IconData( + 0xfd66, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 28 and regular style. - static const IconData split_vertical_28_regular = IconData(0xfd67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_28_regular = IconData( + 0xfd67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 32 and regular style. - static const IconData split_vertical_32_regular = IconData(0xfd68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_32_regular = IconData( + 0xfd68, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 48 and regular style. - static const IconData split_vertical_48_regular = IconData(0xfd69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData split_vertical_48_regular = IconData( + 0xfd69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 16 and regular style. - static const IconData sport_16_regular = IconData(0xfaae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_16_regular = IconData( + 0xfaae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 20 and regular style. - static const IconData sport_20_regular = IconData(0xfaaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_20_regular = IconData( + 0xfaaf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 24 and regular style. - static const IconData sport_24_regular = IconData(0xfab0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_24_regular = IconData( + 0xfab0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_american_football" in size 20 and regular style. - static const IconData sport_american_football_20_regular = IconData(0x10718, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_american_football_20_regular = IconData( + 0x10718, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_american_football" in size 24 and regular style. - static const IconData sport_american_football_24_regular = IconData(0xfab1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_american_football_24_regular = IconData( + 0xfab1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_baseball" in size 20 and regular style. - static const IconData sport_baseball_20_regular = IconData(0x10719, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_baseball_20_regular = IconData( + 0x10719, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_baseball" in size 24 and regular style. - static const IconData sport_baseball_24_regular = IconData(0xfab2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_baseball_24_regular = IconData( + 0xfab2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_basketball" in size 24 and regular style. - static const IconData sport_basketball_24_regular = IconData(0xfab3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_basketball_24_regular = IconData( + 0xfab3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_hockey" in size 20 and regular style. - static const IconData sport_hockey_20_regular = IconData(0x1071a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_hockey_20_regular = IconData( + 0x1071a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_hockey" in size 24 and regular style. - static const IconData sport_hockey_24_regular = IconData(0xfab4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_hockey_24_regular = IconData( + 0xfab4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 16 and regular style. - static const IconData sport_soccer_16_regular = IconData(0x1002f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_soccer_16_regular = IconData( + 0x1002f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 20 and regular style. - static const IconData sport_soccer_20_regular = IconData(0xfd6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_soccer_20_regular = IconData( + 0xfd6a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 24 and regular style. - static const IconData sport_soccer_24_regular = IconData(0xfd6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sport_soccer_24_regular = IconData( + 0xfd6b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 12 and regular style. - static const IconData square_12_regular = IconData(0x100e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_12_regular = IconData( + 0x100e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 16 and regular style. - static const IconData square_16_regular = IconData(0xfc6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_16_regular = IconData( + 0xfc6c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 20 and regular style. - static const IconData square_20_regular = IconData(0x10030, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_20_regular = IconData( + 0x10030, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 24 and regular style. - static const IconData square_24_regular = IconData(0x10435, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_24_regular = IconData( + 0x10435, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 28 and regular style. - static const IconData square_28_regular = IconData(0x10436, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_28_regular = IconData( + 0x10436, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 32 and regular style. - static const IconData square_32_regular = IconData(0x101f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_32_regular = IconData( + 0x101f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 48 and regular style. - static const IconData square_48_regular = IconData(0x103ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_48_regular = IconData( + 0x103ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_add" in size 16 and regular style. - static const IconData square_add_16_regular = IconData(0xfc6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_add_16_regular = IconData( + 0xfc6d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_add" in size 20 and regular style. - static const IconData square_add_20_regular = IconData(0xffbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_add_20_regular = IconData( + 0xffbd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 16 and regular style. - static const IconData square_arrow_forward_16_regular = IconData(0xfef2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_16_regular = IconData( + 0xfef2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 20 and regular style. - static const IconData square_arrow_forward_20_regular = IconData(0xfef3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_20_regular = IconData( + 0xfef3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 24 and regular style. - static const IconData square_arrow_forward_24_regular = IconData(0xfef4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_24_regular = IconData( + 0xfef4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 28 and regular style. - static const IconData square_arrow_forward_28_regular = IconData(0xfef5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_28_regular = IconData( + 0xfef5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 32 and regular style. - static const IconData square_arrow_forward_32_regular = IconData(0xfef6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_32_regular = IconData( + 0xfef6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 48 and regular style. - static const IconData square_arrow_forward_48_regular = IconData(0xfef7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_48_regular = IconData( + 0xfef7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_dismiss" in size 16 and regular style. - static const IconData square_dismiss_16_regular = IconData(0x100ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_dismiss_16_regular = IconData( + 0x100ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_dismiss" in size 20 and regular style. - static const IconData square_dismiss_20_regular = IconData(0x100eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_dismiss_20_regular = IconData( + 0x100eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 16 and regular style. - static const IconData square_hint_16_regular = IconData(0x10437, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_16_regular = IconData( + 0x10437, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 20 and regular style. - static const IconData square_hint_20_regular = IconData(0x102f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_20_regular = IconData( + 0x102f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 24 and regular style. - static const IconData square_hint_24_regular = IconData(0x102f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_24_regular = IconData( + 0x102f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 28 and regular style. - static const IconData square_hint_28_regular = IconData(0x10438, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_28_regular = IconData( + 0x10438, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 32 and regular style. - static const IconData square_hint_32_regular = IconData(0x10439, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_32_regular = IconData( + 0x10439, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 48 and regular style. - static const IconData square_hint_48_regular = IconData(0x1043a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_48_regular = IconData( + 0x1043a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_apps" in size 20 and regular style. - static const IconData square_hint_apps_20_regular = IconData(0x1043b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_apps_20_regular = IconData( + 0x1043b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_apps" in size 24 and regular style. - static const IconData square_hint_apps_24_regular = IconData(0x1043c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_apps_24_regular = IconData( + 0x1043c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_arrow_back" in size 16 and regular style. - static const IconData square_hint_arrow_back_16_regular = IconData(0xfc6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_arrow_back_16_regular = IconData( + 0xfc6e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_arrow_back" in size 20 and regular style. - static const IconData square_hint_arrow_back_20_regular = IconData(0x1071b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_arrow_back_20_regular = IconData( + 0x1071b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 16 and regular style. - static const IconData square_hint_sparkles_16_regular = IconData(0x1043d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_16_regular = IconData( + 0x1043d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 20 and regular style. - static const IconData square_hint_sparkles_20_regular = IconData(0x1043e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_20_regular = IconData( + 0x1043e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 24 and regular style. - static const IconData square_hint_sparkles_24_regular = IconData(0x1043f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_24_regular = IconData( + 0x1043f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 28 and regular style. - static const IconData square_hint_sparkles_28_regular = IconData(0x10440, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_28_regular = IconData( + 0x10440, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 32 and regular style. - static const IconData square_hint_sparkles_32_regular = IconData(0x10441, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_32_regular = IconData( + 0x10441, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 48 and regular style. - static const IconData square_hint_sparkles_48_regular = IconData(0x10442, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_48_regular = IconData( + 0x10442, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 16 and regular style. - static const IconData square_multiple_16_regular = IconData(0x10087, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_multiple_16_regular = IconData( + 0x10087, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 20 and regular style. - static const IconData square_multiple_20_regular = IconData(0xfba6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_multiple_20_regular = IconData( + 0xfba6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 24 and regular style. - static const IconData square_multiple_24_regular = IconData(0xf78c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_multiple_24_regular = IconData( + 0xf78c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_shadow" in size 12 and regular style. - static const IconData square_shadow_12_regular = IconData(0x1011a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_shadow_12_regular = IconData( + 0x1011a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_shadow" in size 20 and regular style. - static const IconData square_shadow_20_regular = IconData(0x1071c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData square_shadow_20_regular = IconData( + 0x1071c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "squares_nested" in size 20 and regular style. - static const IconData squares_nested_20_regular = IconData(0x106aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData squares_nested_20_regular = IconData( + 0x106aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 16 and regular style. - static const IconData stack_16_regular = IconData(0xf78d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_16_regular = IconData( + 0xf78d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 20 and regular style. - static const IconData stack_20_regular = IconData(0xf792, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_20_regular = IconData( + 0xf792, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 24 and regular style. - static const IconData stack_24_regular = IconData(0xf7a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_24_regular = IconData( + 0xf7a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_arrow_forward" in size 20 and regular style. - static const IconData stack_arrow_forward_20_regular = IconData(0x10241, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_arrow_forward_20_regular = IconData( + 0x10241, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_arrow_forward" in size 24 and regular style. - static const IconData stack_arrow_forward_24_regular = IconData(0x10242, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_arrow_forward_24_regular = IconData( + 0x10242, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 16 and regular style. - static const IconData stack_star_16_regular = IconData(0x10088, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_star_16_regular = IconData( + 0x10088, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 20 and regular style. - static const IconData stack_star_20_regular = IconData(0x10089, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_star_20_regular = IconData( + 0x10089, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 24 and regular style. - static const IconData stack_star_24_regular = IconData(0x1008a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stack_star_24_regular = IconData( + 0x1008a, + 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); + 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); + 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); + 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); + 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); + static const IconData star_28_regular = IconData( + 0xf711, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star" in size 48 and regular style. - static const IconData star_48_regular = IconData(0x103cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_48_regular = IconData( + 0x103cb, + 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); + 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); + 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); + static const IconData star_add_24_regular = IconData( + 0xf714, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_add" in size 28 and regular style. - static const IconData star_add_28_regular = IconData(0x103cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_add_28_regular = IconData( + 0x103cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_end" in size 20 and regular style. - static const IconData star_arrow_right_end_20_regular = IconData(0x105e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_arrow_right_end_20_regular = IconData( + 0x105e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_end" in size 24 and regular style. - static const IconData star_arrow_right_end_24_regular = IconData(0xfc6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_arrow_right_end_24_regular = IconData( + 0xfc6f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_start" in size 20 and regular style. - static const IconData star_arrow_right_start_20_regular = IconData(0x105e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_arrow_right_start_20_regular = IconData( + 0x105e3, + 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); + static const IconData star_arrow_right_start_24_regular = IconData( + 0xf716, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 16 and regular style. - static const IconData star_dismiss_16_regular = IconData(0x103cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_dismiss_16_regular = IconData( + 0x103cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 20 and regular style. - static const IconData star_dismiss_20_regular = IconData(0x103ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_dismiss_20_regular = IconData( + 0x103ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 24 and regular style. - static const IconData star_dismiss_24_regular = IconData(0x103cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_dismiss_24_regular = IconData( + 0x103cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 28 and regular style. - static const IconData star_dismiss_28_regular = IconData(0x103d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_dismiss_28_regular = IconData( + 0x103d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_edit" in size 20 and regular style. - static const IconData star_edit_20_regular = IconData(0x103d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_edit_20_regular = IconData( + 0x103d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_edit" in size 24 and regular style. - static const IconData star_edit_24_regular = IconData(0xfab5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_edit_24_regular = IconData( + 0xfab5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_emphasis" in size 20 and regular style. - static const IconData star_emphasis_20_regular = IconData(0xfba7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_emphasis_20_regular = IconData( + 0xfba7, + 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); + static const IconData star_emphasis_24_regular = IconData( + 0xf717, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_emphasis" in size 32 and regular style. - static const IconData star_emphasis_32_regular = IconData(0xfd07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_emphasis_32_regular = IconData( + 0xfd07, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_half" in size 12 and regular style. - static const IconData star_half_12_regular = IconData(0x105e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_half_12_regular = IconData( + 0x105e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_half" in size 16 and regular style. - static const IconData star_half_16_regular = IconData(0x105e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_half_16_regular = IconData( + 0x105e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_half" in size 20 and regular style. - static const IconData star_half_20_regular = IconData(0x105e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_half_20_regular = IconData( + 0x105e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_half" in size 24 and regular style. - static const IconData star_half_24_regular = IconData(0x105e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_half_24_regular = IconData( + 0x105e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_half" in size 28 and regular style. - static const IconData star_half_28_regular = IconData(0x105e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_half_28_regular = IconData( + 0x105e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 16 and regular style. - static const IconData star_line_horizontal_3_16_regular = IconData(0xffbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_16_regular = IconData( + 0xffbe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 20 and regular style. - static const IconData star_line_horizontal_3_20_regular = IconData(0xfb51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_20_regular = IconData( + 0xfb51, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 24 and regular style. - static const IconData star_line_horizontal_3_24_regular = IconData(0xfb52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_24_regular = IconData( + 0xfb52, + 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); + 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); + 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); + 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); + 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); + static const IconData star_off_28_regular = IconData( + 0xf71c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_one_quarter" in size 12 and regular style. - static const IconData star_one_quarter_12_regular = IconData(0x105e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_one_quarter_12_regular = IconData( + 0x105e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_one_quarter" in size 16 and regular style. - static const IconData star_one_quarter_16_regular = IconData(0x105ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_one_quarter_16_regular = IconData( + 0x105ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_one_quarter" in size 20 and regular style. - static const IconData star_one_quarter_20_regular = IconData(0x105eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_one_quarter_20_regular = IconData( + 0x105eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_one_quarter" in size 24 and regular style. - static const IconData star_one_quarter_24_regular = IconData(0x105ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_one_quarter_24_regular = IconData( + 0x105ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_one_quarter" in size 28 and regular style. - static const IconData star_one_quarter_28_regular = IconData(0x105ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_one_quarter_28_regular = IconData( + 0x105ed, + 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); + 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); + 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); + static const IconData star_prohibited_24_regular = IconData( + 0xf71f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_settings" in size 20 and regular style. - static const IconData star_settings_20_regular = IconData(0x103d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_settings_20_regular = IconData( + 0x103d2, + 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); + static const IconData star_settings_24_regular = IconData( + 0xf720, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_three_quarter" in size 12 and regular style. - static const IconData star_three_quarter_12_regular = IconData(0x105ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_three_quarter_12_regular = IconData( + 0x105ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_three_quarter" in size 16 and regular style. - static const IconData star_three_quarter_16_regular = IconData(0x105ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_three_quarter_16_regular = IconData( + 0x105ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_three_quarter" in size 20 and regular style. - static const IconData star_three_quarter_20_regular = IconData(0x105f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_three_quarter_20_regular = IconData( + 0x105f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_three_quarter" in size 24 and regular style. - static const IconData star_three_quarter_24_regular = IconData(0x105f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_three_quarter_24_regular = IconData( + 0x105f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_three_quarter" in size 28 and regular style. - static const IconData star_three_quarter_28_regular = IconData(0x105f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData star_three_quarter_28_regular = IconData( + 0x105f2, + 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); + 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); + 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); + static const IconData status_24_regular = IconData( + 0xf723, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "steps" in size 20 and regular style. - static const IconData steps_20_regular = IconData(0xfefc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData steps_20_regular = IconData( + 0xfefc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "steps" in size 24 and regular style. - static const IconData steps_24_regular = IconData(0xfefd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData steps_24_regular = IconData( + 0xfefd, + 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); + 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); + static const IconData stethoscope_24_regular = IconData( + 0xf725, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sticker" in size 12 and regular style. - static const IconData sticker_12_regular = IconData(0x10177, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sticker_12_regular = IconData( + 0x10177, + 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); + 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); + static const IconData sticker_24_regular = IconData( + 0xf727, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sticker_add" in size 20 and regular style. - static const IconData sticker_add_20_regular = IconData(0x10512, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sticker_add_20_regular = IconData( + 0x10512, + 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); + 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); + 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); + 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); + static const IconData stop_24_regular = IconData( + 0xf72b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "storage" in size 20 and regular style. - static const IconData storage_20_regular = IconData(0x105f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData storage_20_regular = IconData( + 0x105f3, + 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); + static const IconData storage_24_regular = IconData( + 0xf72c, + 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); + 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); + 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); + static const IconData store_microsoft_24_regular = IconData( + 0xf732, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream" in size 20 and regular style. - static const IconData stream_20_regular = IconData(0xffbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stream_20_regular = IconData( + 0xffbf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream" in size 24 and regular style. - static const IconData stream_24_regular = IconData(0xffc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stream_24_regular = IconData( + 0xffc0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_input" in size 20 and regular style. - static const IconData stream_input_20_regular = IconData(0x106ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stream_input_20_regular = IconData( + 0x106ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_input_output" in size 20 and regular style. - static const IconData stream_input_output_20_regular = IconData(0x106ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stream_input_output_20_regular = IconData( + 0x106ac, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_output" in size 20 and regular style. - static const IconData stream_output_20_regular = IconData(0x106ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData stream_output_20_regular = IconData( + 0x106ad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 16 and regular style. - static const IconData strikethrough_ga_na_16_regular = IconData(0xfd6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_16_regular = IconData( + 0xfd6c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 20 and regular style. - static const IconData strikethrough_ga_na_20_regular = IconData(0xfd6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_20_regular = IconData( + 0xfd6d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 24 and regular style. - static const IconData strikethrough_ga_na_24_regular = IconData(0xfd6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_24_regular = IconData( + 0xfd6e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "style_guide" in size 20 and regular style. - static const IconData style_guide_20_regular = IconData(0x104a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData style_guide_20_regular = IconData( + 0x104a2, + 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); + static const IconData style_guide_24_regular = IconData( + 0xf733, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "sub_grid" in size 20 and regular style. - static const IconData sub_grid_20_regular = IconData(0x105f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData sub_grid_20_regular = IconData( + 0x105f4, + 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); + static const IconData sub_grid_24_regular = IconData( + 0xf734, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 16 and regular style. - static const IconData subtitles_16_regular = IconData(0x10744, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtitles_16_regular = IconData( + 0x10744, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 20 and regular style. - static const IconData subtitles_20_regular = IconData(0x10745, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtitles_20_regular = IconData( + 0x10745, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 24 and regular style. - static const IconData subtitles_24_regular = IconData(0x10746, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtitles_24_regular = IconData( + 0x10746, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 12 and regular style. - static const IconData subtract_12_regular = IconData(0xfc70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_12_regular = IconData( + 0xfc70, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 16 and regular style. - static const IconData subtract_16_regular = IconData(0xfc71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_16_regular = IconData( + 0xfc71, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 20 and regular style. - static const IconData subtract_20_regular = IconData(0xfc72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_20_regular = IconData( + 0xfc72, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 24 and regular style. - static const IconData subtract_24_regular = IconData(0xfc73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_24_regular = IconData( + 0xfc73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 28 and regular style. - static const IconData subtract_28_regular = IconData(0xfc74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_28_regular = IconData( + 0xfc74, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 48 and regular style. - static const IconData subtract_48_regular = IconData(0xfc75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_48_regular = IconData( + 0xfc75, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 12 and regular style. - static const IconData subtract_circle_12_regular = IconData(0x100ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_12_regular = IconData( + 0x100ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 16 and regular style. - static const IconData subtract_circle_16_regular = IconData(0xf7a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_16_regular = IconData( + 0xf7a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 20 and regular style. - static const IconData subtract_circle_20_regular = IconData(0xf7b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_20_regular = IconData( + 0xf7b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 24 and regular style. - static const IconData subtract_circle_24_regular = IconData(0xf7b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_24_regular = IconData( + 0xf7b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 28 and regular style. - static const IconData subtract_circle_28_regular = IconData(0xf7b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_28_regular = IconData( + 0xf7b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 32 and regular style. - static const IconData subtract_circle_32_regular = IconData(0xf7b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_32_regular = IconData( + 0xf7b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_back" in size 16 and regular style. - static const IconData subtract_circle_arrow_back_16_regular = IconData(0x1008b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_back_16_regular = IconData( + 0x1008b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_back" in size 20 and regular style. - static const IconData subtract_circle_arrow_back_20_regular = IconData(0x1008c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_back_20_regular = IconData( + 0x1008c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_forward" in size 16 and regular style. - static const IconData subtract_circle_arrow_forward_16_regular = IconData(0x1008d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_forward_16_regular = IconData( + 0x1008d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_forward" in size 20 and regular style. - static const IconData subtract_circle_arrow_forward_20_regular = IconData(0x1008e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_forward_20_regular = IconData( + 0x1008e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square" in size 20 and regular style. - static const IconData subtract_square_20_regular = IconData(0x10513, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_square_20_regular = IconData( + 0x10513, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square" in size 24 and regular style. - static const IconData subtract_square_24_regular = IconData(0x101f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_square_24_regular = IconData( + 0x101f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square_multiple" in size 16 and regular style. - static const IconData subtract_square_multiple_16_regular = IconData(0xfdef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_square_multiple_16_regular = IconData( + 0xfdef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square_multiple" in size 20 and regular style. - static const IconData subtract_square_multiple_20_regular = IconData(0xfef8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData subtract_square_multiple_20_regular = IconData( + 0xfef8, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData swipe_up_24_regular = IconData( + 0xf73e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "symbols" in size 16 and regular style. - static const IconData symbols_16_regular = IconData(0xfe37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData symbols_16_regular = IconData( + 0xfe37, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "symbols" in size 20 and regular style. - static const IconData symbols_20_regular = IconData(0xfd6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData symbols_20_regular = IconData( + 0xfd6f, + 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); + 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); + 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); + static const IconData sync_off_20_regular = IconData( + 0xf741, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "syringe" in size 20 and regular style. - static const IconData syringe_20_regular = IconData(0xffc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData syringe_20_regular = IconData( + 0xffc1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "syringe" in size 24 and regular style. - static const IconData syringe_24_regular = IconData(0xffc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData syringe_24_regular = IconData( + 0xffc2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "system" in size 20 and regular style. - static const IconData system_20_regular = IconData(0x10514, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData system_20_regular = IconData( + 0x10514, + 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); + 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); + 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); + 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); + 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); + static const IconData tab_28_regular = IconData( + 0xf746, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_add" in size 20 and regular style. - static const IconData tab_add_20_regular = IconData(0xfc76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_add_20_regular = IconData( + 0xfc76, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_add" in size 24 and regular style. - static const IconData tab_add_24_regular = IconData(0xfc77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_add_24_regular = IconData( + 0xfc77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_arrow_left" in size 20 and regular style. - static const IconData tab_arrow_left_20_regular = IconData(0x1071d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_arrow_left_20_regular = IconData( + 0x1071d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_arrow_left" in size 24 and regular style. - static const IconData tab_arrow_left_24_regular = IconData(0xfc78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_arrow_left_24_regular = IconData( + 0xfc78, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop" in size 16 and regular style. - static const IconData tab_desktop_16_regular = IconData(0x104a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_16_regular = IconData( + 0x104a3, + 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); + static const IconData tab_desktop_20_regular = IconData( + 0xf747, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop" in size 24 and regular style. - static const IconData tab_desktop_24_regular = IconData(0x104a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_24_regular = IconData( + 0x104a4, + 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); + 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); + 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); + static const IconData tab_desktop_arrow_clockwise_24_regular = IconData( + 0xf74a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_arrow_left" in size 20 and regular style. - static const IconData tab_desktop_arrow_left_20_regular = IconData(0xfab6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_arrow_left_20_regular = IconData( + 0xfab6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_bottom" in size 20 and regular style. - static const IconData tab_desktop_bottom_20_regular = IconData(0x104a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_bottom_20_regular = IconData( + 0x104a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_bottom" in size 24 and regular style. - static const IconData tab_desktop_bottom_24_regular = IconData(0xfefe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_bottom_24_regular = IconData( + 0xfefe, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData tab_desktop_multiple_20_regular = IconData( + 0xf750, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and regular style. - static const IconData tab_desktop_multiple_bottom_24_regular = IconData(0xfeff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_desktop_multiple_bottom_24_regular = IconData( + 0xfeff, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData tab_inprivate_account_24_regular = IconData( + 0xf757, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_prohibited" in size 20 and regular style. - static const IconData tab_prohibited_20_regular = IconData(0x1071e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_prohibited_20_regular = IconData( + 0x1071e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_prohibited" in size 24 and regular style. - static const IconData tab_prohibited_24_regular = IconData(0xfab7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_prohibited_24_regular = IconData( + 0xfab7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_shield_dismiss" in size 20 and regular style. - static const IconData tab_shield_dismiss_20_regular = IconData(0xfc79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_shield_dismiss_20_regular = IconData( + 0xfc79, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_shield_dismiss" in size 24 and regular style. - static const IconData tab_shield_dismiss_24_regular = IconData(0xfc7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tab_shield_dismiss_24_regular = IconData( + 0xfc7a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 16 and regular style. - static const IconData table_16_regular = IconData(0xfab8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_16_regular = IconData( + 0xfab8, + 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); + 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); + static const IconData table_24_regular = IconData( + 0xf75e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 28 and regular style. - static const IconData table_28_regular = IconData(0xfab9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_28_regular = IconData( + 0xfab9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 32 and regular style. - static const IconData table_32_regular = IconData(0xfd08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_32_regular = IconData( + 0xfd08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 48 and regular style. - static const IconData table_48_regular = IconData(0xfaba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_48_regular = IconData( + 0xfaba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 16 and regular style. - static const IconData table_add_16_regular = IconData(0x10515, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_add_16_regular = IconData( + 0x10515, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 20 and regular style. - static const IconData table_add_20_regular = IconData(0xfb53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_add_20_regular = IconData( + 0xfb53, + 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); + static const IconData table_add_24_regular = IconData( + 0xf75f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 28 and regular style. - static const IconData table_add_28_regular = IconData(0x10516, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_add_28_regular = IconData( + 0x10516, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 16 and regular style. - static const IconData table_bottom_row_16_regular = IconData(0x106ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_16_regular = IconData( + 0x106ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 20 and regular style. - static const IconData table_bottom_row_20_regular = IconData(0x106af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_20_regular = IconData( + 0x106af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 24 and regular style. - static const IconData table_bottom_row_24_regular = IconData(0x106b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_24_regular = IconData( + 0x106b0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 28 and regular style. - static const IconData table_bottom_row_28_regular = IconData(0x106b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_28_regular = IconData( + 0x106b1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 32 and regular style. - static const IconData table_bottom_row_32_regular = IconData(0x106b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_32_regular = IconData( + 0x106b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 48 and regular style. - static const IconData table_bottom_row_48_regular = IconData(0x106b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_bottom_row_48_regular = IconData( + 0x106b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 16 and regular style. - static const IconData table_cell_edit_16_regular = IconData(0x10517, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cell_edit_16_regular = IconData( + 0x10517, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 20 and regular style. - static const IconData table_cell_edit_20_regular = IconData(0x10518, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cell_edit_20_regular = IconData( + 0x10518, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 24 and regular style. - static const IconData table_cell_edit_24_regular = IconData(0xfd09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cell_edit_24_regular = IconData( + 0xfd09, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 28 and regular style. - static const IconData table_cell_edit_28_regular = IconData(0x10519, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cell_edit_28_regular = IconData( + 0x10519, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_merge" in size 16 and regular style. - static const IconData table_cells_merge_16_regular = IconData(0x1051a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cells_merge_16_regular = IconData( + 0x1051a, + 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); + 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); + static const IconData table_cells_merge_24_regular = IconData( + 0xf761, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_merge" in size 28 and regular style. - static const IconData table_cells_merge_28_regular = IconData(0x1051b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cells_merge_28_regular = IconData( + 0x1051b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_split" in size 16 and regular style. - static const IconData table_cells_split_16_regular = IconData(0x1051c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cells_split_16_regular = IconData( + 0x1051c, + 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); + 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); + static const IconData table_cells_split_24_regular = IconData( + 0xf763, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_split" in size 28 and regular style. - static const IconData table_cells_split_28_regular = IconData(0x1051d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_cells_split_28_regular = IconData( + 0x1051d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_checker" in size 20 and regular style. - static const IconData table_checker_20_regular = IconData(0x106b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_checker_20_regular = IconData( + 0x106b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_copy" in size 20 and regular style. - static const IconData table_copy_20_regular = IconData(0x106b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_copy_20_regular = IconData( + 0x106b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 16 and regular style. - static const IconData table_delete_column_16_regular = IconData(0x1051e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_column_16_regular = IconData( + 0x1051e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 20 and regular style. - static const IconData table_delete_column_20_regular = IconData(0xfd70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_column_20_regular = IconData( + 0xfd70, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 24 and regular style. - static const IconData table_delete_column_24_regular = IconData(0xfc7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_column_24_regular = IconData( + 0xfc7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 28 and regular style. - static const IconData table_delete_column_28_regular = IconData(0x1051f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_column_28_regular = IconData( + 0x1051f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 16 and regular style. - static const IconData table_delete_row_16_regular = IconData(0x10520, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_row_16_regular = IconData( + 0x10520, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 20 and regular style. - static const IconData table_delete_row_20_regular = IconData(0xfd71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_row_20_regular = IconData( + 0xfd71, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 24 and regular style. - static const IconData table_delete_row_24_regular = IconData(0xfc7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_row_24_regular = IconData( + 0xfc7c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 28 and regular style. - static const IconData table_delete_row_28_regular = IconData(0x10521, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_delete_row_28_regular = IconData( + 0x10521, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 16 and regular style. - static const IconData table_dismiss_16_regular = IconData(0x10522, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_dismiss_16_regular = IconData( + 0x10522, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 20 and regular style. - static const IconData table_dismiss_20_regular = IconData(0xfb54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_dismiss_20_regular = IconData( + 0xfb54, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 24 and regular style. - static const IconData table_dismiss_24_regular = IconData(0xfb55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_dismiss_24_regular = IconData( + 0xfb55, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 28 and regular style. - static const IconData table_dismiss_28_regular = IconData(0x10523, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_dismiss_28_regular = IconData( + 0x10523, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 16 and regular style. - static const IconData table_edit_16_regular = IconData(0x10524, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_edit_16_regular = IconData( + 0x10524, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 20 and regular style. - static const IconData table_edit_20_regular = IconData(0x10525, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_edit_20_regular = IconData( + 0x10525, + 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); + static const IconData table_edit_24_regular = IconData( + 0xf768, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 28 and regular style. - static const IconData table_edit_28_regular = IconData(0x10526, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_edit_28_regular = IconData( + 0x10526, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 16 and regular style. - static const IconData table_freeze_column_16_regular = IconData(0x10527, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_16_regular = IconData( + 0x10527, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 20 and regular style. - static const IconData table_freeze_column_20_regular = IconData(0x10528, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_20_regular = IconData( + 0x10528, + 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); + static const IconData table_freeze_column_24_regular = IconData( + 0xf76a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 28 and regular style. - static const IconData table_freeze_column_28_regular = IconData(0x10529, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_28_regular = IconData( + 0x10529, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 16 and regular style. - static const IconData table_freeze_column_and_row_16_regular = IconData(0x1052a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_16_regular = IconData( + 0x1052a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 20 and regular style. - static const IconData table_freeze_column_and_row_20_regular = IconData(0x1052b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_20_regular = IconData( + 0x1052b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 24 and regular style. - static const IconData table_freeze_column_and_row_24_regular = IconData(0xfc7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_24_regular = IconData( + 0xfc7d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 28 and regular style. - static const IconData table_freeze_column_and_row_28_regular = IconData(0x1052c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_28_regular = IconData( + 0x1052c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 16 and regular style. - static const IconData table_freeze_row_16_regular = IconData(0x1052d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_row_16_regular = IconData( + 0x1052d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 20 and regular style. - static const IconData table_freeze_row_20_regular = IconData(0x1052e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_row_20_regular = IconData( + 0x1052e, + 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); + static const IconData table_freeze_row_24_regular = IconData( + 0xf76b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 28 and regular style. - static const IconData table_freeze_row_28_regular = IconData(0x1052f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_freeze_row_28_regular = IconData( + 0x1052f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_image" in size 20 and regular style. - static const IconData table_image_20_regular = IconData(0x106b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_image_20_regular = IconData( + 0x106b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 16 and regular style. - static const IconData table_insert_column_16_regular = IconData(0x10530, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_column_16_regular = IconData( + 0x10530, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 20 and regular style. - static const IconData table_insert_column_20_regular = IconData(0x10531, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_column_20_regular = IconData( + 0x10531, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 24 and regular style. - static const IconData table_insert_column_24_regular = IconData(0xfc7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_column_24_regular = IconData( + 0xfc7e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 28 and regular style. - static const IconData table_insert_column_28_regular = IconData(0x10532, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_column_28_regular = IconData( + 0x10532, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 16 and regular style. - static const IconData table_insert_row_16_regular = IconData(0x10533, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_row_16_regular = IconData( + 0x10533, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 20 and regular style. - static const IconData table_insert_row_20_regular = IconData(0x10534, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_row_20_regular = IconData( + 0x10534, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 24 and regular style. - static const IconData table_insert_row_24_regular = IconData(0xfc7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_row_24_regular = IconData( + 0xfc7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 28 and regular style. - static const IconData table_insert_row_28_regular = IconData(0x10535, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_insert_row_28_regular = IconData( + 0x10535, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 16 and regular style. - static const IconData table_lightning_16_regular = IconData(0x10536, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_lightning_16_regular = IconData( + 0x10536, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 20 and regular style. - static const IconData table_lightning_20_regular = IconData(0x10243, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_lightning_20_regular = IconData( + 0x10243, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 24 and regular style. - static const IconData table_lightning_24_regular = IconData(0x10244, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_lightning_24_regular = IconData( + 0x10244, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 28 and regular style. - static const IconData table_lightning_28_regular = IconData(0x10537, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_lightning_28_regular = IconData( + 0x10537, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 16 and regular style. - static const IconData table_link_16_regular = IconData(0x10538, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_link_16_regular = IconData( + 0x10538, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 20 and regular style. - static const IconData table_link_20_regular = IconData(0x10245, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_link_20_regular = IconData( + 0x10245, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 24 and regular style. - static const IconData table_link_24_regular = IconData(0x10246, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_link_24_regular = IconData( + 0x10246, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 28 and regular style. - static const IconData table_link_28_regular = IconData(0x10539, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_link_28_regular = IconData( + 0x10539, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 16 and regular style. - static const IconData table_move_above_16_regular = IconData(0x1053a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_above_16_regular = IconData( + 0x1053a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 20 and regular style. - static const IconData table_move_above_20_regular = IconData(0x1053b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_above_20_regular = IconData( + 0x1053b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 24 and regular style. - static const IconData table_move_above_24_regular = IconData(0xfc80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_above_24_regular = IconData( + 0xfc80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 28 and regular style. - static const IconData table_move_above_28_regular = IconData(0x1053c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_above_28_regular = IconData( + 0x1053c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 16 and regular style. - static const IconData table_move_below_16_regular = IconData(0x1053d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_below_16_regular = IconData( + 0x1053d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 20 and regular style. - static const IconData table_move_below_20_regular = IconData(0x1053e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_below_20_regular = IconData( + 0x1053e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 24 and regular style. - static const IconData table_move_below_24_regular = IconData(0xfc81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_below_24_regular = IconData( + 0xfc81, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 28 and regular style. - static const IconData table_move_below_28_regular = IconData(0x1053f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_below_28_regular = IconData( + 0x1053f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 16 and regular style. - static const IconData table_move_left_16_regular = IconData(0x10540, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_left_16_regular = IconData( + 0x10540, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 20 and regular style. - static const IconData table_move_left_20_regular = IconData(0x10541, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_left_20_regular = IconData( + 0x10541, + 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); + static const IconData table_move_left_24_regular = IconData( + 0xf771, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 28 and regular style. - static const IconData table_move_left_28_regular = IconData(0x10542, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_left_28_regular = IconData( + 0x10542, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 16 and regular style. - static const IconData table_move_right_16_regular = IconData(0x10543, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_right_16_regular = IconData( + 0x10543, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 20 and regular style. - static const IconData table_move_right_20_regular = IconData(0x10544, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_right_20_regular = IconData( + 0x10544, + 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); + static const IconData table_move_right_24_regular = IconData( + 0xf772, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 28 and regular style. - static const IconData table_move_right_28_regular = IconData(0x10545, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_move_right_28_regular = IconData( + 0x10545, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_multiple" in size 20 and regular style. - static const IconData table_multiple_20_regular = IconData(0x106b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_multiple_20_regular = IconData( + 0x106b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 16 and regular style. - static const IconData table_resize_column_16_regular = IconData(0x10546, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_column_16_regular = IconData( + 0x10546, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 20 and regular style. - static const IconData table_resize_column_20_regular = IconData(0x10547, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_column_20_regular = IconData( + 0x10547, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 24 and regular style. - static const IconData table_resize_column_24_regular = IconData(0xfc82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_column_24_regular = IconData( + 0xfc82, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 28 and regular style. - static const IconData table_resize_column_28_regular = IconData(0x10548, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_column_28_regular = IconData( + 0x10548, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 16 and regular style. - static const IconData table_resize_row_16_regular = IconData(0x10549, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_row_16_regular = IconData( + 0x10549, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 20 and regular style. - static const IconData table_resize_row_20_regular = IconData(0x1054a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_row_20_regular = IconData( + 0x1054a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 24 and regular style. - static const IconData table_resize_row_24_regular = IconData(0xfc83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_row_24_regular = IconData( + 0xfc83, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 28 and regular style. - static const IconData table_resize_row_28_regular = IconData(0x1054b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_resize_row_28_regular = IconData( + 0x1054b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_search" in size 20 and regular style. - static const IconData table_search_20_regular = IconData(0x106b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_search_20_regular = IconData( + 0x106b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 16 and regular style. - static const IconData table_settings_16_regular = IconData(0x1054c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_settings_16_regular = IconData( + 0x1054c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 20 and regular style. - static const IconData table_settings_20_regular = IconData(0x1054d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_settings_20_regular = IconData( + 0x1054d, + 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); + static const IconData table_settings_24_regular = IconData( + 0xf777, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 28 and regular style. - static const IconData table_settings_28_regular = IconData(0x1054e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_settings_28_regular = IconData( + 0x1054e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 16 and regular style. - static const IconData table_simple_16_regular = IconData(0xfabb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_simple_16_regular = IconData( + 0xfabb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 20 and regular style. - static const IconData table_simple_20_regular = IconData(0xfabc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_simple_20_regular = IconData( + 0xfabc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 24 and regular style. - static const IconData table_simple_24_regular = IconData(0xfabd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_simple_24_regular = IconData( + 0xfabd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 28 and regular style. - static const IconData table_simple_28_regular = IconData(0xfabe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_simple_28_regular = IconData( + 0xfabe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 48 and regular style. - static const IconData table_simple_48_regular = IconData(0xfabf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_simple_48_regular = IconData( + 0xfabf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_split" in size 20 and regular style. - static const IconData table_split_20_regular = IconData(0x106b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_split_20_regular = IconData( + 0x106b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 16 and regular style. - static const IconData table_stack_above_16_regular = IconData(0x1054f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_above_16_regular = IconData( + 0x1054f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 20 and regular style. - static const IconData table_stack_above_20_regular = IconData(0xfd72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_above_20_regular = IconData( + 0xfd72, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 24 and regular style. - static const IconData table_stack_above_24_regular = IconData(0xfc84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_above_24_regular = IconData( + 0xfc84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 28 and regular style. - static const IconData table_stack_above_28_regular = IconData(0x10550, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_above_28_regular = IconData( + 0x10550, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 16 and regular style. - static const IconData table_stack_below_16_regular = IconData(0x10551, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_below_16_regular = IconData( + 0x10551, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 20 and regular style. - static const IconData table_stack_below_20_regular = IconData(0x104d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_below_20_regular = IconData( + 0x104d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 24 and regular style. - static const IconData table_stack_below_24_regular = IconData(0xfc85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_below_24_regular = IconData( + 0xfc85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 28 and regular style. - static const IconData table_stack_below_28_regular = IconData(0x10552, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_below_28_regular = IconData( + 0x10552, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_down" in size 20 and regular style. - static const IconData table_stack_down_20_regular = IconData(0xfd73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_down_20_regular = IconData( + 0xfd73, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 16 and regular style. - static const IconData table_stack_left_16_regular = IconData(0x10553, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_left_16_regular = IconData( + 0x10553, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 20 and regular style. - static const IconData table_stack_left_20_regular = IconData(0xfd74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_left_20_regular = IconData( + 0xfd74, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 24 and regular style. - static const IconData table_stack_left_24_regular = IconData(0xfc86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_left_24_regular = IconData( + 0xfc86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 28 and regular style. - static const IconData table_stack_left_28_regular = IconData(0x10554, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_left_28_regular = IconData( + 0x10554, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 16 and regular style. - static const IconData table_stack_right_16_regular = IconData(0x10555, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_right_16_regular = IconData( + 0x10555, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 20 and regular style. - static const IconData table_stack_right_20_regular = IconData(0xfd75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_right_20_regular = IconData( + 0xfd75, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 24 and regular style. - static const IconData table_stack_right_24_regular = IconData(0xfc87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_right_24_regular = IconData( + 0xfc87, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 28 and regular style. - static const IconData table_stack_right_28_regular = IconData(0x10556, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_stack_right_28_regular = IconData( + 0x10556, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 16 and regular style. - static const IconData table_switch_16_regular = IconData(0x10557, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_switch_16_regular = IconData( + 0x10557, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 20 and regular style. - static const IconData table_switch_20_regular = IconData(0x10558, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_switch_20_regular = IconData( + 0x10558, + 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); + static const IconData table_switch_24_regular = IconData( + 0xf778, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 28 and regular style. - static const IconData table_switch_28_regular = IconData(0x10559, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData table_switch_28_regular = IconData( + 0x10559, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 12 and regular style. - static const IconData tablet_12_regular = IconData(0x10443, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_12_regular = IconData( + 0x10443, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 16 and regular style. - static const IconData tablet_16_regular = IconData(0x10444, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_16_regular = IconData( + 0x10444, + 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); + 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); + static const IconData tablet_24_regular = IconData( + 0xf77a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 32 and regular style. - static const IconData tablet_32_regular = IconData(0x10445, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_32_regular = IconData( + 0x10445, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 48 and regular style. - static const IconData tablet_48_regular = IconData(0x10446, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_48_regular = IconData( + 0x10446, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet_speaker" in size 20 and regular style. - static const IconData tablet_speaker_20_regular = IconData(0x1055a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_speaker_20_regular = IconData( + 0x1055a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet_speaker" in size 24 and regular style. - static const IconData tablet_speaker_24_regular = IconData(0xfd0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tablet_speaker_24_regular = IconData( + 0xfd0a, + 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); + static const IconData tabs_24_regular = IconData( + 0xf77b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag" in size 16 and regular style. - static const IconData tag_16_regular = IconData(0xfac0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_16_regular = IconData( + 0xfac0, + 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); + 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); + static const IconData tag_24_regular = IconData( + 0xf77d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag" in size 32 and regular style. - static const IconData tag_32_regular = IconData(0x101a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_32_regular = IconData( + 0x101a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_circle" in size 20 and regular style. - static const IconData tag_circle_20_regular = IconData(0x100ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_circle_20_regular = IconData( + 0x100ed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 16 and regular style. - static const IconData tag_dismiss_16_regular = IconData(0x101a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_dismiss_16_regular = IconData( + 0x101a7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 20 and regular style. - static const IconData tag_dismiss_20_regular = IconData(0xffc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_dismiss_20_regular = IconData( + 0xffc3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 24 and regular style. - static const IconData tag_dismiss_24_regular = IconData(0xffc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_dismiss_24_regular = IconData( + 0xffc4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 16 and regular style. - static const IconData tag_error_16_regular = IconData(0x1028e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_error_16_regular = IconData( + 0x1028e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 20 and regular style. - static const IconData tag_error_20_regular = IconData(0x1028f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_error_20_regular = IconData( + 0x1028f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 24 and regular style. - static const IconData tag_error_24_regular = IconData(0x10290, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_error_24_regular = IconData( + 0x10290, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 16 and regular style. - static const IconData tag_lock_16_regular = IconData(0x101a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_lock_16_regular = IconData( + 0x101a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 20 and regular style. - static const IconData tag_lock_20_regular = IconData(0x101a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_lock_20_regular = IconData( + 0x101a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 24 and regular style. - static const IconData tag_lock_24_regular = IconData(0x101aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_lock_24_regular = IconData( + 0x101aa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 32 and regular style. - static const IconData tag_lock_32_regular = IconData(0x101ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_lock_32_regular = IconData( + 0x101ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 16 and regular style. - static const IconData tag_multiple_16_regular = IconData(0xf7b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_multiple_16_regular = IconData( + 0xf7b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 20 and regular style. - static const IconData tag_multiple_20_regular = IconData(0x10031, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_multiple_20_regular = IconData( + 0x10031, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 24 and regular style. - static const IconData tag_multiple_24_regular = IconData(0x10291, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_multiple_24_regular = IconData( + 0x10291, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_off" in size 20 and regular style. - static const IconData tag_off_20_regular = IconData(0x102f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_off_20_regular = IconData( + 0x102f4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_off" in size 24 and regular style. - static const IconData tag_off_24_regular = IconData(0x102f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_off_24_regular = IconData( + 0x102f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 16 and regular style. - static const IconData tag_question_mark_16_regular = IconData(0xfc88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_question_mark_16_regular = IconData( + 0xfc88, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 20 and regular style. - static const IconData tag_question_mark_20_regular = IconData(0x10292, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_question_mark_20_regular = IconData( + 0x10292, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 24 and regular style. - static const IconData tag_question_mark_24_regular = IconData(0xfc89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_question_mark_24_regular = IconData( + 0xfc89, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 32 and regular style. - static const IconData tag_question_mark_32_regular = IconData(0x10293, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_question_mark_32_regular = IconData( + 0x10293, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_reset" in size 20 and regular style. - static const IconData tag_reset_20_regular = IconData(0x10447, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_reset_20_regular = IconData( + 0x10447, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_reset" in size 24 and regular style. - static const IconData tag_reset_24_regular = IconData(0x10448, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_reset_24_regular = IconData( + 0x10448, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_search" in size 20 and regular style. - static const IconData tag_search_20_regular = IconData(0x10449, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_search_20_regular = IconData( + 0x10449, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_search" in size 24 and regular style. - static const IconData tag_search_24_regular = IconData(0x1044a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tag_search_24_regular = IconData( + 0x1044a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 20 and regular style. - static const IconData tap_double_20_regular = IconData(0xfb56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_double_20_regular = IconData( + 0xfb56, + 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); + static const IconData tap_double_24_regular = IconData( + 0xf77e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 32 and regular style. - static const IconData tap_double_32_regular = IconData(0x1044b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_double_32_regular = IconData( + 0x1044b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 48 and regular style. - static const IconData tap_double_48_regular = IconData(0x1044c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_double_48_regular = IconData( + 0x1044c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 20 and regular style. - static const IconData tap_single_20_regular = IconData(0xfb57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_single_20_regular = IconData( + 0xfb57, + 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); + static const IconData tap_single_24_regular = IconData( + 0xf77f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 32 and regular style. - static const IconData tap_single_32_regular = IconData(0x1044d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_single_32_regular = IconData( + 0x1044d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 48 and regular style. - static const IconData tap_single_48_regular = IconData(0x1044e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tap_single_48_regular = IconData( + 0x1044e, + 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); + 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); + 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); + static const IconData target_24_regular = IconData( + 0xf782, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "target" in size 32 and regular style. - static const IconData target_32_regular = IconData(0xfd0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData target_32_regular = IconData( + 0xfd0b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 16 and regular style. - static const IconData target_arrow_16_regular = IconData(0xf7b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData target_arrow_16_regular = IconData( + 0xf7b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 20 and regular style. - static const IconData target_arrow_20_regular = IconData(0xf7b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData target_arrow_20_regular = IconData( + 0xf7b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 24 and regular style. - static const IconData target_arrow_24_regular = IconData(0xffc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData target_arrow_24_regular = IconData( + 0xffc5, + 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); + 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); + 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); + static const IconData target_edit_24_regular = IconData( + 0xf785, + 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); + 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); + static const IconData task_list_add_24_regular = IconData( + 0xf789, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_ltr" in size 20 and regular style. - static const IconData task_list_ltr_20_regular = IconData(0xfd76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_ltr_20_regular = IconData( + 0xfd76, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_ltr" in size 24 and regular style. - static const IconData task_list_ltr_24_regular = IconData(0xfd77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_ltr_24_regular = IconData( + 0xfd77, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_rtl" in size 20 and regular style. - static const IconData task_list_rtl_20_regular = IconData(0xfd78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_rtl_20_regular = IconData( + 0xfd78, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_rtl" in size 24 and regular style. - static const IconData task_list_rtl_24_regular = IconData(0xfd79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_rtl_24_regular = IconData( + 0xfd79, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_add" in size 20 and regular style. - static const IconData task_list_square_add_20_regular = IconData(0xff00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_add_20_regular = IconData( + 0xff00, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_add" in size 24 and regular style. - static const IconData task_list_square_add_24_regular = IconData(0xff01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_add_24_regular = IconData( + 0xff01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_database" in size 20 and regular style. - static const IconData task_list_square_database_20_regular = IconData(0x106ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_database_20_regular = IconData( + 0x106ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_ltr" in size 20 and regular style. - static const IconData task_list_square_ltr_20_regular = IconData(0xff02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_ltr_20_regular = IconData( + 0xff02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_ltr" in size 24 and regular style. - static const IconData task_list_square_ltr_24_regular = IconData(0xff03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_ltr_24_regular = IconData( + 0xff03, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_person" in size 20 and regular style. - static const IconData task_list_square_person_20_regular = IconData(0x10747, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_person_20_regular = IconData( + 0x10747, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_rtl" in size 20 and regular style. - static const IconData task_list_square_rtl_20_regular = IconData(0xff04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_rtl_20_regular = IconData( + 0xff04, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_rtl" in size 24 and regular style. - static const IconData task_list_square_rtl_24_regular = IconData(0xff05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_rtl_24_regular = IconData( + 0xff05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_settings" in size 20 and regular style. - static const IconData task_list_square_settings_20_regular = IconData(0x10748, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData task_list_square_settings_20_regular = IconData( + 0x10748, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tasks_app" in size 20 and regular style. - static const IconData tasks_app_20_regular = IconData(0xfac1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tasks_app_20_regular = IconData( + 0xfac1, + 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); + 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); + static const IconData tasks_app_28_regular = IconData( + 0xf78b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "teddy" in size 20 and regular style. - static const IconData teddy_20_regular = IconData(0xfe38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData teddy_20_regular = IconData( + 0xfe38, + 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); + static const IconData teddy_24_regular = IconData( + 0xf78e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "temperature" in size 16 and regular style. - static const IconData temperature_16_regular = IconData(0xffc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData temperature_16_regular = IconData( + 0xffc6, + 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); + 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); + static const IconData temperature_24_regular = IconData( + 0xf790, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 12 and regular style. - static const IconData tent_12_regular = IconData(0xfac2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tent_12_regular = IconData( + 0xfac2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 16 and regular style. - static const IconData tent_16_regular = IconData(0xfac3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tent_16_regular = IconData( + 0xfac3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 20 and regular style. - static const IconData tent_20_regular = IconData(0xfac4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tent_20_regular = IconData( + 0xfac4, + 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); + static const IconData tent_24_regular = IconData( + 0xf791, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 28 and regular style. - static const IconData tent_28_regular = IconData(0xfac5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tent_28_regular = IconData( + 0xfac5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 48 and regular style. - static const IconData tent_48_regular = IconData(0xfac6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tent_48_regular = IconData( + 0xfac6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 16 and regular style. - static const IconData tetris_app_16_regular = IconData(0xfd7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_16_regular = IconData( + 0xfd7a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 20 and regular style. - static const IconData tetris_app_20_regular = IconData(0xfd7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_20_regular = IconData( + 0xfd7b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 24 and regular style. - static const IconData tetris_app_24_regular = IconData(0xfd7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_24_regular = IconData( + 0xfd7c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 28 and regular style. - static const IconData tetris_app_28_regular = IconData(0xfd7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_28_regular = IconData( + 0xfd7d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 32 and regular style. - static const IconData tetris_app_32_regular = IconData(0xfd7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_32_regular = IconData( + 0xfd7e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 48 and regular style. - static const IconData tetris_app_48_regular = IconData(0xfd7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tetris_app_48_regular = IconData( + 0xfd7f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text" in size 20 and regular style. - static const IconData text_20_regular = IconData(0xfdf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_20_regular = IconData( + 0xfdf0, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_add_space_before_24_regular = IconData( + 0xf798, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_add_t" in size 24 and regular style. - static const IconData text_add_t_24_regular = IconData(0x1008f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_add_t_24_regular = IconData( + 0x1008f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_center" in size 16 and regular style. - static const IconData text_align_center_16_regular = IconData(0x101ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_center_16_regular = IconData( + 0x101ac, + 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); + 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); + static const IconData text_align_center_24_regular = IconData( + 0xf79a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_center_rotate_270" in size 24 and regular style. - static const IconData text_align_center_rotate_270_24_regular = IconData(0xffd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_center_rotate_270_24_regular = IconData( + 0xffd7, + 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); + 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); + static const IconData text_align_distributed_24_regular = IconData( + 0xf79c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_evenly" in size 20 and regular style. - static const IconData text_align_distributed_evenly_20_regular = IconData(0x1055b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_distributed_evenly_20_regular = IconData( + 0x1055b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_evenly" in size 24 and regular style. - static const IconData text_align_distributed_evenly_24_regular = IconData(0xff06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_distributed_evenly_24_regular = IconData( + 0xff06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_vertical" in size 20 and regular style. - static const IconData text_align_distributed_vertical_20_regular = IconData(0x1055c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_distributed_vertical_20_regular = IconData( + 0x1055c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_vertical" in size 24 and regular style. - static const IconData text_align_distributed_vertical_24_regular = IconData(0xff07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_distributed_vertical_24_regular = IconData( + 0xff07, + 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); + 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); + static const IconData text_align_justify_24_regular = IconData( + 0xf79e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low" in size 20 and regular style. - static const IconData text_align_justify_low_20_regular = IconData(0x1055d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_20_regular = IconData( + 0x1055d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low" in size 24 and regular style. - static const IconData text_align_justify_low_24_regular = IconData(0xff08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_24_regular = IconData( + 0xff08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low_rotate_90" in size 24 and regular style. - static const IconData text_align_justify_low_rotate_90_24_regular = IconData(0xffd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_rotate_90_24_regular = IconData( + 0xffd8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_rotate_90" in size 24 and regular style. - static const IconData text_align_justify_rotate_90_24_regular = IconData(0xffd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_justify_rotate_90_24_regular = IconData( + 0xffd9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_left" in size 16 and regular style. - static const IconData text_align_left_16_regular = IconData(0x101ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_left_16_regular = IconData( + 0x101ad, + 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); + 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); + static const IconData text_align_left_24_regular = IconData( + 0xf7a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_align_left_rotate_270" in size 24 and regular style. - static const IconData text_align_left_rotate_270_24_regular = IconData(0xffda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_left_rotate_270_24_regular = IconData( + 0xffda, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_right" in size 16 and regular style. - static const IconData text_align_right_16_regular = IconData(0x101ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_right_16_regular = IconData( + 0x101ae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData text_align_right_24_regular = IconData( + 0xf7a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_align_right_rotate_270" in size 24 and regular style. - static const IconData text_align_right_rotate_270_24_regular = IconData(0xffdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_align_right_rotate_270_24_regular = IconData( + 0xffdb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + static const IconData text_asterisk_20_regular = IconData( + 0xf7a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_baseline" in size 20 and regular style. - static const IconData text_baseline_20_regular = IconData(0x1011b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_baseline_20_regular = IconData( + 0x1011b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bold" in size 16 and regular style. - static const IconData text_bold_16_regular = IconData(0xfac7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bold_16_regular = IconData( + 0xfac7, + 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); + 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); + static const IconData text_bold_24_regular = IconData( + 0xf7a5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box" in size 16 and regular style. - static const IconData text_box_16_regular = IconData(0x10032, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_box_16_regular = IconData( + 0x10032, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box_settings" in size 20 and regular style. - static const IconData text_box_settings_20_regular = IconData(0x102f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_box_settings_20_regular = IconData( + 0x102f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box_settings" in size 24 and regular style. - static const IconData text_box_settings_24_regular = IconData(0x102f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_box_settings_24_regular = IconData( + 0x102f7, + 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(0xff09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_20_regular = IconData( + 0xff09, + 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(0xff0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_24_regular = IconData( + 0xff0a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_add" in size 20 and regular style. - static const IconData text_bullet_list_add_20_regular = IconData(0xfb58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_add_20_regular = IconData( + 0xfb58, + 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); + static const IconData text_bullet_list_add_24_regular = IconData( + 0xf7a8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_checkmark" in size 20 and regular style. - static const IconData text_bullet_list_checkmark_20_regular = IconData(0x106bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_checkmark_20_regular = IconData( + 0x106bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_dismiss" in size 20 and regular style. - static const IconData text_bullet_list_dismiss_20_regular = IconData(0x106bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_dismiss_20_regular = IconData( + 0x106bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 16 and regular style. - static const IconData text_bullet_list_ltr_16_regular = IconData(0x100ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_16_regular = IconData( + 0x100ee, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 20 and regular style. - static const IconData text_bullet_list_ltr_20_regular = IconData(0xfd80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_20_regular = IconData( + 0xfd80, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 24 and regular style. - static const IconData text_bullet_list_ltr_24_regular = IconData(0xfd81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_24_regular = IconData( + 0xfd81, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 16 and regular style. - static const IconData text_bullet_list_rtl_16_regular = IconData(0x100ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_16_regular = IconData( + 0x100ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 20 and regular style. - static const IconData text_bullet_list_rtl_20_regular = IconData(0xfd82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_20_regular = IconData( + 0xfd82, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 24 and regular style. - static const IconData text_bullet_list_rtl_24_regular = IconData(0xfd83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_24_regular = IconData( + 0xfd83, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square" in size 20 and regular style. - static const IconData text_bullet_list_square_20_regular = IconData(0xfb59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_20_regular = IconData( + 0xfb59, + 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); + static const IconData text_bullet_list_square_24_regular = IconData( + 0xf7a9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_clock" in size 20 and regular style. - static const IconData text_bullet_list_square_clock_20_regular = IconData(0x106bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_clock_20_regular = IconData( + 0x106bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_edit" in size 20 and regular style. - static const IconData text_bullet_list_square_edit_20_regular = IconData(0xf7b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_edit_20_regular = IconData( + 0xf7b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_edit" in size 24 and regular style. - static const IconData text_bullet_list_square_edit_24_regular = IconData(0xf7ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_edit_24_regular = IconData( + 0xf7ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_person" in size 20 and regular style. - static const IconData text_bullet_list_square_person_20_regular = IconData(0x106be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_person_20_regular = IconData( + 0x106be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_search" in size 20 and regular style. - static const IconData text_bullet_list_square_search_20_regular = IconData(0x106bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_search_20_regular = IconData( + 0x106bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_settings" in size 20 and regular style. - static const IconData text_bullet_list_square_settings_20_regular = IconData(0x106c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_settings_20_regular = IconData( + 0x106c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_shield" in size 20 and regular style. - static const IconData text_bullet_list_square_shield_20_regular = IconData(0x106c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_shield_20_regular = IconData( + 0x106c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_toolbox" in size 20 and regular style. - static const IconData text_bullet_list_square_toolbox_20_regular = IconData(0x106c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_toolbox_20_regular = IconData( + 0x106c2, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_bullet_list_tree_24_regular = IconData( + 0xf7af, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 16 and regular style. - static const IconData text_case_lowercase_16_regular = IconData(0x101f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_16_regular = IconData( + 0x101f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 20 and regular style. - static const IconData text_case_lowercase_20_regular = IconData(0x101f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_20_regular = IconData( + 0x101f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 24 and regular style. - static const IconData text_case_lowercase_24_regular = IconData(0x101fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_24_regular = IconData( + 0x101fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 16 and regular style. - static const IconData text_case_title_16_regular = IconData(0x101fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_title_16_regular = IconData( + 0x101fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 20 and regular style. - static const IconData text_case_title_20_regular = IconData(0x101fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_title_20_regular = IconData( + 0x101fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 24 and regular style. - static const IconData text_case_title_24_regular = IconData(0x101fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_title_24_regular = IconData( + 0x101fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 16 and regular style. - static const IconData text_case_uppercase_16_regular = IconData(0x101fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_16_regular = IconData( + 0x101fe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 20 and regular style. - static const IconData text_case_uppercase_20_regular = IconData(0x101ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_20_regular = IconData( + 0x101ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 24 and regular style. - static const IconData text_case_uppercase_24_regular = IconData(0x10200, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_24_regular = IconData( + 0x10200, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_change_case" in size 16 and regular style. - static const IconData text_change_case_16_regular = IconData(0x101af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_change_case_16_regular = IconData( + 0x101af, + 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); + 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); + static const IconData text_change_case_24_regular = IconData( + 0xf7b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_clear_formatting" in size 16 and regular style. - static const IconData text_clear_formatting_16_regular = IconData(0x101b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_clear_formatting_16_regular = IconData( + 0x101b0, + 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); + 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); + static const IconData text_clear_formatting_24_regular = IconData( + 0xf7bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_clear_formatting_ga" in size 24 and regular style. - static const IconData text_clear_formatting_ga_24_regular = IconData(0xff0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_clear_formatting_ga_24_regular = IconData( + 0xff0b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_collapse" in size 20 and regular style. - static const IconData text_collapse_20_regular = IconData(0x1071f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_collapse_20_regular = IconData( + 0x1071f, + 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); + static const IconData text_collapse_24_regular = IconData( + 0xf7be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color" in size 16 and regular style. - static const IconData text_color_16_regular = IconData(0xfac8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_16_regular = IconData( + 0xfac8, + 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); + 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); + static const IconData text_color_24_regular = IconData( + 0xf7c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 16 and regular style. - static const IconData text_color_accent_16_regular = IconData(0xfac9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_accent_16_regular = IconData( + 0xfac9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 20 and regular style. - static const IconData text_color_accent_20_regular = IconData(0xfaca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_accent_20_regular = IconData( + 0xfaca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 24 and regular style. - static const IconData text_color_accent_24_regular = IconData(0xfacb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_accent_24_regular = IconData( + 0xfacb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_ga" in size 20 and regular style. - static const IconData text_color_ga_20_regular = IconData(0x105f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_ga_20_regular = IconData( + 0x105f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_ga" in size 24 and regular style. - static const IconData text_color_ga_24_regular = IconData(0xff0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_color_ga_24_regular = IconData( + 0xff0c, + 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); + 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); + static const IconData text_column_one_24_regular = IconData( + 0xf7c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_narrow" in size 20 and regular style. - static const IconData text_column_one_narrow_20_regular = IconData(0xfacc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_narrow_20_regular = IconData( + 0xfacc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_narrow" in size 24 and regular style. - static const IconData text_column_one_narrow_24_regular = IconData(0xfacd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_narrow_24_regular = IconData( + 0xfacd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide" in size 20 and regular style. - static const IconData text_column_one_wide_20_regular = IconData(0xface, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_20_regular = IconData( + 0xface, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide" in size 24 and regular style. - static const IconData text_column_one_wide_24_regular = IconData(0xfacf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_24_regular = IconData( + 0xfacf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide_lightning" in size 20 and regular style. - static const IconData text_column_one_wide_lightning_20_regular = IconData(0x10294, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_lightning_20_regular = IconData( + 0x10294, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide_lightning" in size 24 and regular style. - static const IconData text_column_one_wide_lightning_24_regular = IconData(0x10295, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_lightning_24_regular = IconData( + 0x10295, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_column_two_right_24_regular = IconData( + 0xf7ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_continuous" in size 20 and regular style. - static const IconData text_continuous_20_regular = IconData(0x1055e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_continuous_20_regular = IconData( + 0x1055e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_continuous" in size 24 and regular style. - static const IconData text_continuous_24_regular = IconData(0xfad0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_continuous_24_regular = IconData( + 0xfad0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 16 and regular style. - static const IconData text_density_16_regular = IconData(0x105f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_density_16_regular = IconData( + 0x105f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 20 and regular style. - static const IconData text_density_20_regular = IconData(0x105f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_density_20_regular = IconData( + 0x105f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 24 and regular style. - static const IconData text_density_24_regular = IconData(0x106c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_density_24_regular = IconData( + 0x106c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 28 and regular style. - static const IconData text_density_28_regular = IconData(0x106c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_density_28_regular = IconData( + 0x106c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData text_description_24_regular = IconData( + 0xf7cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_left" in size 20 and regular style. - static const IconData text_direction_horizontal_left_20_regular = IconData(0x1003a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_left_20_regular = IconData( + 0x1003a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_left" in size 24 and regular style. - static const IconData text_direction_horizontal_left_24_regular = IconData(0x1003b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_left_24_regular = IconData( + 0x1003b, + 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); + 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); + static const IconData text_direction_horizontal_ltr_24_regular = IconData( + 0xf7d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_right" in size 20 and regular style. - static const IconData text_direction_horizontal_right_20_regular = IconData(0x1003c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_right_20_regular = IconData( + 0x1003c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_right" in size 24 and regular style. - static const IconData text_direction_horizontal_right_24_regular = IconData(0x1003d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_right_24_regular = IconData( + 0x1003d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_rtl" in size 20 and regular style. - static const IconData text_direction_horizontal_rtl_20_regular = IconData(0xff20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_rtl_20_regular = IconData( + 0xff20, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_rtl" in size 24 and regular style. - static const IconData text_direction_horizontal_rtl_24_regular = IconData(0xff21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_rtl_24_regular = IconData( + 0xff21, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_ltr_ac" in size 20 and regular style. - static const IconData text_direction_ltr_ac_20_regular = IconData(0xff0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_ltr_ac_20_regular = IconData( + 0xff0d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_ltr_ac" in size 24 and regular style. - static const IconData text_direction_ltr_ac_24_regular = IconData(0xff0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_ltr_ac_24_regular = IconData( + 0xff0e, + 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); + 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); + 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); + 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); + static const IconData text_direction_rotate_270_ac_24_regular = IconData( + 0xf7d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_ltr" in size 20 and regular style. - static const IconData text_direction_rotate_270_ltr_20_regular = IconData(0x10033, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_ltr_20_regular = IconData( + 0x10033, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_ltr" in size 24 and regular style. - static const IconData text_direction_rotate_270_ltr_24_regular = IconData(0x10034, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_ltr_24_regular = IconData( + 0x10034, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_right" in size 20 and regular style. - static const IconData text_direction_rotate_270_right_20_regular = IconData(0x1003e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_right_20_regular = IconData( + 0x1003e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_right" in size 24 and regular style. - static const IconData text_direction_rotate_270_right_24_regular = IconData(0x1003f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_right_24_regular = IconData( + 0x1003f, + 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); + 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); + static const IconData text_direction_rotate_90_24_regular = IconData( + 0xf7d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ac" in size 24 and regular style. - static const IconData text_direction_rotate_90_ac_24_regular = IconData(0xff0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ac_24_regular = IconData( + 0xff0f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_left" in size 20 and regular style. - static const IconData text_direction_rotate_90_left_20_regular = IconData(0x10040, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_left_20_regular = IconData( + 0x10040, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_left" in size 24 and regular style. - static const IconData text_direction_rotate_90_left_24_regular = IconData(0x10041, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_left_24_regular = IconData( + 0x10041, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ltr" in size 20 and regular style. - static const IconData text_direction_rotate_90_ltr_20_regular = IconData(0xffe4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ltr_20_regular = IconData( + 0xffe4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ltr" in size 24 and regular style. - static const IconData text_direction_rotate_90_ltr_24_regular = IconData(0xffe5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ltr_24_regular = IconData( + 0xffe5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_right" in size 20 and regular style. - static const IconData text_direction_rotate_90_right_20_regular = IconData(0x10042, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_right_20_regular = IconData( + 0x10042, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_right" in size 24 and regular style. - static const IconData text_direction_rotate_90_right_24_regular = IconData(0x10043, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_right_24_regular = IconData( + 0x10043, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_rtl" in size 20 and regular style. - static const IconData text_direction_rotate_90_rtl_20_regular = IconData(0xff22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_rtl_20_regular = IconData( + 0xff22, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_rtl" in size 24 and regular style. - static const IconData text_direction_rotate_90_rtl_24_regular = IconData(0xff23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_rtl_24_regular = IconData( + 0xff23, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rtl_ac" in size 20 and regular style. - static const IconData text_direction_rtl_ac_20_regular = IconData(0xffdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rtl_ac_20_regular = IconData( + 0xffdc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rtl_ac" in size 24 and regular style. - static const IconData text_direction_rtl_ac_24_regular = IconData(0xffdd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_rtl_ac_24_regular = IconData( + 0xffdd, + 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); + 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); + static const IconData text_direction_vertical_24_regular = IconData( + 0xf7d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_vertical_ac" in size 24 and regular style. - static const IconData text_direction_vertical_ac_24_regular = IconData(0xff10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_direction_vertical_ac_24_regular = IconData( + 0xff10, + 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); + 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); + static const IconData text_edit_style_24_regular = IconData( + 0xf7da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_edit_style_ga" in size 24 and regular style. - static const IconData text_edit_style_ga_24_regular = IconData(0xff11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_edit_style_ga_24_regular = IconData( + 0xff11, + 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); + 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); + static const IconData text_effects_24_regular = IconData( + 0xf7dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_effects_ga" in size 24 and regular style. - static const IconData text_effects_ga_24_regular = IconData(0xff12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_effects_ga_24_regular = IconData( + 0xff12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_expand" in size 20 and regular style. - static const IconData text_expand_20_regular = IconData(0x106c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_expand_20_regular = IconData( + 0x106c5, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_font_24_regular = IconData( + 0xf7e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 16 and regular style. - static const IconData text_font_info_16_regular = IconData(0x10296, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_font_info_16_regular = IconData( + 0x10296, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 20 and regular style. - static const IconData text_font_info_20_regular = IconData(0x10297, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_font_info_20_regular = IconData( + 0x10297, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 24 and regular style. - static const IconData text_font_info_24_regular = IconData(0x10298, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_font_info_24_regular = IconData( + 0x10298, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_size" in size 16 and regular style. - static const IconData text_font_size_16_regular = IconData(0x101b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_font_size_16_regular = IconData( + 0x101b1, + 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); + 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); + 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); + 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); + static const IconData text_footnote_24_regular = IconData( + 0xf7e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_footnote_ga_na" in size 24 and regular style. - static const IconData text_footnote_ga_na_24_regular = IconData(0xff13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_footnote_ga_na_24_regular = IconData( + 0xff13, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_left" in size 20 and regular style. - static const IconData text_grammar_arrow_left_20_regular = IconData(0xfc8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_left_20_regular = IconData( + 0xfc8a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_left" in size 24 and regular style. - static const IconData text_grammar_arrow_left_24_regular = IconData(0xfc8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_left_24_regular = IconData( + 0xfc8b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_right" in size 20 and regular style. - static const IconData text_grammar_arrow_right_20_regular = IconData(0xfc8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_right_20_regular = IconData( + 0xfc8c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_right" in size 24 and regular style. - static const IconData text_grammar_arrow_right_24_regular = IconData(0xfc8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_right_24_regular = IconData( + 0xfc8d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_checkmark" in size 20 and regular style. - static const IconData text_grammar_checkmark_20_regular = IconData(0xfc8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_checkmark_20_regular = IconData( + 0xfc8e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_checkmark" in size 24 and regular style. - static const IconData text_grammar_checkmark_24_regular = IconData(0xfc8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_checkmark_24_regular = IconData( + 0xfc8f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_dismiss" in size 20 and regular style. - static const IconData text_grammar_dismiss_20_regular = IconData(0xfc90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_dismiss_20_regular = IconData( + 0xfc90, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_dismiss" in size 24 and regular style. - static const IconData text_grammar_dismiss_24_regular = IconData(0xfc91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_dismiss_24_regular = IconData( + 0xfc91, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_error" in size 20 and regular style. - static const IconData text_grammar_error_20_regular = IconData(0xfb5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_error_20_regular = IconData( + 0xfb5a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_settings" in size 20 and regular style. - static const IconData text_grammar_settings_20_regular = IconData(0xfc92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_settings_20_regular = IconData( + 0xfc92, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_settings" in size 24 and regular style. - static const IconData text_grammar_settings_24_regular = IconData(0xfc93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_settings_24_regular = IconData( + 0xfc93, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 16 and regular style. - static const IconData text_grammar_wand_16_regular = IconData(0xfc94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_16_regular = IconData( + 0xfc94, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 20 and regular style. - static const IconData text_grammar_wand_20_regular = IconData(0xfc95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_20_regular = IconData( + 0xfc95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 24 and regular style. - static const IconData text_grammar_wand_24_regular = IconData(0xfc96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_24_regular = IconData( + 0xfc96, + 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); + 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); + 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); + static const IconData text_header_1_20_regular = IconData( + 0xf7ef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_1" in size 24 and regular style. - static const IconData text_header_1_24_regular = IconData(0x100f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_header_1_24_regular = IconData( + 0x100f0, + 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); + static const IconData text_header_2_20_regular = IconData( + 0xf7f0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_2" in size 24 and regular style. - static const IconData text_header_2_24_regular = IconData(0x100f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_header_2_24_regular = IconData( + 0x100f1, + 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); + static const IconData text_header_3_20_regular = IconData( + 0xf7f1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_3" in size 24 and regular style. - static const IconData text_header_3_24_regular = IconData(0x100f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_header_3_24_regular = IconData( + 0x100f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease" in size 16 and regular style. - static const IconData text_indent_decrease_16_regular = IconData(0x101b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_16_regular = IconData( + 0x101b2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease" in size 20 and regular style. - static const IconData text_indent_decrease_20_regular = IconData(0xfad1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_20_regular = IconData( + 0xfad1, + 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); + static const IconData text_indent_decrease_24_regular = IconData( + 0xf7f2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 16 and regular style. - static const IconData text_indent_decrease_ltr_16_regular = IconData(0x101b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_16_regular = IconData( + 0x101b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 20 and regular style. - static const IconData text_indent_decrease_ltr_20_regular = IconData(0x101b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_20_regular = IconData( + 0x101b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 24 and regular style. - static const IconData text_indent_decrease_ltr_24_regular = IconData(0x101b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_24_regular = IconData( + 0x101b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 16 and regular style. - static const IconData text_indent_decrease_rtl_16_regular = IconData(0x101b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_16_regular = IconData( + 0x101b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 20 and regular style. - static const IconData text_indent_decrease_rtl_20_regular = IconData(0x101b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_20_regular = IconData( + 0x101b7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 24 and regular style. - static const IconData text_indent_decrease_rtl_24_regular = IconData(0x101b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_24_regular = IconData( + 0x101b8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase" in size 16 and regular style. - static const IconData text_indent_increase_16_regular = IconData(0x101b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_16_regular = IconData( + 0x101b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase" in size 20 and regular style. - static const IconData text_indent_increase_20_regular = IconData(0xfad2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_20_regular = IconData( + 0xfad2, + 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); + static const IconData text_indent_increase_24_regular = IconData( + 0xf7f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 16 and regular style. - static const IconData text_indent_increase_ltr_16_regular = IconData(0x101ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_16_regular = IconData( + 0x101ba, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 20 and regular style. - static const IconData text_indent_increase_ltr_20_regular = IconData(0x101bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_20_regular = IconData( + 0x101bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 24 and regular style. - static const IconData text_indent_increase_ltr_24_regular = IconData(0x101bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_24_regular = IconData( + 0x101bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 16 and regular style. - static const IconData text_indent_increase_rtl_16_regular = IconData(0x101bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_16_regular = IconData( + 0x101bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 20 and regular style. - static const IconData text_indent_increase_rtl_20_regular = IconData(0x101be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_20_regular = IconData( + 0x101be, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 24 and regular style. - static const IconData text_indent_increase_rtl_24_regular = IconData(0x101bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_24_regular = IconData( + 0x101bf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_italic" in size 16 and regular style. - static const IconData text_italic_16_regular = IconData(0xfad3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_italic_16_regular = IconData( + 0xfad3, + 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); + 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); + 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); + 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); + static const IconData text_line_spacing_24_regular = IconData( + 0xf7f7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_more" in size 20 and regular style. - static const IconData text_more_20_regular = IconData(0x10720, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_more_20_regular = IconData( + 0x10720, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_more" in size 24 and regular style. - static const IconData text_more_24_regular = IconData(0x10090, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_more_24_regular = IconData( + 0x10090, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_format" in size 20 and regular style. - static const IconData text_number_format_20_regular = IconData(0xfc97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_number_format_20_regular = IconData( + 0xfc97, + 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); + static const IconData text_number_format_24_regular = IconData( + 0xf7f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_format_ga_na_da" in size 24 and regular style. - static const IconData text_number_format_ga_na_da_24_regular = IconData(0xff14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_number_format_ga_na_da_24_regular = IconData( + 0xff14, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_list_ltr" in size 16 and regular style. - static const IconData text_number_list_ltr_16_regular = IconData(0x101c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_number_list_ltr_16_regular = IconData( + 0x101c0, + 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); + 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); + 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 16 and regular style. - static const IconData text_number_list_rtl_16_regular = IconData(0x101c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_number_list_rtl_16_regular = IconData( + 0x101c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_list_rtl" in size 20 and regular style. - static const IconData text_number_list_rtl_20_regular = IconData(0xfb5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_number_list_rtl_20_regular = IconData( + 0xfb5b, + 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); + static const IconData text_number_list_rtl_24_regular = IconData( + 0xf7fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 16 and regular style. - static const IconData text_paragraph_16_regular = IconData(0x10374, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_16_regular = IconData( + 0x10374, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 20 and regular style. - static const IconData text_paragraph_20_regular = IconData(0xfc98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_20_regular = IconData( + 0xfc98, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 24 and regular style. - static const IconData text_paragraph_24_regular = IconData(0xfc99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_24_regular = IconData( + 0xfc99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction" in size 20 and regular style. - static const IconData text_paragraph_direction_20_regular = IconData(0xfc9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_20_regular = IconData( + 0xfc9a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction" in size 24 and regular style. - static const IconData text_paragraph_direction_24_regular = IconData(0xfc9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_24_regular = IconData( + 0xfc9b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_left" in size 16 and regular style. - static const IconData text_paragraph_direction_left_16_regular = IconData(0x101c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_left_16_regular = IconData( + 0x101c2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_left" in size 20 and regular style. - static const IconData text_paragraph_direction_left_20_regular = IconData(0x101c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_left_20_regular = IconData( + 0x101c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_right" in size 16 and regular style. - static const IconData text_paragraph_direction_right_16_regular = IconData(0x101c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_right_16_regular = IconData( + 0x101c4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_right" in size 20 and regular style. - static const IconData text_paragraph_direction_right_20_regular = IconData(0x101c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_right_20_regular = IconData( + 0x101c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_period_asterisk" in size 20 and regular style. - static const IconData text_period_asterisk_20_regular = IconData(0x100f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_period_asterisk_20_regular = IconData( + 0x100f3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_behind" in size 20 and regular style. - static const IconData text_position_behind_20_regular = IconData(0xfc9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_behind_20_regular = IconData( + 0xfc9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_behind" in size 24 and regular style. - static const IconData text_position_behind_24_regular = IconData(0xfc9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_behind_24_regular = IconData( + 0xfc9d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_front" in size 20 and regular style. - static const IconData text_position_front_20_regular = IconData(0xfc9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_front_20_regular = IconData( + 0xfc9e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_front" in size 24 and regular style. - static const IconData text_position_front_24_regular = IconData(0xfc9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_front_24_regular = IconData( + 0xfc9f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_line" in size 20 and regular style. - static const IconData text_position_line_20_regular = IconData(0xfca0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_line_20_regular = IconData( + 0xfca0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_line" in size 24 and regular style. - static const IconData text_position_line_24_regular = IconData(0xfca1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_line_24_regular = IconData( + 0xfca1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_square" in size 20 and regular style. - static const IconData text_position_square_20_regular = IconData(0xfca2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_square_20_regular = IconData( + 0xfca2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_square" in size 24 and regular style. - static const IconData text_position_square_24_regular = IconData(0xfca3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_square_24_regular = IconData( + 0xfca3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_through" in size 20 and regular style. - static const IconData text_position_through_20_regular = IconData(0xfca4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_through_20_regular = IconData( + 0xfca4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_through" in size 24 and regular style. - static const IconData text_position_through_24_regular = IconData(0xfca5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_through_24_regular = IconData( + 0xfca5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_tight" in size 20 and regular style. - static const IconData text_position_tight_20_regular = IconData(0xfca6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_tight_20_regular = IconData( + 0xfca6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_tight" in size 24 and regular style. - static const IconData text_position_tight_24_regular = IconData(0xfca7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_tight_24_regular = IconData( + 0xfca7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_top_bottom" in size 20 and regular style. - static const IconData text_position_top_bottom_20_regular = IconData(0xfca8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_top_bottom_20_regular = IconData( + 0xfca8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_top_bottom" in size 24 and regular style. - static const IconData text_position_top_bottom_24_regular = IconData(0xfca9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_position_top_bottom_24_regular = IconData( + 0xfca9, + 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); + 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); + static const IconData text_proofing_tools_24_regular = IconData( + 0xf7ff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_proofing_tools_ga_na_da" in size 24 and regular style. - static const IconData text_proofing_tools_ga_na_da_24_regular = IconData(0xff15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_proofing_tools_ga_na_da_24_regular = IconData( + 0xff15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_proofing_tools_zi" in size 24 and regular style. - static const IconData text_proofing_tools_zi_24_regular = IconData(0xff16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_proofing_tools_zi_24_regular = IconData( + 0xff16, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_quote" in size 16 and regular style. - static const IconData text_quote_16_regular = IconData(0x10035, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_quote_16_regular = IconData( + 0x10035, + 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); + 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); + static const IconData text_quote_24_regular = IconData( + 0xf801, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_ascending" in size 16 and regular style. - static const IconData text_sort_ascending_16_regular = IconData(0xfdf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_sort_ascending_16_regular = IconData( + 0xfdf1, + 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); + static const IconData text_sort_ascending_20_regular = IconData( + 0xf802, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_ascending" in size 24 and regular style. - static const IconData text_sort_ascending_24_regular = IconData(0xfdf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_sort_ascending_24_regular = IconData( + 0xfdf2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_descending" in size 16 and regular style. - static const IconData text_sort_descending_16_regular = IconData(0xfdf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_sort_descending_16_regular = IconData( + 0xfdf3, + 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); + static const IconData text_sort_descending_20_regular = IconData( + 0xf803, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_descending" in size 24 and regular style. - static const IconData text_sort_descending_24_regular = IconData(0xfdf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_sort_descending_24_regular = IconData( + 0xfdf4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 16 and regular style. - static const IconData text_strikethrough_16_regular = IconData(0xffde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_16_regular = IconData( + 0xffde, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 20 and regular style. - static const IconData text_strikethrough_20_regular = IconData(0xffdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_20_regular = IconData( + 0xffdf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 24 and regular style. - static const IconData text_strikethrough_24_regular = IconData(0xffe0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_24_regular = IconData( + 0xffe0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 16 and regular style. - static const IconData text_strikethrough_s_16_regular = IconData(0xfd84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_16_regular = IconData( + 0xfd84, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 20 and regular style. - static const IconData text_strikethrough_s_20_regular = IconData(0xfd85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_20_regular = IconData( + 0xfd85, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 24 and regular style. - static const IconData text_strikethrough_s_24_regular = IconData(0xfd86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_24_regular = IconData( + 0xfd86, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_subscript" in size 16 and regular style. - static const IconData text_subscript_16_regular = IconData(0x101c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_subscript_16_regular = IconData( + 0x101c6, + 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); + 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); + static const IconData text_subscript_24_regular = IconData( + 0xf807, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_superscript" in size 16 and regular style. - static const IconData text_superscript_16_regular = IconData(0x101c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_superscript_16_regular = IconData( + 0x101c7, + 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); + 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); + static const IconData text_superscript_24_regular = IconData( + 0xf809, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 20 and regular style. - static const IconData text_t_20_regular = IconData(0x10091, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_t_20_regular = IconData( + 0x10091, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 24 and regular style. - static const IconData text_t_24_regular = IconData(0x10092, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_t_24_regular = IconData( + 0x10092, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 28 and regular style. - static const IconData text_t_28_regular = IconData(0x10247, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_t_28_regular = IconData( + 0x10247, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 48 and regular style. - static const IconData text_t_48_regular = IconData(0x10248, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_t_48_regular = IconData( + 0x10248, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_underline" in size 16 and regular style. - static const IconData text_underline_16_regular = IconData(0xfad5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData text_underline_16_regular = IconData( + 0xfad5, + 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); + 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); + 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); + 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); + 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); + static const IconData text_wrap_24_regular = IconData( + 0xf80e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox" in size 16 and regular style. - static const IconData textbox_16_regular = IconData(0x104d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_16_regular = IconData( + 0x104d7, + 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); + 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); + static const IconData textbox_24_regular = IconData( + 0xf810, + 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); + 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); + static const IconData textbox_align_bottom_24_regular = IconData( + 0xf814, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_bottom_rotate_90" in size 20 and regular style. - static const IconData textbox_align_bottom_rotate_90_20_regular = IconData(0x1055f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_bottom_rotate_90_20_regular = IconData( + 0x1055f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_bottom_rotate_90" in size 24 and regular style. - static const IconData textbox_align_bottom_rotate_90_24_regular = IconData(0xffe1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_bottom_rotate_90_24_regular = IconData( + 0xffe1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_center" in size 20 and regular style. - static const IconData textbox_align_center_20_regular = IconData(0xfcaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_center_20_regular = IconData( + 0xfcaa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_center" in size 24 and regular style. - static const IconData textbox_align_center_24_regular = IconData(0xfcab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_center_24_regular = IconData( + 0xfcab, + 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); + 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); + static const IconData textbox_align_middle_24_regular = IconData( + 0xf816, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_middle_rotate_90" in size 20 and regular style. - static const IconData textbox_align_middle_rotate_90_20_regular = IconData(0x10560, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_middle_rotate_90_20_regular = IconData( + 0x10560, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_middle_rotate_90" in size 24 and regular style. - static const IconData textbox_align_middle_rotate_90_24_regular = IconData(0xffe2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_middle_rotate_90_24_regular = IconData( + 0xffe2, + 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); + 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); + static const IconData textbox_align_top_24_regular = IconData( + 0xf818, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_top_rotate_90" in size 20 and regular style. - static const IconData textbox_align_top_rotate_90_20_regular = IconData(0x10561, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_top_rotate_90_20_regular = IconData( + 0x10561, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_top_rotate_90" in size 24 and regular style. - static const IconData textbox_align_top_rotate_90_24_regular = IconData(0xffe3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_align_top_rotate_90_24_regular = IconData( + 0xffe3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_more" in size 20 and regular style. - static const IconData textbox_more_20_regular = IconData(0x10562, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_more_20_regular = IconData( + 0x10562, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_more" in size 24 and regular style. - static const IconData textbox_more_24_regular = IconData(0xff17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_more_24_regular = IconData( + 0xff17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_rotate_90" in size 20 and regular style. - static const IconData textbox_rotate_90_20_regular = IconData(0x104d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_rotate_90_20_regular = IconData( + 0x104d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_rotate_90" in size 24 and regular style. - static const IconData textbox_rotate_90_24_regular = IconData(0x104d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData textbox_rotate_90_24_regular = IconData( + 0x104d9, + 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); + 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); + 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); + 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); + static const IconData thinking_24_regular = IconData( + 0xf81c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_dislike" in size 16 and regular style. - static const IconData thumb_dislike_16_regular = IconData(0xffc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData thumb_dislike_16_regular = IconData( + 0xffc7, + 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); + 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); + static const IconData thumb_dislike_24_regular = IconData( + 0xf81e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 16 and regular style. - static const IconData thumb_like_16_regular = IconData(0xfcac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData thumb_like_16_regular = IconData( + 0xfcac, + 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); + 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); + static const IconData thumb_like_24_regular = IconData( + 0xf820, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 28 and regular style. - static const IconData thumb_like_28_regular = IconData(0x10249, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData thumb_like_28_regular = IconData( + 0x10249, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 48 and regular style. - static const IconData thumb_like_48_regular = IconData(0x1024a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData thumb_like_48_regular = IconData( + 0x1024a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 16 and regular style. - static const IconData ticket_diagonal_16_regular = IconData(0xfae4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_16_regular = IconData( + 0xfae4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 20 and regular style. - static const IconData ticket_diagonal_20_regular = IconData(0xfae5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_20_regular = IconData( + 0xfae5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 24 and regular style. - static const IconData ticket_diagonal_24_regular = IconData(0xfae6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_24_regular = IconData( + 0xfae6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 28 and regular style. - static const IconData ticket_diagonal_28_regular = IconData(0xfae7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_28_regular = IconData( + 0xfae7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_horizontal" in size 20 and regular style. - static const IconData ticket_horizontal_20_regular = IconData(0xfcad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_horizontal_20_regular = IconData( + 0xfcad, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_horizontal" in size 24 and regular style. - static const IconData ticket_horizontal_24_regular = IconData(0xfcae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData ticket_horizontal_24_regular = IconData( + 0xfcae, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "time_and_weather" in size 20 and regular style. - static const IconData time_and_weather_20_regular = IconData(0x10721, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData time_and_weather_20_regular = IconData( + 0x10721, + 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); + 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); + static const IconData time_picker_24_regular = IconData( + 0xf824, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timeline" in size 20 and regular style. - static const IconData timeline_20_regular = IconData(0x100f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timeline_20_regular = IconData( + 0x100f4, + 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); + static const IconData timeline_24_regular = IconData( + 0xf825, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_10" in size 20 and regular style. - static const IconData timer_10_20_regular = IconData(0x10749, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_10_20_regular = IconData( + 0x10749, + 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); + static const IconData timer_10_24_regular = IconData( + 0xf826, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 12 and regular style. - static const IconData timer_12_regular = IconData(0x1044f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_12_regular = IconData( + 0x1044f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 16 and regular style. - static const IconData timer_16_regular = IconData(0xfae8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_16_regular = IconData( + 0xfae8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 20 and regular style. - static const IconData timer_20_regular = IconData(0xfae9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_20_regular = IconData( + 0xfae9, + 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); + static const IconData timer_24_regular = IconData( + 0xf827, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 28 and regular style. - static const IconData timer_28_regular = IconData(0x10450, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_28_regular = IconData( + 0x10450, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_2" in size 20 and regular style. - static const IconData timer_2_20_regular = IconData(0x1074a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_2_20_regular = IconData( + 0x1074a, + 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); + static const IconData timer_2_24_regular = IconData( + 0xf828, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 32 and regular style. - static const IconData timer_32_regular = IconData(0x10451, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_32_regular = IconData( + 0x10451, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_3" in size 20 and regular style. - static const IconData timer_3_20_regular = IconData(0x1074b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_3_20_regular = IconData( + 0x1074b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_3" in size 24 and regular style. - static const IconData timer_3_24_regular = IconData(0xfd0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_3_24_regular = IconData( + 0xfd0c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 48 and regular style. - static const IconData timer_48_regular = IconData(0x10452, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_48_regular = IconData( + 0x10452, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_off" in size 20 and regular style. - static const IconData timer_off_20_regular = IconData(0x106c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData timer_off_20_regular = IconData( + 0x106c6, + 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); + static const IconData timer_off_24_regular = IconData( + 0xf829, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 16 and regular style. - static const IconData toggle_left_16_regular = IconData(0xfaea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_left_16_regular = IconData( + 0xfaea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 20 and regular style. - static const IconData toggle_left_20_regular = IconData(0xfaeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_left_20_regular = IconData( + 0xfaeb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 24 and regular style. - static const IconData toggle_left_24_regular = IconData(0xfaec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_left_24_regular = IconData( + 0xfaec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 28 and regular style. - static const IconData toggle_left_28_regular = IconData(0xfaed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_left_28_regular = IconData( + 0xfaed, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 48 and regular style. - static const IconData toggle_left_48_regular = IconData(0xfaee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_left_48_regular = IconData( + 0xfaee, + 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); + 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); + 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); + static const IconData toggle_right_24_regular = IconData( + 0xf82c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_right" in size 28 and regular style. - static const IconData toggle_right_28_regular = IconData(0xfaef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_right_28_regular = IconData( + 0xfaef, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_right" in size 48 and regular style. - static const IconData toggle_right_48_regular = IconData(0xfaf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toggle_right_48_regular = IconData( + 0xfaf0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "toolbox" in size 12 and regular style. - static const IconData toolbox_12_regular = IconData(0x10178, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData toolbox_12_regular = IconData( + 0x10178, + 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); + 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); + 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); + 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); + static const IconData toolbox_28_regular = IconData( + 0xf830, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tooltip_quote" in size 20 and regular style. - static const IconData tooltip_quote_20_regular = IconData(0xf7bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tooltip_quote_20_regular = IconData( + 0xf7bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tooltip_quote" in size 24 and regular style. - static const IconData tooltip_quote_24_regular = IconData(0xffc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tooltip_quote_24_regular = IconData( + 0xffc8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "top_speed" in size 20 and regular style. - static const IconData top_speed_20_regular = IconData(0xfea0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData top_speed_20_regular = IconData( + 0xfea0, + 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); + 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); + 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); + 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); + static const IconData translate_24_regular = IconData( + 0xf834, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "transmission" in size 20 and regular style. - static const IconData transmission_20_regular = IconData(0x10722, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData transmission_20_regular = IconData( + 0x10722, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "transmission" in size 24 and regular style. - static const IconData transmission_24_regular = IconData(0xfef9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData transmission_24_regular = IconData( + 0xfef9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_add" in size 20 and regular style. - static const IconData tray_item_add_20_regular = IconData(0x10299, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tray_item_add_20_regular = IconData( + 0x10299, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_add" in size 24 and regular style. - static const IconData tray_item_add_24_regular = IconData(0x1029a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tray_item_add_24_regular = IconData( + 0x1029a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_remove" in size 20 and regular style. - static const IconData tray_item_remove_20_regular = IconData(0x1029b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tray_item_remove_20_regular = IconData( + 0x1029b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_remove" in size 24 and regular style. - static const IconData tray_item_remove_24_regular = IconData(0x1029c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tray_item_remove_24_regular = IconData( + 0x1029c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tree_deciduous" in size 20 and regular style. - static const IconData tree_deciduous_20_regular = IconData(0x1074c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tree_deciduous_20_regular = IconData( + 0x1074c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tree_evergreen" in size 20 and regular style. - static const IconData tree_evergreen_20_regular = IconData(0x1074d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tree_evergreen_20_regular = IconData( + 0x1074d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 12 and regular style. - static const IconData triangle_12_regular = IconData(0x100f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_12_regular = IconData( + 0x100f5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 16 and regular style. - static const IconData triangle_16_regular = IconData(0x106c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_16_regular = IconData( + 0x106c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 20 and regular style. - static const IconData triangle_20_regular = IconData(0x106c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_20_regular = IconData( + 0x106c8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 32 and regular style. - static const IconData triangle_32_regular = IconData(0x10201, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_32_regular = IconData( + 0x10201, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 48 and regular style. - static const IconData triangle_48_regular = IconData(0x103d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_48_regular = IconData( + 0x103d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 12 and regular style. - static const IconData triangle_down_12_regular = IconData(0x106c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_down_12_regular = IconData( + 0x106c9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 16 and regular style. - static const IconData triangle_down_16_regular = IconData(0x106ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_down_16_regular = IconData( + 0x106ca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 20 and regular style. - static const IconData triangle_down_20_regular = IconData(0x106cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_down_20_regular = IconData( + 0x106cb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 32 and regular style. - static const IconData triangle_down_32_regular = IconData(0x106cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_down_32_regular = IconData( + 0x106cc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 48 and regular style. - static const IconData triangle_down_48_regular = IconData(0x106cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_down_48_regular = IconData( + 0x106cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 12 and regular style. - static const IconData triangle_left_12_regular = IconData(0x106ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_left_12_regular = IconData( + 0x106ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 16 and regular style. - static const IconData triangle_left_16_regular = IconData(0x106cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_left_16_regular = IconData( + 0x106cf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 20 and regular style. - static const IconData triangle_left_20_regular = IconData(0x106d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_left_20_regular = IconData( + 0x106d0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 32 and regular style. - static const IconData triangle_left_32_regular = IconData(0x106d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_left_32_regular = IconData( + 0x106d1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 48 and regular style. - static const IconData triangle_left_48_regular = IconData(0x106d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_left_48_regular = IconData( + 0x106d2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 12 and regular style. - static const IconData triangle_right_12_regular = IconData(0x106d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_right_12_regular = IconData( + 0x106d3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 16 and regular style. - static const IconData triangle_right_16_regular = IconData(0x106d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_right_16_regular = IconData( + 0x106d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 20 and regular style. - static const IconData triangle_right_20_regular = IconData(0x106d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_right_20_regular = IconData( + 0x106d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 32 and regular style. - static const IconData triangle_right_32_regular = IconData(0x106d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_right_32_regular = IconData( + 0x106d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 48 and regular style. - static const IconData triangle_right_48_regular = IconData(0x106d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData triangle_right_48_regular = IconData( + 0x106d7, + 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); + 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); + 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); + static const IconData trophy_24_regular = IconData( + 0xf837, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 28 and regular style. - static const IconData trophy_28_regular = IconData(0x103d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_28_regular = IconData( + 0x103d4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 32 and regular style. - static const IconData trophy_32_regular = IconData(0x103d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_32_regular = IconData( + 0x103d5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 48 and regular style. - static const IconData trophy_48_regular = IconData(0x103d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_48_regular = IconData( + 0x103d6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 16 and regular style. - static const IconData trophy_off_16_regular = IconData(0x103d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_16_regular = IconData( + 0x103d7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 20 and regular style. - static const IconData trophy_off_20_regular = IconData(0x103d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_20_regular = IconData( + 0x103d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 24 and regular style. - static const IconData trophy_off_24_regular = IconData(0x103d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_24_regular = IconData( + 0x103d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 28 and regular style. - static const IconData trophy_off_28_regular = IconData(0x103da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_28_regular = IconData( + 0x103da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 32 and regular style. - static const IconData trophy_off_32_regular = IconData(0x103db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_32_regular = IconData( + 0x103db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 48 and regular style. - static const IconData trophy_off_48_regular = IconData(0x103dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData trophy_off_48_regular = IconData( + 0x103dc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 16 and regular style. - static const IconData tv_16_regular = IconData(0xfaf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_16_regular = IconData( + 0xfaf1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 20 and regular style. - static const IconData tv_20_regular = IconData(0xfaf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_20_regular = IconData( + 0xfaf2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 24 and regular style. - static const IconData tv_24_regular = IconData(0xfaf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_24_regular = IconData( + 0xfaf3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 28 and regular style. - static const IconData tv_28_regular = IconData(0xfaf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_28_regular = IconData( + 0xfaf4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 48 and regular style. - static const IconData tv_48_regular = IconData(0xfaf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_48_regular = IconData( + 0xfaf5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_arrow_right" in size 20 and regular style. - static const IconData tv_arrow_right_20_regular = IconData(0xfba8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_arrow_right_20_regular = IconData( + 0xfba8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 16 and regular style. - static const IconData tv_usb_16_regular = IconData(0xfd94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_usb_16_regular = IconData( + 0xfd94, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 20 and regular style. - static const IconData tv_usb_20_regular = IconData(0xfd95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_usb_20_regular = IconData( + 0xfd95, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 24 and regular style. - static const IconData tv_usb_24_regular = IconData(0xfd96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_usb_24_regular = IconData( + 0xfd96, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 28 and regular style. - static const IconData tv_usb_28_regular = IconData(0xfd97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_usb_28_regular = IconData( + 0xfd97, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 48 and regular style. - static const IconData tv_usb_48_regular = IconData(0xfd98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData tv_usb_48_regular = IconData( + 0xfd98, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "umbrella" in size 20 and regular style. - static const IconData umbrella_20_regular = IconData(0xffc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData umbrella_20_regular = IconData( + 0xffc9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "umbrella" in size 24 and regular style. - static const IconData umbrella_24_regular = IconData(0xffca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData umbrella_24_regular = IconData( + 0xffca, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "uninstall_app" in size 20 and regular style. - static const IconData uninstall_app_20_regular = IconData(0x1074e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData uninstall_app_20_regular = IconData( + 0x1074e, + 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); + static const IconData uninstall_app_24_regular = IconData( + 0xf838, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "usb_plug" in size 20 and regular style. - static const IconData usb_plug_20_regular = IconData(0x10093, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData usb_plug_20_regular = IconData( + 0x10093, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "usb_plug" in size 24 and regular style. - static const IconData usb_plug_24_regular = IconData(0x10094, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData usb_plug_24_regular = IconData( + 0x10094, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData vault_24_regular = IconData( + 0xf843, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bicycle" in size 16 and regular style. - static const IconData vehicle_bicycle_16_regular = IconData(0xfaf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_bicycle_16_regular = IconData( + 0xfaf6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bicycle" in size 20 and regular style. - static const IconData vehicle_bicycle_20_regular = IconData(0xfaf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_bicycle_20_regular = IconData( + 0xfaf7, + 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); + static const IconData vehicle_bicycle_24_regular = IconData( + 0xf844, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bus" in size 16 and regular style. - static const IconData vehicle_bus_16_regular = IconData(0xfaf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_bus_16_regular = IconData( + 0xfaf8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bus" in size 20 and regular style. - static const IconData vehicle_bus_20_regular = IconData(0xfaf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_bus_20_regular = IconData( + 0xfaf9, + 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); + static const IconData vehicle_bus_24_regular = IconData( + 0xf845, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 16 and regular style. - static const IconData vehicle_cab_16_regular = IconData(0xfd87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_cab_16_regular = IconData( + 0xfd87, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 20 and regular style. - static const IconData vehicle_cab_20_regular = IconData(0xfd88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_cab_20_regular = IconData( + 0xfd88, + 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); + static const IconData vehicle_cab_24_regular = IconData( + 0xf846, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 28 and regular style. - static const IconData vehicle_cab_28_regular = IconData(0xfd89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_cab_28_regular = IconData( + 0xfd89, + 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); + 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); + 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); + static const IconData vehicle_car_24_regular = IconData( + 0xf849, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car" in size 28 and regular style. - static const IconData vehicle_car_28_regular = IconData(0xfafa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_28_regular = IconData( + 0xfafa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car" in size 48 and regular style. - static const IconData vehicle_car_48_regular = IconData(0xfafb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_48_regular = IconData( + 0xfafb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 16 and regular style. - static const IconData vehicle_car_collision_16_regular = IconData(0x10179, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_16_regular = IconData( + 0x10179, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 20 and regular style. - static const IconData vehicle_car_collision_20_regular = IconData(0x1017a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_20_regular = IconData( + 0x1017a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 24 and regular style. - static const IconData vehicle_car_collision_24_regular = IconData(0x1017b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_24_regular = IconData( + 0x1017b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 28 and regular style. - static const IconData vehicle_car_collision_28_regular = IconData(0x10375, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_28_regular = IconData( + 0x10375, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 32 and regular style. - static const IconData vehicle_car_collision_32_regular = IconData(0x10376, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_32_regular = IconData( + 0x10376, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 48 and regular style. - static const IconData vehicle_car_collision_48_regular = IconData(0x1017c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_48_regular = IconData( + 0x1017c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_ltr" in size 16 and regular style. - static const IconData vehicle_car_profile_ltr_16_regular = IconData(0xf7cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_ltr_16_regular = IconData( + 0xf7cd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_ltr" in size 20 and regular style. - static const IconData vehicle_car_profile_ltr_20_regular = IconData(0x10036, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_ltr_20_regular = IconData( + 0x10036, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_rtl" in size 16 and regular style. - static const IconData vehicle_car_profile_rtl_16_regular = IconData(0xf7ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_rtl_16_regular = IconData( + 0xf7ce, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_rtl" in size 20 and regular style. - static const IconData vehicle_car_profile_rtl_20_regular = IconData(0x10037, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_rtl_20_regular = IconData( + 0x10037, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 16 and regular style. - static const IconData vehicle_ship_16_regular = IconData(0xfafc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_ship_16_regular = IconData( + 0xfafc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 20 and regular style. - static const IconData vehicle_ship_20_regular = IconData(0xfafd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_ship_20_regular = IconData( + 0xfafd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 24 and regular style. - static const IconData vehicle_ship_24_regular = IconData(0xfafe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_ship_24_regular = IconData( + 0xfafe, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 16 and regular style. - static const IconData vehicle_subway_16_regular = IconData(0xfaff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_subway_16_regular = IconData( + 0xfaff, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 20 and regular style. - static const IconData vehicle_subway_20_regular = IconData(0xfb00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_subway_20_regular = IconData( + 0xfb00, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 24 and regular style. - static const IconData vehicle_subway_24_regular = IconData(0xfb01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_subway_24_regular = IconData( + 0xfb01, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck" in size 16 and regular style. - static const IconData vehicle_truck_16_regular = IconData(0xfb02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_16_regular = IconData( + 0xfb02, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck" in size 20 and regular style. - static const IconData vehicle_truck_20_regular = IconData(0xfb03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_20_regular = IconData( + 0xfb03, + 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); + static const IconData vehicle_truck_24_regular = IconData( + 0xf84a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_bag" in size 20 and regular style. - static const IconData vehicle_truck_bag_20_regular = IconData(0x1029d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_bag_20_regular = IconData( + 0x1029d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_bag" in size 24 and regular style. - static const IconData vehicle_truck_bag_24_regular = IconData(0x1029e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_bag_24_regular = IconData( + 0x1029e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_cube" in size 20 and regular style. - static const IconData vehicle_truck_cube_20_regular = IconData(0x102f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_cube_20_regular = IconData( + 0x102f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_cube" in size 24 and regular style. - static const IconData vehicle_truck_cube_24_regular = IconData(0x102f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_cube_24_regular = IconData( + 0x102f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 16 and regular style. - static const IconData vehicle_truck_profile_16_regular = IconData(0xf7ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_16_regular = IconData( + 0xf7ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 20 and regular style. - static const IconData vehicle_truck_profile_20_regular = IconData(0xffcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_20_regular = IconData( + 0xffcb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 24 and regular style. - static const IconData vehicle_truck_profile_24_regular = IconData(0xfd8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_24_regular = IconData( + 0xfd8a, + 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); + 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); + 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); + 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); + static const IconData video_28_regular = IconData( + 0xf84e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video" in size 32 and regular style. - static const IconData video_32_regular = IconData(0xff18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_32_regular = IconData( + 0xff18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360" in size 20 and regular style. - static const IconData video_360_20_regular = IconData(0xfb5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_360_20_regular = IconData( + 0xfb5c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360" in size 24 and regular style. - static const IconData video_360_24_regular = IconData(0xfb5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_360_24_regular = IconData( + 0xfb5d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360_off" in size 20 and regular style. - static const IconData video_360_off_20_regular = IconData(0xfd99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_360_off_20_regular = IconData( + 0xfd99, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video" in size 48 and regular style. - static const IconData video_48_regular = IconData(0xff19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_48_regular = IconData( + 0xff19, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_add" in size 20 and regular style. - static const IconData video_add_20_regular = IconData(0xffcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_add_20_regular = IconData( + 0xffcc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_add" in size 24 and regular style. - static const IconData video_add_24_regular = IconData(0xffcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_add_24_regular = IconData( + 0xffcd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_background_effect" in size 20 and regular style. - static const IconData video_background_effect_20_regular = IconData(0xfb20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_background_effect_20_regular = IconData( + 0xfb20, + 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); + static const IconData video_background_effect_24_regular = IconData( + 0xf84f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 16 and regular style. - static const IconData video_chat_16_regular = IconData(0x10563, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_16_regular = IconData( + 0x10563, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 20 and regular style. - static const IconData video_chat_20_regular = IconData(0x10564, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_20_regular = IconData( + 0x10564, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 24 and regular style. - static const IconData video_chat_24_regular = IconData(0x10565, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_24_regular = IconData( + 0x10565, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 28 and regular style. - static const IconData video_chat_28_regular = IconData(0x106d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_28_regular = IconData( + 0x106d8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 32 and regular style. - static const IconData video_chat_32_regular = IconData(0x106d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_32_regular = IconData( + 0x106d9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 48 and regular style. - static const IconData video_chat_48_regular = IconData(0x106da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_chat_48_regular = IconData( + 0x106da, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip" in size 16 and regular style. - static const IconData video_clip_16_regular = IconData(0xff1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_clip_16_regular = IconData( + 0xff1a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip" in size 20 and regular style. - static const IconData video_clip_20_regular = IconData(0xfb04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_clip_20_regular = IconData( + 0xfb04, + 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); + static const IconData video_clip_24_regular = IconData( + 0xf850, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 16 and regular style. - static const IconData video_clip_multiple_16_regular = IconData(0x10377, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_16_regular = IconData( + 0x10377, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 20 and regular style. - static const IconData video_clip_multiple_20_regular = IconData(0x10378, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_20_regular = IconData( + 0x10378, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 24 and regular style. - static const IconData video_clip_multiple_24_regular = IconData(0x10379, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_24_regular = IconData( + 0x10379, + 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); + 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); + 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); + static const IconData video_off_28_regular = IconData( + 0xf853, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_off" in size 32 and regular style. - static const IconData video_off_32_regular = IconData(0x1024b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_off_32_regular = IconData( + 0x1024b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_off" in size 48 and regular style. - static const IconData video_off_48_regular = IconData(0x1024c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_off_48_regular = IconData( + 0x1024c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 12 and regular style. - static const IconData video_person_12_regular = IconData(0xfb5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_12_regular = IconData( + 0xfb5e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 16 and regular style. - static const IconData video_person_16_regular = IconData(0xfb5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_16_regular = IconData( + 0xfb5f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 20 and regular style. - static const IconData video_person_20_regular = IconData(0xfb60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_20_regular = IconData( + 0xfb60, + 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); + static const IconData video_person_24_regular = IconData( + 0xf854, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 28 and regular style. - static const IconData video_person_28_regular = IconData(0xfb61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_28_regular = IconData( + 0xfb61, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 48 and regular style. - static const IconData video_person_48_regular = IconData(0xfb62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_48_regular = IconData( + 0xfb62, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 16 and regular style. - static const IconData video_person_call_16_regular = IconData(0xfb63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_call_16_regular = IconData( + 0xfb63, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 20 and regular style. - static const IconData video_person_call_20_regular = IconData(0xfb64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_call_20_regular = IconData( + 0xfb64, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 24 and regular style. - static const IconData video_person_call_24_regular = IconData(0xfb65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_call_24_regular = IconData( + 0xfb65, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 32 and regular style. - static const IconData video_person_call_32_regular = IconData(0xfdf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_call_32_regular = IconData( + 0xfdf5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_off" in size 20 and regular style. - static const IconData video_person_off_20_regular = IconData(0x105f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_off_20_regular = IconData( + 0x105f8, + 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); + static const IconData video_person_off_24_regular = IconData( + 0xf855, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 16 and regular style. - static const IconData video_person_sparkle_16_regular = IconData(0x10202, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_16_regular = IconData( + 0x10202, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 20 and regular style. - static const IconData video_person_sparkle_20_regular = IconData(0x10203, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_20_regular = IconData( + 0x10203, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 24 and regular style. - static const IconData video_person_sparkle_24_regular = IconData(0x10204, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_24_regular = IconData( + 0x10204, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 28 and regular style. - static const IconData video_person_sparkle_28_regular = IconData(0x10205, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_28_regular = IconData( + 0x10205, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 48 and regular style. - static const IconData video_person_sparkle_48_regular = IconData(0x10206, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_48_regular = IconData( + 0x10206, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star" in size 20 and regular style. - static const IconData video_person_star_20_regular = IconData(0xfb66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_star_20_regular = IconData( + 0xfb66, + 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); + static const IconData video_person_star_24_regular = IconData( + 0xf856, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star_off" in size 20 and regular style. - static const IconData video_person_star_off_20_regular = IconData(0xfba9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_star_off_20_regular = IconData( + 0xfba9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star_off" in size 24 and regular style. - static const IconData video_person_star_off_24_regular = IconData(0xfe39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_person_star_off_24_regular = IconData( + 0xfe39, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_play_pause" in size 20 and regular style. - static const IconData video_play_pause_20_regular = IconData(0x10723, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_play_pause_20_regular = IconData( + 0x10723, + 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); + static const IconData video_play_pause_24_regular = IconData( + 0xf857, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 16 and regular style. - static const IconData video_prohibited_16_regular = IconData(0xfd9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_prohibited_16_regular = IconData( + 0xfd9a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 20 and regular style. - static const IconData video_prohibited_20_regular = IconData(0xfb67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_prohibited_20_regular = IconData( + 0xfb67, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 24 and regular style. - static const IconData video_prohibited_24_regular = IconData(0xfd9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_prohibited_24_regular = IconData( + 0xfd9b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 28 and regular style. - static const IconData video_prohibited_28_regular = IconData(0xfd9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_prohibited_28_regular = IconData( + 0xfd9c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_recording" in size 20 and regular style. - static const IconData video_recording_20_regular = IconData(0xfbaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_recording_20_regular = IconData( + 0xfbaa, + 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); + 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); + static const IconData video_security_24_regular = IconData( + 0xf859, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_switch" in size 20 and regular style. - static const IconData video_switch_20_regular = IconData(0xfb68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_switch_20_regular = IconData( + 0xfb68, + 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); + static const IconData video_switch_24_regular = IconData( + 0xf85a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_sync" in size 20 and regular style. - static const IconData video_sync_20_regular = IconData(0xfbab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData video_sync_20_regular = IconData( + 0xfbab, + 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); + 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); + 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); + 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); + static const IconData view_desktop_mobile_24_regular = IconData( + 0xf85e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "virtual_network" in size 20 and regular style. - static const IconData virtual_network_20_regular = IconData(0x106db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData virtual_network_20_regular = IconData( + 0x106db, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "virtual_network_toolbox" in size 20 and regular style. - static const IconData virtual_network_toolbox_20_regular = IconData(0x106dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData virtual_network_toolbox_20_regular = IconData( + 0x106dc, + 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); + 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); + 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); + static const IconData voicemail_24_regular = IconData( + 0xf864, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail" in size 28 and regular style. - static const IconData voicemail_28_regular = IconData(0xfd0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_28_regular = IconData( + 0xfd0d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_back" in size 16 and regular style. - static const IconData voicemail_arrow_back_16_regular = IconData(0xf7eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_back_16_regular = IconData( + 0xf7eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_back" in size 20 and regular style. - static const IconData voicemail_arrow_back_20_regular = IconData(0x105f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_back_20_regular = IconData( + 0x105f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_forward" in size 16 and regular style. - static const IconData voicemail_arrow_forward_16_regular = IconData(0xf7ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_forward_16_regular = IconData( + 0xf7ec, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_forward" in size 20 and regular style. - static const IconData voicemail_arrow_forward_20_regular = IconData(0x105fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_forward_20_regular = IconData( + 0x105fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_subtract" in size 20 and regular style. - static const IconData voicemail_arrow_subtract_20_regular = IconData(0x105fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_subtract_20_regular = IconData( + 0x105fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_subtract" in size 16 and regular style. - static const IconData voicemail_subtract_16_regular = IconData(0xf7fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData voicemail_subtract_16_regular = IconData( + 0xf7fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vote" in size 20 and regular style. - static const IconData vote_20_regular = IconData(0xfb05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vote_20_regular = IconData( + 0xfb05, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "vote" in size 24 and regular style. - static const IconData vote_24_regular = IconData(0xfb06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData vote_24_regular = IconData( + 0xfb06, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "walkie_talkie" in size 20 and regular style. - static const IconData walkie_talkie_20_regular = IconData(0xfd0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData walkie_talkie_20_regular = IconData( + 0xfd0e, + 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); + 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); + static const IconData walkie_talkie_28_regular = IconData( + 0xf866, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 16 and regular style. - static const IconData wallet_16_regular = IconData(0x106dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_16_regular = IconData( + 0x106dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 20 and regular style. - static const IconData wallet_20_regular = IconData(0x1017d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_20_regular = IconData( + 0x1017d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 24 and regular style. - static const IconData wallet_24_regular = IconData(0x1017e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_24_regular = IconData( + 0x1017e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 28 and regular style. - static const IconData wallet_28_regular = IconData(0x1037a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_28_regular = IconData( + 0x1037a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 32 and regular style. - static const IconData wallet_32_regular = IconData(0x1037b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_32_regular = IconData( + 0x1037b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 48 and regular style. - static const IconData wallet_48_regular = IconData(0x1037c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_48_regular = IconData( + 0x1037c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 16 and regular style. - static const IconData wallet_credit_card_16_regular = IconData(0x106de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_16_regular = IconData( + 0x106de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 20 and regular style. - static const IconData wallet_credit_card_20_regular = IconData(0x106df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_20_regular = IconData( + 0x106df, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 24 and regular style. - static const IconData wallet_credit_card_24_regular = IconData(0x106e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_24_regular = IconData( + 0x106e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 32 and regular style. - static const IconData wallet_credit_card_32_regular = IconData(0x106e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_32_regular = IconData( + 0x106e1, + 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); + static const IconData wallpaper_24_regular = IconData( + 0xf867, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 16 and regular style. - static const IconData wand_16_regular = IconData(0xfcaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wand_16_regular = IconData( + 0xfcaf, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 20 and regular style. - static const IconData wand_20_regular = IconData(0xfcb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wand_20_regular = IconData( + 0xfcb0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 24 and regular style. - static const IconData wand_24_regular = IconData(0xfcb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wand_24_regular = IconData( + 0xfcb1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 28 and regular style. - static const IconData wand_28_regular = IconData(0xfcb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wand_28_regular = IconData( + 0xfcb2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 48 and regular style. - static const IconData wand_48_regular = IconData(0xfcb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wand_48_regular = IconData( + 0xfcb3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "warning" in size 12 and regular style. - static const IconData warning_12_regular = IconData(0xffce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData warning_12_regular = IconData( + 0xffce, + 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); + 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); + 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); + static const IconData warning_24_regular = IconData( + 0xf86a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "warning_shield" in size 20 and regular style. - static const IconData warning_shield_20_regular = IconData(0xfd0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData warning_shield_20_regular = IconData( + 0xfd0f, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_cloudy_48_regular = IconData( + 0xf870, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 20 and regular style. - static const IconData weather_drizzle_20_regular = IconData(0xfb07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_drizzle_20_regular = IconData( + 0xfb07, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 24 and regular style. - static const IconData weather_drizzle_24_regular = IconData(0xfb08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_drizzle_24_regular = IconData( + 0xfb08, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 48 and regular style. - static const IconData weather_drizzle_48_regular = IconData(0xfb09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_drizzle_48_regular = IconData( + 0xfb09, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_hail_night_48_regular = IconData( + 0xf87c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 20 and regular style. - static const IconData weather_haze_20_regular = IconData(0xfb0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_haze_20_regular = IconData( + 0xfb0a, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 24 and regular style. - static const IconData weather_haze_24_regular = IconData(0xfb0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_haze_24_regular = IconData( + 0xfb0b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 48 and regular style. - static const IconData weather_haze_48_regular = IconData(0xfb0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_haze_48_regular = IconData( + 0xfb0c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon" in size 16 and regular style. - static const IconData weather_moon_16_regular = IconData(0xfb0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_16_regular = IconData( + 0xfb0d, + 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); + 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); + static const IconData weather_moon_24_regular = IconData( + 0xf87e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon" in size 28 and regular style. - static const IconData weather_moon_28_regular = IconData(0xfb0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_28_regular = IconData( + 0xfb0e, + 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); + static const IconData weather_moon_48_regular = IconData( + 0xf87f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 16 and regular style. - static const IconData weather_moon_off_16_regular = IconData(0xfb0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_off_16_regular = IconData( + 0xfb0f, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 20 and regular style. - static const IconData weather_moon_off_20_regular = IconData(0xfb10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_off_20_regular = IconData( + 0xfb10, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 24 and regular style. - static const IconData weather_moon_off_24_regular = IconData(0xfb11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_off_24_regular = IconData( + 0xfb11, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 28 and regular style. - static const IconData weather_moon_off_28_regular = IconData(0xfb12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_off_28_regular = IconData( + 0xfb12, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 48 and regular style. - static const IconData weather_moon_off_48_regular = IconData(0xfb13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_moon_off_48_regular = IconData( + 0xfb13, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_partly_cloudy_day" in size 16 and regular style. - static const IconData weather_partly_cloudy_day_16_regular = IconData(0x10038, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_partly_cloudy_day_16_regular = IconData( + 0x10038, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_squalls_48_regular = IconData( + 0xf8a0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 16 and regular style. - static const IconData weather_sunny_16_regular = IconData(0x10039, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_16_regular = IconData( + 0x10039, + 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); + 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); + static const IconData weather_sunny_24_regular = IconData( + 0xf8a2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 28 and regular style. - static const IconData weather_sunny_28_regular = IconData(0x1037d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_28_regular = IconData( + 0x1037d, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 32 and regular style. - static const IconData weather_sunny_32_regular = IconData(0xfdf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_32_regular = IconData( + 0xfdf6, + 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); + static const IconData weather_sunny_48_regular = IconData( + 0xf8a3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 20 and regular style. - static const IconData weather_sunny_high_20_regular = IconData(0xfb14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_20_regular = IconData( + 0xfb14, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 24 and regular style. - static const IconData weather_sunny_high_24_regular = IconData(0xfb15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_24_regular = IconData( + 0xfb15, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 48 and regular style. - static const IconData weather_sunny_high_48_regular = IconData(0xfb16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_48_regular = IconData( + 0xfb16, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 20 and regular style. - static const IconData weather_sunny_low_20_regular = IconData(0xfb17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_20_regular = IconData( + 0xfb17, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 24 and regular style. - static const IconData weather_sunny_low_24_regular = IconData(0xfb18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_24_regular = IconData( + 0xfb18, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 48 and regular style. - static const IconData weather_sunny_low_48_regular = IconData(0xfb19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_48_regular = IconData( + 0xfb19, + 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); + 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); + 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); + static const IconData weather_thunderstorm_48_regular = IconData( + 0xf8a6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "web_asset" in size 20 and regular style. - static const IconData web_asset_20_regular = IconData(0x105fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData web_asset_20_regular = IconData( + 0x105fc, + 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); + static const IconData web_asset_24_regular = IconData( + 0xf8a7, + 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); + 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); + static const IconData whiteboard_24_regular = IconData( + 0xf8ab, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "whiteboard" in size 48 and regular style. - static const IconData whiteboard_48_regular = IconData(0x1017f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData whiteboard_48_regular = IconData( + 0x1017f, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData wifi_4_24_regular = IconData( + 0xf8b3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_lock" in size 24 and regular style. - static const IconData wifi_lock_24_regular = IconData(0x10095, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_lock_24_regular = IconData( + 0x10095, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_off" in size 20 and regular style. - static const IconData wifi_off_20_regular = IconData(0xfefa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_off_20_regular = IconData( + 0xfefa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_off" in size 24 and regular style. - static const IconData wifi_off_24_regular = IconData(0xfefb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_off_24_regular = IconData( + 0xfefb, + 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); + static const IconData wifi_protected_24_regular = IconData( + 0xf8b4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_settings" in size 20 and regular style. - static const IconData wifi_settings_20_regular = IconData(0x100f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_settings_20_regular = IconData( + 0x100f6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_warning" in size 20 and regular style. - static const IconData wifi_warning_20_regular = IconData(0xfb69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_warning_20_regular = IconData( + 0xfb69, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_warning" in size 24 and regular style. - static const IconData wifi_warning_24_regular = IconData(0xf7fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wifi_warning_24_regular = IconData( + 0xf7fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 16 and regular style. - static const IconData window_16_regular = IconData(0x100f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_16_regular = IconData( + 0x100f7, + 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); + static const IconData window_20_regular = IconData( + 0xf8b5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 24 and regular style. - static const IconData window_24_regular = IconData(0x100f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_24_regular = IconData( + 0x100f8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 28 and regular style. - static const IconData window_28_regular = IconData(0x103dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_28_regular = IconData( + 0x103dd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 32 and regular style. - static const IconData window_32_regular = IconData(0x103de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_32_regular = IconData( + 0x103de, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 48 and regular style. - static const IconData window_48_regular = IconData(0x103df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_48_regular = IconData( + 0x103df, + 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); + static const IconData window_ad_20_regular = IconData( + 0xf8b6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_ad_off" in size 20 and regular style. - static const IconData window_ad_off_20_regular = IconData(0x100f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_ad_off_20_regular = IconData( + 0x100f9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_ad_person" in size 20 and regular style. - static const IconData window_ad_person_20_regular = IconData(0xff1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_ad_person_20_regular = IconData( + 0xff1b, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 16 and regular style. - static const IconData window_apps_16_regular = IconData(0x103e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_16_regular = IconData( + 0x103e0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 20 and regular style. - static const IconData window_apps_20_regular = IconData(0x103e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_20_regular = IconData( + 0x103e1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 24 and regular style. - static const IconData window_apps_24_regular = IconData(0x103e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_24_regular = IconData( + 0x103e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 28 and regular style. - static const IconData window_apps_28_regular = IconData(0x103e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_28_regular = IconData( + 0x103e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 32 and regular style. - static const IconData window_apps_32_regular = IconData(0x103e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_32_regular = IconData( + 0x103e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 48 and regular style. - static const IconData window_apps_48_regular = IconData(0x103e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_apps_48_regular = IconData( + 0x103e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 16 and regular style. - static const IconData window_arrow_up_16_regular = IconData(0x100fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_arrow_up_16_regular = IconData( + 0x100fa, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 20 and regular style. - static const IconData window_arrow_up_20_regular = IconData(0x100fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_arrow_up_20_regular = IconData( + 0x100fb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 24 and regular style. - static const IconData window_arrow_up_24_regular = IconData(0xfcb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_arrow_up_24_regular = IconData( + 0xfcb4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_bullet_list" in size 20 and regular style. - static const IconData window_bullet_list_20_regular = IconData(0x106e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_bullet_list_20_regular = IconData( + 0x106e2, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_bullet_list_add" in size 20 and regular style. - static const IconData window_bullet_list_add_20_regular = IconData(0x106e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_bullet_list_add_20_regular = IconData( + 0x106e3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_console" in size 20 and regular style. - static const IconData window_console_20_regular = IconData(0x100fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_console_20_regular = IconData( + 0x100fc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_database" in size 20 and regular style. - static const IconData window_database_20_regular = IconData(0x106e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_database_20_regular = IconData( + 0x106e4, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_dev_edit" in size 16 and regular style. - static const IconData window_dev_edit_16_regular = IconData(0xff1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_dev_edit_16_regular = IconData( + 0xff1c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_dev_edit" in size 20 and regular style. - static const IconData window_dev_edit_20_regular = IconData(0xffcf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_dev_edit_20_regular = IconData( + 0xffcf, + 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); + 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); + 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); + static const IconData window_dev_tools_24_regular = IconData( + 0xf8b9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_edit" in size 16 and regular style. - static const IconData window_edit_16_regular = IconData(0xf804, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_edit_16_regular = IconData( + 0xf804, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_horizontal" in size 20 and regular style. - static const IconData window_header_horizontal_20_regular = IconData(0xfcb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_header_horizontal_20_regular = IconData( + 0xfcb5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_horizontal_off" in size 20 and regular style. - static const IconData window_header_horizontal_off_20_regular = IconData(0x100fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_header_horizontal_off_20_regular = IconData( + 0x100fd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_vertical" in size 20 and regular style. - static const IconData window_header_vertical_20_regular = IconData(0xfcb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_header_vertical_20_regular = IconData( + 0xfcb6, + 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); + 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); + static const IconData window_inprivate_account_20_regular = IconData( + 0xf8bb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_location_target" in size 20 and regular style. - static const IconData window_location_target_20_regular = IconData(0x106e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_location_target_20_regular = IconData( + 0x106e5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_multiple" in size 16 and regular style. - static const IconData window_multiple_16_regular = IconData(0x100fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_multiple_16_regular = IconData( + 0x100fe, + 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); + static const IconData window_multiple_20_regular = IconData( + 0xf8bc, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_multiple_swap" in size 20 and regular style. - static const IconData window_multiple_swap_20_regular = IconData(0x106e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_multiple_swap_20_regular = IconData( + 0x106e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_new" in size 16 and regular style. - static const IconData window_new_16_regular = IconData(0xfb1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_new_16_regular = IconData( + 0xfb1b, + 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); + static const IconData window_new_20_regular = IconData( + 0xf8bd, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_new" in size 24 and regular style. - static const IconData window_new_24_regular = IconData(0xfb1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_new_24_regular = IconData( + 0xfb1c, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_play" in size 20 and regular style. - static const IconData window_play_20_regular = IconData(0x106e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_play_20_regular = IconData( + 0x106e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_settings" in size 20 and regular style. - static const IconData window_settings_20_regular = IconData(0x106e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_settings_20_regular = IconData( + 0x106e8, + 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); + 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); + 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); + static const IconData window_shield_24_regular = IconData( + 0xf8c0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_text" in size 20 and regular style. - static const IconData window_text_20_regular = IconData(0x106e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_text_20_regular = IconData( + 0x106e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 16 and regular style. - static const IconData window_wrench_16_regular = IconData(0x103e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_16_regular = IconData( + 0x103e6, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 20 and regular style. - static const IconData window_wrench_20_regular = IconData(0x103e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_20_regular = IconData( + 0x103e7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 24 and regular style. - static const IconData window_wrench_24_regular = IconData(0x103e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_24_regular = IconData( + 0x103e8, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 28 and regular style. - static const IconData window_wrench_28_regular = IconData(0x103e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_28_regular = IconData( + 0x103e9, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 32 and regular style. - static const IconData window_wrench_32_regular = IconData(0x103ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_32_regular = IconData( + 0x103ea, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 48 and regular style. - static const IconData window_wrench_48_regular = IconData(0x103eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData window_wrench_48_regular = IconData( + 0x103eb, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench" in size 16 and regular style. - static const IconData wrench_16_regular = IconData(0xfb1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wrench_16_regular = IconData( + 0xfb1e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench" in size 20 and regular style. - static const IconData wrench_20_regular = IconData(0xfb1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wrench_20_regular = IconData( + 0xfb1f, + 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); + static const IconData wrench_24_regular = IconData( + 0xf8c1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench_screwdriver" in size 20 and regular style. - static const IconData wrench_screwdriver_20_regular = IconData(0x1037e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wrench_screwdriver_20_regular = IconData( + 0x1037e, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench_screwdriver" in size 24 and regular style. - static const IconData wrench_screwdriver_24_regular = IconData(0x1037f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData wrench_screwdriver_24_regular = IconData( + 0x1037f, + 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); + 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); + static const IconData xbox_console_24_regular = IconData( + 0xf8c3, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "xray" in size 20 and regular style. - static const IconData xray_20_regular = IconData(0xffd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData xray_20_regular = IconData( + 0xffd0, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "xray" in size 24 and regular style. - static const IconData xray_24_regular = IconData(0xffd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData xray_24_regular = IconData( + 0xffd1, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "zoom_in" in size 16 and regular style. - static const IconData zoom_in_16_regular = IconData(0x100ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData zoom_in_16_regular = IconData( + 0x100ff, + 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); + 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); + static const IconData zoom_in_24_regular = IconData( + 0xf8c5, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); /// fluent icon named "zoom_out" in size 16 and regular style. - static const IconData zoom_out_16_regular = IconData(0x10100, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); + static const IconData zoom_out_16_regular = IconData( + 0x10100, + 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); + 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); + static const IconData zoom_out_24_regular = IconData( + 0xf8c7, + fontFamily: 'FluentSystemIcons-Regular', + fontPackage: _kFontPkg, + ); // FluentSystemIcons-Filled /// fluent icon named "access_time" in size 20 and filled style. - static const IconData access_time_20_filled = IconData(0x102ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData access_time_20_filled = IconData( + 0x102ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + 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); + static const IconData accessibility_28_filled = IconData( + 0xf105, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility" in size 32 and filled style. - static const IconData accessibility_32_filled = IconData(0xfcc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData accessibility_32_filled = IconData( + 0xfcc0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility" in size 48 and filled style. - static const IconData accessibility_48_filled = IconData(0x10213, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData accessibility_48_filled = IconData( + 0x10213, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility_checkmark" in size 20 and filled style. - static const IconData accessibility_checkmark_20_filled = IconData(0x102ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData accessibility_checkmark_20_filled = IconData( + 0x102ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "accessibility_checkmark" in size 24 and filled style. - static const IconData accessibility_checkmark_24_filled = IconData(0xfcc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData accessibility_checkmark_24_filled = IconData( + 0xfcc1, + 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); + 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); + 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); + 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); + 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); + static const IconData add_28_filled = IconData( + 0xf10b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_circle" in size 16 and filled style. - static const IconData add_circle_16_filled = IconData(0xfcc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_circle_16_filled = IconData( + 0xfcc2, + 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); + 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); + 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); + static const IconData add_circle_28_filled = IconData( + 0xf10e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_circle" in size 32 and filled style. - static const IconData add_circle_32_filled = IconData(0xfcc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_circle_32_filled = IconData( + 0xfcc3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square" in size 20 and filled style. - static const IconData add_square_20_filled = IconData(0x102af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_square_20_filled = IconData( + 0x102af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square" in size 24 and filled style. - static const IconData add_square_24_filled = IconData(0xf8e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_square_24_filled = IconData( + 0xf8e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square_multiple" in size 16 and filled style. - static const IconData add_square_multiple_16_filled = IconData(0xfea6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_square_multiple_16_filled = IconData( + 0xfea6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_square_multiple" in size 20 and filled style. - static const IconData add_square_multiple_20_filled = IconData(0xfea7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_square_multiple_20_filled = IconData( + 0xfea7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 16 and filled style. - static const IconData add_subtract_circle_16_filled = IconData(0xfd19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_16_filled = IconData( + 0xfd19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 20 and filled style. - static const IconData add_subtract_circle_20_filled = IconData(0xfd1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_20_filled = IconData( + 0xfd1a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 24 and filled style. - static const IconData add_subtract_circle_24_filled = IconData(0xfd1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_24_filled = IconData( + 0xfd1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 28 and filled style. - static const IconData add_subtract_circle_28_filled = IconData(0xfd1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_28_filled = IconData( + 0xfd1c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "add_subtract_circle" in size 48 and filled style. - static const IconData add_subtract_circle_48_filled = IconData(0xfd1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData add_subtract_circle_48_filled = IconData( + 0xfd1d, + 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); + 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); + 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); + 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); + 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); + static const IconData airplane_take_off_24_filled = IconData( + 0xf113, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "album" in size 20 and filled style. - static const IconData album_20_filled = IconData(0x102b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData album_20_filled = IconData( + 0x102b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "album" in size 24 and filled style. - static const IconData album_24_filled = IconData(0xfb72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData album_24_filled = IconData( + 0xfb72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "album_add" in size 20 and filled style. - static const IconData album_add_20_filled = IconData(0x102b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData album_add_20_filled = IconData( + 0x102b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "album_add" in size 24 and filled style. - static const IconData album_add_24_filled = IconData(0xfb73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData album_add_24_filled = IconData( + 0xfb73, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert" in size 16 and filled style. - static const IconData alert_16_filled = IconData(0xfb29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData alert_16_filled = IconData( + 0xfb29, + 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); + 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); + 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); + static const IconData alert_28_filled = IconData( + 0xf116, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert" in size 32 and filled style. - static const IconData alert_32_filled = IconData(0xfda6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData alert_32_filled = IconData( + 0xfda6, + 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); + 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); + 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); + 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); + static const IconData alert_off_28_filled = IconData( + 0xf11a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert_on" in size 20 and filled style. - static const IconData alert_on_20_filled = IconData(0x102b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData alert_on_20_filled = IconData( + 0x102b2, + 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); + 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); + 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); + static const IconData alert_snooze_24_filled = IconData( + 0xf11d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "alert_urgent" in size 16 and filled style. - static const IconData alert_urgent_16_filled = IconData(0xfb74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData alert_urgent_16_filled = IconData( + 0xfb74, + 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); + 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); + static const IconData alert_urgent_24_filled = IconData( + 0xf11f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 16 and filled style. - static const IconData align_bottom_16_filled = IconData(0xfe00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_16_filled = IconData( + 0xfe00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 20 and filled style. - static const IconData align_bottom_20_filled = IconData(0xfe01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_20_filled = IconData( + 0xfe01, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 24 and filled style. - static const IconData align_bottom_24_filled = IconData(0xfe02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_24_filled = IconData( + 0xfe02, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 28 and filled style. - static const IconData align_bottom_28_filled = IconData(0xfe03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_28_filled = IconData( + 0xfe03, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 32 and filled style. - static const IconData align_bottom_32_filled = IconData(0xfe04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_32_filled = IconData( + 0xfe04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_bottom" in size 48 and filled style. - static const IconData align_bottom_48_filled = IconData(0xfe05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_bottom_48_filled = IconData( + 0xfe05, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 16 and filled style. - static const IconData align_center_horizontal_16_filled = IconData(0xfe06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_16_filled = IconData( + 0xfe06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 20 and filled style. - static const IconData align_center_horizontal_20_filled = IconData(0xfe07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_20_filled = IconData( + 0xfe07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 24 and filled style. - static const IconData align_center_horizontal_24_filled = IconData(0xfe08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_24_filled = IconData( + 0xfe08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 28 and filled style. - static const IconData align_center_horizontal_28_filled = IconData(0xfe09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_28_filled = IconData( + 0xfe09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 32 and filled style. - static const IconData align_center_horizontal_32_filled = IconData(0xfe0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_32_filled = IconData( + 0xfe0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_horizontal" in size 48 and filled style. - static const IconData align_center_horizontal_48_filled = IconData(0xfe0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_horizontal_48_filled = IconData( + 0xfe0b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 16 and filled style. - static const IconData align_center_vertical_16_filled = IconData(0xfe0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_16_filled = IconData( + 0xfe0c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 20 and filled style. - static const IconData align_center_vertical_20_filled = IconData(0xfe0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_20_filled = IconData( + 0xfe0d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 24 and filled style. - static const IconData align_center_vertical_24_filled = IconData(0xfe0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_24_filled = IconData( + 0xfe0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 28 and filled style. - static const IconData align_center_vertical_28_filled = IconData(0xfe0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_28_filled = IconData( + 0xfe0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 32 and filled style. - static const IconData align_center_vertical_32_filled = IconData(0xfe10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_32_filled = IconData( + 0xfe10, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_center_vertical" in size 48 and filled style. - static const IconData align_center_vertical_48_filled = IconData(0xfe11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_center_vertical_48_filled = IconData( + 0xfe11, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_end_horizontal" in size 20 and filled style. - static const IconData align_end_horizontal_20_filled = IconData(0x10105, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_end_horizontal_20_filled = IconData( + 0x10105, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_end_vertical" in size 20 and filled style. - static const IconData align_end_vertical_20_filled = IconData(0x10106, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_end_vertical_20_filled = IconData( + 0x10106, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 16 and filled style. - static const IconData align_left_16_filled = IconData(0xfe12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_16_filled = IconData( + 0xfe12, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 20 and filled style. - static const IconData align_left_20_filled = IconData(0xfe13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_20_filled = IconData( + 0xfe13, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 24 and filled style. - static const IconData align_left_24_filled = IconData(0xfe14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_24_filled = IconData( + 0xfe14, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 28 and filled style. - static const IconData align_left_28_filled = IconData(0xfe15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_28_filled = IconData( + 0xfe15, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 32 and filled style. - static const IconData align_left_32_filled = IconData(0xfe16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_32_filled = IconData( + 0xfe16, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_left" in size 48 and filled style. - static const IconData align_left_48_filled = IconData(0xfe17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_left_48_filled = IconData( + 0xfe17, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 16 and filled style. - static const IconData align_right_16_filled = IconData(0xfe18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_16_filled = IconData( + 0xfe18, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 20 and filled style. - static const IconData align_right_20_filled = IconData(0xfe19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_20_filled = IconData( + 0xfe19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 24 and filled style. - static const IconData align_right_24_filled = IconData(0xfe1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_24_filled = IconData( + 0xfe1a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 28 and filled style. - static const IconData align_right_28_filled = IconData(0xfe1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_28_filled = IconData( + 0xfe1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 32 and filled style. - static const IconData align_right_32_filled = IconData(0xfe1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_32_filled = IconData( + 0xfe1c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_right" in size 48 and filled style. - static const IconData align_right_48_filled = IconData(0xfe1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_right_48_filled = IconData( + 0xfe1d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_around_horizontal" in size 20 and filled style. - static const IconData align_space_around_horizontal_20_filled = IconData(0x10107, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_around_horizontal_20_filled = IconData( + 0x10107, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_around_vertical" in size 20 and filled style. - static const IconData align_space_around_vertical_20_filled = IconData(0x10108, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_around_vertical_20_filled = IconData( + 0x10108, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_between_horizontal" in size 20 and filled style. - static const IconData align_space_between_horizontal_20_filled = IconData(0x10109, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_between_horizontal_20_filled = IconData( + 0x10109, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_between_vertical" in size 20 and filled style. - static const IconData align_space_between_vertical_20_filled = IconData(0x1010a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_between_vertical_20_filled = IconData( + 0x1010a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_evenly_horizontal" in size 20 and filled style. - static const IconData align_space_evenly_horizontal_20_filled = IconData(0x1010b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_evenly_horizontal_20_filled = IconData( + 0x1010b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_evenly_vertical" in size 20 and filled style. - static const IconData align_space_evenly_vertical_20_filled = IconData(0x1010c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_evenly_vertical_20_filled = IconData( + 0x1010c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_space_fit_vertical" in size 20 and filled style. - static const IconData align_space_fit_vertical_20_filled = IconData(0x1010d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_space_fit_vertical_20_filled = IconData( + 0x1010d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_start_horizontal" in size 20 and filled style. - static const IconData align_start_horizontal_20_filled = IconData(0x1010e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_start_horizontal_20_filled = IconData( + 0x1010e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_start_vertical" in size 20 and filled style. - static const IconData align_start_vertical_20_filled = IconData(0x1010f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_start_vertical_20_filled = IconData( + 0x1010f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_stretch_horizontal" in size 20 and filled style. - static const IconData align_stretch_horizontal_20_filled = IconData(0x10110, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_stretch_horizontal_20_filled = IconData( + 0x10110, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_stretch_vertical" in size 20 and filled style. - static const IconData align_stretch_vertical_20_filled = IconData(0x10111, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_stretch_vertical_20_filled = IconData( + 0x10111, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 16 and filled style. - static const IconData align_top_16_filled = IconData(0xfe1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_16_filled = IconData( + 0xfe1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 20 and filled style. - static const IconData align_top_20_filled = IconData(0xfe1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_20_filled = IconData( + 0xfe1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 24 and filled style. - static const IconData align_top_24_filled = IconData(0xfe20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_24_filled = IconData( + 0xfe20, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 28 and filled style. - static const IconData align_top_28_filled = IconData(0xfe21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_28_filled = IconData( + 0xfe21, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 32 and filled style. - static const IconData align_top_32_filled = IconData(0xfe22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_32_filled = IconData( + 0xfe22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "align_top" in size 48 and filled style. - static const IconData align_top_48_filled = IconData(0xfe23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData align_top_48_filled = IconData( + 0xfe23, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 16 and filled style. - static const IconData animal_cat_16_filled = IconData(0xf106, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_cat_16_filled = IconData( + 0xf106, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 20 and filled style. - static const IconData animal_cat_20_filled = IconData(0xf126, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_cat_20_filled = IconData( + 0xf126, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 24 and filled style. - static const IconData animal_cat_24_filled = IconData(0xf127, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_cat_24_filled = IconData( + 0xf127, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_cat" in size 28 and filled style. - static const IconData animal_cat_28_filled = IconData(0xf128, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_cat_28_filled = IconData( + 0xf128, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_dog" in size 16 and filled style. - static const IconData animal_dog_16_filled = IconData(0xff28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_dog_16_filled = IconData( + 0xff28, + 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); + 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); + static const IconData animal_dog_24_filled = IconData( + 0xf121, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 16 and filled style. - static const IconData animal_rabbit_16_filled = IconData(0xfcc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_rabbit_16_filled = IconData( + 0xfcc4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 20 and filled style. - static const IconData animal_rabbit_20_filled = IconData(0xfcc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_rabbit_20_filled = IconData( + 0xfcc5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 24 and filled style. - static const IconData animal_rabbit_24_filled = IconData(0xfcc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_rabbit_24_filled = IconData( + 0xfcc6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_rabbit" in size 28 and filled style. - static const IconData animal_rabbit_28_filled = IconData(0xfcc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_rabbit_28_filled = IconData( + 0xfcc7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 16 and filled style. - static const IconData animal_turtle_16_filled = IconData(0xfcc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_turtle_16_filled = IconData( + 0xfcc8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 20 and filled style. - static const IconData animal_turtle_20_filled = IconData(0xfcc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_turtle_20_filled = IconData( + 0xfcc9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 24 and filled style. - static const IconData animal_turtle_24_filled = IconData(0xfcca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_turtle_24_filled = IconData( + 0xfcca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "animal_turtle" in size 28 and filled style. - static const IconData animal_turtle_28_filled = IconData(0xfccb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData animal_turtle_28_filled = IconData( + 0xfccb, + 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); + 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); + static const IconData app_folder_24_filled = IconData( + 0xf123, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_generic" in size 20 and filled style. - static const IconData app_generic_20_filled = IconData(0x102b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData app_generic_20_filled = IconData( + 0x102b3, + 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); + static const IconData app_generic_24_filled = IconData( + 0xf124, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_recent" in size 20 and filled style. - static const IconData app_recent_20_filled = IconData(0x102b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData app_recent_20_filled = IconData( + 0x102b4, + 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); + static const IconData app_recent_24_filled = IconData( + 0xf125, + 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); + static const IconData app_store_24_filled = IconData( + 0xf12a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "app_title" in size 20 and filled style. - static const IconData app_title_20_filled = IconData(0x102b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData app_title_20_filled = IconData( + 0x102b5, + 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); + static const IconData app_title_24_filled = IconData( + 0xf12b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "approval_app" in size 32 and filled style. - static const IconData approval_app_32_filled = IconData(0xfda7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData approval_app_32_filled = IconData( + 0xfda7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 16 and filled style. - static const IconData approvals_app_16_filled = IconData(0xfb2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData approvals_app_16_filled = IconData( + 0xfb2a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 20 and filled style. - static const IconData approvals_app_20_filled = IconData(0xfb2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData approvals_app_20_filled = IconData( + 0xfb2b, + 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); + 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); + static const IconData approvals_app_28_filled = IconData( + 0xf131, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "approvals_app" in size 32 and filled style. - static const IconData approvals_app_32_filled = IconData(0x104b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData approvals_app_32_filled = IconData( + 0x104b2, + 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); + 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); + 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); + 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); + static const IconData apps_28_filled = IconData( + 0xf135, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_add_in" in size 16 and filled style. - static const IconData apps_add_in_16_filled = IconData(0xfe3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData apps_add_in_16_filled = IconData( + 0xfe3e, + 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); + 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); + static const IconData apps_add_in_24_filled = IconData( + 0xf137, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_add_in" in size 28 and filled style. - static const IconData apps_add_in_28_filled = IconData(0xfe3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData apps_add_in_28_filled = IconData( + 0xfe3f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list" in size 20 and filled style. - static const IconData apps_list_20_filled = IconData(0xf8e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData apps_list_20_filled = IconData( + 0xf8e3, + 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); + static const IconData apps_list_24_filled = IconData( + 0xf138, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list_detail" in size 20 and filled style. - static const IconData apps_list_detail_20_filled = IconData(0x101d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData apps_list_detail_20_filled = IconData( + 0x101d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "apps_list_detail" in size 24 and filled style. - static const IconData apps_list_detail_24_filled = IconData(0x101d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData apps_list_detail_24_filled = IconData( + 0x101d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive" in size 16 and filled style. - static const IconData archive_16_filled = IconData(0xf8e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_16_filled = IconData( + 0xf8e4, + 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); + 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); + 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); + static const IconData archive_28_filled = IconData( + 0xf13b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive" in size 32 and filled style. - static const IconData archive_32_filled = IconData(0x105fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_32_filled = IconData( + 0x105fd, + 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); + static const IconData archive_48_filled = IconData( + 0xf13c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 16 and filled style. - static const IconData archive_arrow_back_16_filled = IconData(0x106ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_16_filled = IconData( + 0x106ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 20 and filled style. - static const IconData archive_arrow_back_20_filled = IconData(0x106eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_20_filled = IconData( + 0x106eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 24 and filled style. - static const IconData archive_arrow_back_24_filled = IconData(0x106ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_24_filled = IconData( + 0x106ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 28 and filled style. - static const IconData archive_arrow_back_28_filled = IconData(0x106ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_28_filled = IconData( + 0x106ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 32 and filled style. - static const IconData archive_arrow_back_32_filled = IconData(0x106ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_32_filled = IconData( + 0x106ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_arrow_back" in size 48 and filled style. - static const IconData archive_arrow_back_48_filled = IconData(0x106ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_arrow_back_48_filled = IconData( + 0x106ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 16 and filled style. - static const IconData archive_multiple_16_filled = IconData(0x10214, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_multiple_16_filled = IconData( + 0x10214, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 20 and filled style. - static const IconData archive_multiple_20_filled = IconData(0x10215, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_multiple_20_filled = IconData( + 0x10215, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_multiple" in size 24 and filled style. - static const IconData archive_multiple_24_filled = IconData(0x10216, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_multiple_24_filled = IconData( + 0x10216, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 16 and filled style. - static const IconData archive_settings_16_filled = IconData(0xf129, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_settings_16_filled = IconData( + 0xf129, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 20 and filled style. - static const IconData archive_settings_20_filled = IconData(0xff29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_settings_20_filled = IconData( + 0xff29, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "archive_settings" in size 24 and filled style. - static const IconData archive_settings_24_filled = IconData(0x105fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData archive_settings_24_filled = IconData( + 0x105fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_content" in size 24 and filled style. - static const IconData arrow_autofit_content_24_filled = IconData(0x10048, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_content_24_filled = IconData( + 0x10048, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_down" in size 20 and filled style. - static const IconData arrow_autofit_down_20_filled = IconData(0x102b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_down_20_filled = IconData( + 0x102b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_down" in size 24 and filled style. - static const IconData arrow_autofit_down_24_filled = IconData(0xffd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_down_24_filled = IconData( + 0xffd6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height" in size 20 and filled style. - static const IconData arrow_autofit_height_20_filled = IconData(0x102b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_20_filled = IconData( + 0x102b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height" in size 24 and filled style. - static const IconData arrow_autofit_height_24_filled = IconData(0xf8e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_24_filled = IconData( + 0xf8e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height_dotted" in size 20 and filled style. - static const IconData arrow_autofit_height_dotted_20_filled = IconData(0x102b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_dotted_20_filled = IconData( + 0x102b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_height_dotted" in size 24 and filled style. - static const IconData arrow_autofit_height_dotted_24_filled = IconData(0xff21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_height_dotted_24_filled = IconData( + 0xff21, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_up" in size 20 and filled style. - static const IconData arrow_autofit_up_20_filled = IconData(0x102b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_up_20_filled = IconData( + 0x102b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_up" in size 24 and filled style. - static const IconData arrow_autofit_up_24_filled = IconData(0xffd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_up_24_filled = IconData( + 0xffd7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width" in size 20 and filled style. - static const IconData arrow_autofit_width_20_filled = IconData(0x102ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_20_filled = IconData( + 0x102ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width" in size 24 and filled style. - static const IconData arrow_autofit_width_24_filled = IconData(0xf8e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_24_filled = IconData( + 0xf8e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width_dotted" in size 20 and filled style. - static const IconData arrow_autofit_width_dotted_20_filled = IconData(0x102bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_dotted_20_filled = IconData( + 0x102bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_autofit_width_dotted" in size 24 and filled style. - static const IconData arrow_autofit_width_dotted_24_filled = IconData(0xff22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_autofit_width_dotted_24_filled = IconData( + 0xff22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_between_down" in size 20 and filled style. - static const IconData arrow_between_down_20_filled = IconData(0x1038c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_between_down_20_filled = IconData( + 0x1038c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_between_down" in size 24 and filled style. - static const IconData arrow_between_down_24_filled = IconData(0x1038d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_between_down_24_filled = IconData( + 0x1038d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 12 and filled style. - static const IconData arrow_bidirectional_up_down_12_filled = IconData(0x1009a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_12_filled = IconData( + 0x1009a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 16 and filled style. - static const IconData arrow_bidirectional_up_down_16_filled = IconData(0x1009b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_16_filled = IconData( + 0x1009b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 20 and filled style. - static const IconData arrow_bidirectional_up_down_20_filled = IconData(0x1009c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_20_filled = IconData( + 0x1009c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bidirectional_up_down" in size 24 and filled style. - static const IconData arrow_bidirectional_up_down_24_filled = IconData(0x1009d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bidirectional_up_down_24_filled = IconData( + 0x1009d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 16 and filled style. - static const IconData arrow_bounce_16_filled = IconData(0xfb2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bounce_16_filled = IconData( + 0xfb2c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 20 and filled style. - static const IconData arrow_bounce_20_filled = IconData(0x102bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bounce_20_filled = IconData( + 0x102bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_bounce" in size 24 and filled style. - static const IconData arrow_bounce_24_filled = IconData(0xfb2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_bounce_24_filled = IconData( + 0xfb2d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 12 and filled style. - static const IconData arrow_circle_down_12_filled = IconData(0x10120, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_12_filled = IconData( + 0x10120, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 16 and filled style. - static const IconData arrow_circle_down_16_filled = IconData(0x10121, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_16_filled = IconData( + 0x10121, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 20 and filled style. - static const IconData arrow_circle_down_20_filled = IconData(0xf12c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_20_filled = IconData( + 0xf12c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 24 and filled style. - static const IconData arrow_circle_down_24_filled = IconData(0xf12d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_24_filled = IconData( + 0xf12d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 28 and filled style. - static const IconData arrow_circle_down_28_filled = IconData(0x10122, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_28_filled = IconData( + 0x10122, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 32 and filled style. - static const IconData arrow_circle_down_32_filled = IconData(0x10123, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_32_filled = IconData( + 0x10123, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down" in size 48 and filled style. - static const IconData arrow_circle_down_48_filled = IconData(0x10124, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_48_filled = IconData( + 0x10124, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_double" in size 20 and filled style. - static const IconData arrow_circle_down_double_20_filled = IconData(0xf12e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_double_20_filled = IconData( + 0xf12e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_double" in size 24 and filled style. - static const IconData arrow_circle_down_double_24_filled = IconData(0xf12f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_double_24_filled = IconData( + 0xf12f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_right" in size 16 and filled style. - static const IconData arrow_circle_down_right_16_filled = IconData(0xfbc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_down_right_16_filled = IconData( + 0xfbc7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_down_right" in size 20 and filled style. - static const IconData arrow_circle_down_right_20_filled = IconData(0x102bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_right_20_filled = IconData( + 0x102bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_right" in size 24 and filled style. - static const IconData arrow_circle_down_right_24_filled = IconData(0xfbc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_down_right_24_filled = IconData( + 0xfbc8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_down_split" in size 20 and filled style. - static const IconData arrow_circle_down_split_20_filled = IconData(0xf143, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_split_20_filled = IconData( + 0xf143, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_split" in size 24 and filled style. - static const IconData arrow_circle_down_split_24_filled = IconData(0xf144, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_split_24_filled = IconData( + 0xf144, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_down_up" in size 20 and filled style. - static const IconData arrow_circle_down_up_20_filled = IconData(0x1009e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_down_up_20_filled = IconData( + 0x1009e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 12 and filled style. - static const IconData arrow_circle_left_12_filled = IconData(0x1009f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_12_filled = IconData( + 0x1009f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 16 and filled style. - static const IconData arrow_circle_left_16_filled = IconData(0x100a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_16_filled = IconData( + 0x100a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 20 and filled style. - static const IconData arrow_circle_left_20_filled = IconData(0x10125, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_20_filled = IconData( + 0x10125, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 24 and filled style. - static const IconData arrow_circle_left_24_filled = IconData(0x10126, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_24_filled = IconData( + 0x10126, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 28 and filled style. - static const IconData arrow_circle_left_28_filled = IconData(0x10127, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_28_filled = IconData( + 0x10127, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 32 and filled style. - static const IconData arrow_circle_left_32_filled = IconData(0x10128, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_32_filled = IconData( + 0x10128, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_left" in size 48 and filled style. - static const IconData arrow_circle_left_48_filled = IconData(0x10129, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_left_48_filled = IconData( + 0x10129, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 12 and filled style. - static const IconData arrow_circle_right_12_filled = IconData(0x100a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_12_filled = IconData( + 0x100a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 16 and filled style. - static const IconData arrow_circle_right_16_filled = IconData(0x100a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_16_filled = IconData( + 0x100a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 20 and filled style. - static const IconData arrow_circle_right_20_filled = IconData(0x1012a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_20_filled = IconData( + 0x1012a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 24 and filled style. - static const IconData arrow_circle_right_24_filled = IconData(0xfbc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_circle_right_24_filled = IconData( + 0xfbc9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_circle_right" in size 28 and filled style. - static const IconData arrow_circle_right_28_filled = IconData(0x1012b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_28_filled = IconData( + 0x1012b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 32 and filled style. - static const IconData arrow_circle_right_32_filled = IconData(0x1012c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_32_filled = IconData( + 0x1012c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_right" in size 48 and filled style. - static const IconData arrow_circle_right_48_filled = IconData(0x1012d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_right_48_filled = IconData( + 0x1012d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 12 and filled style. - static const IconData arrow_circle_up_12_filled = IconData(0x1012e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_12_filled = IconData( + 0x1012e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 16 and filled style. - static const IconData arrow_circle_up_16_filled = IconData(0xfbca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_16_filled = IconData( + 0xfbca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 20 and filled style. - static const IconData arrow_circle_up_20_filled = IconData(0xfbcb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_20_filled = IconData( + 0xfbcb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 24 and filled style. - static const IconData arrow_circle_up_24_filled = IconData(0xfbcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_24_filled = IconData( + 0xfbcc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 28 and filled style. - static const IconData arrow_circle_up_28_filled = IconData(0x1012f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_28_filled = IconData( + 0x1012f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 32 and filled style. - static const IconData arrow_circle_up_32_filled = IconData(0x10130, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_32_filled = IconData( + 0x10130, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up" in size 48 and filled style. - static const IconData arrow_circle_up_48_filled = IconData(0x10131, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_48_filled = IconData( + 0x10131, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up_left" in size 20 and filled style. - static const IconData arrow_circle_up_left_20_filled = IconData(0x102be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_left_20_filled = IconData( + 0x102be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_circle_up_left" in size 24 and filled style. - static const IconData arrow_circle_up_left_24_filled = IconData(0xfbcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_circle_up_left_24_filled = IconData( + 0xfbcd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 12 and filled style. - static const IconData arrow_clockwise_12_filled = IconData(0xffea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_12_filled = IconData( + 0xffea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 16 and filled style. - static const IconData arrow_clockwise_16_filled = IconData(0xff2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_16_filled = IconData( + 0xff2a, + 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); + 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); + static const IconData arrow_clockwise_24_filled = IconData( + 0xf13e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 28 and filled style. - static const IconData arrow_clockwise_28_filled = IconData(0xffeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_28_filled = IconData( + 0xffeb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 32 and filled style. - static const IconData arrow_clockwise_32_filled = IconData(0xffec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_32_filled = IconData( + 0xffec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise" in size 48 and filled style. - static const IconData arrow_clockwise_48_filled = IconData(0xffed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_48_filled = IconData( + 0xffed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise_dashes" in size 20 and filled style. - static const IconData arrow_clockwise_dashes_20_filled = IconData(0xff2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_dashes_20_filled = IconData( + 0xff2b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_clockwise_dashes" in size 24 and filled style. - static const IconData arrow_clockwise_dashes_24_filled = IconData(0xff2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_clockwise_dashes_24_filled = IconData( + 0xff2c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_collapse_all" in size 20 and filled style. - static const IconData arrow_collapse_all_20_filled = IconData(0x10112, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_collapse_all_20_filled = IconData( + 0x10112, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_collapse_all" in size 24 and filled style. - static const IconData arrow_collapse_all_24_filled = IconData(0x10113, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_collapse_all_24_filled = IconData( + 0x10113, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 12 and filled style. - static const IconData arrow_counterclockwise_12_filled = IconData(0xffee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_12_filled = IconData( + 0xffee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 16 and filled style. - static const IconData arrow_counterclockwise_16_filled = IconData(0xffef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_16_filled = IconData( + 0xffef, + 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); + 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); + static const IconData arrow_counterclockwise_24_filled = IconData( + 0xf140, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 28 and filled style. - static const IconData arrow_counterclockwise_28_filled = IconData(0xf8e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_28_filled = IconData( + 0xf8e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 32 and filled style. - static const IconData arrow_counterclockwise_32_filled = IconData(0xfff0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_32_filled = IconData( + 0xfff0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise" in size 48 and filled style. - static const IconData arrow_counterclockwise_48_filled = IconData(0xfff1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_48_filled = IconData( + 0xfff1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise_dashes" in size 20 and filled style. - static const IconData arrow_counterclockwise_dashes_20_filled = IconData(0xff2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_dashes_20_filled = IconData( + 0xff2d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_counterclockwise_dashes" in size 24 and filled style. - static const IconData arrow_counterclockwise_dashes_24_filled = IconData(0xff2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_counterclockwise_dashes_24_filled = IconData( + 0xff2e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 16 and filled style. - static const IconData arrow_curve_down_left_16_filled = IconData(0xfe40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_16_filled = IconData( + 0xfe40, + 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); + static const IconData arrow_curve_down_left_20_filled = IconData( + 0xf141, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 24 and filled style. - static const IconData arrow_curve_down_left_24_filled = IconData(0xfe41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_24_filled = IconData( + 0xfe41, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_curve_down_left" in size 28 and filled style. - static const IconData arrow_curve_down_left_28_filled = IconData(0xfe42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_curve_down_left_28_filled = IconData( + 0xfe42, + 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); + static const IconData arrow_curve_down_right_20_filled = IconData( + 0xf142, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_curve_up_right_20_filled = IconData( + 0xf146, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 12 and filled style. - static const IconData arrow_down_12_filled = IconData(0xf8e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_12_filled = IconData( + 0xf8e8, + 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); + 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); + 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); + 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); + static const IconData arrow_down_28_filled = IconData( + 0xf14a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 32 and filled style. - static const IconData arrow_down_32_filled = IconData(0xf14c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_32_filled = IconData( + 0xf14c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down" in size 48 and filled style. - static const IconData arrow_down_48_filled = IconData(0xf14d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_48_filled = IconData( + 0xf14d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 16 and filled style. - static const IconData arrow_down_left_16_filled = IconData(0xf8e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_left_16_filled = IconData( + 0xf8e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 20 and filled style. - static const IconData arrow_down_left_20_filled = IconData(0xfda8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_left_20_filled = IconData( + 0xfda8, + 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); + static const IconData arrow_down_left_24_filled = IconData( + 0xf14b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_down_left" in size 32 and filled style. - static const IconData arrow_down_left_32_filled = IconData(0x103f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_left_32_filled = IconData( + 0x103f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_down_left" in size 48 and filled style. - static const IconData arrow_down_left_48_filled = IconData(0x103f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_down_left_48_filled = IconData( + 0x103f9, + 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); + 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); + 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); + 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); + static const IconData arrow_download_48_filled = IconData( + 0xf152, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_eject" in size 20 and filled style. - static const IconData arrow_eject_20_filled = IconData(0x100a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_eject_20_filled = IconData( + 0x100a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter" in size 20 and filled style. - static const IconData arrow_enter_20_filled = IconData(0x105ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_enter_20_filled = IconData( + 0x105ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_left" in size 20 and filled style. - static const IconData arrow_enter_left_20_filled = IconData(0xfbce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_enter_left_20_filled = IconData( + 0xfbce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_left" in size 24 and filled style. - static const IconData arrow_enter_left_24_filled = IconData(0xfbcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_enter_left_24_filled = IconData( + 0xfbcf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_up" in size 20 and filled style. - static const IconData arrow_enter_up_20_filled = IconData(0xfb2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_enter_up_20_filled = IconData( + 0xfb2f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_enter_up" in size 24 and filled style. - static const IconData arrow_enter_up_24_filled = IconData(0xfb30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_enter_up_24_filled = IconData( + 0xfb30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_exit" in size 20 and filled style. - static const IconData arrow_exit_20_filled = IconData(0x10600, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_exit_20_filled = IconData( + 0x10600, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_expand" in size 20 and filled style. - static const IconData arrow_expand_20_filled = IconData(0x102bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_expand_20_filled = IconData( + 0x102bf, + 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); + static const IconData arrow_expand_24_filled = IconData( + 0xf154, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 16 and filled style. - static const IconData arrow_export_ltr_16_filled = IconData(0xff2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_16_filled = IconData( + 0xff2f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 20 and filled style. - static const IconData arrow_export_ltr_20_filled = IconData(0xfbd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_20_filled = IconData( + 0xfbd0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_ltr" in size 24 and filled style. - static const IconData arrow_export_ltr_24_filled = IconData(0xfbd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_ltr_24_filled = IconData( + 0xfbd1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 16 and filled style. - static const IconData arrow_export_rtl_16_filled = IconData(0x100a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_16_filled = IconData( + 0x100a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 20 and filled style. - static const IconData arrow_export_rtl_20_filled = IconData(0xf8ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_20_filled = IconData( + 0xf8ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_rtl" in size 24 and filled style. - static const IconData arrow_export_rtl_24_filled = IconData(0x104b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_rtl_24_filled = IconData( + 0x104b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_up" in size 20 and filled style. - static const IconData arrow_export_up_20_filled = IconData(0xff30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_up_20_filled = IconData( + 0xff30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_export_up" in size 24 and filled style. - static const IconData arrow_export_up_24_filled = IconData(0xff31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_export_up_24_filled = IconData( + 0xff31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_fit" in size 16 and filled style. - static const IconData arrow_fit_16_filled = IconData(0xf14e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_fit_16_filled = IconData( + 0xf14e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_fit" in size 20 and filled style. - static const IconData arrow_fit_20_filled = IconData(0x102c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_fit_20_filled = IconData( + 0x102c0, + 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); + 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); + 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); + static const IconData arrow_forward_24_filled = IconData( + 0xf158, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_forward" in size 48 and filled style. - static const IconData arrow_forward_48_filled = IconData(0xfea8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_forward_48_filled = IconData( + 0xfea8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_lightning" in size 20 and filled style. - static const IconData arrow_forward_down_lightning_20_filled = IconData(0x10306, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_lightning_20_filled = IconData( + 0x10306, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_lightning" in size 24 and filled style. - static const IconData arrow_forward_down_lightning_24_filled = IconData(0x10307, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_lightning_24_filled = IconData( + 0x10307, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_person" in size 20 and filled style. - static const IconData arrow_forward_down_person_20_filled = IconData(0x10308, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_person_20_filled = IconData( + 0x10308, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_forward_down_person" in size 24 and filled style. - static const IconData arrow_forward_down_person_24_filled = IconData(0x10309, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_forward_down_person_24_filled = IconData( + 0x10309, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_growth" in size 20 and filled style. - static const IconData arrow_growth_20_filled = IconData(0xf153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_growth_20_filled = IconData( + 0xf153, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_growth" in size 24 and filled style. - static const IconData arrow_growth_24_filled = IconData(0xf155, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_growth_24_filled = IconData( + 0xf155, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 16 and filled style. - static const IconData arrow_hook_down_left_16_filled = IconData(0xf8ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_16_filled = IconData( + 0xf8ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 20 and filled style. - static const IconData arrow_hook_down_left_20_filled = IconData(0xf8ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_20_filled = IconData( + 0xf8ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 24 and filled style. - static const IconData arrow_hook_down_left_24_filled = IconData(0xf8ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_24_filled = IconData( + 0xf8ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_left" in size 28 and filled style. - static const IconData arrow_hook_down_left_28_filled = IconData(0xf8f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_left_28_filled = IconData( + 0xf8f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 16 and filled style. - static const IconData arrow_hook_down_right_16_filled = IconData(0xf8f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_16_filled = IconData( + 0xf8f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 20 and filled style. - static const IconData arrow_hook_down_right_20_filled = IconData(0xf8f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_20_filled = IconData( + 0xf8f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_down_right" in size 24 and filled style. - static const IconData arrow_hook_down_right_24_filled = IconData(0xf8f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); + static const IconData arrow_hook_down_right_24_filled = IconData( + 0xf8f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_hook_down_right" in size 28 and filled style. - static const IconData arrow_hook_down_right_28_filled = IconData(0xf8f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_down_right_28_filled = IconData( + 0xf8f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 16 and filled style. - static const IconData arrow_hook_up_left_16_filled = IconData(0xf8f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_16_filled = IconData( + 0xf8f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 20 and filled style. - static const IconData arrow_hook_up_left_20_filled = IconData(0xf8f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_20_filled = IconData( + 0xf8f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 24 and filled style. - static const IconData arrow_hook_up_left_24_filled = IconData(0xf8f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_24_filled = IconData( + 0xf8f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_left" in size 28 and filled style. - static const IconData arrow_hook_up_left_28_filled = IconData(0xf8f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_left_28_filled = IconData( + 0xf8f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 16 and filled style. - static const IconData arrow_hook_up_right_16_filled = IconData(0xf8f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_16_filled = IconData( + 0xf8f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 20 and filled style. - static const IconData arrow_hook_up_right_20_filled = IconData(0xf8fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_20_filled = IconData( + 0xf8fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 24 and filled style. - static const IconData arrow_hook_up_right_24_filled = IconData(0xf8fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_24_filled = IconData( + 0xf8fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_hook_up_right" in size 28 and filled style. - static const IconData arrow_hook_up_right_28_filled = IconData(0xf8fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_hook_up_right_28_filled = IconData( + 0xf8fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_import_24_filled = IconData( + 0xf15a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_join" in size 20 and filled style. - static const IconData arrow_join_20_filled = IconData(0x10601, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_join_20_filled = IconData( + 0x10601, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 12 and filled style. - static const IconData arrow_left_12_filled = IconData(0x100a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_left_12_filled = IconData( + 0x100a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 16 and filled style. - static const IconData arrow_left_16_filled = IconData(0xf184, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_left_16_filled = IconData( + 0xf184, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + static const IconData arrow_left_28_filled = IconData( + 0xf15d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_left" in size 32 and filled style. - static const IconData arrow_left_32_filled = IconData(0xf189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_left_32_filled = IconData( + 0xf189, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_left" in size 48 and filled style. - static const IconData arrow_left_48_filled = IconData(0xf19e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_left_48_filled = IconData( + 0xf19e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + static const IconData arrow_maximize_28_filled = IconData( + 0xf161, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize" in size 32 and filled style. - static const IconData arrow_maximize_32_filled = IconData(0x101d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_maximize_32_filled = IconData( + 0x101d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize" in size 48 and filled style. - static const IconData arrow_maximize_48_filled = IconData(0x103fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_maximize_48_filled = IconData( + 0x103fa, + 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); + 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); + static const IconData arrow_maximize_vertical_24_filled = IconData( + 0xf163, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_maximize_vertical" in size 48 and filled style. - static const IconData arrow_maximize_vertical_48_filled = IconData(0x103fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_maximize_vertical_48_filled = IconData( + 0x103fb, + 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); + 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); + 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); + 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); + static const IconData arrow_minimize_28_filled = IconData( + 0xf167, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_minimize_vertical" in size 20 and filled style. - static const IconData arrow_minimize_vertical_20_filled = IconData(0x102c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_minimize_vertical_20_filled = IconData( + 0x102c1, + 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); + static const IconData arrow_minimize_vertical_24_filled = IconData( + 0xf168, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_move" in size 20 and filled style. - static const IconData arrow_move_20_filled = IconData(0xf8fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_move_20_filled = IconData( + 0xf8fd, + 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); + static const IconData arrow_move_24_filled = IconData( + 0xf169, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_move_inward" in size 20 and filled style. - static const IconData arrow_move_inward_20_filled = IconData(0x100a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_move_inward_20_filled = IconData( + 0x100a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_next" in size 12 and filled style. - static const IconData arrow_next_12_filled = IconData(0x10724, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_next_12_filled = IconData( + 0x10724, + 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); + 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); + static const IconData arrow_next_24_filled = IconData( + 0xf16b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_outline_up_right" in size 32 and filled style. - static const IconData arrow_outline_up_right_32_filled = IconData(0x101d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_outline_up_right_32_filled = IconData( + 0x101d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_outline_up_right" in size 48 and filled style. - static const IconData arrow_outline_up_right_48_filled = IconData(0x103fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_outline_up_right_48_filled = IconData( + 0x103fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_paragraph" in size 20 and filled style. - static const IconData arrow_paragraph_20_filled = IconData(0x10575, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_paragraph_20_filled = IconData( + 0x10575, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_previous" in size 12 and filled style. - static const IconData arrow_previous_12_filled = IconData(0x10725, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_previous_12_filled = IconData( + 0x10725, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_previous_24_filled = IconData( + 0xf16d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_redo" in size 16 and filled style. - static const IconData arrow_redo_16_filled = IconData(0x100a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_redo_16_filled = IconData( + 0x100a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_redo_24_filled = IconData( + 0xf16f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 28 and filled style. - static const IconData arrow_redo_28_filled = IconData(0x1038e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_redo_28_filled = IconData( + 0x1038e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 32 and filled style. - static const IconData arrow_redo_32_filled = IconData(0xf8fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_redo_32_filled = IconData( + 0xf8fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_redo" in size 48 and filled style. - static const IconData arrow_redo_48_filled = IconData(0xf8ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_redo_48_filled = IconData( + 0xf8ff, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData arrow_reply_down_24_filled = IconData( + 0xf180, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 20 and filled style. - static const IconData arrow_reset_20_filled = IconData(0xf19f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_reset_20_filled = IconData( + 0xf19f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 24 and filled style. - static const IconData arrow_reset_24_filled = IconData(0xf1a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_reset_24_filled = IconData( + 0xf1a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 32 and filled style. - static const IconData arrow_reset_32_filled = IconData(0x10217, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_reset_32_filled = IconData( + 0x10217, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_reset" in size 48 and filled style. - static const IconData arrow_reset_48_filled = IconData(0x10218, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_reset_48_filled = IconData( + 0x10218, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 12 and filled style. - static const IconData arrow_right_12_filled = IconData(0x100a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_right_12_filled = IconData( + 0x100a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 16 and filled style. - static const IconData arrow_right_16_filled = IconData(0xfb75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_right_16_filled = IconData( + 0xfb75, + 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); + 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); + 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); + static const IconData arrow_right_28_filled = IconData( + 0xf183, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_right" in size 32 and filled style. - static const IconData arrow_right_32_filled = IconData(0xf1a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_right_32_filled = IconData( + 0xf1a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_right" in size 48 and filled style. - static const IconData arrow_right_48_filled = IconData(0xf1a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_right_48_filled = IconData( + 0xf1a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_rotate_clockwise" in size 16 and filled style. - static const IconData arrow_rotate_clockwise_16_filled = IconData(0xfff2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_rotate_clockwise_16_filled = IconData( + 0xfff2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + 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); + 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); + static const IconData arrow_rotate_counterclockwise_24_filled = IconData( + 0xf188, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing" in size 20 and filled style. - static const IconData arrow_routing_20_filled = IconData(0xff32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_routing_20_filled = IconData( + 0xff32, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing" in size 24 and filled style. - static const IconData arrow_routing_24_filled = IconData(0xff33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_routing_24_filled = IconData( + 0xff33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing_rectangle_multiple" in size 20 and filled style. - static const IconData arrow_routing_rectangle_multiple_20_filled = IconData(0xff34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_routing_rectangle_multiple_20_filled = IconData( + 0xff34, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_routing_rectangle_multiple" in size 24 and filled style. - static const IconData arrow_routing_rectangle_multiple_24_filled = IconData(0xff35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_routing_rectangle_multiple_24_filled = IconData( + 0xff35, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort" in size 16 and filled style. - static const IconData arrow_sort_16_filled = IconData(0xf1ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_16_filled = IconData( + 0xf1ab, + 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); + 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); + 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); + static const IconData arrow_sort_28_filled = IconData( + 0xf18c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 16 and filled style. - static const IconData arrow_sort_down_16_filled = IconData(0xf1ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_16_filled = IconData( + 0xf1ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 20 and filled style. - static const IconData arrow_sort_down_20_filled = IconData(0xf81e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_20_filled = IconData( + 0xf81e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down" in size 24 and filled style. - static const IconData arrow_sort_down_24_filled = IconData(0xf82a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_24_filled = IconData( + 0xf82a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_line" in size 20 and filled style. - static const IconData arrow_sort_down_line_20_filled = IconData(0xfff3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_line_20_filled = IconData( + 0xfff3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 16 and filled style. - static const IconData arrow_sort_down_lines_16_filled = IconData(0xf1ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_16_filled = IconData( + 0xf1ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 20 and filled style. - static const IconData arrow_sort_down_lines_20_filled = IconData(0x104b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_20_filled = IconData( + 0x104b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_down_lines" in size 24 and filled style. - static const IconData arrow_sort_down_lines_24_filled = IconData(0x102c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_down_lines_24_filled = IconData( + 0x102c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 16 and filled style. - static const IconData arrow_sort_up_16_filled = IconData(0xf1b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_16_filled = IconData( + 0xf1b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 20 and filled style. - static const IconData arrow_sort_up_20_filled = IconData(0xf82b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_20_filled = IconData( + 0xf82b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sort_up" in size 24 and filled style. - static const IconData arrow_sort_up_24_filled = IconData(0xf83a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sort_up_24_filled = IconData( + 0xf83a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_split" in size 20 and filled style. - static const IconData arrow_split_20_filled = IconData(0xfff4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_split_20_filled = IconData( + 0xfff4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_square_down" in size 20 and filled style. - static const IconData arrow_square_down_20_filled = IconData(0x102c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_square_down_20_filled = IconData( + 0x102c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_square_down" in size 24 and filled style. - static const IconData arrow_square_down_24_filled = IconData(0xfbd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_square_down_24_filled = IconData( + 0xfbd2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_back" in size 16 and filled style. - static const IconData arrow_step_back_16_filled = IconData(0xfda9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_back_16_filled = IconData( + 0xfda9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_back" in size 20 and filled style. - static const IconData arrow_step_back_20_filled = IconData(0x102c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_back_20_filled = IconData( + 0x102c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 12 and filled style. - static const IconData arrow_step_in_12_filled = IconData(0x100a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_12_filled = IconData( + 0x100a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 16 and filled style. - static const IconData arrow_step_in_16_filled = IconData(0xfdaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_16_filled = IconData( + 0xfdaa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 20 and filled style. - static const IconData arrow_step_in_20_filled = IconData(0x104b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_20_filled = IconData( + 0x104b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 24 and filled style. - static const IconData arrow_step_in_24_filled = IconData(0x104b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_24_filled = IconData( + 0x104b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in" in size 28 and filled style. - static const IconData arrow_step_in_28_filled = IconData(0x1030a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_28_filled = IconData( + 0x1030a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_default" in size 20 and filled style. - static const IconData arrow_step_in_default_20_filled = IconData(0x102c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_default_20_filled = IconData( + 0x102c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_default" in size 24 and filled style. - static const IconData arrow_step_in_default_24_filled = IconData(0x1030b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_default_24_filled = IconData( + 0x1030b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 12 and filled style. - static const IconData arrow_step_in_left_12_filled = IconData(0x100aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_12_filled = IconData( + 0x100aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 16 and filled style. - static const IconData arrow_step_in_left_16_filled = IconData(0x100ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_16_filled = IconData( + 0x100ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 20 and filled style. - static const IconData arrow_step_in_left_20_filled = IconData(0x102c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_20_filled = IconData( + 0x102c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 24 and filled style. - static const IconData arrow_step_in_left_24_filled = IconData(0x1030c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_24_filled = IconData( + 0x1030c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_left" in size 28 and filled style. - static const IconData arrow_step_in_left_28_filled = IconData(0x1030d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_left_28_filled = IconData( + 0x1030d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 12 and filled style. - static const IconData arrow_step_in_right_12_filled = IconData(0x100ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_12_filled = IconData( + 0x100ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 16 and filled style. - static const IconData arrow_step_in_right_16_filled = IconData(0x100ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_16_filled = IconData( + 0x100ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 20 and filled style. - static const IconData arrow_step_in_right_20_filled = IconData(0x102c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_20_filled = IconData( + 0x102c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 24 and filled style. - static const IconData arrow_step_in_right_24_filled = IconData(0x1030e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_24_filled = IconData( + 0x1030e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_in_right" in size 28 and filled style. - static const IconData arrow_step_in_right_28_filled = IconData(0x1030f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_in_right_28_filled = IconData( + 0x1030f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 12 and filled style. - static const IconData arrow_step_out_12_filled = IconData(0x100ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_out_12_filled = IconData( + 0x100ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 16 and filled style. - static const IconData arrow_step_out_16_filled = IconData(0xfdab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_out_16_filled = IconData( + 0xfdab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 20 and filled style. - static const IconData arrow_step_out_20_filled = IconData(0x102c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_out_20_filled = IconData( + 0x102c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 24 and filled style. - static const IconData arrow_step_out_24_filled = IconData(0x10310, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_out_24_filled = IconData( + 0x10310, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_out" in size 28 and filled style. - static const IconData arrow_step_out_28_filled = IconData(0x10311, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_out_28_filled = IconData( + 0x10311, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_over" in size 16 and filled style. - static const IconData arrow_step_over_16_filled = IconData(0xfdac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_over_16_filled = IconData( + 0xfdac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_step_over" in size 20 and filled style. - static const IconData arrow_step_over_20_filled = IconData(0x102c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_step_over_20_filled = IconData( + 0x102c9, + 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); + 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); + 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); + static const IconData arrow_sync_12_filled = IconData( + 0xf18f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync" in size 16 and filled style. - static const IconData arrow_sync_16_filled = IconData(0xfea9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_16_filled = IconData( + 0xfea9, + 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); + 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); + static const IconData arrow_sync_24_filled = IconData( + 0xf191, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_checkmark" in size 20 and filled style. - static const IconData arrow_sync_checkmark_20_filled = IconData(0x1038f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_checkmark_20_filled = IconData( + 0x1038f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_checkmark" in size 24 and filled style. - static const IconData arrow_sync_checkmark_24_filled = IconData(0x10390, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_checkmark_24_filled = IconData( + 0x10390, + 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); + 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); + 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); + static const IconData arrow_sync_circle_24_filled = IconData( + 0xf194, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_dismiss" in size 20 and filled style. - static const IconData arrow_sync_dismiss_20_filled = IconData(0x10391, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_dismiss_20_filled = IconData( + 0x10391, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_dismiss" in size 24 and filled style. - static const IconData arrow_sync_dismiss_24_filled = IconData(0x10392, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_dismiss_24_filled = IconData( + 0x10392, + 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); + static const IconData arrow_sync_off_12_filled = IconData( + 0xf195, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_off" in size 16 and filled style. - static const IconData arrow_sync_off_16_filled = IconData(0x100af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_off_16_filled = IconData( + 0x100af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_sync_off" in size 20 and filled style. - static const IconData arrow_sync_off_20_filled = IconData(0x100b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_sync_off_20_filled = IconData( + 0x100b0, + 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); + 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); + 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); + static const IconData arrow_trending_24_filled = IconData( + 0xf198, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_checkmark" in size 20 and filled style. - static const IconData arrow_trending_checkmark_20_filled = IconData(0x10132, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_checkmark_20_filled = IconData( + 0x10132, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_checkmark" in size 24 and filled style. - static const IconData arrow_trending_checkmark_24_filled = IconData(0x10133, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_checkmark_24_filled = IconData( + 0x10133, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 16 and filled style. - static const IconData arrow_trending_down_16_filled = IconData(0x10602, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_16_filled = IconData( + 0x10602, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 20 and filled style. - static const IconData arrow_trending_down_20_filled = IconData(0x10603, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_20_filled = IconData( + 0x10603, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_down" in size 24 and filled style. - static const IconData arrow_trending_down_24_filled = IconData(0x10604, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_down_24_filled = IconData( + 0x10604, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_lines" in size 20 and filled style. - static const IconData arrow_trending_lines_20_filled = IconData(0x10049, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_lines_20_filled = IconData( + 0x10049, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_lines" in size 24 and filled style. - static const IconData arrow_trending_lines_24_filled = IconData(0x1004a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_lines_24_filled = IconData( + 0x1004a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_settings" in size 20 and filled style. - static const IconData arrow_trending_settings_20_filled = IconData(0x10134, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_settings_20_filled = IconData( + 0x10134, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_settings" in size 24 and filled style. - static const IconData arrow_trending_settings_24_filled = IconData(0x10135, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_settings_24_filled = IconData( + 0x10135, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_text" in size 20 and filled style. - static const IconData arrow_trending_text_20_filled = IconData(0x10312, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_text_20_filled = IconData( + 0x10312, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_text" in size 24 and filled style. - static const IconData arrow_trending_text_24_filled = IconData(0x10313, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_text_24_filled = IconData( + 0x10313, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_wrench" in size 20 and filled style. - static const IconData arrow_trending_wrench_20_filled = IconData(0x10314, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_wrench_20_filled = IconData( + 0x10314, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_trending_wrench" in size 24 and filled style. - static const IconData arrow_trending_wrench_24_filled = IconData(0x10315, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_trending_wrench_24_filled = IconData( + 0x10315, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 20 and filled style. - static const IconData arrow_turn_bidirectional_down_right_20_filled = IconData(0x102ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_turn_bidirectional_down_right_20_filled = + IconData( + 0x102ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 24 and filled style. - static const IconData arrow_turn_bidirectional_down_right_24_filled = IconData(0xf83b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_turn_bidirectional_down_right_24_filled = + IconData( + 0xf83b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_right" in size 20 and filled style. - static const IconData arrow_turn_right_20_filled = IconData(0x102cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_turn_right_20_filled = IconData( + 0x102cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_turn_right" in size 24 and filled style. - static const IconData arrow_turn_right_24_filled = IconData(0xf851, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_turn_right_24_filled = IconData( + 0xf851, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 16 and filled style. - static const IconData arrow_undo_16_filled = IconData(0xfb76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_undo_16_filled = IconData( + 0xfb76, + 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); + 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); + static const IconData arrow_undo_24_filled = IconData( + 0xf19a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 32 and filled style. - static const IconData arrow_undo_32_filled = IconData(0xfbd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_undo_32_filled = IconData( + 0xfbd3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_undo" in size 48 and filled style. - static const IconData arrow_undo_48_filled = IconData(0xfbd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_undo_48_filled = IconData( + 0xfbd4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 12 and filled style. - static const IconData arrow_up_12_filled = IconData(0x100b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_12_filled = IconData( + 0x100b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 16 and filled style. - static const IconData arrow_up_16_filled = IconData(0xf1b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_16_filled = IconData( + 0xf1b4, + 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); + 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); + 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); + static const IconData arrow_up_28_filled = IconData( + 0xf19d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 32 and filled style. - static const IconData arrow_up_32_filled = IconData(0xf1b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_32_filled = IconData( + 0xf1b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up" in size 48 and filled style. - static const IconData arrow_up_48_filled = IconData(0xf1b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_48_filled = IconData( + 0xf1b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_left" in size 16 and filled style. - static const IconData arrow_up_left_16_filled = IconData(0xfb77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_left_16_filled = IconData( + 0xfb77, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_left" in size 20 and filled style. - static const IconData arrow_up_left_20_filled = IconData(0xfb78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_left_20_filled = IconData( + 0xfb78, + 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); + static const IconData arrow_up_left_24_filled = IconData( + 0xf1a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_up_left" in size 48 and filled style. - static const IconData arrow_up_left_48_filled = IconData(0x103fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_left_48_filled = IconData( + 0x103fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 16 and filled style. - static const IconData arrow_up_right_16_filled = IconData(0xf903, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_right_16_filled = IconData( + 0xf903, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 20 and filled style. - static const IconData arrow_up_right_20_filled = IconData(0xfdad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_right_20_filled = IconData( + 0xfdad, + 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); + static const IconData arrow_up_right_24_filled = IconData( + 0xf1a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "arrow_up_right" in size 32 and filled style. - static const IconData arrow_up_right_32_filled = IconData(0x101d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_right_32_filled = IconData( + 0x101d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_up_right" in size 48 and filled style. - static const IconData arrow_up_right_48_filled = IconData(0x103fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_up_right_48_filled = IconData( + 0x103fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_upload" in size 16 and filled style. - static const IconData arrow_upload_16_filled = IconData(0xfe43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_upload_16_filled = IconData( + 0xfe43, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData arrow_upload_24_filled = IconData( + 0xf1a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_wrap" in size 20 and filled style. - static const IconData arrow_wrap_20_filled = IconData(0x10114, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_wrap_20_filled = IconData( + 0x10114, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrow_wrap_off" in size 20 and filled style. - static const IconData arrow_wrap_off_20_filled = IconData(0x10115, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrow_wrap_off_20_filled = IconData( + 0x10115, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "arrows_bidirectional" in size 20 and filled style. - static const IconData arrows_bidirectional_20_filled = IconData(0x102cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData arrows_bidirectional_20_filled = IconData( + 0x102cc, + 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); + static const IconData arrows_bidirectional_24_filled = IconData( + 0xf1a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach" in size 12 and filled style. - static const IconData attach_12_filled = IconData(0xfe44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData attach_12_filled = IconData( + 0xfe44, + 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); + 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); + 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); + static const IconData attach_24_filled = IconData( + 0xf1aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_arrow_right" in size 20 and filled style. - static const IconData attach_arrow_right_20_filled = IconData(0xf904, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData attach_arrow_right_20_filled = IconData( + 0xf904, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_arrow_right" in size 24 and filled style. - static const IconData attach_arrow_right_24_filled = IconData(0xf905, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData attach_arrow_right_24_filled = IconData( + 0xf905, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_text" in size 20 and filled style. - static const IconData attach_text_20_filled = IconData(0x102cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData attach_text_20_filled = IconData( + 0x102cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "attach_text" in size 24 and filled style. - static const IconData attach_text_24_filled = IconData(0xf906, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData attach_text_24_filled = IconData( + 0xf906, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_height" in size 20 and filled style. - static const IconData auto_fit_height_20_filled = IconData(0x102ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData auto_fit_height_20_filled = IconData( + 0x102ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_height" in size 24 and filled style. - static const IconData auto_fit_height_24_filled = IconData(0xfbd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData auto_fit_height_24_filled = IconData( + 0xfbd7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_width" in size 20 and filled style. - static const IconData auto_fit_width_20_filled = IconData(0x102cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData auto_fit_width_20_filled = IconData( + 0x102cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "auto_fit_width" in size 24 and filled style. - static const IconData auto_fit_width_24_filled = IconData(0xfbd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData auto_fit_width_24_filled = IconData( + 0xfbd8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "autocorrect" in size 20 and filled style. - static const IconData autocorrect_20_filled = IconData(0x102d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData autocorrect_20_filled = IconData( + 0x102d0, + 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); + static const IconData autocorrect_24_filled = IconData( + 0xf1ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "autofit_content" in size 24 and filled style. - static const IconData autofit_content_24_filled = IconData(0xf907, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData autofit_content_24_filled = IconData( + 0xf907, + 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); + 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); + static const IconData autosum_24_filled = IconData( + 0xf1b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 12 and filled style. - static const IconData backpack_12_filled = IconData(0xf908, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_12_filled = IconData( + 0xf908, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 16 and filled style. - static const IconData backpack_16_filled = IconData(0xf909, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_16_filled = IconData( + 0xf909, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 20 and filled style. - static const IconData backpack_20_filled = IconData(0xf90a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_20_filled = IconData( + 0xf90a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 24 and filled style. - static const IconData backpack_24_filled = IconData(0xf90b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_24_filled = IconData( + 0xf90b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 28 and filled style. - static const IconData backpack_28_filled = IconData(0xf90c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_28_filled = IconData( + 0xf90c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 32 and filled style. - static const IconData backpack_32_filled = IconData(0xfdae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_32_filled = IconData( + 0xfdae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack" in size 48 and filled style. - static const IconData backpack_48_filled = IconData(0xf90d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_48_filled = IconData( + 0xf90d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 20 and filled style. - static const IconData backpack_add_20_filled = IconData(0xfb79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_add_20_filled = IconData( + 0xfb79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 24 and filled style. - static const IconData backpack_add_24_filled = IconData(0xfb7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_add_24_filled = IconData( + 0xfb7a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 28 and filled style. - static const IconData backpack_add_28_filled = IconData(0xfb7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_add_28_filled = IconData( + 0xfb7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "backpack_add" in size 48 and filled style. - static const IconData backpack_add_48_filled = IconData(0xfb7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData backpack_add_48_filled = IconData( + 0xfb7c, + 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); + 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); + static const IconData backspace_24_filled = IconData( + 0xf1b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "badge" in size 20 and filled style. - static const IconData badge_20_filled = IconData(0x102d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData badge_20_filled = IconData( + 0x102d1, + 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); + static const IconData badge_24_filled = IconData( + 0xf1b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "balloon" in size 12 and filled style. - static const IconData balloon_12_filled = IconData(0x10136, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData balloon_12_filled = IconData( + 0x10136, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "balloon" in size 16 and filled style. - static const IconData balloon_16_filled = IconData(0xf90e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData balloon_16_filled = IconData( + 0xf90e, + 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); + 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); + static const IconData balloon_24_filled = IconData( + 0xf1b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "barcode_scanner" in size 20 and filled style. - static const IconData barcode_scanner_20_filled = IconData(0xf1ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData barcode_scanner_20_filled = IconData( + 0xf1ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "barcode_scanner" in size 24 and filled style. - static const IconData barcode_scanner_24_filled = IconData(0xf1e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData barcode_scanner_24_filled = IconData( + 0xf1e4, + 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); + 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); + static const IconData battery_0_24_filled = IconData( + 0xf1bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_10" in size 20 and filled style. - static const IconData battery_10_20_filled = IconData(0x10316, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_10_20_filled = IconData( + 0x10316, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_10" in size 24 and filled style. - static const IconData battery_10_24_filled = IconData(0x104b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_10_24_filled = IconData( + 0x104b7, + 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); + 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); + static const IconData battery_1_24_filled = IconData( + 0xf1be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery" in size 20 and filled style. - static const IconData battery_20_filled = IconData(0x10317, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_20_filled = IconData( + 0x10317, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData battery_charge_24_filled = IconData( + 0xf1d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_checkmark" in size 20 and filled style. - static const IconData battery_checkmark_20_filled = IconData(0x102d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_checkmark_20_filled = IconData( + 0x102d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_checkmark" in size 24 and filled style. - static const IconData battery_checkmark_24_filled = IconData(0xfff5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_checkmark_24_filled = IconData( + 0xfff5, + 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); + 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); + 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); + 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); + static const IconData battery_saver_24_filled = IconData( + 0xf1d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "battery_warning" in size 20 and filled style. - static const IconData battery_warning_20_filled = IconData(0x102d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData battery_warning_20_filled = IconData( + 0x102d3, + 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); + static const IconData battery_warning_24_filled = IconData( + 0xf1d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 16 and filled style. - static const IconData beach_16_filled = IconData(0xfd1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_16_filled = IconData( + 0xfd1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 20 and filled style. - static const IconData beach_20_filled = IconData(0xfd1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_20_filled = IconData( + 0xfd1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 24 and filled style. - static const IconData beach_24_filled = IconData(0xfd20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_24_filled = IconData( + 0xfd20, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 28 and filled style. - static const IconData beach_28_filled = IconData(0xfd21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_28_filled = IconData( + 0xfd21, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 32 and filled style. - static const IconData beach_32_filled = IconData(0x10318, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_32_filled = IconData( + 0x10318, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beach" in size 48 and filled style. - static const IconData beach_48_filled = IconData(0x10319, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beach_48_filled = IconData( + 0x10319, + 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); + 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); + 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); + static const IconData beaker_24_filled = IconData( + 0xf1d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beaker_edit" in size 20 and filled style. - static const IconData beaker_edit_20_filled = IconData(0xf1e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beaker_edit_20_filled = IconData( + 0xf1e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "beaker_edit" in size 24 and filled style. - static const IconData beaker_edit_24_filled = IconData(0xf1e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData beaker_edit_24_filled = IconData( + 0xf1e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bed" in size 16 and filled style. - static const IconData bed_16_filled = IconData(0xf90f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bed_16_filled = IconData( + 0xf90f, + 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); + 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); + static const IconData bed_24_filled = IconData( + 0xf1da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve" in size 20 and filled style. - static const IconData bezier_curve_20_filled = IconData(0x102d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bezier_curve_20_filled = IconData( + 0x102d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve_square" in size 12 and filled style. - static const IconData bezier_curve_square_12_filled = IconData(0x100b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bezier_curve_square_12_filled = IconData( + 0x100b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bezier_curve_square" in size 20 and filled style. - static const IconData bezier_curve_square_20_filled = IconData(0x104b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bezier_curve_square_20_filled = IconData( + 0x104b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bin_full" in size 20 and filled style. - static const IconData bin_full_20_filled = IconData(0xff36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bin_full_20_filled = IconData( + 0xff36, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bin_full" in size 24 and filled style. - static const IconData bin_full_24_filled = IconData(0xff37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bin_full_24_filled = IconData( + 0xff37, + 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); + 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); + 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); + 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); + 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); + static const IconData bluetooth_24_filled = IconData( + 0xf1df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth" in size 28 and filled style. - static const IconData bluetooth_28_filled = IconData(0xf910, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bluetooth_28_filled = IconData( + 0xf910, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_connected" in size 20 and filled style. - static const IconData bluetooth_connected_20_filled = IconData(0x102d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bluetooth_connected_20_filled = IconData( + 0x102d5, + 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); + static const IconData bluetooth_connected_24_filled = IconData( + 0xf1e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_disabled" in size 20 and filled style. - static const IconData bluetooth_disabled_20_filled = IconData(0x102d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bluetooth_disabled_20_filled = IconData( + 0x102d6, + 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); + static const IconData bluetooth_disabled_24_filled = IconData( + 0xf1e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bluetooth_searching" in size 20 and filled style. - static const IconData bluetooth_searching_20_filled = IconData(0x102d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bluetooth_searching_20_filled = IconData( + 0x102d7, + 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); + static const IconData bluetooth_searching_24_filled = IconData( + 0xf1e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 16 and filled style. - static const IconData blur_16_filled = IconData(0xf911, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData blur_16_filled = IconData( + 0xf911, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 20 and filled style. - static const IconData blur_20_filled = IconData(0xf912, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData blur_20_filled = IconData( + 0xf912, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 24 and filled style. - static const IconData blur_24_filled = IconData(0xf913, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData blur_24_filled = IconData( + 0xf913, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "blur" in size 28 and filled style. - static const IconData blur_28_filled = IconData(0xf914, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData blur_28_filled = IconData( + 0xf914, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 16 and filled style. - static const IconData board_16_filled = IconData(0xfe45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_16_filled = IconData( + 0xfe45, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 20 and filled style. - static const IconData board_20_filled = IconData(0xfe46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_20_filled = IconData( + 0xfe46, + 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); + static const IconData board_24_filled = IconData( + 0xf1e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board" in size 28 and filled style. - static const IconData board_28_filled = IconData(0xfe47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_28_filled = IconData( + 0xfe47, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_games" in size 20 and filled style. - static const IconData board_games_20_filled = IconData(0x104eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_games_20_filled = IconData( + 0x104eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 16 and filled style. - static const IconData board_heart_16_filled = IconData(0x1045f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_heart_16_filled = IconData( + 0x1045f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 20 and filled style. - static const IconData board_heart_20_filled = IconData(0x10460, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_heart_20_filled = IconData( + 0x10460, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_heart" in size 24 and filled style. - static const IconData board_heart_24_filled = IconData(0x10461, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_heart_24_filled = IconData( + 0x10461, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 16 and filled style. - static const IconData board_split_16_filled = IconData(0xfe48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_split_16_filled = IconData( + 0xfe48, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 20 and filled style. - static const IconData board_split_20_filled = IconData(0xfe49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_split_20_filled = IconData( + 0xfe49, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 24 and filled style. - static const IconData board_split_24_filled = IconData(0xfe4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_split_24_filled = IconData( + 0xfe4a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 28 and filled style. - static const IconData board_split_28_filled = IconData(0xfe4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_split_28_filled = IconData( + 0xfe4b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "board_split" in size 48 and filled style. - static const IconData board_split_48_filled = IconData(0xfe4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData board_split_48_filled = IconData( + 0xfe4c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book" in size 20 and filled style. - static const IconData book_20_filled = IconData(0xf915, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_20_filled = IconData( + 0xf915, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book" in size 24 and filled style. - static const IconData book_24_filled = IconData(0xf916, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_24_filled = IconData( + 0xf916, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_add" in size 20 and filled style. - static const IconData book_add_20_filled = IconData(0xf917, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_add_20_filled = IconData( + 0xf917, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_add" in size 24 and filled style. - static const IconData book_add_24_filled = IconData(0xf918, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_add_24_filled = IconData( + 0xf918, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_arrow_clockwise" in size 20 and filled style. - static const IconData book_arrow_clockwise_20_filled = IconData(0x103ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_arrow_clockwise_20_filled = IconData( + 0x103ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_arrow_clockwise" in size 24 and filled style. - static const IconData book_arrow_clockwise_24_filled = IconData(0x10400, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_arrow_clockwise_24_filled = IconData( + 0x10400, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_clock" in size 20 and filled style. - static const IconData book_clock_20_filled = IconData(0x1031a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_clock_20_filled = IconData( + 0x1031a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_clock" in size 24 and filled style. - static const IconData book_clock_24_filled = IconData(0xf919, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_clock_24_filled = IconData( + 0xf919, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_coins" in size 20 and filled style. - static const IconData book_coins_20_filled = IconData(0x1031b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_coins_20_filled = IconData( + 0x1031b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_coins" in size 24 and filled style. - static const IconData book_coins_24_filled = IconData(0xf91a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_coins_24_filled = IconData( + 0xf91a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_compass" in size 20 and filled style. - static const IconData book_compass_20_filled = IconData(0x1031c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_compass_20_filled = IconData( + 0x1031c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_compass" in size 24 and filled style. - static const IconData book_compass_24_filled = IconData(0xf91b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_compass_24_filled = IconData( + 0xf91b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 20 and filled style. - static const IconData book_contacts_20_filled = IconData(0xfccc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_contacts_20_filled = IconData( + 0xfccc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 24 and filled style. - static const IconData book_contacts_24_filled = IconData(0xfccd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_contacts_24_filled = IconData( + 0xfccd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 28 and filled style. - static const IconData book_contacts_28_filled = IconData(0xfcce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_contacts_28_filled = IconData( + 0xfcce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_contacts" in size 32 and filled style. - static const IconData book_contacts_32_filled = IconData(0xfdaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_contacts_32_filled = IconData( + 0xfdaf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_database" in size 20 and filled style. - static const IconData book_database_20_filled = IconData(0x1031d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_database_20_filled = IconData( + 0x1031d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_database" in size 24 and filled style. - static const IconData book_database_24_filled = IconData(0xf91c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_database_24_filled = IconData( + 0xf91c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_exclamation_mark" in size 20 and filled style. - static const IconData book_exclamation_mark_20_filled = IconData(0x1031e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_exclamation_mark_20_filled = IconData( + 0x1031e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_exclamation_mark" in size 24 and filled style. - static const IconData book_exclamation_mark_24_filled = IconData(0xf91d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_exclamation_mark_24_filled = IconData( + 0xf91d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_globe" in size 20 and filled style. - static const IconData book_globe_20_filled = IconData(0x1031f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_globe_20_filled = IconData( + 0x1031f, + 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); + static const IconData book_globe_24_filled = IconData( + 0xf1f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_information" in size 20 and filled style. - static const IconData book_information_20_filled = IconData(0x10320, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_information_20_filled = IconData( + 0x10320, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_information" in size 24 and filled style. - static const IconData book_information_24_filled = IconData(0xf91e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_information_24_filled = IconData( + 0xf91e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_letter" in size 20 and filled style. - static const IconData book_letter_20_filled = IconData(0x10321, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_letter_20_filled = IconData( + 0x10321, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_letter" in size 24 and filled style. - static const IconData book_letter_24_filled = IconData(0xf91f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_letter_24_filled = IconData( + 0xf91f, + 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); + 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); + 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); + static const IconData book_number_24_filled = IconData( + 0xf1f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 16 and filled style. - static const IconData book_open_16_filled = IconData(0xfff6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_16_filled = IconData( + 0xfff6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 20 and filled style. - static const IconData book_open_20_filled = IconData(0xf920, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_20_filled = IconData( + 0xf920, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 24 and filled style. - static const IconData book_open_24_filled = IconData(0xf921, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_24_filled = IconData( + 0xf921, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 28 and filled style. - static const IconData book_open_28_filled = IconData(0xfeaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_28_filled = IconData( + 0xfeaa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 32 and filled style. - static const IconData book_open_32_filled = IconData(0xfeab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_32_filled = IconData( + 0xfeab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open" in size 48 and filled style. - static const IconData book_open_48_filled = IconData(0xfeac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_48_filled = IconData( + 0xfeac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_globe" in size 20 and filled style. - static const IconData book_open_globe_20_filled = IconData(0xfccf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_globe_20_filled = IconData( + 0xfccf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_globe" in size 24 and filled style. - static const IconData book_open_globe_24_filled = IconData(0xf922, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_globe_24_filled = IconData( + 0xf922, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 20 and filled style. - static const IconData book_open_microphone_20_filled = IconData(0xfead, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_microphone_20_filled = IconData( + 0xfead, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 24 and filled style. - static const IconData book_open_microphone_24_filled = IconData(0xfeae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_microphone_24_filled = IconData( + 0xfeae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 28 and filled style. - static const IconData book_open_microphone_28_filled = IconData(0xfeaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_microphone_28_filled = IconData( + 0xfeaf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 32 and filled style. - static const IconData book_open_microphone_32_filled = IconData(0xfeb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_microphone_32_filled = IconData( + 0xfeb0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_open_microphone" in size 48 and filled style. - static const IconData book_open_microphone_48_filled = IconData(0xfeb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_open_microphone_48_filled = IconData( + 0xfeb1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_pulse" in size 20 and filled style. - static const IconData book_pulse_20_filled = IconData(0x10322, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_pulse_20_filled = IconData( + 0x10322, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_pulse" in size 24 and filled style. - static const IconData book_pulse_24_filled = IconData(0xf923, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_pulse_24_filled = IconData( + 0xf923, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark" in size 20 and filled style. - static const IconData book_question_mark_20_filled = IconData(0x10323, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_question_mark_20_filled = IconData( + 0x10323, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark" in size 24 and filled style. - static const IconData book_question_mark_24_filled = IconData(0xf924, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_question_mark_24_filled = IconData( + 0xf924, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark_rtl" in size 20 and filled style. - static const IconData book_question_mark_rtl_20_filled = IconData(0x10324, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_question_mark_rtl_20_filled = IconData( + 0x10324, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_question_mark_rtl" in size 24 and filled style. - static const IconData book_question_mark_rtl_24_filled = IconData(0xf852, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_question_mark_rtl_24_filled = IconData( + 0xf852, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_search" in size 20 and filled style. - static const IconData book_search_20_filled = IconData(0x10325, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_search_20_filled = IconData( + 0x10325, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_search" in size 24 and filled style. - static const IconData book_search_24_filled = IconData(0xf925, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_search_24_filled = IconData( + 0xf925, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_star" in size 20 and filled style. - static const IconData book_star_20_filled = IconData(0x10326, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_star_20_filled = IconData( + 0x10326, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_star" in size 24 and filled style. - static const IconData book_star_24_filled = IconData(0xf926, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_star_24_filled = IconData( + 0xf926, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_template" in size 20 and filled style. - static const IconData book_template_20_filled = IconData(0x10605, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_template_20_filled = IconData( + 0x10605, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_theta" in size 20 and filled style. - static const IconData book_theta_20_filled = IconData(0x10327, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_theta_20_filled = IconData( + 0x10327, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_theta" in size 24 and filled style. - static const IconData book_theta_24_filled = IconData(0xf927, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_theta_24_filled = IconData( + 0xf927, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_toolbox" in size 20 and filled style. - static const IconData book_toolbox_20_filled = IconData(0xf1e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_toolbox_20_filled = IconData( + 0xf1e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "book_toolbox" in size 24 and filled style. - static const IconData book_toolbox_24_filled = IconData(0xff38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData book_toolbox_24_filled = IconData( + 0xff38, + 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); + 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); + 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); + 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); + static const IconData bookmark_28_filled = IconData( + 0xf1f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark" in size 32 and filled style. - static const IconData bookmark_32_filled = IconData(0xfdb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_32_filled = IconData( + 0xfdb0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_add" in size 20 and filled style. - static const IconData bookmark_add_20_filled = IconData(0xf1e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_add_20_filled = IconData( + 0xf1e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_add" in size 24 and filled style. - static const IconData bookmark_add_24_filled = IconData(0xf1e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_add_24_filled = IconData( + 0xf1e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 16 and filled style. - static const IconData bookmark_multiple_16_filled = IconData(0x102d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_16_filled = IconData( + 0x102d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 20 and filled style. - static const IconData bookmark_multiple_20_filled = IconData(0xfb31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_20_filled = IconData( + 0xfb31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 24 and filled style. - static const IconData bookmark_multiple_24_filled = IconData(0xfdb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_24_filled = IconData( + 0xfdb1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 28 and filled style. - static const IconData bookmark_multiple_28_filled = IconData(0x102d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_28_filled = IconData( + 0x102d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 32 and filled style. - static const IconData bookmark_multiple_32_filled = IconData(0x102da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_32_filled = IconData( + 0x102da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_multiple" in size 48 and filled style. - static const IconData bookmark_multiple_48_filled = IconData(0x102db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_multiple_48_filled = IconData( + 0x102db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_off" in size 20 and filled style. - static const IconData bookmark_off_20_filled = IconData(0x10328, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_off_20_filled = IconData( + 0x10328, + 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); + static const IconData bookmark_off_24_filled = IconData( + 0xf1f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_search" in size 20 and filled style. - static const IconData bookmark_search_20_filled = IconData(0x10259, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_search_20_filled = IconData( + 0x10259, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bookmark_search" in size 24 and filled style. - static const IconData bookmark_search_24_filled = IconData(0x1025a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bookmark_search_24_filled = IconData( + 0x1025a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border" in size 24 and filled style. - static const IconData border_24_filled = IconData(0xfbd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_24_filled = IconData( + 0xfbd9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 16 and filled style. - static const IconData border_all_16_filled = IconData(0x100b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_all_16_filled = IconData( + 0x100b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 20 and filled style. - static const IconData border_all_20_filled = IconData(0x100b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_all_20_filled = IconData( + 0x100b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_all" in size 24 and filled style. - static const IconData border_all_24_filled = IconData(0xf928, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_all_24_filled = IconData( + 0xf928, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom" in size 20 and filled style. - static const IconData border_bottom_20_filled = IconData(0x10329, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_20_filled = IconData( + 0x10329, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom" in size 24 and filled style. - static const IconData border_bottom_24_filled = IconData(0xf929, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_24_filled = IconData( + 0xf929, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_double" in size 20 and filled style. - static const IconData border_bottom_double_20_filled = IconData(0x1032a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_double_20_filled = IconData( + 0x1032a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_double" in size 24 and filled style. - static const IconData border_bottom_double_24_filled = IconData(0xf92a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_double_24_filled = IconData( + 0xf92a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_thick" in size 20 and filled style. - static const IconData border_bottom_thick_20_filled = IconData(0x1032b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_thick_20_filled = IconData( + 0x1032b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_bottom_thick" in size 24 and filled style. - static const IconData border_bottom_thick_24_filled = IconData(0xf92b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_bottom_thick_24_filled = IconData( + 0xf92b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left" in size 20 and filled style. - static const IconData border_left_20_filled = IconData(0x1032c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_left_20_filled = IconData( + 0x1032c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left" in size 24 and filled style. - static const IconData border_left_24_filled = IconData(0xf92c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_left_24_filled = IconData( + 0xf92c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left_right" in size 20 and filled style. - static const IconData border_left_right_20_filled = IconData(0x10606, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_left_right_20_filled = IconData( + 0x10606, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_left_right" in size 24 and filled style. - static const IconData border_left_right_24_filled = IconData(0x10607, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_left_right_24_filled = IconData( + 0x10607, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_none" in size 20 and filled style. - static const IconData border_none_20_filled = IconData(0x1032d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_none_20_filled = IconData( + 0x1032d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_none" in size 24 and filled style. - static const IconData border_none_24_filled = IconData(0x104b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_none_24_filled = IconData( + 0x104b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside" in size 20 and filled style. - static const IconData border_outside_20_filled = IconData(0x1032e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_outside_20_filled = IconData( + 0x1032e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside" in size 24 and filled style. - static const IconData border_outside_24_filled = IconData(0xf92e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_outside_24_filled = IconData( + 0xf92e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside_thick" in size 20 and filled style. - static const IconData border_outside_thick_20_filled = IconData(0x1032f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_outside_thick_20_filled = IconData( + 0x1032f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_outside_thick" in size 24 and filled style. - static const IconData border_outside_thick_24_filled = IconData(0xf92f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_outside_thick_24_filled = IconData( + 0xf92f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_right" in size 20 and filled style. - static const IconData border_right_20_filled = IconData(0x10330, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_right_20_filled = IconData( + 0x10330, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_right" in size 24 and filled style. - static const IconData border_right_24_filled = IconData(0xf930, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_right_24_filled = IconData( + 0xf930, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top" in size 20 and filled style. - static const IconData border_top_20_filled = IconData(0x10331, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_20_filled = IconData( + 0x10331, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top" in size 24 and filled style. - static const IconData border_top_24_filled = IconData(0xf931, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_24_filled = IconData( + 0xf931, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom" in size 20 and filled style. - static const IconData border_top_bottom_20_filled = IconData(0x10332, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_20_filled = IconData( + 0x10332, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom" in size 24 and filled style. - static const IconData border_top_bottom_24_filled = IconData(0xf932, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_24_filled = IconData( + 0xf932, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_double" in size 20 and filled style. - static const IconData border_top_bottom_double_20_filled = IconData(0x10333, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_double_20_filled = IconData( + 0x10333, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_double" in size 24 and filled style. - static const IconData border_top_bottom_double_24_filled = IconData(0xf933, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_double_24_filled = IconData( + 0xf933, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_thick" in size 20 and filled style. - static const IconData border_top_bottom_thick_20_filled = IconData(0x10334, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_thick_20_filled = IconData( + 0x10334, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "border_top_bottom_thick" in size 24 and filled style. - static const IconData border_top_bottom_thick_24_filled = IconData(0xf934, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData border_top_bottom_thick_24_filled = IconData( + 0xf934, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bot" in size 20 and filled style. - static const IconData bot_20_filled = IconData(0xfb7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bot_20_filled = IconData( + 0xfb7d, + 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); + static const IconData bot_24_filled = IconData( + 0xf1f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bot_add" in size 20 and filled style. - static const IconData bot_add_20_filled = IconData(0xfd94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bot_add_20_filled = IconData( + 0xfd94, + 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); + static const IconData bot_add_24_filled = IconData( + 0xf1fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 16 and filled style. - static const IconData bowl_chopsticks_16_filled = IconData(0xf1ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_16_filled = IconData( + 0xf1ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 20 and filled style. - static const IconData bowl_chopsticks_20_filled = IconData(0xf1eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_20_filled = IconData( + 0xf1eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 24 and filled style. - static const IconData bowl_chopsticks_24_filled = IconData(0xf1ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_24_filled = IconData( + 0xf1ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bowl_chopsticks" in size 28 and filled style. - static const IconData bowl_chopsticks_28_filled = IconData(0xf1ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bowl_chopsticks_28_filled = IconData( + 0xf1ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 16 and filled style. - static const IconData box_16_filled = IconData(0xff39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_16_filled = IconData( + 0xff39, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 20 and filled style. - static const IconData box_20_filled = IconData(0x10219, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_20_filled = IconData( + 0x10219, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box" in size 24 and filled style. - static const IconData box_24_filled = IconData(0x1021a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_24_filled = IconData( + 0x1021a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_left" in size 20 and filled style. - static const IconData box_arrow_left_20_filled = IconData(0x10401, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_arrow_left_20_filled = IconData( + 0x10401, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_left" in size 24 and filled style. - static const IconData box_arrow_left_24_filled = IconData(0x10402, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_arrow_left_24_filled = IconData( + 0x10402, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_up" in size 20 and filled style. - static const IconData box_arrow_up_20_filled = IconData(0x10403, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_arrow_up_20_filled = IconData( + 0x10403, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_arrow_up" in size 24 and filled style. - static const IconData box_arrow_up_24_filled = IconData(0x10404, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_arrow_up_24_filled = IconData( + 0x10404, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_checkmark" in size 20 and filled style. - static const IconData box_checkmark_20_filled = IconData(0x10405, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_checkmark_20_filled = IconData( + 0x10405, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_checkmark" in size 24 and filled style. - static const IconData box_checkmark_24_filled = IconData(0x10406, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_checkmark_24_filled = IconData( + 0x10406, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_dismiss" in size 20 and filled style. - static const IconData box_dismiss_20_filled = IconData(0x1021b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_dismiss_20_filled = IconData( + 0x1021b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_dismiss" in size 24 and filled style. - static const IconData box_dismiss_24_filled = IconData(0x1021c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_dismiss_24_filled = IconData( + 0x1021c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_edit" in size 20 and filled style. - static const IconData box_edit_20_filled = IconData(0x101d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_edit_20_filled = IconData( + 0x101d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_edit" in size 24 and filled style. - static const IconData box_edit_24_filled = IconData(0x101da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_edit_24_filled = IconData( + 0x101da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple" in size 20 and filled style. - static const IconData box_multiple_20_filled = IconData(0x10407, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_20_filled = IconData( + 0x10407, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple" in size 24 and filled style. - static const IconData box_multiple_24_filled = IconData(0x10408, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_24_filled = IconData( + 0x10408, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_left" in size 20 and filled style. - static const IconData box_multiple_arrow_left_20_filled = IconData(0x10409, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_left_20_filled = IconData( + 0x10409, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_left" in size 24 and filled style. - static const IconData box_multiple_arrow_left_24_filled = IconData(0x1040a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_left_24_filled = IconData( + 0x1040a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_right" in size 20 and filled style. - static const IconData box_multiple_arrow_right_20_filled = IconData(0x1040b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_right_20_filled = IconData( + 0x1040b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_arrow_right" in size 24 and filled style. - static const IconData box_multiple_arrow_right_24_filled = IconData(0x1040c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_arrow_right_24_filled = IconData( + 0x1040c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_checkmark" in size 20 and filled style. - static const IconData box_multiple_checkmark_20_filled = IconData(0x1040d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_checkmark_20_filled = IconData( + 0x1040d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_checkmark" in size 24 and filled style. - static const IconData box_multiple_checkmark_24_filled = IconData(0x1040e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_checkmark_24_filled = IconData( + 0x1040e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_search" in size 20 and filled style. - static const IconData box_multiple_search_20_filled = IconData(0x1040f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_search_20_filled = IconData( + 0x1040f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_multiple_search" in size 24 and filled style. - static const IconData box_multiple_search_24_filled = IconData(0x10410, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_multiple_search_24_filled = IconData( + 0x10410, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_search" in size 20 and filled style. - static const IconData box_search_20_filled = IconData(0x10411, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_search_20_filled = IconData( + 0x10411, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_search" in size 24 and filled style. - static const IconData box_search_24_filled = IconData(0x10412, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_search_24_filled = IconData( + 0x10412, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_toolbox" in size 20 and filled style. - static const IconData box_toolbox_20_filled = IconData(0x101db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_toolbox_20_filled = IconData( + 0x101db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "box_toolbox" in size 24 and filled style. - static const IconData box_toolbox_24_filled = IconData(0x101dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData box_toolbox_24_filled = IconData( + 0x101dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces" in size 20 and filled style. - static const IconData braces_20_filled = IconData(0x100b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData braces_20_filled = IconData( + 0x100b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces" in size 24 and filled style. - static const IconData braces_24_filled = IconData(0x10462, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData braces_24_filled = IconData( + 0x10462, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces_variable" in size 20 and filled style. - static const IconData braces_variable_20_filled = IconData(0xff3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData braces_variable_20_filled = IconData( + 0xff3a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "braces_variable" in size 24 and filled style. - static const IconData braces_variable_24_filled = IconData(0xff3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData braces_variable_24_filled = IconData( + 0xff3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brain_circuit" in size 20 and filled style. - static const IconData brain_circuit_20_filled = IconData(0xf1ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brain_circuit_20_filled = IconData( + 0xf1ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brain_circuit" in size 24 and filled style. - static const IconData brain_circuit_24_filled = IconData(0xf853, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brain_circuit_24_filled = IconData( + 0xf853, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch" in size 20 and filled style. - static const IconData branch_20_filled = IconData(0x10335, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_20_filled = IconData( + 0x10335, + 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); + static const IconData branch_24_filled = IconData( + 0xf1fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 16 and filled style. - static const IconData branch_compare_16_filled = IconData(0xfdb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_compare_16_filled = IconData( + 0xfdb2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 20 and filled style. - static const IconData branch_compare_20_filled = IconData(0xfdb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_compare_20_filled = IconData( + 0xfdb3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_compare" in size 24 and filled style. - static const IconData branch_compare_24_filled = IconData(0xfdb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_compare_24_filled = IconData( + 0xfdb4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 16 and filled style. - static const IconData branch_fork_16_filled = IconData(0xfdb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_16_filled = IconData( + 0xfdb5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 20 and filled style. - static const IconData branch_fork_20_filled = IconData(0xfdb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_20_filled = IconData( + 0xfdb6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork" in size 24 and filled style. - static const IconData branch_fork_24_filled = IconData(0xfdb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_24_filled = IconData( + 0xfdb7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_hint" in size 20 and filled style. - static const IconData branch_fork_hint_20_filled = IconData(0x102dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_hint_20_filled = IconData( + 0x102dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_hint" in size 24 and filled style. - static const IconData branch_fork_hint_24_filled = IconData(0x102dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_hint_24_filled = IconData( + 0x102dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_link" in size 20 and filled style. - static const IconData branch_fork_link_20_filled = IconData(0x102de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_link_20_filled = IconData( + 0x102de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "branch_fork_link" in size 24 and filled style. - static const IconData branch_fork_link_24_filled = IconData(0x102df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData branch_fork_link_24_filled = IconData( + 0x102df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 20 and filled style. - static const IconData breakout_room_20_filled = IconData(0xfbb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData breakout_room_20_filled = IconData( + 0xfbb4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 24 and filled style. - static const IconData breakout_room_24_filled = IconData(0x10463, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData breakout_room_24_filled = IconData( + 0x10463, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "breakout_room" in size 28 and filled style. - static const IconData breakout_room_28_filled = IconData(0x10464, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData breakout_room_28_filled = IconData( + 0x10464, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 12 and filled style. - static const IconData briefcase_12_filled = IconData(0xf935, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_12_filled = IconData( + 0xf935, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 16 and filled style. - static const IconData briefcase_16_filled = IconData(0xff3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_16_filled = IconData( + 0xff3c, + 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); + 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); + static const IconData briefcase_24_filled = IconData( + 0xf1fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 28 and filled style. - static const IconData briefcase_28_filled = IconData(0xfb32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_28_filled = IconData( + 0xfb32, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 32 and filled style. - static const IconData briefcase_32_filled = IconData(0xf936, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_32_filled = IconData( + 0xf936, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase" in size 48 and filled style. - static const IconData briefcase_48_filled = IconData(0xfb33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_48_filled = IconData( + 0xfb33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 16 and filled style. - static const IconData briefcase_medical_16_filled = IconData(0xff3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_medical_16_filled = IconData( + 0xff3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 20 and filled style. - static const IconData briefcase_medical_20_filled = IconData(0xf1ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_medical_20_filled = IconData( + 0xf1ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 24 and filled style. - static const IconData briefcase_medical_24_filled = IconData(0xfbda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_medical_24_filled = IconData( + 0xfbda, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_medical" in size 32 and filled style. - static const IconData briefcase_medical_32_filled = IconData(0xfbdb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_medical_32_filled = IconData( + 0xfbdb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 16 and filled style. - static const IconData briefcase_off_16_filled = IconData(0xfeb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_16_filled = IconData( + 0xfeb2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 20 and filled style. - static const IconData briefcase_off_20_filled = IconData(0xfeb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_20_filled = IconData( + 0xfeb3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 24 and filled style. - static const IconData briefcase_off_24_filled = IconData(0xfeb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_24_filled = IconData( + 0xfeb4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 28 and filled style. - static const IconData briefcase_off_28_filled = IconData(0xfeb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_28_filled = IconData( + 0xfeb5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 32 and filled style. - static const IconData briefcase_off_32_filled = IconData(0xfeb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_32_filled = IconData( + 0xfeb6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "briefcase_off" in size 48 and filled style. - static const IconData briefcase_off_48_filled = IconData(0xfeb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData briefcase_off_48_filled = IconData( + 0xfeb7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 16 and filled style. - static const IconData brightness_high_16_filled = IconData(0x10336, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_16_filled = IconData( + 0x10336, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 20 and filled style. - static const IconData brightness_high_20_filled = IconData(0x10337, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_20_filled = IconData( + 0x10337, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 24 and filled style. - static const IconData brightness_high_24_filled = IconData(0x10338, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_24_filled = IconData( + 0x10338, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 28 and filled style. - static const IconData brightness_high_28_filled = IconData(0x10339, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_28_filled = IconData( + 0x10339, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 32 and filled style. - static const IconData brightness_high_32_filled = IconData(0x1033a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_32_filled = IconData( + 0x1033a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_high" in size 48 and filled style. - static const IconData brightness_high_48_filled = IconData(0x1033b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_high_48_filled = IconData( + 0x1033b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 16 and filled style. - static const IconData brightness_low_16_filled = IconData(0x1033c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_16_filled = IconData( + 0x1033c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 20 and filled style. - static const IconData brightness_low_20_filled = IconData(0x1033d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_20_filled = IconData( + 0x1033d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 24 and filled style. - static const IconData brightness_low_24_filled = IconData(0x1033e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_24_filled = IconData( + 0x1033e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 28 and filled style. - static const IconData brightness_low_28_filled = IconData(0x1033f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_28_filled = IconData( + 0x1033f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 32 and filled style. - static const IconData brightness_low_32_filled = IconData(0x10340, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_32_filled = IconData( + 0x10340, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "brightness_low" in size 48 and filled style. - static const IconData brightness_low_48_filled = IconData(0x10341, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData brightness_low_48_filled = IconData( + 0x10341, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "broad_activity_feed" in size 16 and filled style. - static const IconData broad_activity_feed_16_filled = IconData(0xfff7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData broad_activity_feed_16_filled = IconData( + 0xfff7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "broad_activity_feed" in size 20 and filled style. - static const IconData broad_activity_feed_20_filled = IconData(0xfff8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData broad_activity_feed_20_filled = IconData( + 0xfff8, + 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); + static const IconData broad_activity_feed_24_filled = IconData( + 0xf200, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "broom" in size 16 and filled style. - static const IconData broom_16_filled = IconData(0xf1fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData broom_16_filled = IconData( + 0xf1fe, + 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); + 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); + static const IconData broom_24_filled = IconData( + 0xf202, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 16 and filled style. - static const IconData bug_16_filled = IconData(0xf939, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bug_16_filled = IconData( + 0xf939, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 20 and filled style. - static const IconData bug_20_filled = IconData(0xf93a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bug_20_filled = IconData( + 0xf93a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "bug" in size 24 and filled style. - static const IconData bug_24_filled = IconData(0xf93b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData bug_24_filled = IconData( + 0xf93b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building" in size 16 and filled style. - static const IconData building_16_filled = IconData(0xfd22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_16_filled = IconData( + 0xfd22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building" in size 20 and filled style. - static const IconData building_20_filled = IconData(0xfb34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_20_filled = IconData( + 0xfb34, + 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); + static const IconData building_24_filled = IconData( + 0xf205, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 16 and filled style. - static const IconData building_bank_16_filled = IconData(0xf93c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_16_filled = IconData( + 0xf93c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 20 and filled style. - static const IconData building_bank_20_filled = IconData(0xf93d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_20_filled = IconData( + 0xf93d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 24 and filled style. - static const IconData building_bank_24_filled = IconData(0xf93e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_24_filled = IconData( + 0xf93e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 28 and filled style. - static const IconData building_bank_28_filled = IconData(0xfeb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_28_filled = IconData( + 0xfeb8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank" in size 48 and filled style. - static const IconData building_bank_48_filled = IconData(0xfeb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_48_filled = IconData( + 0xfeb9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 16 and filled style. - static const IconData building_bank_link_16_filled = IconData(0xfeba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_link_16_filled = IconData( + 0xfeba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 20 and filled style. - static const IconData building_bank_link_20_filled = IconData(0xfebb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_link_20_filled = IconData( + 0xfebb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 24 and filled style. - static const IconData building_bank_link_24_filled = IconData(0xfebc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_link_24_filled = IconData( + 0xfebc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 28 and filled style. - static const IconData building_bank_link_28_filled = IconData(0xfebd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_link_28_filled = IconData( + 0xfebd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_link" in size 48 and filled style. - static const IconData building_bank_link_48_filled = IconData(0xfebe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_link_48_filled = IconData( + 0xfebe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_toolbox" in size 20 and filled style. - static const IconData building_bank_toolbox_20_filled = IconData(0xf1ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_toolbox_20_filled = IconData( + 0xf1ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_bank_toolbox" in size 24 and filled style. - static const IconData building_bank_toolbox_24_filled = IconData(0xf854, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_bank_toolbox_24_filled = IconData( + 0xf854, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 16 and filled style. - static const IconData building_factory_16_filled = IconData(0x1025b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_16_filled = IconData( + 0x1025b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 20 and filled style. - static const IconData building_factory_20_filled = IconData(0x1025c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_20_filled = IconData( + 0x1025c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 24 and filled style. - static const IconData building_factory_24_filled = IconData(0xfbdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_24_filled = IconData( + 0xfbdc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 28 and filled style. - static const IconData building_factory_28_filled = IconData(0x1025d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_28_filled = IconData( + 0x1025d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 32 and filled style. - static const IconData building_factory_32_filled = IconData(0x1025e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_32_filled = IconData( + 0x1025e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_factory" in size 48 and filled style. - static const IconData building_factory_48_filled = IconData(0x1025f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_factory_48_filled = IconData( + 0x1025f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 20 and filled style. - static const IconData building_government_20_filled = IconData(0x10342, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_government_20_filled = IconData( + 0x10342, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 24 and filled style. - static const IconData building_government_24_filled = IconData(0xf93f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_government_24_filled = IconData( + 0xf93f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_government" in size 32 and filled style. - static const IconData building_government_32_filled = IconData(0xf940, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_government_32_filled = IconData( + 0xf940, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 16 and filled style. - static const IconData building_home_16_filled = IconData(0x104ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_home_16_filled = IconData( + 0x104ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 20 and filled style. - static const IconData building_home_20_filled = IconData(0x104ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_home_20_filled = IconData( + 0x104ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_home" in size 24 and filled style. - static const IconData building_home_24_filled = IconData(0x104ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_home_24_filled = IconData( + 0x104ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_lighthouse" in size 20 and filled style. - static const IconData building_lighthouse_20_filled = IconData(0x100b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_lighthouse_20_filled = IconData( + 0x100b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_multiple" in size 20 and filled style. - static const IconData building_multiple_20_filled = IconData(0x10343, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_multiple_20_filled = IconData( + 0x10343, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_multiple" in size 24 and filled style. - static const IconData building_multiple_24_filled = IconData(0xf941, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_multiple_24_filled = IconData( + 0xf941, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail" in size 20 and filled style. - static const IconData building_retail_20_filled = IconData(0xff3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_20_filled = IconData( + 0xff3e, + 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); + static const IconData building_retail_24_filled = IconData( + 0xf209, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_money" in size 20 and filled style. - static const IconData building_retail_money_20_filled = IconData(0xff3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_money_20_filled = IconData( + 0xff3f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_money" in size 24 and filled style. - static const IconData building_retail_money_24_filled = IconData(0xff40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_money_24_filled = IconData( + 0xff40, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_more" in size 20 and filled style. - static const IconData building_retail_more_20_filled = IconData(0x10608, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_more_20_filled = IconData( + 0x10608, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_shield" in size 20 and filled style. - static const IconData building_retail_shield_20_filled = IconData(0xff41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_shield_20_filled = IconData( + 0xff41, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_shield" in size 24 and filled style. - static const IconData building_retail_shield_24_filled = IconData(0xff42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_shield_24_filled = IconData( + 0xff42, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_toolbox" in size 20 and filled style. - static const IconData building_retail_toolbox_20_filled = IconData(0xff43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_toolbox_20_filled = IconData( + 0xff43, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_retail_toolbox" in size 24 and filled style. - static const IconData building_retail_toolbox_24_filled = IconData(0xff44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_retail_toolbox_24_filled = IconData( + 0xff44, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 16 and filled style. - static const IconData building_shop_16_filled = IconData(0xf942, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_shop_16_filled = IconData( + 0xf942, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 20 and filled style. - static const IconData building_shop_20_filled = IconData(0xf943, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_shop_20_filled = IconData( + 0xf943, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_shop" in size 24 and filled style. - static const IconData building_shop_24_filled = IconData(0xf944, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_shop_24_filled = IconData( + 0xf944, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 16 and filled style. - static const IconData building_skyscraper_16_filled = IconData(0xf945, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_skyscraper_16_filled = IconData( + 0xf945, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 20 and filled style. - static const IconData building_skyscraper_20_filled = IconData(0xf946, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_skyscraper_20_filled = IconData( + 0xf946, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "building_skyscraper" in size 24 and filled style. - static const IconData building_skyscraper_24_filled = IconData(0xf947, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData building_skyscraper_24_filled = IconData( + 0xf947, + 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); + static const IconData calculator_20_filled = IconData( + 0xf20a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator" in size 24 and filled style. - static const IconData calculator_24_filled = IconData(0xfe24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calculator_24_filled = IconData( + 0xfe24, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_arrow_clockwise" in size 20 and filled style. - static const IconData calculator_arrow_clockwise_20_filled = IconData(0x10393, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calculator_arrow_clockwise_20_filled = IconData( + 0x10393, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_arrow_clockwise" in size 24 and filled style. - static const IconData calculator_arrow_clockwise_24_filled = IconData(0x10394, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calculator_arrow_clockwise_24_filled = IconData( + 0x10394, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_multiple" in size 20 and filled style. - static const IconData calculator_multiple_20_filled = IconData(0xff45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calculator_multiple_20_filled = IconData( + 0xff45, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calculator_multiple" in size 24 and filled style. - static const IconData calculator_multiple_24_filled = IconData(0xff46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calculator_multiple_24_filled = IconData( + 0xff46, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_3_day" in size 16 and filled style. - static const IconData calendar_3_day_16_filled = IconData(0xff47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_3_day_16_filled = IconData( + 0xff47, + 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); + 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); + 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); + static const IconData calendar_3_day_28_filled = IconData( + 0xf210, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_add" in size 16 and filled style. - static const IconData calendar_add_16_filled = IconData(0x10609, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_add_16_filled = IconData( + 0x10609, + 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); + 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); + static const IconData calendar_add_24_filled = IconData( + 0xf212, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_add" in size 28 and filled style. - static const IconData calendar_add_28_filled = IconData(0x1060a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_add_28_filled = IconData( + 0x1060a, + 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); + 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); + 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); + static const IconData calendar_agenda_28_filled = IconData( + 0xf215, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_down" in size 20 and filled style. - static const IconData calendar_arrow_down_20_filled = IconData(0x10395, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_arrow_down_20_filled = IconData( + 0x10395, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_down" in size 24 and filled style. - static const IconData calendar_arrow_down_24_filled = IconData(0xfbdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_arrow_down_24_filled = IconData( + 0xfbdd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_right" in size 16 and filled style. - static const IconData calendar_arrow_right_16_filled = IconData(0xff48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_arrow_right_16_filled = IconData( + 0xff48, + 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); + static const IconData calendar_arrow_right_20_filled = IconData( + 0xf216, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_arrow_right" in size 24 and filled style. - static const IconData calendar_arrow_right_24_filled = IconData(0x10396, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_arrow_right_24_filled = IconData( + 0x10396, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_assistant" in size 16 and filled style. - static const IconData calendar_assistant_16_filled = IconData(0x100b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_assistant_16_filled = IconData( + 0x100b7, + 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); + 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); + static const IconData calendar_assistant_24_filled = IconData( + 0xf218, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_cancel" in size 16 and filled style. - static const IconData calendar_cancel_16_filled = IconData(0xf948, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_cancel_16_filled = IconData( + 0xf948, + 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); + 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); + static const IconData calendar_cancel_24_filled = IconData( + 0xf21a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_chat" in size 20 and filled style. - static const IconData calendar_chat_20_filled = IconData(0x10260, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_chat_20_filled = IconData( + 0x10260, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_chat" in size 24 and filled style. - static const IconData calendar_chat_24_filled = IconData(0x10261, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_chat_24_filled = IconData( + 0x10261, + 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); + 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); + 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); + static const IconData calendar_checkmark_24_filled = IconData( + 0xf8e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_checkmark" in size 28 and filled style. - static const IconData calendar_checkmark_28_filled = IconData(0xf877, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_checkmark_28_filled = IconData( + 0xf877, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_clock" in size 16 and filled style. - static const IconData calendar_clock_16_filled = IconData(0xf949, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_clock_16_filled = IconData( + 0xf949, + 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); + 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); + static const IconData calendar_clock_24_filled = IconData( + 0xf21e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_day" in size 16 and filled style. - static const IconData calendar_day_16_filled = IconData(0xff49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_day_16_filled = IconData( + 0xff49, + 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); + 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); + 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); + static const IconData calendar_day_28_filled = IconData( + 0xf224, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 16 and filled style. - static const IconData calendar_edit_16_filled = IconData(0xfd23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_edit_16_filled = IconData( + 0xfd23, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 20 and filled style. - static const IconData calendar_edit_20_filled = IconData(0xfd24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_edit_20_filled = IconData( + 0xfd24, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_edit" in size 24 and filled style. - static const IconData calendar_edit_24_filled = IconData(0xfd25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_edit_24_filled = IconData( + 0xfd25, + 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); + 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); + 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); + 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); + static const IconData calendar_empty_28_filled = IconData( + 0xf228, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_empty" in size 32 and filled style. - static const IconData calendar_empty_32_filled = IconData(0xfe4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_empty_32_filled = IconData( + 0xfe4d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_error" in size 20 and filled style. - static const IconData calendar_error_20_filled = IconData(0x10397, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_error_20_filled = IconData( + 0x10397, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_error" in size 24 and filled style. - static const IconData calendar_error_24_filled = IconData(0x1004b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_error_24_filled = IconData( + 0x1004b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_info" in size 16 and filled style. - static const IconData calendar_info_16_filled = IconData(0xf203, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_info_16_filled = IconData( + 0xf203, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_info" in size 20 and filled style. - static const IconData calendar_info_20_filled = IconData(0xff4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_info_20_filled = IconData( + 0xff4a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 12 and filled style. - static const IconData calendar_ltr_12_filled = IconData(0xfe4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_12_filled = IconData( + 0xfe4e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 16 and filled style. - static const IconData calendar_ltr_16_filled = IconData(0xfdb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_16_filled = IconData( + 0xfdb8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 20 and filled style. - static const IconData calendar_ltr_20_filled = IconData(0xfd26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_20_filled = IconData( + 0xfd26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 24 and filled style. - static const IconData calendar_ltr_24_filled = IconData(0xfd27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_24_filled = IconData( + 0xfd27, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 28 and filled style. - static const IconData calendar_ltr_28_filled = IconData(0xfd28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_28_filled = IconData( + 0xfd28, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 32 and filled style. - static const IconData calendar_ltr_32_filled = IconData(0xfdb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_32_filled = IconData( + 0xfdb9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_ltr" in size 48 and filled style. - static const IconData calendar_ltr_48_filled = IconData(0x102e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_ltr_48_filled = IconData( + 0x102e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mail" in size 16 and filled style. - static const IconData calendar_mail_16_filled = IconData(0xfebf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_mail_16_filled = IconData( + 0xfebf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mail" in size 20 and filled style. - static const IconData calendar_mail_20_filled = IconData(0x10398, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_mail_20_filled = IconData( + 0x10398, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_mention" in size 20 and filled style. - static const IconData calendar_mention_20_filled = IconData(0xf94a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_mention_20_filled = IconData( + 0xf94a, + 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); + 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); + 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); + static const IconData calendar_month_28_filled = IconData( + 0xf22c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_multiple" in size 16 and filled style. - static const IconData calendar_multiple_16_filled = IconData(0xf204, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_multiple_16_filled = IconData( + 0xf204, + 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); + 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); + static const IconData calendar_multiple_24_filled = IconData( + 0xf22e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_multiple" in size 32 and filled style. - static const IconData calendar_multiple_32_filled = IconData(0xfe4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_multiple_32_filled = IconData( + 0xfe4f, + 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); + static const IconData calendar_overdue_24_filled = IconData( + 0xf22f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_pattern" in size 16 and filled style. - static const IconData calendar_pattern_16_filled = IconData(0x104ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_pattern_16_filled = IconData( + 0x104ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_pattern" in size 20 and filled style. - static const IconData calendar_pattern_20_filled = IconData(0xfff9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_pattern_20_filled = IconData( + 0xfff9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_patterns" in size 16 and filled style. - static const IconData calendar_patterns_16_filled = IconData(0xf206, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_patterns_16_filled = IconData( + 0xf206, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_person" in size 16 and filled style. - static const IconData calendar_person_16_filled = IconData(0xfffa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_person_16_filled = IconData( + 0xfffa, + 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); + static const IconData calendar_person_20_filled = IconData( + 0xf230, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_person" in size 24 and filled style. - static const IconData calendar_person_24_filled = IconData(0xf94b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_person_24_filled = IconData( + 0xf94b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_phone" in size 16 and filled style. - static const IconData calendar_phone_16_filled = IconData(0xfffb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_phone_16_filled = IconData( + 0xfffb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_phone" in size 20 and filled style. - static const IconData calendar_phone_20_filled = IconData(0xfffc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_phone_20_filled = IconData( + 0xfffc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 16 and filled style. - static const IconData calendar_question_mark_16_filled = IconData(0xf94c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_16_filled = IconData( + 0xf94c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 20 and filled style. - static const IconData calendar_question_mark_20_filled = IconData(0xf94d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_20_filled = IconData( + 0xf94d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_question_mark" in size 24 and filled style. - static const IconData calendar_question_mark_24_filled = IconData(0xf94e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_question_mark_24_filled = IconData( + 0xf94e, + 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); + 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); + 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); + 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); + static const IconData calendar_reply_28_filled = IconData( + 0xf234, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 12 and filled style. - static const IconData calendar_rtl_12_filled = IconData(0xfec0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_12_filled = IconData( + 0xfec0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 16 and filled style. - static const IconData calendar_rtl_16_filled = IconData(0xfec1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_16_filled = IconData( + 0xfec1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 20 and filled style. - static const IconData calendar_rtl_20_filled = IconData(0xfd29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_20_filled = IconData( + 0xfd29, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 24 and filled style. - static const IconData calendar_rtl_24_filled = IconData(0xfd2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_24_filled = IconData( + 0xfd2a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 28 and filled style. - static const IconData calendar_rtl_28_filled = IconData(0xfd2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_28_filled = IconData( + 0xfd2b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 32 and filled style. - static const IconData calendar_rtl_32_filled = IconData(0xfdba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_32_filled = IconData( + 0xfdba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_rtl" in size 48 and filled style. - static const IconData calendar_rtl_48_filled = IconData(0x102e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_rtl_48_filled = IconData( + 0x102e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_search" in size 16 and filled style. - static const IconData calendar_search_16_filled = IconData(0xf878, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_search_16_filled = IconData( + 0xf878, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_search" in size 20 and filled style. - static const IconData calendar_search_20_filled = IconData(0xfffd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_search_20_filled = IconData( + 0xfffd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_settings" in size 16 and filled style. - static const IconData calendar_settings_16_filled = IconData(0xff4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_settings_16_filled = IconData( + 0xff4b, + 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); + static const IconData calendar_settings_20_filled = IconData( + 0xf235, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_star" in size 16 and filled style. - static const IconData calendar_star_16_filled = IconData(0xfffe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_star_16_filled = IconData( + 0xfffe, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData calendar_today_28_filled = IconData( + 0xf23e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_toolbox" in size 20 and filled style. - static const IconData calendar_toolbox_20_filled = IconData(0x10262, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_toolbox_20_filled = IconData( + 0x10262, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_toolbox" in size 24 and filled style. - static const IconData calendar_toolbox_24_filled = IconData(0x10263, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_toolbox_24_filled = IconData( + 0x10263, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_week_numbers" in size 20 and filled style. - static const IconData calendar_week_numbers_20_filled = IconData(0x10399, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_week_numbers_20_filled = IconData( + 0x10399, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData calendar_work_week_24_filled = IconData( + 0xf245, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calendar_work_week" in size 28 and filled style. - static const IconData calendar_work_week_28_filled = IconData(0x10137, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calendar_work_week_28_filled = IconData( + 0x10137, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 16 and filled style. - static const IconData call_16_filled = IconData(0xfbde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_16_filled = IconData( + 0xfbde, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 20 and filled style. - static const IconData call_20_filled = IconData(0xfbdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_20_filled = IconData( + 0xfbdf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 24 and filled style. - static const IconData call_24_filled = IconData(0xfbe0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_24_filled = IconData( + 0xfbe0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 28 and filled style. - static const IconData call_28_filled = IconData(0xfbe1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_28_filled = IconData( + 0xfbe1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 32 and filled style. - static const IconData call_32_filled = IconData(0xfdbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_32_filled = IconData( + 0xfdbb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call" in size 48 and filled style. - static const IconData call_48_filled = IconData(0x10184, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_48_filled = IconData( + 0x10184, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_add" in size 20 and filled style. - static const IconData call_add_20_filled = IconData(0x1039a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_add_20_filled = IconData( + 0x1039a, + 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); + static const IconData call_add_24_filled = IconData( + 0xf246, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_checkmark" in size 20 and filled style. - static const IconData call_checkmark_20_filled = IconData(0xf207, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_checkmark_20_filled = IconData( + 0xf207, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_checkmark" in size 24 and filled style. - static const IconData call_checkmark_24_filled = IconData(0xff4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_checkmark_24_filled = IconData( + 0xff4c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_connecting" in size 20 and filled style. - static const IconData call_connecting_20_filled = IconData(0xfb7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_connecting_20_filled = IconData( + 0xfb7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_dismiss" in size 20 and filled style. - static const IconData call_dismiss_20_filled = IconData(0xf208, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_dismiss_20_filled = IconData( + 0xf208, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_dismiss" in size 24 and filled style. - static const IconData call_dismiss_24_filled = IconData(0xf20b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_dismiss_24_filled = IconData( + 0xf20b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_end" in size 16 and filled style. - static const IconData call_end_16_filled = IconData(0xff4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_end_16_filled = IconData( + 0xff4d, + 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); + 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); + 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); + static const IconData call_end_28_filled = IconData( + 0xf249, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_exclamation" in size 20 and filled style. - static const IconData call_exclamation_20_filled = IconData(0xfb7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_exclamation_20_filled = IconData( + 0xfb7f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 16 and filled style. - static const IconData call_forward_16_filled = IconData(0xf954, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_forward_16_filled = IconData( + 0xf954, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 20 and filled style. - static const IconData call_forward_20_filled = IconData(0xf955, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_forward_20_filled = IconData( + 0xf955, + 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); + static const IconData call_forward_24_filled = IconData( + 0xf24a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 28 and filled style. - static const IconData call_forward_28_filled = IconData(0xf956, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_forward_28_filled = IconData( + 0xf956, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_forward" in size 48 and filled style. - static const IconData call_forward_48_filled = IconData(0xf957, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_forward_48_filled = IconData( + 0xf957, + 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); + static const IconData call_inbound_16_filled = IconData( + 0xf24b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 20 and filled style. - static const IconData call_inbound_20_filled = IconData(0xf958, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_inbound_20_filled = IconData( + 0xf958, + 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); + static const IconData call_inbound_24_filled = IconData( + 0xf24c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 28 and filled style. - static const IconData call_inbound_28_filled = IconData(0xf959, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_inbound_28_filled = IconData( + 0xf959, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_inbound" in size 48 and filled style. - static const IconData call_inbound_48_filled = IconData(0xf95a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_inbound_48_filled = IconData( + 0xf95a, + 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); + static const IconData call_missed_16_filled = IconData( + 0xf24d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 20 and filled style. - static const IconData call_missed_20_filled = IconData(0xfbe2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_missed_20_filled = IconData( + 0xfbe2, + 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); + static const IconData call_missed_24_filled = IconData( + 0xf24e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 28 and filled style. - static const IconData call_missed_28_filled = IconData(0xf95b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_missed_28_filled = IconData( + 0xf95b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_missed" in size 48 and filled style. - static const IconData call_missed_48_filled = IconData(0xf95c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_missed_48_filled = IconData( + 0xf95c, + 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); + static const IconData call_outbound_16_filled = IconData( + 0xf24f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 20 and filled style. - static const IconData call_outbound_20_filled = IconData(0xf95d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_outbound_20_filled = IconData( + 0xf95d, + 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); + static const IconData call_outbound_24_filled = IconData( + 0xf250, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 28 and filled style. - static const IconData call_outbound_28_filled = IconData(0xf95e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_outbound_28_filled = IconData( + 0xf95e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_outbound" in size 48 and filled style. - static const IconData call_outbound_48_filled = IconData(0xf95f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_outbound_48_filled = IconData( + 0xf95f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 16 and filled style. - static const IconData call_park_16_filled = IconData(0xf960, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_park_16_filled = IconData( + 0xf960, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 20 and filled style. - static const IconData call_park_20_filled = IconData(0xf961, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_park_20_filled = IconData( + 0xf961, + 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); + static const IconData call_park_24_filled = IconData( + 0xf251, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 28 and filled style. - static const IconData call_park_28_filled = IconData(0xf962, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_park_28_filled = IconData( + 0xf962, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 32 and filled style. - static const IconData call_park_32_filled = IconData(0xf879, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_park_32_filled = IconData( + 0xf879, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_park" in size 48 and filled style. - static const IconData call_park_48_filled = IconData(0xf963, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_park_48_filled = IconData( + 0xf963, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_pause" in size 20 and filled style. - static const IconData call_pause_20_filled = IconData(0xf20c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_pause_20_filled = IconData( + 0xf20c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_pause" in size 24 and filled style. - static const IconData call_pause_24_filled = IconData(0xf20d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_pause_24_filled = IconData( + 0xf20d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 16 and filled style. - static const IconData call_prohibited_16_filled = IconData(0xfbe3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_prohibited_16_filled = IconData( + 0xfbe3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 20 and filled style. - static const IconData call_prohibited_20_filled = IconData(0xfbe4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_prohibited_20_filled = IconData( + 0xfbe4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 24 and filled style. - static const IconData call_prohibited_24_filled = IconData(0xfbe5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_prohibited_24_filled = IconData( + 0xfbe5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 28 and filled style. - static const IconData call_prohibited_28_filled = IconData(0xfbe6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_prohibited_28_filled = IconData( + 0xfbe6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_prohibited" in size 48 and filled style. - static const IconData call_prohibited_48_filled = IconData(0xfbe7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_prohibited_48_filled = IconData( + 0xfbe7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "call_transfer" in size 20 and filled style. - static const IconData call_transfer_20_filled = IconData(0xfb80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData call_transfer_20_filled = IconData( + 0xfb80, + 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); + 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); + static const IconData calligraphy_pen_24_filled = IconData( + 0xf253, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_checkmark" in size 20 and filled style. - static const IconData calligraphy_pen_checkmark_20_filled = IconData(0xfcd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_checkmark_20_filled = IconData( + 0xfcd0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_error" in size 20 and filled style. - static const IconData calligraphy_pen_error_20_filled = IconData(0xfdbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_error_20_filled = IconData( + 0xfdbc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "calligraphy_pen_question_mark" in size 20 and filled style. - static const IconData calligraphy_pen_question_mark_20_filled = IconData(0xfcd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData calligraphy_pen_question_mark_20_filled = IconData( + 0xfcd1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera" in size 16 and filled style. - static const IconData camera_16_filled = IconData(0xfe25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_16_filled = IconData( + 0xfe25, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData camera_add_48_filled = IconData( + 0xf259, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 16 and filled style. - static const IconData camera_dome_16_filled = IconData(0xff4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_dome_16_filled = IconData( + 0xff4e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 20 and filled style. - static const IconData camera_dome_20_filled = IconData(0xff4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_dome_20_filled = IconData( + 0xff4f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 24 and filled style. - static const IconData camera_dome_24_filled = IconData(0xff50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_dome_24_filled = IconData( + 0xff50, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 28 and filled style. - static const IconData camera_dome_28_filled = IconData(0xff51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_dome_28_filled = IconData( + 0xff51, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_dome" in size 48 and filled style. - static const IconData camera_dome_48_filled = IconData(0xff52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_dome_48_filled = IconData( + 0xff52, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_edit" in size 20 and filled style. - static const IconData camera_edit_20_filled = IconData(0xf964, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_edit_20_filled = IconData( + 0xf964, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_off" in size 20 and filled style. - static const IconData camera_off_20_filled = IconData(0x1039b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_off_20_filled = IconData( + 0x1039b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_off" in size 24 and filled style. - static const IconData camera_off_24_filled = IconData(0xfb81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_off_24_filled = IconData( + 0xfb81, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "camera_switch" in size 20 and filled style. - static const IconData camera_switch_20_filled = IconData(0x10264, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData camera_switch_20_filled = IconData( + 0x10264, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData caret_down_24_filled = IconData( + 0xf262, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 12 and filled style. - static const IconData caret_down_left_12_filled = IconData(0xfbe8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_left_12_filled = IconData( + 0xfbe8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 16 and filled style. - static const IconData caret_down_left_16_filled = IconData(0xfbe9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_left_16_filled = IconData( + 0xfbe9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 20 and filled style. - static const IconData caret_down_left_20_filled = IconData(0xfbea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_left_20_filled = IconData( + 0xfbea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_left" in size 24 and filled style. - static const IconData caret_down_left_24_filled = IconData(0xfbeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_left_24_filled = IconData( + 0xfbeb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 12 and filled style. - static const IconData caret_down_right_12_filled = IconData(0x104bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_right_12_filled = IconData( + 0x104bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 16 and filled style. - static const IconData caret_down_right_16_filled = IconData(0x104bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_right_16_filled = IconData( + 0x104bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 20 and filled style. - static const IconData caret_down_right_20_filled = IconData(0x104bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_right_20_filled = IconData( + 0x104bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_down_right" in size 24 and filled style. - static const IconData caret_down_right_24_filled = IconData(0x104be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_down_right_24_filled = IconData( + 0x104be, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData caret_right_24_filled = IconData( + 0xf26a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 12 and filled style. - static const IconData caret_up_12_filled = IconData(0xf965, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_up_12_filled = IconData( + 0xf965, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 16 and filled style. - static const IconData caret_up_16_filled = IconData(0xf966, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_up_16_filled = IconData( + 0xf966, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 20 and filled style. - static const IconData caret_up_20_filled = IconData(0xf967, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_up_20_filled = IconData( + 0xf967, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "caret_up" in size 24 and filled style. - static const IconData caret_up_24_filled = IconData(0xf968, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData caret_up_24_filled = IconData( + 0xf968, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cart" in size 16 and filled style. - static const IconData cart_16_filled = IconData(0xf969, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cart_16_filled = IconData( + 0xf969, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cart" in size 20 and filled style. - static const IconData cart_20_filled = IconData(0xf96a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cart_20_filled = IconData( + 0xf96a, + 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); + 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); + 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); + 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); + static const IconData cast_28_filled = IconData( + 0xf26e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_3g" in size 20 and filled style. - static const IconData cellular_3g_20_filled = IconData(0x1060b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_3g_20_filled = IconData( + 0x1060b, + 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); + static const IconData cellular_3g_24_filled = IconData( + 0xf26f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_4g" in size 20 and filled style. - static const IconData cellular_4g_20_filled = IconData(0x1060c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_4g_20_filled = IconData( + 0x1060c, + 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); + static const IconData cellular_4g_24_filled = IconData( + 0xf270, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_5g" in size 20 and filled style. - static const IconData cellular_5g_20_filled = IconData(0x1060d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_5g_20_filled = IconData( + 0x1060d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_5g" in size 24 and filled style. - static const IconData cellular_5g_24_filled = IconData(0xfcd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_5g_24_filled = IconData( + 0xfcd2, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData cellular_data_5_24_filled = IconData( + 0xf27a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_cellular_off" in size 24 and filled style. - static const IconData cellular_data_cellular_off_24_filled = IconData(0xfbec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_data_cellular_off_24_filled = IconData( + 0xfbec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_cellular_unavailable" in size 24 and filled style. - static const IconData cellular_data_cellular_unavailable_24_filled = IconData(0xfbed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_data_cellular_unavailable_24_filled = IconData( + 0xfbed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_data_unavailable" in size 24 and filled style. - static const IconData cellular_data_unavailable_24_filled = IconData(0xf21f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_data_unavailable_24_filled = IconData( + 0xf21f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_off" in size 20 and filled style. - static const IconData cellular_off_20_filled = IconData(0x1039c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_off_20_filled = IconData( + 0x1039c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_off" in size 24 and filled style. - static const IconData cellular_off_24_filled = IconData(0x104bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_off_24_filled = IconData( + 0x104bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_warning" in size 20 and filled style. - static const IconData cellular_warning_20_filled = IconData(0x10413, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_warning_20_filled = IconData( + 0x10413, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cellular_warning" in size 24 and filled style. - static const IconData cellular_warning_24_filled = IconData(0x1004c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cellular_warning_24_filled = IconData( + 0x1004c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_horizontal" in size 20 and filled style. - static const IconData center_horizontal_20_filled = IconData(0x10116, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData center_horizontal_20_filled = IconData( + 0x10116, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_horizontal" in size 24 and filled style. - static const IconData center_horizontal_24_filled = IconData(0xfbee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData center_horizontal_24_filled = IconData( + 0xfbee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_vertical" in size 20 and filled style. - static const IconData center_vertical_20_filled = IconData(0x100b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData center_vertical_20_filled = IconData( + 0x100b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "center_vertical" in size 24 and filled style. - static const IconData center_vertical_24_filled = IconData(0xfbef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData center_vertical_24_filled = IconData( + 0xfbef, + 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); + 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); + 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); + 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); + 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); + static const IconData channel_24_filled = IconData( + 0xf282, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel" in size 28 and filled style. - static const IconData channel_28_filled = IconData(0xf96d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_28_filled = IconData( + 0xf96d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel" in size 48 and filled style. - static const IconData channel_48_filled = IconData(0xf96e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_48_filled = IconData( + 0xf96e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 16 and filled style. - static const IconData channel_add_16_filled = IconData(0xf96f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_add_16_filled = IconData( + 0xf96f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 20 and filled style. - static const IconData channel_add_20_filled = IconData(0xf970, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_add_20_filled = IconData( + 0xf970, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 24 and filled style. - static const IconData channel_add_24_filled = IconData(0xf971, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_add_24_filled = IconData( + 0xf971, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 28 and filled style. - static const IconData channel_add_28_filled = IconData(0xf972, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_add_28_filled = IconData( + 0xf972, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_add" in size 48 and filled style. - static const IconData channel_add_48_filled = IconData(0xf973, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_add_48_filled = IconData( + 0xf973, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 16 and filled style. - static const IconData channel_alert_16_filled = IconData(0xf974, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_alert_16_filled = IconData( + 0xf974, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 20 and filled style. - static const IconData channel_alert_20_filled = IconData(0xf975, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_alert_20_filled = IconData( + 0xf975, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 24 and filled style. - static const IconData channel_alert_24_filled = IconData(0xf976, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_alert_24_filled = IconData( + 0xf976, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 28 and filled style. - static const IconData channel_alert_28_filled = IconData(0xf977, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_alert_28_filled = IconData( + 0xf977, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_alert" in size 48 and filled style. - static const IconData channel_alert_48_filled = IconData(0xf978, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_alert_48_filled = IconData( + 0xf978, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 16 and filled style. - static const IconData channel_arrow_left_16_filled = IconData(0xf979, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_16_filled = IconData( + 0xf979, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 20 and filled style. - static const IconData channel_arrow_left_20_filled = IconData(0xf97a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_20_filled = IconData( + 0xf97a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 24 and filled style. - static const IconData channel_arrow_left_24_filled = IconData(0xf97b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_24_filled = IconData( + 0xf97b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 28 and filled style. - static const IconData channel_arrow_left_28_filled = IconData(0xf97c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_28_filled = IconData( + 0xf97c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_arrow_left" in size 48 and filled style. - static const IconData channel_arrow_left_48_filled = IconData(0xf97d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_arrow_left_48_filled = IconData( + 0xf97d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 16 and filled style. - static const IconData channel_dismiss_16_filled = IconData(0xf97e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_dismiss_16_filled = IconData( + 0xf97e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 20 and filled style. - static const IconData channel_dismiss_20_filled = IconData(0xf97f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_dismiss_20_filled = IconData( + 0xf97f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 24 and filled style. - static const IconData channel_dismiss_24_filled = IconData(0xf980, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_dismiss_24_filled = IconData( + 0xf980, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 28 and filled style. - static const IconData channel_dismiss_28_filled = IconData(0xf981, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_dismiss_28_filled = IconData( + 0xf981, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_dismiss" in size 48 and filled style. - static const IconData channel_dismiss_48_filled = IconData(0xf982, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_dismiss_48_filled = IconData( + 0xf982, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 12 and filled style. - static const IconData channel_share_12_filled = IconData(0xfbb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_12_filled = IconData( + 0xfbb9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 16 and filled style. - static const IconData channel_share_16_filled = IconData(0xfbba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_16_filled = IconData( + 0xfbba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 20 and filled style. - static const IconData channel_share_20_filled = IconData(0xfbbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_20_filled = IconData( + 0xfbbb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 24 and filled style. - static const IconData channel_share_24_filled = IconData(0xfbbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_24_filled = IconData( + 0xfbbc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 28 and filled style. - static const IconData channel_share_28_filled = IconData(0xfbbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_28_filled = IconData( + 0xfbbd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_share" in size 48 and filled style. - static const IconData channel_share_48_filled = IconData(0xfbbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_share_48_filled = IconData( + 0xfbbe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 16 and filled style. - static const IconData channel_subtract_16_filled = IconData(0x10138, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_subtract_16_filled = IconData( + 0x10138, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 20 and filled style. - static const IconData channel_subtract_20_filled = IconData(0x10139, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_subtract_20_filled = IconData( + 0x10139, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 24 and filled style. - static const IconData channel_subtract_24_filled = IconData(0x1013a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_subtract_24_filled = IconData( + 0x1013a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 28 and filled style. - static const IconData channel_subtract_28_filled = IconData(0x1013b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_subtract_28_filled = IconData( + 0x1013b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "channel_subtract" in size 48 and filled style. - static const IconData channel_subtract_48_filled = IconData(0x1013c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData channel_subtract_48_filled = IconData( + 0x1013c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_multiple" in size 20 and filled style. - static const IconData chart_multiple_20_filled = IconData(0x10414, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_multiple_20_filled = IconData( + 0x10414, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_multiple" in size 24 and filled style. - static const IconData chart_multiple_24_filled = IconData(0x10415, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_multiple_24_filled = IconData( + 0x10415, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 20 and filled style. - static const IconData chart_person_20_filled = IconData(0xfd95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_person_20_filled = IconData( + 0xfd95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 24 and filled style. - static const IconData chart_person_24_filled = IconData(0xfd96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_person_24_filled = IconData( + 0xfd96, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 28 and filled style. - static const IconData chart_person_28_filled = IconData(0xfd97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_person_28_filled = IconData( + 0xfd97, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chart_person" in size 48 and filled style. - static const IconData chart_person_48_filled = IconData(0xfd98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chart_person_48_filled = IconData( + 0xfd98, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 12 and filled style. - static const IconData chat_12_filled = IconData(0xff53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_12_filled = IconData( + 0xff53, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 16 and filled style. - static const IconData chat_16_filled = IconData(0xf983, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_16_filled = IconData( + 0xf983, + 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); + 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); + 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); + static const IconData chat_28_filled = IconData( + 0xf288, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 32 and filled style. - static const IconData chat_32_filled = IconData(0xfdbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_32_filled = IconData( + 0xfdbd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat" in size 48 and filled style. - static const IconData chat_48_filled = IconData(0xfb35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_48_filled = IconData( + 0xfb35, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_back" in size 16 and filled style. - static const IconData chat_arrow_back_16_filled = IconData(0xffff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_arrow_back_16_filled = IconData( + 0xffff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_back" in size 20 and filled style. - static const IconData chat_arrow_back_20_filled = IconData(0x10000, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_arrow_back_20_filled = IconData( + 0x10000, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_double_back" in size 16 and filled style. - static const IconData chat_arrow_double_back_16_filled = IconData(0x10001, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_arrow_double_back_16_filled = IconData( + 0x10001, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_arrow_double_back" in size 20 and filled style. - static const IconData chat_arrow_double_back_20_filled = IconData(0x10002, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_arrow_double_back_20_filled = IconData( + 0x10002, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_bubbles_question" in size 16 and filled style. - static const IconData chat_bubbles_question_16_filled = IconData(0xf8c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_bubbles_question_16_filled = IconData( + 0xf8c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_bubbles_question" in size 20 and filled style. - static const IconData chat_bubbles_question_20_filled = IconData(0xfb82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_bubbles_question_20_filled = IconData( + 0xfb82, + 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); + static const IconData chat_bubbles_question_24_filled = IconData( + 0xf289, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 16 and filled style. - static const IconData chat_dismiss_16_filled = IconData(0x100b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_dismiss_16_filled = IconData( + 0x100b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 20 and filled style. - static const IconData chat_dismiss_20_filled = IconData(0x10344, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_dismiss_20_filled = IconData( + 0x10344, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_dismiss" in size 24 and filled style. - static const IconData chat_dismiss_24_filled = IconData(0x10345, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_dismiss_24_filled = IconData( + 0x10345, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_help" in size 20 and filled style. - static const IconData chat_help_20_filled = IconData(0xf220, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_help_20_filled = IconData( + 0xf220, + 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); + static const IconData chat_help_24_filled = IconData( + 0xf28a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_mail" in size 20 and filled style. - static const IconData chat_mail_20_filled = IconData(0xfb83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_mail_20_filled = IconData( + 0xfb83, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 16 and filled style. - static const IconData chat_multiple_16_filled = IconData(0xf8c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_multiple_16_filled = IconData( + 0xf8c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 20 and filled style. - static const IconData chat_multiple_20_filled = IconData(0xf8e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_multiple_20_filled = IconData( + 0xf8e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_multiple" in size 24 and filled style. - static const IconData chat_multiple_24_filled = IconData(0xf8eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_multiple_24_filled = IconData( + 0xf8eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_off" in size 20 and filled style. - static const IconData chat_off_20_filled = IconData(0xfb84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_off_20_filled = IconData( + 0xfb84, + 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); + static const IconData chat_off_24_filled = IconData( + 0xf28b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_settings" in size 20 and filled style. - static const IconData chat_settings_20_filled = IconData(0xf221, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_settings_20_filled = IconData( + 0xf221, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_settings" in size 24 and filled style. - static const IconData chat_settings_24_filled = IconData(0xf229, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_settings_24_filled = IconData( + 0xf229, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_video" in size 20 and filled style. - static const IconData chat_video_20_filled = IconData(0x101dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_video_20_filled = IconData( + 0x101dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_video" in size 24 and filled style. - static const IconData chat_video_24_filled = IconData(0x101de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_video_24_filled = IconData( + 0x101de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_warning" in size 16 and filled style. - static const IconData chat_warning_16_filled = IconData(0x100ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_warning_16_filled = IconData( + 0x100ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chat_warning" in size 20 and filled style. - static const IconData chat_warning_20_filled = IconData(0x10465, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chat_warning_20_filled = IconData( + 0x10465, + 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); + static const IconData chat_warning_24_filled = IconData( + 0xf28c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "check" in size 20 and filled style. - static const IconData check_20_filled = IconData(0xf27b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData check_20_filled = IconData( + 0xf27b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "check" in size 24 and filled style. - static const IconData check_24_filled = IconData(0x10003, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData check_24_filled = IconData( + 0x10003, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_1" in size 20 and filled style. - static const IconData checkbox_1_20_filled = IconData(0x1060e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_1_20_filled = IconData( + 0x1060e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_1" in size 24 and filled style. - static const IconData checkbox_1_24_filled = IconData(0xfcd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_1_24_filled = IconData( + 0xfcd3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_2" in size 20 and filled style. - static const IconData checkbox_2_20_filled = IconData(0x1060f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_2_20_filled = IconData( + 0x1060f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_2" in size 24 and filled style. - static const IconData checkbox_2_24_filled = IconData(0xfcd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_2_24_filled = IconData( + 0xfcd4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_arrow_right" in size 20 and filled style. - static const IconData checkbox_arrow_right_20_filled = IconData(0x10416, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_arrow_right_20_filled = IconData( + 0x10416, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_arrow_right" in size 24 and filled style. - static const IconData checkbox_arrow_right_24_filled = IconData(0xfcd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_arrow_right_24_filled = IconData( + 0xfcd5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked" in size 16 and filled style. - static const IconData checkbox_checked_16_filled = IconData(0xf27c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_checked_16_filled = IconData( + 0xf27c, + 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); + 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); + static const IconData checkbox_checked_24_filled = IconData( + 0xf28e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked_sync" in size 16 and filled style. - static const IconData checkbox_checked_sync_16_filled = IconData(0xf27d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_checked_sync_16_filled = IconData( + 0xf27d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_checked_sync" in size 20 and filled style. - static const IconData checkbox_checked_sync_20_filled = IconData(0x10004, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_checked_sync_20_filled = IconData( + 0x10004, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 16 and filled style. - static const IconData checkbox_indeterminate_16_filled = IconData(0x100bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_16_filled = IconData( + 0x100bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 20 and filled style. - static const IconData checkbox_indeterminate_20_filled = IconData(0x100bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_20_filled = IconData( + 0x100bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_indeterminate" in size 24 and filled style. - static const IconData checkbox_indeterminate_24_filled = IconData(0x100bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_indeterminate_24_filled = IconData( + 0x100bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 16 and filled style. - static const IconData checkbox_person_16_filled = IconData(0x10466, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_person_16_filled = IconData( + 0x10466, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 20 and filled style. - static const IconData checkbox_person_20_filled = IconData(0x10467, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_person_20_filled = IconData( + 0x10467, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_person" in size 24 and filled style. - static const IconData checkbox_person_24_filled = IconData(0xfcd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_person_24_filled = IconData( + 0xfcd6, + 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); + 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); + 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); + 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); + static const IconData checkbox_unchecked_24_filled = IconData( + 0xf292, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_warning" in size 20 and filled style. - static const IconData checkbox_warning_20_filled = IconData(0x10417, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_warning_20_filled = IconData( + 0x10417, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkbox_warning" in size 24 and filled style. - static const IconData checkbox_warning_24_filled = IconData(0xfcd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkbox_warning_24_filled = IconData( + 0xfcd7, + 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); + static const IconData checkmark_12_filled = IconData( + 0xf293, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 16 and filled style. - static const IconData checkmark_16_filled = IconData(0xf984, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_16_filled = IconData( + 0xf984, + 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); + 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); + 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); + static const IconData checkmark_28_filled = IconData( + 0xf296, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 32 and filled style. - static const IconData checkmark_32_filled = IconData(0xf8ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_32_filled = IconData( + 0xf8ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark" in size 48 and filled style. - static const IconData checkmark_48_filled = IconData(0xfb85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_48_filled = IconData( + 0xfb85, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_circle" in size 12 and filled style. - static const IconData checkmark_circle_12_filled = IconData(0xfea5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_circle_12_filled = IconData( + 0xfea5, + 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); + 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); + 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); + static const IconData checkmark_circle_24_filled = IconData( + 0xf299, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_circle" in size 32 and filled style. - static const IconData checkmark_circle_32_filled = IconData(0xf900, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_circle_32_filled = IconData( + 0xf900, + 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); + 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); + 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); + 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); + static const IconData checkmark_lock_24_filled = IconData( + 0xf29d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_note" in size 20 and filled style. - static const IconData checkmark_note_20_filled = IconData(0x10610, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_note_20_filled = IconData( + 0x10610, + 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); + static const IconData checkmark_square_24_filled = IconData( + 0xf29e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 16 and filled style. - static const IconData checkmark_starburst_16_filled = IconData(0xf283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_16_filled = IconData( + 0xf283, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 20 and filled style. - static const IconData checkmark_starburst_20_filled = IconData(0x102ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_20_filled = IconData( + 0x102ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "checkmark_starburst" in size 24 and filled style. - static const IconData checkmark_starburst_24_filled = IconData(0x102ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData checkmark_starburst_24_filled = IconData( + 0x102ac, + 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); + 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); + static const IconData checkmark_underline_circle_20_filled = IconData( + 0xf2a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 12 and filled style. - static const IconData chevron_circle_down_12_filled = IconData(0x10468, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_12_filled = IconData( + 0x10468, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 16 and filled style. - static const IconData chevron_circle_down_16_filled = IconData(0x10469, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_16_filled = IconData( + 0x10469, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 20 and filled style. - static const IconData chevron_circle_down_20_filled = IconData(0x1046a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_20_filled = IconData( + 0x1046a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 24 and filled style. - static const IconData chevron_circle_down_24_filled = IconData(0xfbf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_24_filled = IconData( + 0xfbf0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 28 and filled style. - static const IconData chevron_circle_down_28_filled = IconData(0x1046b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_28_filled = IconData( + 0x1046b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 32 and filled style. - static const IconData chevron_circle_down_32_filled = IconData(0x1039d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_32_filled = IconData( + 0x1039d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_down" in size 48 and filled style. - static const IconData chevron_circle_down_48_filled = IconData(0x1046c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_down_48_filled = IconData( + 0x1046c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 12 and filled style. - static const IconData chevron_circle_left_12_filled = IconData(0x1046d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_12_filled = IconData( + 0x1046d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 16 and filled style. - static const IconData chevron_circle_left_16_filled = IconData(0x1046e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_16_filled = IconData( + 0x1046e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 20 and filled style. - static const IconData chevron_circle_left_20_filled = IconData(0x1046f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_20_filled = IconData( + 0x1046f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 24 and filled style. - static const IconData chevron_circle_left_24_filled = IconData(0x10470, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_24_filled = IconData( + 0x10470, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 28 and filled style. - static const IconData chevron_circle_left_28_filled = IconData(0x10471, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_28_filled = IconData( + 0x10471, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 32 and filled style. - static const IconData chevron_circle_left_32_filled = IconData(0x10472, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_32_filled = IconData( + 0x10472, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_left" in size 48 and filled style. - static const IconData chevron_circle_left_48_filled = IconData(0x10473, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_left_48_filled = IconData( + 0x10473, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 12 and filled style. - static const IconData chevron_circle_right_12_filled = IconData(0x100be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_12_filled = IconData( + 0x100be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 16 and filled style. - static const IconData chevron_circle_right_16_filled = IconData(0x10474, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_16_filled = IconData( + 0x10474, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 20 and filled style. - static const IconData chevron_circle_right_20_filled = IconData(0x10475, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_20_filled = IconData( + 0x10475, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 24 and filled style. - static const IconData chevron_circle_right_24_filled = IconData(0xfbf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_24_filled = IconData( + 0xfbf1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 28 and filled style. - static const IconData chevron_circle_right_28_filled = IconData(0x10476, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_28_filled = IconData( + 0x10476, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 32 and filled style. - static const IconData chevron_circle_right_32_filled = IconData(0x10477, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_32_filled = IconData( + 0x10477, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_right" in size 48 and filled style. - static const IconData chevron_circle_right_48_filled = IconData(0x10478, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_right_48_filled = IconData( + 0x10478, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 12 and filled style. - static const IconData chevron_circle_up_12_filled = IconData(0x10479, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_12_filled = IconData( + 0x10479, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 16 and filled style. - static const IconData chevron_circle_up_16_filled = IconData(0x1047a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_16_filled = IconData( + 0x1047a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 20 and filled style. - static const IconData chevron_circle_up_20_filled = IconData(0x1047b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_20_filled = IconData( + 0x1047b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 24 and filled style. - static const IconData chevron_circle_up_24_filled = IconData(0x1047c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_24_filled = IconData( + 0x1047c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 28 and filled style. - static const IconData chevron_circle_up_28_filled = IconData(0x1047d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_28_filled = IconData( + 0x1047d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 32 and filled style. - static const IconData chevron_circle_up_32_filled = IconData(0x1039e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_32_filled = IconData( + 0x1039e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_circle_up" in size 48 and filled style. - static const IconData chevron_circle_up_48_filled = IconData(0x1047e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_circle_up_48_filled = IconData( + 0x1047e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_down" in size 16 and filled style. - static const IconData chevron_double_down_16_filled = IconData(0xf284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_down_16_filled = IconData( + 0xf284, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_down" in size 20 and filled style. - static const IconData chevron_double_down_20_filled = IconData(0xff54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_down_20_filled = IconData( + 0xff54, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_left" in size 16 and filled style. - static const IconData chevron_double_left_16_filled = IconData(0xf285, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_left_16_filled = IconData( + 0xf285, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_left" in size 20 and filled style. - static const IconData chevron_double_left_20_filled = IconData(0xff55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_left_20_filled = IconData( + 0xff55, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_right" in size 16 and filled style. - static const IconData chevron_double_right_16_filled = IconData(0xf2a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_right_16_filled = IconData( + 0xf2a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_right" in size 20 and filled style. - static const IconData chevron_double_right_20_filled = IconData(0xff56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_right_20_filled = IconData( + 0xff56, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_up" in size 16 and filled style. - static const IconData chevron_double_up_16_filled = IconData(0xfec2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_up_16_filled = IconData( + 0xfec2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_double_up" in size 20 and filled style. - static const IconData chevron_double_up_20_filled = IconData(0xfec3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_double_up_20_filled = IconData( + 0xfec3, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData chevron_down_48_filled = IconData( + 0xf2a6, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData chevron_up_48_filled = IconData( + 0xf2b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 16 and filled style. - static const IconData chevron_up_down_16_filled = IconData(0x10005, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_up_down_16_filled = IconData( + 0x10005, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 20 and filled style. - static const IconData chevron_up_down_20_filled = IconData(0xfe50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_up_down_20_filled = IconData( + 0xfe50, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chevron_up_down" in size 24 and filled style. - static const IconData chevron_up_down_24_filled = IconData(0xfe51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chevron_up_down_24_filled = IconData( + 0xfe51, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 16 and filled style. - static const IconData chopsticks_16_filled = IconData(0xf2d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chopsticks_16_filled = IconData( + 0xf2d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 20 and filled style. - static const IconData chopsticks_20_filled = IconData(0xf2da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chopsticks_20_filled = IconData( + 0xf2da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 24 and filled style. - static const IconData chopsticks_24_filled = IconData(0xf302, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chopsticks_24_filled = IconData( + 0xf302, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "chopsticks" in size 28 and filled style. - static const IconData chopsticks_28_filled = IconData(0xf309, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData chopsticks_28_filled = IconData( + 0xf309, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 12 and filled style. - static const IconData circle_12_filled = IconData(0xfe52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_12_filled = IconData( + 0xfe52, + 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); + 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); + 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); + static const IconData circle_24_filled = IconData( + 0xf2bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 32 and filled style. - static const IconData circle_32_filled = IconData(0x101df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_32_filled = IconData( + 0x101df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle" in size 48 and filled style. - static const IconData circle_48_filled = IconData(0x1039f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_48_filled = IconData( + 0x1039f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_edit" in size 20 and filled style. - static const IconData circle_edit_20_filled = IconData(0x1047f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_edit_20_filled = IconData( + 0x1047f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_edit" in size 24 and filled style. - static const IconData circle_edit_24_filled = IconData(0xfcd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_edit_24_filled = IconData( + 0xfcd8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_half_fill" in size 12 and filled style. - static const IconData circle_half_fill_12_filled = IconData(0xfe53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_half_fill_12_filled = IconData( + 0xfe53, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_half_fill" in size 16 and filled style. - static const IconData circle_half_fill_16_filled = IconData(0xf30a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_half_fill_16_filled = IconData( + 0xf30a, + 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); + 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); + static const IconData circle_half_fill_24_filled = IconData( + 0xf2be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_line" in size 12 and filled style. - static const IconData circle_line_12_filled = IconData(0xfe54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_line_12_filled = IconData( + 0xfe54, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_line" in size 20 and filled style. - static const IconData circle_line_20_filled = IconData(0x10480, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_line_20_filled = IconData( + 0x10480, + 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); + static const IconData circle_line_24_filled = IconData( + 0xf2bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_multiple_subtract_checkmark" in size 20 and filled style. - static const IconData circle_multiple_subtract_checkmark_20_filled = IconData(0x106f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_multiple_subtract_checkmark_20_filled = IconData( + 0x106f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_off" in size 16 and filled style. - static const IconData circle_off_16_filled = IconData(0x100bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_off_16_filled = IconData( + 0x100bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_off" in size 20 and filled style. - static const IconData circle_off_20_filled = IconData(0x10481, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_off_20_filled = IconData( + 0x10481, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_small" in size 20 and filled style. - static const IconData circle_small_20_filled = IconData(0xfd2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_small_20_filled = IconData( + 0xfd2c, + 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); + static const IconData circle_small_24_filled = IconData( + 0xf2c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_back" in size 16 and filled style. - static const IconData circle_subtract_arrow_back_16_filled = IconData(0xf901, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_back_16_filled = IconData( + 0xf901, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_back" in size 20 and filled style. - static const IconData circle_subtract_arrow_back_20_filled = IconData(0x10006, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_back_20_filled = IconData( + 0x10006, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_forward" in size 16 and filled style. - static const IconData circle_subtract_arrow_forward_16_filled = IconData(0xf902, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_forward_16_filled = IconData( + 0xf902, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "circle_subtract_arrow_forward" in size 20 and filled style. - static const IconData circle_subtract_arrow_forward_20_filled = IconData(0x10007, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData circle_subtract_arrow_forward_20_filled = IconData( + 0x10007, + 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); + 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); + 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); + static const IconData city_24_filled = IconData( + 0xf2c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "class" in size 20 and filled style. - static const IconData class_20_filled = IconData(0x10482, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData class_20_filled = IconData( + 0x10482, + 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); + 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); + 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); + 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); + static const IconData classification_24_filled = IconData( + 0xf2c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clear_formatting" in size 16 and filled style. - static const IconData clear_formatting_16_filled = IconData(0x1021d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clear_formatting_16_filled = IconData( + 0x1021d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clear_formatting" in size 20 and filled style. - static const IconData clear_formatting_20_filled = IconData(0x1021e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clear_formatting_20_filled = IconData( + 0x1021e, + 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); + static const IconData clear_formatting_24_filled = IconData( + 0xf2c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard" in size 16 and filled style. - static const IconData clipboard_16_filled = IconData(0xfd2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_16_filled = IconData( + 0xfd2d, + 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); + 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); + static const IconData clipboard_24_filled = IconData( + 0xf2ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 16 and filled style. - static const IconData clipboard_arrow_right_16_filled = IconData(0xfd2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_16_filled = IconData( + 0xfd2e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 20 and filled style. - static const IconData clipboard_arrow_right_20_filled = IconData(0xfd2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_20_filled = IconData( + 0xfd2f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_arrow_right" in size 24 and filled style. - static const IconData clipboard_arrow_right_24_filled = IconData(0xfd30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_arrow_right_24_filled = IconData( + 0xfd30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_ltr" in size 16 and filled style. - static const IconData clipboard_bullet_list_ltr_16_filled = IconData(0xf92d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_ltr_16_filled = IconData( + 0xf92d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_ltr" in size 20 and filled style. - static const IconData clipboard_bullet_list_ltr_20_filled = IconData(0xff57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_ltr_20_filled = IconData( + 0xff57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_rtl" in size 16 and filled style. - static const IconData clipboard_bullet_list_rtl_16_filled = IconData(0xf937, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_rtl_16_filled = IconData( + 0xf937, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_bullet_list_rtl" in size 20 and filled style. - static const IconData clipboard_bullet_list_rtl_20_filled = IconData(0xff58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_bullet_list_rtl_20_filled = IconData( + 0xff58, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_checkmark" in size 20 and filled style. - static const IconData clipboard_checkmark_20_filled = IconData(0xff59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_checkmark_20_filled = IconData( + 0xff59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_checkmark" in size 24 and filled style. - static const IconData clipboard_checkmark_24_filled = IconData(0xff5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_checkmark_24_filled = IconData( + 0xff5a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_clock" in size 20 and filled style. - static const IconData clipboard_clock_20_filled = IconData(0x1021f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_clock_20_filled = IconData( + 0x1021f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_clock" in size 24 and filled style. - static const IconData clipboard_clock_24_filled = IconData(0x10220, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_clock_24_filled = IconData( + 0x10220, + 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); + 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); + 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); + static const IconData clipboard_code_24_filled = IconData( + 0xf2cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 20 and filled style. - static const IconData clipboard_data_bar_20_filled = IconData(0x10483, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_20_filled = IconData( + 0x10483, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 24 and filled style. - static const IconData clipboard_data_bar_24_filled = IconData(0x10484, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_24_filled = IconData( + 0x10484, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_data_bar" in size 32 and filled style. - static const IconData clipboard_data_bar_32_filled = IconData(0xfdbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_data_bar_32_filled = IconData( + 0xfdbe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_edit" in size 20 and filled style. - static const IconData clipboard_edit_20_filled = IconData(0x10576, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_edit_20_filled = IconData( + 0x10576, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_error" in size 20 and filled style. - static const IconData clipboard_error_20_filled = IconData(0xff5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_error_20_filled = IconData( + 0xff5b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_error" in size 24 and filled style. - static const IconData clipboard_error_24_filled = IconData(0xff5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_error_24_filled = IconData( + 0xff5c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_heart" in size 20 and filled style. - static const IconData clipboard_heart_20_filled = IconData(0xf30b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_heart_20_filled = IconData( + 0xf30b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_heart" in size 24 and filled style. - static const IconData clipboard_heart_24_filled = IconData(0xff5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_heart_24_filled = IconData( + 0xff5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_image" in size 20 and filled style. - static const IconData clipboard_image_20_filled = IconData(0x10485, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_image_20_filled = IconData( + 0x10485, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_image" in size 24 and filled style. - static const IconData clipboard_image_24_filled = IconData(0xfbf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_image_24_filled = IconData( + 0xfbf2, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData clipboard_link_24_filled = IconData( + 0xf2d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_more" in size 20 and filled style. - static const IconData clipboard_more_20_filled = IconData(0x10486, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_more_20_filled = IconData( + 0x10486, + 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); + static const IconData clipboard_more_24_filled = IconData( + 0xf2d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_note" in size 20 and filled style. - static const IconData clipboard_note_20_filled = IconData(0x10577, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_note_20_filled = IconData( + 0x10577, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_paste" in size 16 and filled style. - static const IconData clipboard_paste_16_filled = IconData(0xf986, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_paste_16_filled = IconData( + 0xf986, + 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); + 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); + static const IconData clipboard_paste_24_filled = IconData( + 0xf2d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_pulse" in size 20 and filled style. - static const IconData clipboard_pulse_20_filled = IconData(0xf322, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_pulse_20_filled = IconData( + 0xf322, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_pulse" in size 24 and filled style. - static const IconData clipboard_pulse_24_filled = IconData(0x100c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_pulse_24_filled = IconData( + 0x100c0, + 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); + 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); + static const IconData clipboard_search_24_filled = IconData( + 0xf2d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_settings" in size 20 and filled style. - static const IconData clipboard_settings_20_filled = IconData(0xf32d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_settings_20_filled = IconData( + 0xf32d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_settings" in size 24 and filled style. - static const IconData clipboard_settings_24_filled = IconData(0x1013d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_settings_24_filled = IconData( + 0x1013d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task" in size 20 and filled style. - static const IconData clipboard_task_20_filled = IconData(0xff5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_20_filled = IconData( + 0xff5e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task" in size 24 and filled style. - static const IconData clipboard_task_24_filled = IconData(0xff5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_24_filled = IconData( + 0xff5f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_add" in size 20 and filled style. - static const IconData clipboard_task_add_20_filled = IconData(0xff60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_add_20_filled = IconData( + 0xff60, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_add" in size 24 and filled style. - static const IconData clipboard_task_add_24_filled = IconData(0xff61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_add_24_filled = IconData( + 0xff61, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_ltr" in size 20 and filled style. - static const IconData clipboard_task_list_ltr_20_filled = IconData(0xff62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_ltr_20_filled = IconData( + 0xff62, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_ltr" in size 24 and filled style. - static const IconData clipboard_task_list_ltr_24_filled = IconData(0xff63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_ltr_24_filled = IconData( + 0xff63, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_rtl" in size 20 and filled style. - static const IconData clipboard_task_list_rtl_20_filled = IconData(0xffd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_rtl_20_filled = IconData( + 0xffd8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_task_list_rtl" in size 24 and filled style. - static const IconData clipboard_task_list_rtl_24_filled = IconData(0xffd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_task_list_rtl_24_filled = IconData( + 0xffd9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_ltr" in size 20 and filled style. - static const IconData clipboard_text_ltr_20_filled = IconData(0xfd31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_text_ltr_20_filled = IconData( + 0xfd31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_ltr" in size 24 and filled style. - static const IconData clipboard_text_ltr_24_filled = IconData(0xfd32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_text_ltr_24_filled = IconData( + 0xfd32, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_rtl" in size 20 and filled style. - static const IconData clipboard_text_rtl_20_filled = IconData(0xfd33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_text_rtl_20_filled = IconData( + 0xfd33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clipboard_text_rtl" in size 24 and filled style. - static const IconData clipboard_text_rtl_24_filled = IconData(0xfd34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clipboard_text_rtl_24_filled = IconData( + 0xfd34, + 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); + 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); + 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); + 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); + 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); + static const IconData clock_28_filled = IconData( + 0xf2df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock" in size 32 and filled style. - static const IconData clock_32_filled = IconData(0xfcd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_32_filled = IconData( + 0xfcd9, + 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); + static const IconData clock_48_filled = IconData( + 0xf2e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_alarm" in size 16 and filled style. - static const IconData clock_alarm_16_filled = IconData(0xff64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_alarm_16_filled = IconData( + 0xff64, + 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); + 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); + static const IconData clock_alarm_24_filled = IconData( + 0xf2e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_alarm" in size 32 and filled style. - static const IconData clock_alarm_32_filled = IconData(0xfdbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_alarm_32_filled = IconData( + 0xfdbf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_arrow_download" in size 20 and filled style. - static const IconData clock_arrow_download_20_filled = IconData(0xf32e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_arrow_download_20_filled = IconData( + 0xf32e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_arrow_download" in size 24 and filled style. - static const IconData clock_arrow_download_24_filled = IconData(0x100c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_arrow_download_24_filled = IconData( + 0x100c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_dismiss" in size 20 and filled style. - static const IconData clock_dismiss_20_filled = IconData(0x10487, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_dismiss_20_filled = IconData( + 0x10487, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_dismiss" in size 24 and filled style. - static const IconData clock_dismiss_24_filled = IconData(0xf987, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_dismiss_24_filled = IconData( + 0xf987, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_pause" in size 20 and filled style. - static const IconData clock_pause_20_filled = IconData(0x103a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_pause_20_filled = IconData( + 0x103a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_pause" in size 24 and filled style. - static const IconData clock_pause_24_filled = IconData(0x103a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_pause_24_filled = IconData( + 0x103a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_toolbox" in size 20 and filled style. - static const IconData clock_toolbox_20_filled = IconData(0x10418, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_toolbox_20_filled = IconData( + 0x10418, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "clock_toolbox" in size 24 and filled style. - static const IconData clock_toolbox_24_filled = IconData(0x10419, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData clock_toolbox_24_filled = IconData( + 0x10419, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 16 and filled style. - static const IconData closed_caption_16_filled = IconData(0xf988, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_16_filled = IconData( + 0xf988, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 20 and filled style. - static const IconData closed_caption_20_filled = IconData(0xf989, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_20_filled = IconData( + 0xf989, + 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); + static const IconData closed_caption_24_filled = IconData( + 0xf2e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 28 and filled style. - static const IconData closed_caption_28_filled = IconData(0xf98a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_28_filled = IconData( + 0xf98a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 32 and filled style. - static const IconData closed_caption_32_filled = IconData(0x10185, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_32_filled = IconData( + 0x10185, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption" in size 48 and filled style. - static const IconData closed_caption_48_filled = IconData(0xf98b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_48_filled = IconData( + 0xf98b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 16 and filled style. - static const IconData closed_caption_off_16_filled = IconData(0xfe55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_off_16_filled = IconData( + 0xfe55, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 20 and filled style. - static const IconData closed_caption_off_20_filled = IconData(0xfe56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_off_20_filled = IconData( + 0xfe56, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 24 and filled style. - static const IconData closed_caption_off_24_filled = IconData(0xfe57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_off_24_filled = IconData( + 0xfe57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 28 and filled style. - static const IconData closed_caption_off_28_filled = IconData(0xfe58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_off_28_filled = IconData( + 0xfe58, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "closed_caption_off" in size 48 and filled style. - static const IconData closed_caption_off_48_filled = IconData(0xfe59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData closed_caption_off_48_filled = IconData( + 0xfe59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 16 and filled style. - static const IconData cloud_16_filled = IconData(0xfcda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_16_filled = IconData( + 0xfcda, + 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); + 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); + static const IconData cloud_24_filled = IconData( + 0xf2e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 28 and filled style. - static const IconData cloud_28_filled = IconData(0xfec4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_28_filled = IconData( + 0xfec4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud" in size 32 and filled style. - static const IconData cloud_32_filled = IconData(0xfcdb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_32_filled = IconData( + 0xfcdb, + 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); + static const IconData cloud_48_filled = IconData( + 0xf2e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_add" in size 16 and filled style. - static const IconData cloud_add_16_filled = IconData(0xf32f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_add_16_filled = IconData( + 0xf32f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_add" in size 20 and filled style. - static const IconData cloud_add_20_filled = IconData(0xff65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_add_20_filled = IconData( + 0xff65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 16 and filled style. - static const IconData cloud_archive_16_filled = IconData(0x1013e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_16_filled = IconData( + 0x1013e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 20 and filled style. - static const IconData cloud_archive_20_filled = IconData(0x1013f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_20_filled = IconData( + 0x1013f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 24 and filled style. - static const IconData cloud_archive_24_filled = IconData(0x10221, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_24_filled = IconData( + 0x10221, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 28 and filled style. - static const IconData cloud_archive_28_filled = IconData(0x10222, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_28_filled = IconData( + 0x10222, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 32 and filled style. - static const IconData cloud_archive_32_filled = IconData(0x10223, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_32_filled = IconData( + 0x10223, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_archive" in size 48 and filled style. - static const IconData cloud_archive_48_filled = IconData(0x10224, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_archive_48_filled = IconData( + 0x10224, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 16 and filled style. - static const IconData cloud_arrow_down_16_filled = IconData(0x1004d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_16_filled = IconData( + 0x1004d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 20 and filled style. - static const IconData cloud_arrow_down_20_filled = IconData(0x1004e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_20_filled = IconData( + 0x1004e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 24 and filled style. - static const IconData cloud_arrow_down_24_filled = IconData(0x1004f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_24_filled = IconData( + 0x1004f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 28 and filled style. - static const IconData cloud_arrow_down_28_filled = IconData(0x10050, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_28_filled = IconData( + 0x10050, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 32 and filled style. - static const IconData cloud_arrow_down_32_filled = IconData(0x10051, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_32_filled = IconData( + 0x10051, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_down" in size 48 and filled style. - static const IconData cloud_arrow_down_48_filled = IconData(0x10052, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_down_48_filled = IconData( + 0x10052, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 16 and filled style. - static const IconData cloud_arrow_up_16_filled = IconData(0x10053, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_16_filled = IconData( + 0x10053, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 20 and filled style. - static const IconData cloud_arrow_up_20_filled = IconData(0x10054, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_20_filled = IconData( + 0x10054, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 24 and filled style. - static const IconData cloud_arrow_up_24_filled = IconData(0x10055, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_24_filled = IconData( + 0x10055, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 28 and filled style. - static const IconData cloud_arrow_up_28_filled = IconData(0x10056, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_28_filled = IconData( + 0x10056, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 32 and filled style. - static const IconData cloud_arrow_up_32_filled = IconData(0x10057, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_32_filled = IconData( + 0x10057, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_arrow_up" in size 48 and filled style. - static const IconData cloud_arrow_up_48_filled = IconData(0x10058, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_arrow_up_48_filled = IconData( + 0x10058, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 16 and filled style. - static const IconData cloud_backup_16_filled = IconData(0xfec5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_backup_16_filled = IconData( + 0xfec5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 20 and filled style. - static const IconData cloud_backup_20_filled = IconData(0xfec6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_backup_20_filled = IconData( + 0xfec6, + 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); + static const IconData cloud_backup_24_filled = IconData( + 0xf2e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 28 and filled style. - static const IconData cloud_backup_28_filled = IconData(0xfec7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_backup_28_filled = IconData( + 0xfec7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_backup" in size 32 and filled style. - static const IconData cloud_backup_32_filled = IconData(0xfec8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_backup_32_filled = IconData( + 0xfec8, + 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); + static const IconData cloud_backup_48_filled = IconData( + 0xf2e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 16 and filled style. - static const IconData cloud_checkmark_16_filled = IconData(0x10059, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_16_filled = IconData( + 0x10059, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 20 and filled style. - static const IconData cloud_checkmark_20_filled = IconData(0x1005a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_20_filled = IconData( + 0x1005a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 24 and filled style. - static const IconData cloud_checkmark_24_filled = IconData(0x1005b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_24_filled = IconData( + 0x1005b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 28 and filled style. - static const IconData cloud_checkmark_28_filled = IconData(0x1005c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_28_filled = IconData( + 0x1005c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 32 and filled style. - static const IconData cloud_checkmark_32_filled = IconData(0x1005d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_32_filled = IconData( + 0x1005d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_checkmark" in size 48 and filled style. - static const IconData cloud_checkmark_48_filled = IconData(0x1005e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_checkmark_48_filled = IconData( + 0x1005e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 16 and filled style. - static const IconData cloud_dismiss_16_filled = IconData(0x1005f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_16_filled = IconData( + 0x1005f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 20 and filled style. - static const IconData cloud_dismiss_20_filled = IconData(0x10060, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_20_filled = IconData( + 0x10060, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 24 and filled style. - static const IconData cloud_dismiss_24_filled = IconData(0x10061, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_24_filled = IconData( + 0x10061, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 28 and filled style. - static const IconData cloud_dismiss_28_filled = IconData(0x10062, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_28_filled = IconData( + 0x10062, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 32 and filled style. - static const IconData cloud_dismiss_32_filled = IconData(0x10063, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_32_filled = IconData( + 0x10063, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_dismiss" in size 48 and filled style. - static const IconData cloud_dismiss_48_filled = IconData(0x10064, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_dismiss_48_filled = IconData( + 0x10064, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 16 and filled style. - static const IconData cloud_download_16_filled = IconData(0xfe5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_download_16_filled = IconData( + 0xfe5a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 20 and filled style. - static const IconData cloud_download_20_filled = IconData(0xfe5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_download_20_filled = IconData( + 0xfe5b, + 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); + static const IconData cloud_download_24_filled = IconData( + 0xf2e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 28 and filled style. - static const IconData cloud_download_28_filled = IconData(0xfec9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_download_28_filled = IconData( + 0xfec9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 32 and filled style. - static const IconData cloud_download_32_filled = IconData(0xf98c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_download_32_filled = IconData( + 0xf98c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_download" in size 48 and filled style. - static const IconData cloud_download_48_filled = IconData(0xf98d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_download_48_filled = IconData( + 0xf98d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_edit" in size 16 and filled style. - static const IconData cloud_edit_16_filled = IconData(0xf330, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_edit_16_filled = IconData( + 0xf330, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_edit" in size 20 and filled style. - static const IconData cloud_edit_20_filled = IconData(0xff66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_edit_20_filled = IconData( + 0xff66, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_flow" in size 20 and filled style. - static const IconData cloud_flow_20_filled = IconData(0xf337, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_flow_20_filled = IconData( + 0xf337, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_flow" in size 24 and filled style. - static const IconData cloud_flow_24_filled = IconData(0x100c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_flow_24_filled = IconData( + 0x100c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_link" in size 16 and filled style. - static const IconData cloud_link_16_filled = IconData(0xf338, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_link_16_filled = IconData( + 0xf338, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_link" in size 20 and filled style. - static const IconData cloud_link_20_filled = IconData(0xff67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_link_20_filled = IconData( + 0xff67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 16 and filled style. - static const IconData cloud_off_16_filled = IconData(0xfeca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_off_16_filled = IconData( + 0xfeca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 20 and filled style. - static const IconData cloud_off_20_filled = IconData(0xfecb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_off_20_filled = IconData( + 0xfecb, + 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); + static const IconData cloud_off_24_filled = IconData( + 0xf2ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 28 and filled style. - static const IconData cloud_off_28_filled = IconData(0xfecc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_off_28_filled = IconData( + 0xfecc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_off" in size 32 and filled style. - static const IconData cloud_off_32_filled = IconData(0xfecd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_off_32_filled = IconData( + 0xfecd, + 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); + 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); + static const IconData cloud_offline_24_filled = IconData( + 0xf2ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_swap" in size 20 and filled style. - static const IconData cloud_swap_20_filled = IconData(0x100c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_swap_20_filled = IconData( + 0x100c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_swap" in size 24 and filled style. - static const IconData cloud_swap_24_filled = IconData(0x100c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_swap_24_filled = IconData( + 0x100c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 16 and filled style. - static const IconData cloud_sync_16_filled = IconData(0xfece, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_16_filled = IconData( + 0xfece, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 20 and filled style. - static const IconData cloud_sync_20_filled = IconData(0xfb86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_20_filled = IconData( + 0xfb86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 24 and filled style. - static const IconData cloud_sync_24_filled = IconData(0xfecf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_24_filled = IconData( + 0xfecf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 28 and filled style. - static const IconData cloud_sync_28_filled = IconData(0xfed0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_28_filled = IconData( + 0xfed0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 32 and filled style. - static const IconData cloud_sync_32_filled = IconData(0xfed1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_32_filled = IconData( + 0xfed1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync" in size 48 and filled style. - static const IconData cloud_sync_48_filled = IconData(0xfed2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_48_filled = IconData( + 0xfed2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 16 and filled style. - static const IconData cloud_sync_complete_16_filled = IconData(0xfed3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_16_filled = IconData( + 0xfed3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 20 and filled style. - static const IconData cloud_sync_complete_20_filled = IconData(0xfed4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_20_filled = IconData( + 0xfed4, + 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); + static const IconData cloud_sync_complete_24_filled = IconData( + 0xf2ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 28 and filled style. - static const IconData cloud_sync_complete_28_filled = IconData(0xfed5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_28_filled = IconData( + 0xfed5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_sync_complete" in size 32 and filled style. - static const IconData cloud_sync_complete_32_filled = IconData(0xfed6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_sync_complete_32_filled = IconData( + 0xfed6, + 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); + static const IconData cloud_sync_complete_48_filled = IconData( + 0xf2ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 16 and filled style. - static const IconData cloud_words_16_filled = IconData(0x10140, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_16_filled = IconData( + 0x10140, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 20 and filled style. - static const IconData cloud_words_20_filled = IconData(0x10141, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_20_filled = IconData( + 0x10141, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 24 and filled style. - static const IconData cloud_words_24_filled = IconData(0x10142, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_24_filled = IconData( + 0x10142, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 28 and filled style. - static const IconData cloud_words_28_filled = IconData(0x10143, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_28_filled = IconData( + 0x10143, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 32 and filled style. - static const IconData cloud_words_32_filled = IconData(0x10144, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_32_filled = IconData( + 0x10144, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cloud_words" in size 48 and filled style. - static const IconData cloud_words_48_filled = IconData(0x10145, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cloud_words_48_filled = IconData( + 0x10145, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "code" in size 16 and filled style. - static const IconData code_16_filled = IconData(0xf339, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData code_16_filled = IconData( + 0xf339, + 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); + 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); + static const IconData code_24_filled = IconData( + 0xf2f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_circle" in size 20 and filled style. - static const IconData code_circle_20_filled = IconData(0x100c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData code_circle_20_filled = IconData( + 0x100c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_text" in size 20 and filled style. - static const IconData code_text_20_filled = IconData(0x10611, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData code_text_20_filled = IconData( + 0x10611, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "code_text_edit" in size 20 and filled style. - static const IconData code_text_edit_20_filled = IconData(0x10612, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData code_text_edit_20_filled = IconData( + 0x10612, + 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); + 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); + 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); + 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); + static const IconData collections_add_24_filled = IconData( + 0xf2f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "color" in size 16 and filled style. - static const IconData color_16_filled = IconData(0xff68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData color_16_filled = IconData( + 0xff68, + 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); + 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); + 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); + 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); + static const IconData color_background_24_filled = IconData( + 0xf2f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill" in size 16 and filled style. - static const IconData color_fill_16_filled = IconData(0x104ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData color_fill_16_filled = IconData( + 0x104ef, + 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); + 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); + static const IconData color_fill_24_filled = IconData( + 0xf2fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_fill" in size 28 and filled style. - static const IconData color_fill_28_filled = IconData(0x104f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData color_fill_28_filled = IconData( + 0x104f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "color_line" in size 16 and filled style. - static const IconData color_line_16_filled = IconData(0xf98e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData color_line_16_filled = IconData( + 0xf98e, + 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); + 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); + static const IconData color_line_24_filled = IconData( + 0xf2fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column" in size 20 and filled style. - static const IconData column_20_filled = IconData(0x10613, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_20_filled = IconData( + 0x10613, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_arrow_right" in size 20 and filled style. - static const IconData column_arrow_right_20_filled = IconData(0x10146, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_arrow_right_20_filled = IconData( + 0x10146, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_edit" in size 20 and filled style. - static const IconData column_edit_20_filled = IconData(0xf938, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_edit_20_filled = IconData( + 0xf938, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_edit" in size 24 and filled style. - static const IconData column_edit_24_filled = IconData(0xf94f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_edit_24_filled = IconData( + 0xf94f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple" in size 20 and filled style. - static const IconData column_triple_20_filled = IconData(0xff69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_triple_20_filled = IconData( + 0xff69, + 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); + static const IconData column_triple_24_filled = IconData( + 0xf2fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple_edit" in size 20 and filled style. - static const IconData column_triple_edit_20_filled = IconData(0xff6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_triple_edit_20_filled = IconData( + 0xff6a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "column_triple_edit" in size 24 and filled style. - static const IconData column_triple_edit_24_filled = IconData(0xff6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData column_triple_edit_24_filled = IconData( + 0xff6b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comma" in size 24 and filled style. - static const IconData comma_24_filled = IconData(0xffda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comma_24_filled = IconData( + 0xffda, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 12 and filled style. - static const IconData comment_12_filled = IconData(0xf98f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_12_filled = IconData( + 0xf98f, + 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); + 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); + 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); + static const IconData comment_24_filled = IconData( + 0xf300, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 28 and filled style. - static const IconData comment_28_filled = IconData(0xf990, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_28_filled = IconData( + 0xf990, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment" in size 48 and filled style. - static const IconData comment_48_filled = IconData(0xf991, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_48_filled = IconData( + 0xf991, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 12 and filled style. - static const IconData comment_add_12_filled = IconData(0xf992, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_add_12_filled = IconData( + 0xf992, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 16 and filled style. - static const IconData comment_add_16_filled = IconData(0xf993, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_add_16_filled = IconData( + 0xf993, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 20 and filled style. - static const IconData comment_add_20_filled = IconData(0xf994, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_add_20_filled = IconData( + 0xf994, + 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); + static const IconData comment_add_24_filled = IconData( + 0xf301, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 28 and filled style. - static const IconData comment_add_28_filled = IconData(0xf995, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_add_28_filled = IconData( + 0xf995, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_add" in size 48 and filled style. - static const IconData comment_add_48_filled = IconData(0xf996, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_add_48_filled = IconData( + 0xf996, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 12 and filled style. - static const IconData comment_arrow_left_12_filled = IconData(0xf997, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_12_filled = IconData( + 0xf997, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 16 and filled style. - static const IconData comment_arrow_left_16_filled = IconData(0xf998, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_16_filled = IconData( + 0xf998, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 20 and filled style. - static const IconData comment_arrow_left_20_filled = IconData(0xf999, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_20_filled = IconData( + 0xf999, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 24 and filled style. - static const IconData comment_arrow_left_24_filled = IconData(0xfbf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_24_filled = IconData( + 0xfbf3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 28 and filled style. - static const IconData comment_arrow_left_28_filled = IconData(0xf99a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_28_filled = IconData( + 0xf99a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_left" in size 48 and filled style. - static const IconData comment_arrow_left_48_filled = IconData(0xf99b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_left_48_filled = IconData( + 0xf99b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 12 and filled style. - static const IconData comment_arrow_right_12_filled = IconData(0xf99c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_12_filled = IconData( + 0xf99c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 16 and filled style. - static const IconData comment_arrow_right_16_filled = IconData(0xf99d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_16_filled = IconData( + 0xf99d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 20 and filled style. - static const IconData comment_arrow_right_20_filled = IconData(0xf99e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_20_filled = IconData( + 0xf99e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 24 and filled style. - static const IconData comment_arrow_right_24_filled = IconData(0xfbf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_24_filled = IconData( + 0xfbf4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 28 and filled style. - static const IconData comment_arrow_right_28_filled = IconData(0xf99f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_28_filled = IconData( + 0xf99f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_arrow_right" in size 48 and filled style. - static const IconData comment_arrow_right_48_filled = IconData(0xf9a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_arrow_right_48_filled = IconData( + 0xf9a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 12 and filled style. - static const IconData comment_checkmark_12_filled = IconData(0xf9a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_12_filled = IconData( + 0xf9a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 16 and filled style. - static const IconData comment_checkmark_16_filled = IconData(0xf9a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_16_filled = IconData( + 0xf9a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 20 and filled style. - static const IconData comment_checkmark_20_filled = IconData(0xf9a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_20_filled = IconData( + 0xf9a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 24 and filled style. - static const IconData comment_checkmark_24_filled = IconData(0xf9a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_24_filled = IconData( + 0xf9a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 28 and filled style. - static const IconData comment_checkmark_28_filled = IconData(0xf9a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_28_filled = IconData( + 0xf9a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_checkmark" in size 48 and filled style. - static const IconData comment_checkmark_48_filled = IconData(0xf9a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_checkmark_48_filled = IconData( + 0xf9a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_dismiss" in size 20 and filled style. - static const IconData comment_dismiss_20_filled = IconData(0x10488, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_dismiss_20_filled = IconData( + 0x10488, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_dismiss" in size 24 and filled style. - static const IconData comment_dismiss_24_filled = IconData(0xfbf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_dismiss_24_filled = IconData( + 0xfbf5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_edit" in size 20 and filled style. - static const IconData comment_edit_20_filled = IconData(0xf9a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_edit_20_filled = IconData( + 0xf9a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_edit" in size 24 and filled style. - static const IconData comment_edit_24_filled = IconData(0xf9a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_edit_24_filled = IconData( + 0xf9a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 16 and filled style. - static const IconData comment_error_16_filled = IconData(0xf350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_error_16_filled = IconData( + 0xf350, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 20 and filled style. - static const IconData comment_error_20_filled = IconData(0xff6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_error_20_filled = IconData( + 0xff6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_error" in size 24 and filled style. - static const IconData comment_error_24_filled = IconData(0x10489, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_error_24_filled = IconData( + 0x10489, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_lightning" in size 20 and filled style. - static const IconData comment_lightning_20_filled = IconData(0xf351, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_lightning_20_filled = IconData( + 0xf351, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_lightning" in size 24 and filled style. - static const IconData comment_lightning_24_filled = IconData(0xf361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_lightning_24_filled = IconData( + 0xf361, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData comment_multiple_24_filled = IconData( + 0xf308, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple" in size 28 and filled style. - static const IconData comment_multiple_28_filled = IconData(0x100c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_28_filled = IconData( + 0x100c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple" in size 32 and filled style. - static const IconData comment_multiple_32_filled = IconData(0x10265, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_32_filled = IconData( + 0x10265, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 16 and filled style. - static const IconData comment_multiple_checkmark_16_filled = IconData(0x100c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_16_filled = IconData( + 0x100c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 20 and filled style. - static const IconData comment_multiple_checkmark_20_filled = IconData(0x100c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_20_filled = IconData( + 0x100c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 24 and filled style. - static const IconData comment_multiple_checkmark_24_filled = IconData(0x100c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_24_filled = IconData( + 0x100c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_checkmark" in size 28 and filled style. - static const IconData comment_multiple_checkmark_28_filled = IconData(0x100ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_checkmark_28_filled = IconData( + 0x100ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 16 and filled style. - static const IconData comment_multiple_link_16_filled = IconData(0x10266, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_16_filled = IconData( + 0x10266, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 20 and filled style. - static const IconData comment_multiple_link_20_filled = IconData(0x10267, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_20_filled = IconData( + 0x10267, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 24 and filled style. - static const IconData comment_multiple_link_24_filled = IconData(0x10268, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_24_filled = IconData( + 0x10268, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 28 and filled style. - static const IconData comment_multiple_link_28_filled = IconData(0x10269, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_28_filled = IconData( + 0x10269, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_multiple_link" in size 32 and filled style. - static const IconData comment_multiple_link_32_filled = IconData(0x1026a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_multiple_link_32_filled = IconData( + 0x1026a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_note" in size 20 and filled style. - static const IconData comment_note_20_filled = IconData(0x1048a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_note_20_filled = IconData( + 0x1048a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_note" in size 24 and filled style. - static const IconData comment_note_24_filled = IconData(0xfcdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_note_24_filled = IconData( + 0xfcdc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 16 and filled style. - static const IconData comment_off_16_filled = IconData(0xf9a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_off_16_filled = IconData( + 0xf9a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 20 and filled style. - static const IconData comment_off_20_filled = IconData(0xf9aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_off_20_filled = IconData( + 0xf9aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 24 and filled style. - static const IconData comment_off_24_filled = IconData(0xf9ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_off_24_filled = IconData( + 0xf9ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 28 and filled style. - static const IconData comment_off_28_filled = IconData(0xf9ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_off_28_filled = IconData( + 0xf9ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "comment_off" in size 48 and filled style. - static const IconData comment_off_48_filled = IconData(0xf9ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData comment_off_48_filled = IconData( + 0xf9ad, + 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); + 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); + 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); + static const IconData communication_24_filled = IconData( + 0xf30e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "communication_person" in size 20 and filled style. - static const IconData communication_person_20_filled = IconData(0xff6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData communication_person_20_filled = IconData( + 0xff6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "communication_person" in size 24 and filled style. - static const IconData communication_person_24_filled = IconData(0xff6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData communication_person_24_filled = IconData( + 0xff6e, + 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); + 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); + 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); + 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); + static const IconData compass_northwest_28_filled = IconData( + 0xf312, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "component_2_double_tap_swipe_down" in size 24 and filled style. - static const IconData component_2_double_tap_swipe_down_24_filled = IconData(0xfbf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData component_2_double_tap_swipe_down_24_filled = IconData( + 0xfbf6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and filled style. - static const IconData component_2_double_tap_swipe_up_24_filled = IconData(0xfbf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData component_2_double_tap_swipe_up_24_filled = IconData( + 0xfbf7, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData connector_24_filled = IconData( + 0xf31e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 16 and filled style. - static const IconData contact_card_16_filled = IconData(0xf362, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_16_filled = IconData( + 0xf362, + 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); + 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); + static const IconData contact_card_24_filled = IconData( + 0xf320, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 28 and filled style. - static const IconData contact_card_28_filled = IconData(0xf950, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_28_filled = IconData( + 0xf950, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 32 and filled style. - static const IconData contact_card_32_filled = IconData(0xf951, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_32_filled = IconData( + 0xf951, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card" in size 48 and filled style. - static const IconData contact_card_48_filled = IconData(0xf952, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_48_filled = IconData( + 0xf952, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 16 and filled style. - static const IconData contact_card_group_16_filled = IconData(0xf9ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_group_16_filled = IconData( + 0xf9ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 20 and filled style. - static const IconData contact_card_group_20_filled = IconData(0xf9af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_group_20_filled = IconData( + 0xf9af, + 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); + static const IconData contact_card_group_24_filled = IconData( + 0xf321, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 28 and filled style. - static const IconData contact_card_group_28_filled = IconData(0xf9b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_group_28_filled = IconData( + 0xf9b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_group" in size 48 and filled style. - static const IconData contact_card_group_48_filled = IconData(0xf9b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_group_48_filled = IconData( + 0xf9b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_link" in size 16 and filled style. - static const IconData contact_card_link_16_filled = IconData(0xf363, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_link_16_filled = IconData( + 0xf363, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_link" in size 20 and filled style. - static const IconData contact_card_link_20_filled = IconData(0xff6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_link_20_filled = IconData( + 0xff6f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 16 and filled style. - static const IconData contact_card_ribbon_16_filled = IconData(0x1026b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_16_filled = IconData( + 0x1026b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 20 and filled style. - static const IconData contact_card_ribbon_20_filled = IconData(0x1026c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_20_filled = IconData( + 0x1026c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 24 and filled style. - static const IconData contact_card_ribbon_24_filled = IconData(0x1026d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_24_filled = IconData( + 0x1026d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 28 and filled style. - static const IconData contact_card_ribbon_28_filled = IconData(0x1026e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_28_filled = IconData( + 0x1026e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 32 and filled style. - static const IconData contact_card_ribbon_32_filled = IconData(0x1026f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_32_filled = IconData( + 0x1026f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contact_card_ribbon" in size 48 and filled style. - static const IconData contact_card_ribbon_48_filled = IconData(0x10270, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contact_card_ribbon_48_filled = IconData( + 0x10270, + 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); + 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); + 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); + static const IconData content_settings_24_filled = IconData( + 0xf325, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_settings" in size 32 and filled style. - static const IconData content_settings_32_filled = IconData(0xfcdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData content_settings_32_filled = IconData( + 0xfcdd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view" in size 20 and filled style. - static const IconData content_view_20_filled = IconData(0xfb87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData content_view_20_filled = IconData( + 0xfb87, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view" in size 32 and filled style. - static const IconData content_view_32_filled = IconData(0xfdc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData content_view_32_filled = IconData( + 0xfdc0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "content_view_gallery" in size 20 and filled style. - static const IconData content_view_gallery_20_filled = IconData(0xfbb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData content_view_gallery_20_filled = IconData( + 0xfbb5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 16 and filled style. - static const IconData contract_down_left_16_filled = IconData(0xf364, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_16_filled = IconData( + 0xf364, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 20 and filled style. - static const IconData contract_down_left_20_filled = IconData(0xf373, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_20_filled = IconData( + 0xf373, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 24 and filled style. - static const IconData contract_down_left_24_filled = IconData(0xf374, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_24_filled = IconData( + 0xf374, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 28 and filled style. - static const IconData contract_down_left_28_filled = IconData(0xf375, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_28_filled = IconData( + 0xf375, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 32 and filled style. - static const IconData contract_down_left_32_filled = IconData(0xf37b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_32_filled = IconData( + 0xf37b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "contract_down_left" in size 48 and filled style. - static const IconData contract_down_left_48_filled = IconData(0xf397, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData contract_down_left_48_filled = IconData( + 0xf397, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "control_button" in size 20 and filled style. - static const IconData control_button_20_filled = IconData(0x10147, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData control_button_20_filled = IconData( + 0x10147, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "control_button" in size 24 and filled style. - static const IconData control_button_24_filled = IconData(0x10148, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData control_button_24_filled = IconData( + 0x10148, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_range" in size 20 and filled style. - static const IconData convert_range_20_filled = IconData(0x1048b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData convert_range_20_filled = IconData( + 0x1048b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_range" in size 24 and filled style. - static const IconData convert_range_24_filled = IconData(0xf9b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData convert_range_24_filled = IconData( + 0xf9b2, + 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); + 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); + static const IconData convert_to_text_24_filled = IconData( + 0xf327, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type" in size 20 and filled style. - static const IconData convert_to_type_20_filled = IconData(0xfd35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData convert_to_type_20_filled = IconData( + 0xfd35, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type" in size 24 and filled style. - static const IconData convert_to_type_24_filled = IconData(0xfd36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData convert_to_type_24_filled = IconData( + 0xfd36, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "convert_to_type_off" in size 20 and filled style. - static const IconData convert_to_type_off_20_filled = IconData(0xfd99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData convert_to_type_off_20_filled = IconData( + 0xfd99, + 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); + 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); + 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); + 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); + 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); + static const IconData copy_24_filled = IconData( + 0xf32c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_add" in size 20 and filled style. - static const IconData copy_add_20_filled = IconData(0x1048c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_add_20_filled = IconData( + 0x1048c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_add" in size 24 and filled style. - static const IconData copy_add_24_filled = IconData(0xf9b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_add_24_filled = IconData( + 0xf9b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 16 and filled style. - static const IconData copy_arrow_right_16_filled = IconData(0xfbf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_16_filled = IconData( + 0xfbf8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 20 and filled style. - static const IconData copy_arrow_right_20_filled = IconData(0x1048d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_20_filled = IconData( + 0x1048d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_arrow_right" in size 24 and filled style. - static const IconData copy_arrow_right_24_filled = IconData(0xfbf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_arrow_right_24_filled = IconData( + 0xfbf9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "copy_select" in size 20 and filled style. - static const IconData copy_select_20_filled = IconData(0xf9b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData copy_select_20_filled = IconData( + 0xf9b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 12 and filled style. - static const IconData couch_12_filled = IconData(0xf9b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData couch_12_filled = IconData( + 0xf9b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 20 and filled style. - static const IconData couch_20_filled = IconData(0x1048e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData couch_20_filled = IconData( + 0x1048e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "couch" in size 24 and filled style. - static const IconData couch_24_filled = IconData(0xf9b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData couch_24_filled = IconData( + 0xf9b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_person" in size 20 and filled style. - static const IconData credit_card_person_20_filled = IconData(0x10149, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData credit_card_person_20_filled = IconData( + 0x10149, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_person" in size 24 and filled style. - static const IconData credit_card_person_24_filled = IconData(0x1014a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData credit_card_person_24_filled = IconData( + 0x1014a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_toolbox" in size 20 and filled style. - static const IconData credit_card_toolbox_20_filled = IconData(0xf398, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData credit_card_toolbox_20_filled = IconData( + 0xf398, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "credit_card_toolbox" in size 24 and filled style. - static const IconData credit_card_toolbox_24_filled = IconData(0x1014b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData credit_card_toolbox_24_filled = IconData( + 0x1014b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop" in size 20 and filled style. - static const IconData crop_20_filled = IconData(0xf9b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData crop_20_filled = IconData( + 0xf9b7, + 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); + static const IconData crop_24_filled = IconData( + 0xf331, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop_interim" in size 20 and filled style. - static const IconData crop_interim_20_filled = IconData(0x1048f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData crop_interim_20_filled = IconData( + 0x1048f, + 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); + static const IconData crop_interim_24_filled = IconData( + 0xf332, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "crop_interim_off" in size 20 and filled style. - static const IconData crop_interim_off_20_filled = IconData(0x10490, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData crop_interim_off_20_filled = IconData( + 0x10490, + 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); + static const IconData crop_interim_off_24_filled = IconData( + 0xf333, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube" in size 12 and filled style. - static const IconData cube_12_filled = IconData(0x100cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_12_filled = IconData( + 0x100cb, + 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); + 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); + 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); + static const IconData cube_24_filled = IconData( + 0xf336, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_add" in size 20 and filled style. - static const IconData cube_add_20_filled = IconData(0x10614, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_add_20_filled = IconData( + 0x10614, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_link" in size 20 and filled style. - static const IconData cube_link_20_filled = IconData(0x1014c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_link_20_filled = IconData( + 0x1014c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_multiple" in size 20 and filled style. - static const IconData cube_multiple_20_filled = IconData(0x1041a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_multiple_20_filled = IconData( + 0x1041a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_multiple" in size 24 and filled style. - static const IconData cube_multiple_24_filled = IconData(0x1041b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_multiple_24_filled = IconData( + 0x1041b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 16 and filled style. - static const IconData cube_quick_16_filled = IconData(0x10615, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_quick_16_filled = IconData( + 0x10615, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 20 and filled style. - static const IconData cube_quick_20_filled = IconData(0x10616, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_quick_20_filled = IconData( + 0x10616, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 24 and filled style. - static const IconData cube_quick_24_filled = IconData(0x10617, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_quick_24_filled = IconData( + 0x10617, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_quick" in size 28 and filled style. - static const IconData cube_quick_28_filled = IconData(0x10618, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_quick_28_filled = IconData( + 0x10618, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_rotate" in size 20 and filled style. - static const IconData cube_rotate_20_filled = IconData(0xfb88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_rotate_20_filled = IconData( + 0xfb88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_sync" in size 20 and filled style. - static const IconData cube_sync_20_filled = IconData(0x10491, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_sync_20_filled = IconData( + 0x10491, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_sync" in size 24 and filled style. - static const IconData cube_sync_24_filled = IconData(0xfd37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_sync_24_filled = IconData( + 0xfd37, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_tree" in size 20 and filled style. - static const IconData cube_tree_20_filled = IconData(0x10346, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_tree_20_filled = IconData( + 0x10346, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cube_tree" in size 24 and filled style. - static const IconData cube_tree_24_filled = IconData(0x10347, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cube_tree_24_filled = IconData( + 0x10347, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 16 and filled style. - static const IconData currency_dollar_euro_16_filled = IconData(0xfbfa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_16_filled = IconData( + 0xfbfa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 20 and filled style. - static const IconData currency_dollar_euro_20_filled = IconData(0xfbfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_20_filled = IconData( + 0xfbfb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_euro" in size 24 and filled style. - static const IconData currency_dollar_euro_24_filled = IconData(0xfbfc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_euro_24_filled = IconData( + 0xfbfc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 16 and filled style. - static const IconData currency_dollar_rupee_16_filled = IconData(0xf9b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_16_filled = IconData( + 0xf9b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 20 and filled style. - static const IconData currency_dollar_rupee_20_filled = IconData(0xf9b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_20_filled = IconData( + 0xf9b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "currency_dollar_rupee" in size 24 and filled style. - static const IconData currency_dollar_rupee_24_filled = IconData(0xf9ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData currency_dollar_rupee_24_filled = IconData( + 0xf9ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor" in size 20 and filled style. - static const IconData cursor_20_filled = IconData(0xf9bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_20_filled = IconData( + 0xf9bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor" in size 24 and filled style. - static const IconData cursor_24_filled = IconData(0xf9bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_24_filled = IconData( + 0xf9bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_click" in size 20 and filled style. - static const IconData cursor_click_20_filled = IconData(0x10008, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_click_20_filled = IconData( + 0x10008, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_click" in size 24 and filled style. - static const IconData cursor_click_24_filled = IconData(0x10009, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_click_24_filled = IconData( + 0x10009, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 16 and filled style. - static const IconData cursor_hover_16_filled = IconData(0xf9bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_16_filled = IconData( + 0xf9bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 20 and filled style. - static const IconData cursor_hover_20_filled = IconData(0xf9be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_20_filled = IconData( + 0xf9be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 24 and filled style. - static const IconData cursor_hover_24_filled = IconData(0xf9bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_24_filled = IconData( + 0xf9bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 28 and filled style. - static const IconData cursor_hover_28_filled = IconData(0xf9c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_28_filled = IconData( + 0xf9c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 32 and filled style. - static const IconData cursor_hover_32_filled = IconData(0xf9c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_32_filled = IconData( + 0xf9c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover" in size 48 and filled style. - static const IconData cursor_hover_48_filled = IconData(0xf9c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_48_filled = IconData( + 0xf9c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 16 and filled style. - static const IconData cursor_hover_off_16_filled = IconData(0xf9c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_16_filled = IconData( + 0xf9c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 20 and filled style. - static const IconData cursor_hover_off_20_filled = IconData(0xf9c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_20_filled = IconData( + 0xf9c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 24 and filled style. - static const IconData cursor_hover_off_24_filled = IconData(0xf9c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_24_filled = IconData( + 0xf9c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 28 and filled style. - static const IconData cursor_hover_off_28_filled = IconData(0xf9c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_28_filled = IconData( + 0xf9c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "cursor_hover_off" in size 48 and filled style. - static const IconData cursor_hover_off_48_filled = IconData(0xf9c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData cursor_hover_off_48_filled = IconData( + 0xf9c7, + 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); + 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); + static const IconData cut_24_filled = IconData( + 0xf33b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dark_theme" in size 20 and filled style. - static const IconData dark_theme_20_filled = IconData(0x10492, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dark_theme_20_filled = IconData( + 0x10492, + 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); + static const IconData dark_theme_24_filled = IconData( + 0xf33c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_area" in size 20 and filled style. - static const IconData data_area_20_filled = IconData(0x10493, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_area_20_filled = IconData( + 0x10493, + 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); + static const IconData data_area_24_filled = IconData( + 0xf33d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_horizontal" in size 20 and filled style. - static const IconData data_bar_horizontal_20_filled = IconData(0xf39b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_bar_horizontal_20_filled = IconData( + 0xf39b, + 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); + 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); + 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); + static const IconData data_bar_vertical_24_filled = IconData( + 0xf340, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_vertical_add" in size 20 and filled style. - static const IconData data_bar_vertical_add_20_filled = IconData(0x10494, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_bar_vertical_add_20_filled = IconData( + 0x10494, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_bar_vertical_add" in size 24 and filled style. - static const IconData data_bar_vertical_add_24_filled = IconData(0xf9c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_bar_vertical_add_24_filled = IconData( + 0xf9c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_funnel" in size 20 and filled style. - static const IconData data_funnel_20_filled = IconData(0x10495, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_funnel_20_filled = IconData( + 0x10495, + 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); + static const IconData data_funnel_24_filled = IconData( + 0xf341, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_histogram" in size 20 and filled style. - static const IconData data_histogram_20_filled = IconData(0x10496, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_histogram_20_filled = IconData( + 0x10496, + 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); + static const IconData data_histogram_24_filled = IconData( + 0xf342, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_line" in size 20 and filled style. - static const IconData data_line_20_filled = IconData(0xfb89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_line_20_filled = IconData( + 0xfb89, + 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); + 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); + 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); + static const IconData data_pie_24_filled = IconData( + 0xf345, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_scatter" in size 20 and filled style. - static const IconData data_scatter_20_filled = IconData(0x10497, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_scatter_20_filled = IconData( + 0x10497, + 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); + static const IconData data_scatter_24_filled = IconData( + 0xf346, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_sunburst" in size 20 and filled style. - static const IconData data_sunburst_20_filled = IconData(0x10498, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_sunburst_20_filled = IconData( + 0x10498, + 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); + static const IconData data_sunburst_24_filled = IconData( + 0xf347, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_treemap" in size 20 and filled style. - static const IconData data_treemap_20_filled = IconData(0x10499, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_treemap_20_filled = IconData( + 0x10499, + 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); + static const IconData data_treemap_24_filled = IconData( + 0xf348, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 16 and filled style. - static const IconData data_trending_16_filled = IconData(0xff70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_trending_16_filled = IconData( + 0xff70, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 20 and filled style. - static const IconData data_trending_20_filled = IconData(0xff71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_trending_20_filled = IconData( + 0xff71, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_trending" in size 24 and filled style. - static const IconData data_trending_24_filled = IconData(0xff72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_trending_24_filled = IconData( + 0xff72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage" in size 20 and filled style. - static const IconData data_usage_20_filled = IconData(0xf9c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_20_filled = IconData( + 0xf9c9, + 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); + static const IconData data_usage_24_filled = IconData( + 0xf349, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_edit" in size 20 and filled style. - static const IconData data_usage_edit_20_filled = IconData(0xf3b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_edit_20_filled = IconData( + 0xf3b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_edit" in size 24 and filled style. - static const IconData data_usage_edit_24_filled = IconData(0xff73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_edit_24_filled = IconData( + 0xff73, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_settings" in size 20 and filled style. - static const IconData data_usage_settings_20_filled = IconData(0x10726, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_settings_20_filled = IconData( + 0x10726, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_toolbox" in size 20 and filled style. - static const IconData data_usage_toolbox_20_filled = IconData(0x102e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_toolbox_20_filled = IconData( + 0x102e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_usage_toolbox" in size 24 and filled style. - static const IconData data_usage_toolbox_24_filled = IconData(0x102e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_usage_toolbox_24_filled = IconData( + 0x102e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_waterfall" in size 20 and filled style. - static const IconData data_waterfall_20_filled = IconData(0x1049a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_waterfall_20_filled = IconData( + 0x1049a, + 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); + static const IconData data_waterfall_24_filled = IconData( + 0xf34a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "data_whisker" in size 20 and filled style. - static const IconData data_whisker_20_filled = IconData(0x1049b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData data_whisker_20_filled = IconData( + 0x1049b, + 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); + static const IconData data_whisker_24_filled = IconData( + 0xf34b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database" in size 20 and filled style. - static const IconData database_20_filled = IconData(0xff74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_20_filled = IconData( + 0xff74, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database" in size 24 and filled style. - static const IconData database_24_filled = IconData(0xff75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_24_filled = IconData( + 0xff75, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_down" in size 20 and filled style. - static const IconData database_arrow_down_20_filled = IconData(0x10619, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_arrow_down_20_filled = IconData( + 0x10619, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_right" in size 20 and filled style. - static const IconData database_arrow_right_20_filled = IconData(0x1061a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_arrow_right_20_filled = IconData( + 0x1061a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_arrow_up" in size 20 and filled style. - static const IconData database_arrow_up_20_filled = IconData(0x1061b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_arrow_up_20_filled = IconData( + 0x1061b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_lightning" in size 20 and filled style. - static const IconData database_lightning_20_filled = IconData(0x1061c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_lightning_20_filled = IconData( + 0x1061c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_link" in size 20 and filled style. - static const IconData database_link_20_filled = IconData(0x101e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_link_20_filled = IconData( + 0x101e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_link" in size 24 and filled style. - static const IconData database_link_24_filled = IconData(0x101e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_link_24_filled = IconData( + 0x101e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_multiple" in size 20 and filled style. - static const IconData database_multiple_20_filled = IconData(0x106f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_multiple_20_filled = IconData( + 0x106f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_person" in size 20 and filled style. - static const IconData database_person_20_filled = IconData(0x10271, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_person_20_filled = IconData( + 0x10271, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_person" in size 24 and filled style. - static const IconData database_person_24_filled = IconData(0x10272, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_person_24_filled = IconData( + 0x10272, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_plug_connected" in size 20 and filled style. - static const IconData database_plug_connected_20_filled = IconData(0x1061d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_plug_connected_20_filled = IconData( + 0x1061d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_search" in size 20 and filled style. - static const IconData database_search_20_filled = IconData(0xff76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_search_20_filled = IconData( + 0xff76, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_search" in size 24 and filled style. - static const IconData database_search_24_filled = IconData(0xff77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_search_24_filled = IconData( + 0xff77, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_warning" in size 20 and filled style. - static const IconData database_warning_20_filled = IconData(0x1061e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_warning_20_filled = IconData( + 0x1061e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "database_window" in size 20 and filled style. - static const IconData database_window_20_filled = IconData(0x1061f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData database_window_20_filled = IconData( + 0x1061f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_left" in size 20 and filled style. - static const IconData decimal_arrow_left_20_filled = IconData(0x104f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData decimal_arrow_left_20_filled = IconData( + 0x104f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_left" in size 24 and filled style. - static const IconData decimal_arrow_left_24_filled = IconData(0xf9ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData decimal_arrow_left_24_filled = IconData( + 0xf9ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_right" in size 20 and filled style. - static const IconData decimal_arrow_right_20_filled = IconData(0x104f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData decimal_arrow_right_20_filled = IconData( + 0x104f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "decimal_arrow_right" in size 24 and filled style. - static const IconData decimal_arrow_right_24_filled = IconData(0xf9cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData decimal_arrow_right_24_filled = IconData( + 0xf9cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete" in size 16 and filled style. - static const IconData delete_16_filled = IconData(0xf9cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_16_filled = IconData( + 0xf9cc, + 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); + 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); + 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); + 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); + static const IconData delete_48_filled = IconData( + 0xf34f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_arrow_back" in size 16 and filled style. - static const IconData delete_arrow_back_16_filled = IconData(0xff78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_arrow_back_16_filled = IconData( + 0xff78, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_arrow_back" in size 20 and filled style. - static const IconData delete_arrow_back_20_filled = IconData(0x104f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_arrow_back_20_filled = IconData( + 0x104f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 20 and filled style. - static const IconData delete_dismiss_20_filled = IconData(0x104f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_dismiss_20_filled = IconData( + 0x104f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 24 and filled style. - static const IconData delete_dismiss_24_filled = IconData(0xfbfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_dismiss_24_filled = IconData( + 0xfbfd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_dismiss" in size 28 and filled style. - static const IconData delete_dismiss_28_filled = IconData(0xfbfe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_dismiss_28_filled = IconData( + 0xfbfe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "delete_lines" in size 20 and filled style. - static const IconData delete_lines_20_filled = IconData(0x1014d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData delete_lines_20_filled = IconData( + 0x1014d, + 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); + 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); + static const IconData delete_off_24_filled = IconData( + 0xf353, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 12 and filled style. - static const IconData dentist_12_filled = IconData(0xf9cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dentist_12_filled = IconData( + 0xf9cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 16 and filled style. - static const IconData dentist_16_filled = IconData(0xf9ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dentist_16_filled = IconData( + 0xf9ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 20 and filled style. - static const IconData dentist_20_filled = IconData(0xf9cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dentist_20_filled = IconData( + 0xf9cf, + 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); + static const IconData dentist_24_filled = IconData( + 0xf354, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 28 and filled style. - static const IconData dentist_28_filled = IconData(0xf9d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dentist_28_filled = IconData( + 0xf9d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dentist" in size 48 and filled style. - static const IconData dentist_48_filled = IconData(0xf9d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dentist_48_filled = IconData( + 0xf9d1, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData desktop_28_filled = IconData( + 0xf35b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop" in size 32 and filled style. - static const IconData desktop_32_filled = IconData(0xfdc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_32_filled = IconData( + 0xfdc1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 16 and filled style. - static const IconData desktop_arrow_right_16_filled = IconData(0xfb38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_16_filled = IconData( + 0xfb38, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 20 and filled style. - static const IconData desktop_arrow_right_20_filled = IconData(0xfb39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_20_filled = IconData( + 0xfb39, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_arrow_right" in size 24 and filled style. - static const IconData desktop_arrow_right_24_filled = IconData(0xfb3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_arrow_right_24_filled = IconData( + 0xfb3a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 16 and filled style. - static const IconData desktop_cursor_16_filled = IconData(0x102e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_cursor_16_filled = IconData( + 0x102e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 20 and filled style. - static const IconData desktop_cursor_20_filled = IconData(0x102e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_cursor_20_filled = IconData( + 0x102e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 24 and filled style. - static const IconData desktop_cursor_24_filled = IconData(0x102e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_cursor_24_filled = IconData( + 0x102e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_cursor" in size 28 and filled style. - static const IconData desktop_cursor_28_filled = IconData(0x102e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_cursor_28_filled = IconData( + 0x102e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 16 and filled style. - static const IconData desktop_edit_16_filled = IconData(0xff79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_edit_16_filled = IconData( + 0xff79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 20 and filled style. - static const IconData desktop_edit_20_filled = IconData(0x104f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_edit_20_filled = IconData( + 0x104f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_edit" in size 24 and filled style. - static const IconData desktop_edit_24_filled = IconData(0x104f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_edit_24_filled = IconData( + 0x104f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_flow" in size 20 and filled style. - static const IconData desktop_flow_20_filled = IconData(0x102e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_flow_20_filled = IconData( + 0x102e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_flow" in size 24 and filled style. - static const IconData desktop_flow_24_filled = IconData(0x102e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_flow_24_filled = IconData( + 0x102e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 16 and filled style. - static const IconData desktop_keyboard_16_filled = IconData(0x10186, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_16_filled = IconData( + 0x10186, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 20 and filled style. - static const IconData desktop_keyboard_20_filled = IconData(0x10187, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_20_filled = IconData( + 0x10187, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 24 and filled style. - static const IconData desktop_keyboard_24_filled = IconData(0x10188, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_24_filled = IconData( + 0x10188, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_keyboard" in size 28 and filled style. - static const IconData desktop_keyboard_28_filled = IconData(0x10189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_keyboard_28_filled = IconData( + 0x10189, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 16 and filled style. - static const IconData desktop_mac_16_filled = IconData(0xfcde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_mac_16_filled = IconData( + 0xfcde, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 20 and filled style. - static const IconData desktop_mac_20_filled = IconData(0x104f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_mac_20_filled = IconData( + 0x104f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 24 and filled style. - static const IconData desktop_mac_24_filled = IconData(0x104f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_mac_24_filled = IconData( + 0x104f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_mac" in size 32 and filled style. - static const IconData desktop_mac_32_filled = IconData(0xfcdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_mac_32_filled = IconData( + 0xfcdf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 16 and filled style. - static const IconData desktop_pulse_16_filled = IconData(0xfe5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_16_filled = IconData( + 0xfe5c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 20 and filled style. - static const IconData desktop_pulse_20_filled = IconData(0xfe5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_20_filled = IconData( + 0xfe5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 24 and filled style. - static const IconData desktop_pulse_24_filled = IconData(0xfe5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_24_filled = IconData( + 0xfe5e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 28 and filled style. - static const IconData desktop_pulse_28_filled = IconData(0xfe5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_28_filled = IconData( + 0xfe5f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 32 and filled style. - static const IconData desktop_pulse_32_filled = IconData(0xfe60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_32_filled = IconData( + 0xfe60, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_pulse" in size 48 and filled style. - static const IconData desktop_pulse_48_filled = IconData(0xfe61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_pulse_48_filled = IconData( + 0xfe61, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_signal" in size 20 and filled style. - static const IconData desktop_signal_20_filled = IconData(0x102ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_signal_20_filled = IconData( + 0x102ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_signal" in size 24 and filled style. - static const IconData desktop_signal_24_filled = IconData(0x102eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_signal_24_filled = IconData( + 0x102eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker" in size 20 and filled style. - static const IconData desktop_speaker_20_filled = IconData(0xfb3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_speaker_20_filled = IconData( + 0xfb3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker" in size 24 and filled style. - static const IconData desktop_speaker_24_filled = IconData(0xfb3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_speaker_24_filled = IconData( + 0xfb3c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker_off" in size 20 and filled style. - static const IconData desktop_speaker_off_20_filled = IconData(0xfb3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_speaker_off_20_filled = IconData( + 0xfb3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_speaker_off" in size 24 and filled style. - static const IconData desktop_speaker_off_24_filled = IconData(0xfb3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_speaker_off_24_filled = IconData( + 0xfb3e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 16 and filled style. - static const IconData desktop_sync_16_filled = IconData(0xf3b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_sync_16_filled = IconData( + 0xf3b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 20 and filled style. - static const IconData desktop_sync_20_filled = IconData(0x104f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_sync_20_filled = IconData( + 0x104f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_sync" in size 24 and filled style. - static const IconData desktop_sync_24_filled = IconData(0x104fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_sync_24_filled = IconData( + 0x104fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_toolbox" in size 20 and filled style. - static const IconData desktop_toolbox_20_filled = IconData(0x1041c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_toolbox_20_filled = IconData( + 0x1041c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "desktop_toolbox" in size 24 and filled style. - static const IconData desktop_toolbox_24_filled = IconData(0x1041d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData desktop_toolbox_24_filled = IconData( + 0x1041d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board" in size 20 and filled style. - static const IconData developer_board_20_filled = IconData(0xfe62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData developer_board_20_filled = IconData( + 0xfe62, + 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); + static const IconData developer_board_24_filled = IconData( + 0xf35c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_lightning" in size 20 and filled style. - static const IconData developer_board_lightning_20_filled = IconData(0x10620, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData developer_board_lightning_20_filled = IconData( + 0x10620, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_lightning_toolbox" in size 20 and filled style. - static const IconData developer_board_lightning_toolbox_20_filled = IconData(0x10621, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData developer_board_lightning_toolbox_20_filled = IconData( + 0x10621, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_search" in size 20 and filled style. - static const IconData developer_board_search_20_filled = IconData(0x100cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData developer_board_search_20_filled = IconData( + 0x100cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "developer_board_search" in size 24 and filled style. - static const IconData developer_board_search_24_filled = IconData(0x104fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData developer_board_search_24_filled = IconData( + 0x104fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_eq" in size 20 and filled style. - static const IconData device_eq_20_filled = IconData(0x104fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_eq_20_filled = IconData( + 0x104fc, + 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); + static const IconData device_eq_24_filled = IconData( + 0xf35d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 16 and filled style. - static const IconData device_meeting_room_16_filled = IconData(0xf3b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_16_filled = IconData( + 0xf3b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 20 and filled style. - static const IconData device_meeting_room_20_filled = IconData(0xfb8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_20_filled = IconData( + 0xfb8a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 24 and filled style. - static const IconData device_meeting_room_24_filled = IconData(0xf3b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_24_filled = IconData( + 0xf3b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 28 and filled style. - static const IconData device_meeting_room_28_filled = IconData(0xf3b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_28_filled = IconData( + 0xf3b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 32 and filled style. - static const IconData device_meeting_room_32_filled = IconData(0xf3b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_32_filled = IconData( + 0xf3b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room" in size 48 and filled style. - static const IconData device_meeting_room_48_filled = IconData(0xf3bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_48_filled = IconData( + 0xf3bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 16 and filled style. - static const IconData device_meeting_room_remote_16_filled = IconData(0xf3bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_16_filled = IconData( + 0xf3bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 20 and filled style. - static const IconData device_meeting_room_remote_20_filled = IconData(0xfb8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_20_filled = IconData( + 0xfb8b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 24 and filled style. - static const IconData device_meeting_room_remote_24_filled = IconData(0xf3c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_24_filled = IconData( + 0xf3c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 28 and filled style. - static const IconData device_meeting_room_remote_28_filled = IconData(0xf3cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_28_filled = IconData( + 0xf3cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 32 and filled style. - static const IconData device_meeting_room_remote_32_filled = IconData(0xf3ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_32_filled = IconData( + 0xf3ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "device_meeting_room_remote" in size 48 and filled style. - static const IconData device_meeting_room_remote_48_filled = IconData(0xf3ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData device_meeting_room_remote_48_filled = IconData( + 0xf3ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diagram" in size 20 and filled style. - static const IconData diagram_20_filled = IconData(0x104fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diagram_20_filled = IconData( + 0x104fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diagram" in size 24 and filled style. - static const IconData diagram_24_filled = IconData(0xf953, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diagram_24_filled = IconData( + 0xf953, + 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); + 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); + static const IconData dialpad_24_filled = IconData( + 0xf35f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 28 and filled style. - static const IconData dialpad_28_filled = IconData(0x1014e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dialpad_28_filled = IconData( + 0x1014e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 32 and filled style. - static const IconData dialpad_32_filled = IconData(0x1014f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dialpad_32_filled = IconData( + 0x1014f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad" in size 48 and filled style. - static const IconData dialpad_48_filled = IconData(0x10150, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dialpad_48_filled = IconData( + 0x10150, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dialpad_off" in size 20 and filled style. - static const IconData dialpad_off_20_filled = IconData(0x104fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dialpad_off_20_filled = IconData( + 0x104fe, + 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); + static const IconData dialpad_off_24_filled = IconData( + 0xf360, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 16 and filled style. - static const IconData diamond_16_filled = IconData(0x103a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_16_filled = IconData( + 0x103a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 20 and filled style. - static const IconData diamond_20_filled = IconData(0x103a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_20_filled = IconData( + 0x103a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 24 and filled style. - static const IconData diamond_24_filled = IconData(0x103a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_24_filled = IconData( + 0x103a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 28 and filled style. - static const IconData diamond_28_filled = IconData(0x103a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_28_filled = IconData( + 0x103a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 32 and filled style. - static const IconData diamond_32_filled = IconData(0x101e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_32_filled = IconData( + 0x101e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diamond" in size 48 and filled style. - static const IconData diamond_48_filled = IconData(0x103a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diamond_48_filled = IconData( + 0x103a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "directions" in size 16 and filled style. - static const IconData directions_16_filled = IconData(0x1000a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData directions_16_filled = IconData( + 0x1000a, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData dismiss_28_filled = IconData( + 0xf36b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss" in size 32 and filled style. - static const IconData dismiss_32_filled = IconData(0xf3f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_32_filled = IconData( + 0xf3f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss" in size 48 and filled style. - static const IconData dismiss_48_filled = IconData(0xf3ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_48_filled = IconData( + 0xf3ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 12 and filled style. - static const IconData dismiss_circle_12_filled = IconData(0xff7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_circle_12_filled = IconData( + 0xff7a, + 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); + 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); + 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); + static const IconData dismiss_circle_24_filled = IconData( + 0xf36e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 28 and filled style. - static const IconData dismiss_circle_28_filled = IconData(0xf9d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_circle_28_filled = IconData( + 0xf9d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_circle" in size 32 and filled style. - static const IconData dismiss_circle_32_filled = IconData(0xf96b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_circle_32_filled = IconData( + 0xf96b, + 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); + static const IconData dismiss_circle_48_filled = IconData( + 0xf36f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square" in size 20 and filled style. - static const IconData dismiss_square_20_filled = IconData(0xfed7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_square_20_filled = IconData( + 0xfed7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square" in size 24 and filled style. - static const IconData dismiss_square_24_filled = IconData(0xfe63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_square_24_filled = IconData( + 0xfe63, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square_multiple" in size 16 and filled style. - static const IconData dismiss_square_multiple_16_filled = IconData(0xfdc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_square_multiple_16_filled = IconData( + 0xfdc2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dismiss_square_multiple" in size 20 and filled style. - static const IconData dismiss_square_multiple_20_filled = IconData(0x104ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dismiss_square_multiple_20_filled = IconData( + 0x104ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 20 and filled style. - static const IconData diversity_20_filled = IconData(0x10151, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diversity_20_filled = IconData( + 0x10151, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 24 and filled style. - static const IconData diversity_24_filled = IconData(0x10152, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diversity_24_filled = IconData( + 0x10152, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 28 and filled style. - static const IconData diversity_28_filled = IconData(0x10153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diversity_28_filled = IconData( + 0x10153, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "diversity" in size 48 and filled style. - static const IconData diversity_48_filled = IconData(0x10154, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData diversity_48_filled = IconData( + 0x10154, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_short" in size 16 and filled style. - static const IconData divider_short_16_filled = IconData(0x10500, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData divider_short_16_filled = IconData( + 0x10500, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_short" in size 20 and filled style. - static const IconData divider_short_20_filled = IconData(0x10501, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData divider_short_20_filled = IconData( + 0x10501, + 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); + static const IconData divider_short_24_filled = IconData( + 0xf370, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_tall" in size 16 and filled style. - static const IconData divider_tall_16_filled = IconData(0xff7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData divider_tall_16_filled = IconData( + 0xff7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "divider_tall" in size 20 and filled style. - static const IconData divider_tall_20_filled = IconData(0x1000b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData divider_tall_20_filled = IconData( + 0x1000b, + 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); + static const IconData divider_tall_24_filled = IconData( + 0xf371, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock" in size 20 and filled style. - static const IconData dock_20_filled = IconData(0x10502, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_20_filled = IconData( + 0x10502, + 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); + static const IconData dock_24_filled = IconData( + 0xf372, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_bottom" in size 20 and filled style. - static const IconData dock_panel_bottom_20_filled = IconData(0xff7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_bottom_20_filled = IconData( + 0xff7c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 16 and filled style. - static const IconData dock_panel_left_16_filled = IconData(0xfbff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_left_16_filled = IconData( + 0xfbff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 20 and filled style. - static const IconData dock_panel_left_20_filled = IconData(0xfc00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_left_20_filled = IconData( + 0xfc00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 24 and filled style. - static const IconData dock_panel_left_24_filled = IconData(0xfc01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_left_24_filled = IconData( + 0xfc01, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 28 and filled style. - static const IconData dock_panel_left_28_filled = IconData(0xfc02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_left_28_filled = IconData( + 0xfc02, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_left" in size 48 and filled style. - static const IconData dock_panel_left_48_filled = IconData(0xfc03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_left_48_filled = IconData( + 0xfc03, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 16 and filled style. - static const IconData dock_panel_right_16_filled = IconData(0xfc04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_right_16_filled = IconData( + 0xfc04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 20 and filled style. - static const IconData dock_panel_right_20_filled = IconData(0xfc05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_right_20_filled = IconData( + 0xfc05, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 24 and filled style. - static const IconData dock_panel_right_24_filled = IconData(0xfc06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_right_24_filled = IconData( + 0xfc06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 28 and filled style. - static const IconData dock_panel_right_28_filled = IconData(0xfc07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_right_28_filled = IconData( + 0xfc07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_panel_right" in size 48 and filled style. - static const IconData dock_panel_right_48_filled = IconData(0xfc08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_panel_right_48_filled = IconData( + 0xfc08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dock_row" in size 20 and filled style. - static const IconData dock_row_20_filled = IconData(0x10503, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dock_row_20_filled = IconData( + 0x10503, + 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); + static const IconData dock_row_24_filled = IconData( + 0xf376, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 12 and filled style. - static const IconData doctor_12_filled = IconData(0xf9da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData doctor_12_filled = IconData( + 0xf9da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 16 and filled style. - static const IconData doctor_16_filled = IconData(0xf9db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData doctor_16_filled = IconData( + 0xf9db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 20 and filled style. - static const IconData doctor_20_filled = IconData(0xf9dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData doctor_20_filled = IconData( + 0xf9dc, + 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); + static const IconData doctor_24_filled = IconData( + 0xf377, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 28 and filled style. - static const IconData doctor_28_filled = IconData(0xf9dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData doctor_28_filled = IconData( + 0xf9dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "doctor" in size 48 and filled style. - static const IconData doctor_48_filled = IconData(0xf9de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData doctor_48_filled = IconData( + 0xf9de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 16 and filled style. - static const IconData document_16_filled = IconData(0xf9df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_16_filled = IconData( + 0xf9df, + 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); + 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); + 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); + static const IconData document_28_filled = IconData( + 0xf37a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 32 and filled style. - static const IconData document_32_filled = IconData(0xfdc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_32_filled = IconData( + 0xfdc3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document" in size 48 and filled style. - static const IconData document_48_filled = IconData(0xf9e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_48_filled = IconData( + 0xf9e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 16 and filled style. - static const IconData document_add_16_filled = IconData(0xf9e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_add_16_filled = IconData( + 0xf9e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 20 and filled style. - static const IconData document_add_20_filled = IconData(0xf9e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_add_20_filled = IconData( + 0xf9e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 24 and filled style. - static const IconData document_add_24_filled = IconData(0xf9e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_add_24_filled = IconData( + 0xf9e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 28 and filled style. - static const IconData document_add_28_filled = IconData(0xf9e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_add_28_filled = IconData( + 0xf9e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_add" in size 48 and filled style. - static const IconData document_add_48_filled = IconData(0xf9e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_add_48_filled = IconData( + 0xf9e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_down" in size 16 and filled style. - static const IconData document_arrow_down_16_filled = IconData(0xf96c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_down_16_filled = IconData( + 0xf96c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_down" in size 20 and filled style. - static const IconData document_arrow_down_20_filled = IconData(0xff7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_down_20_filled = IconData( + 0xff7d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 16 and filled style. - static const IconData document_arrow_left_16_filled = IconData(0xf9e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_left_16_filled = IconData( + 0xf9e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 20 and filled style. - static const IconData document_arrow_left_20_filled = IconData(0xf9e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_left_20_filled = IconData( + 0xf9e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 24 and filled style. - static const IconData document_arrow_left_24_filled = IconData(0xf9e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_left_24_filled = IconData( + 0xf9e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 28 and filled style. - static const IconData document_arrow_left_28_filled = IconData(0xf9e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_left_28_filled = IconData( + 0xf9e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_left" in size 48 and filled style. - static const IconData document_arrow_left_48_filled = IconData(0xf9ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_left_48_filled = IconData( + 0xf9ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_right" in size 20 and filled style. - static const IconData document_arrow_right_20_filled = IconData(0x100cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_right_20_filled = IconData( + 0x100cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_right" in size 24 and filled style. - static const IconData document_arrow_right_24_filled = IconData(0xfce0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_right_24_filled = IconData( + 0xfce0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_up" in size 16 and filled style. - static const IconData document_arrow_up_16_filled = IconData(0xf400, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_up_16_filled = IconData( + 0xf400, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_arrow_up" in size 20 and filled style. - static const IconData document_arrow_up_20_filled = IconData(0x1000c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_arrow_up_20_filled = IconData( + 0x1000c, + 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); + 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); + static const IconData document_briefcase_24_filled = IconData( + 0xf37d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list" in size 20 and filled style. - static const IconData document_bullet_list_20_filled = IconData(0xf401, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_20_filled = IconData( + 0xf401, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list" in size 24 and filled style. - static const IconData document_bullet_list_24_filled = IconData(0xf402, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_24_filled = IconData( + 0xf402, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_clock" in size 20 and filled style. - static const IconData document_bullet_list_clock_20_filled = IconData(0xf985, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_clock_20_filled = IconData( + 0xf985, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_clock" in size 24 and filled style. - static const IconData document_bullet_list_clock_24_filled = IconData(0xf9d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_clock_24_filled = IconData( + 0xf9d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_multiple" in size 20 and filled style. - static const IconData document_bullet_list_multiple_20_filled = IconData(0x1041e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_multiple_20_filled = IconData( + 0x1041e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_multiple" in size 24 and filled style. - static const IconData document_bullet_list_multiple_24_filled = IconData(0x1041f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_multiple_24_filled = IconData( + 0x1041f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_off" in size 20 and filled style. - static const IconData document_bullet_list_off_20_filled = IconData(0x10504, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_off_20_filled = IconData( + 0x10504, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_bullet_list_off" in size 24 and filled style. - static const IconData document_bullet_list_off_24_filled = IconData(0xf9d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_bullet_list_off_24_filled = IconData( + 0xf9d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_catch_up" in size 16 and filled style. - static const IconData document_catch_up_16_filled = IconData(0xf9eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_catch_up_16_filled = IconData( + 0xf9eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_catch_up" in size 20 and filled style. - static const IconData document_catch_up_20_filled = IconData(0xf9ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_catch_up_20_filled = IconData( + 0xf9ec, + 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); + static const IconData document_catch_up_24_filled = IconData( + 0xf37e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_checkmark" in size 20 and filled style. - static const IconData document_checkmark_20_filled = IconData(0x10505, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_checkmark_20_filled = IconData( + 0x10505, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_checkmark" in size 24 and filled style. - static const IconData document_checkmark_24_filled = IconData(0xfce1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_checkmark_24_filled = IconData( + 0xfce1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_chevron_double" in size 20 and filled style. - static const IconData document_chevron_double_20_filled = IconData(0x10506, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_chevron_double_20_filled = IconData( + 0x10506, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_chevron_double" in size 24 and filled style. - static const IconData document_chevron_double_24_filled = IconData(0x100ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_chevron_double_24_filled = IconData( + 0x100ce, + 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); + 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); + 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); + 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); + static const IconData document_copy_48_filled = IconData( + 0xf382, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_css" in size 20 and filled style. - static const IconData document_css_20_filled = IconData(0x10507, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_css_20_filled = IconData( + 0x10507, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_css" in size 24 and filled style. - static const IconData document_css_24_filled = IconData(0x100cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_css_24_filled = IconData( + 0x100cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_dismiss" in size 16 and filled style. - static const IconData document_dismiss_16_filled = IconData(0x1000d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_dismiss_16_filled = IconData( + 0x1000d, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_error_24_filled = IconData( + 0xf38c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_flowchart" in size 20 and filled style. - static const IconData document_flowchart_20_filled = IconData(0x10273, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_flowchart_20_filled = IconData( + 0x10273, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_flowchart" in size 24 and filled style. - static const IconData document_flowchart_24_filled = IconData(0x10274, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_flowchart_24_filled = IconData( + 0x10274, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer" in size 16 and filled style. - static const IconData document_footer_16_filled = IconData(0xfed8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_footer_16_filled = IconData( + 0xfed8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer" in size 20 and filled style. - static const IconData document_footer_20_filled = IconData(0x10508, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_footer_20_filled = IconData( + 0x10508, + 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); + static const IconData document_footer_24_filled = IconData( + 0xf38d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer_dismiss" in size 20 and filled style. - static const IconData document_footer_dismiss_20_filled = IconData(0x10509, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_footer_dismiss_20_filled = IconData( + 0x10509, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_footer_dismiss" in size 24 and filled style. - static const IconData document_footer_dismiss_24_filled = IconData(0xfed9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_footer_dismiss_24_filled = IconData( + 0xfed9, + 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); + static const IconData document_footer_remove_24_filled = IconData( + 0xf38e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header" in size 16 and filled style. - static const IconData document_header_16_filled = IconData(0xfeda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_16_filled = IconData( + 0xfeda, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header" in size 20 and filled style. - static const IconData document_header_20_filled = IconData(0x1050a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_20_filled = IconData( + 0x1050a, + 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); + static const IconData document_header_24_filled = IconData( + 0xf38f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 16 and filled style. - static const IconData document_header_arrow_down_16_filled = IconData(0xfedb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_16_filled = IconData( + 0xfedb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 20 and filled style. - static const IconData document_header_arrow_down_20_filled = IconData(0x1050b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_20_filled = IconData( + 0x1050b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_arrow_down" in size 24 and filled style. - static const IconData document_header_arrow_down_24_filled = IconData(0x1050c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_arrow_down_24_filled = IconData( + 0x1050c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_dismiss" in size 20 and filled style. - static const IconData document_header_dismiss_20_filled = IconData(0x1050d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_dismiss_20_filled = IconData( + 0x1050d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_dismiss" in size 24 and filled style. - static const IconData document_header_dismiss_24_filled = IconData(0xfedc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_dismiss_24_filled = IconData( + 0xfedc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_header_footer" in size 16 and filled style. - static const IconData document_header_footer_16_filled = IconData(0xfedd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_header_footer_16_filled = IconData( + 0xfedd, + 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); + 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); + 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); + static const IconData document_header_remove_24_filled = IconData( + 0xf392, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart" in size 20 and filled style. - static const IconData document_heart_20_filled = IconData(0xff7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_heart_20_filled = IconData( + 0xff7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart" in size 24 and filled style. - static const IconData document_heart_24_filled = IconData(0xff7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_heart_24_filled = IconData( + 0xff7f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart_pulse" in size 20 and filled style. - static const IconData document_heart_pulse_20_filled = IconData(0xff80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_heart_pulse_20_filled = IconData( + 0xff80, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_heart_pulse" in size 24 and filled style. - static const IconData document_heart_pulse_24_filled = IconData(0xff81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_heart_pulse_24_filled = IconData( + 0xff81, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_javascript" in size 20 and filled style. - static const IconData document_javascript_20_filled = IconData(0x1050e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_javascript_20_filled = IconData( + 0x1050e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_javascript" in size 24 and filled style. - static const IconData document_javascript_24_filled = IconData(0x100d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_javascript_24_filled = IconData( + 0x100d0, + 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); + 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); + static const IconData document_landscape_24_filled = IconData( + 0xf394, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_data" in size 20 and filled style. - static const IconData document_landscape_data_20_filled = IconData(0x1050f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_landscape_data_20_filled = IconData( + 0x1050f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_data" in size 24 and filled style. - static const IconData document_landscape_data_24_filled = IconData(0xf9ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_landscape_data_24_filled = IconData( + 0xf9ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split" in size 20 and filled style. - static const IconData document_landscape_split_20_filled = IconData(0xf9ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_landscape_split_20_filled = IconData( + 0xf9ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split" in size 24 and filled style. - static const IconData document_landscape_split_24_filled = IconData(0x10510, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_landscape_split_24_filled = IconData( + 0x10510, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_landscape_split_hint" in size 20 and filled style. - static const IconData document_landscape_split_hint_20_filled = IconData(0xf9ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_landscape_split_hint_20_filled = IconData( + 0xf9ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 16 and filled style. - static const IconData document_link_16_filled = IconData(0x1000e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_link_16_filled = IconData( + 0x1000e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 20 and filled style. - static const IconData document_link_20_filled = IconData(0xf403, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_link_20_filled = IconData( + 0xf403, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_link" in size 24 and filled style. - static const IconData document_link_24_filled = IconData(0xf404, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_link_24_filled = IconData( + 0xf404, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 16 and filled style. - static const IconData document_lock_16_filled = IconData(0x1049c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_16_filled = IconData( + 0x1049c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 20 and filled style. - static const IconData document_lock_20_filled = IconData(0x1049d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_20_filled = IconData( + 0x1049d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 24 and filled style. - static const IconData document_lock_24_filled = IconData(0x1049e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_24_filled = IconData( + 0x1049e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 28 and filled style. - static const IconData document_lock_28_filled = IconData(0x1049f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_28_filled = IconData( + 0x1049f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 32 and filled style. - static const IconData document_lock_32_filled = IconData(0x104a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_32_filled = IconData( + 0x104a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_lock" in size 48 and filled style. - static const IconData document_lock_48_filled = IconData(0x104a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_lock_48_filled = IconData( + 0x104a1, + 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); + 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); + static const IconData document_margins_24_filled = IconData( + 0xf396, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 16 and filled style. - static const IconData document_mention_16_filled = IconData(0x10578, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_mention_16_filled = IconData( + 0x10578, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 20 and filled style. - static const IconData document_mention_20_filled = IconData(0x10579, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_mention_20_filled = IconData( + 0x10579, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 24 and filled style. - static const IconData document_mention_24_filled = IconData(0x1057a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_mention_24_filled = IconData( + 0x1057a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 28 and filled style. - static const IconData document_mention_28_filled = IconData(0x1057b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_mention_28_filled = IconData( + 0x1057b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_mention" in size 48 and filled style. - static const IconData document_mention_48_filled = IconData(0x1057c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_mention_48_filled = IconData( + 0x1057c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 16 and filled style. - static const IconData document_multiple_16_filled = IconData(0xf9d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_16_filled = IconData( + 0xf9d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 20 and filled style. - static const IconData document_multiple_20_filled = IconData(0xff82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_20_filled = IconData( + 0xff82, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple" in size 24 and filled style. - static const IconData document_multiple_24_filled = IconData(0x10117, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_24_filled = IconData( + 0x10117, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_percent" in size 20 and filled style. - static const IconData document_multiple_percent_20_filled = IconData(0x100d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_percent_20_filled = IconData( + 0x100d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_percent" in size 24 and filled style. - static const IconData document_multiple_percent_24_filled = IconData(0x10118, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_percent_24_filled = IconData( + 0x10118, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_prohibited" in size 20 and filled style. - static const IconData document_multiple_prohibited_20_filled = IconData(0xff83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_prohibited_20_filled = IconData( + 0xff83, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_prohibited" in size 24 and filled style. - static const IconData document_multiple_prohibited_24_filled = IconData(0xff84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_prohibited_24_filled = IconData( + 0xff84, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_multiple_sync" in size 20 and filled style. - static const IconData document_multiple_sync_20_filled = IconData(0x10727, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_multiple_sync_20_filled = IconData( + 0x10727, + 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); + 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); + static const IconData document_one_page_24_filled = IconData( + 0xf39a, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_page_bottom_right_24_filled = IconData( + 0xf3a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_page_break" in size 20 and filled style. - static const IconData document_page_break_20_filled = IconData(0xf9f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_page_break_20_filled = IconData( + 0xf9f0, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData document_pdf_24_filled = IconData( + 0xf3ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pdf" in size 32 and filled style. - static const IconData document_pdf_32_filled = IconData(0xfdc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_pdf_32_filled = IconData( + 0xfdc4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_percent" in size 20 and filled style. - static const IconData document_percent_20_filled = IconData(0x100d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_percent_20_filled = IconData( + 0x100d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_percent" in size 24 and filled style. - static const IconData document_percent_24_filled = IconData(0x100d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_percent_24_filled = IconData( + 0x100d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_person" in size 16 and filled style. - static const IconData document_person_16_filled = IconData(0xf425, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_person_16_filled = IconData( + 0xf425, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_person" in size 20 and filled style. - static const IconData document_person_20_filled = IconData(0x1000f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_person_20_filled = IconData( + 0x1000f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pill" in size 20 and filled style. - static const IconData document_pill_20_filled = IconData(0xf9d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_pill_20_filled = IconData( + 0xf9d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_pill" in size 24 and filled style. - static const IconData document_pill_24_filled = IconData(0xf9d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_pill_24_filled = IconData( + 0xf9d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_prohibited" in size 20 and filled style. - static const IconData document_prohibited_20_filled = IconData(0xfc09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_prohibited_20_filled = IconData( + 0xfc09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_prohibited" in size 24 and filled style. - static const IconData document_prohibited_24_filled = IconData(0xfc0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_prohibited_24_filled = IconData( + 0xfc0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 16 and filled style. - static const IconData document_question_mark_16_filled = IconData(0xfd38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_question_mark_16_filled = IconData( + 0xfd38, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 20 and filled style. - static const IconData document_question_mark_20_filled = IconData(0xfd39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_question_mark_20_filled = IconData( + 0xfd39, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_question_mark" in size 24 and filled style. - static const IconData document_question_mark_24_filled = IconData(0xfd3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_question_mark_24_filled = IconData( + 0xfd3a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue" in size 20 and filled style. - static const IconData document_queue_20_filled = IconData(0x10420, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_20_filled = IconData( + 0x10420, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue" in size 24 and filled style. - static const IconData document_queue_24_filled = IconData(0x10421, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_24_filled = IconData( + 0x10421, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_add" in size 20 and filled style. - static const IconData document_queue_add_20_filled = IconData(0x10422, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_add_20_filled = IconData( + 0x10422, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_add" in size 24 and filled style. - static const IconData document_queue_add_24_filled = IconData(0x10423, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_add_24_filled = IconData( + 0x10423, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_multiple" in size 20 and filled style. - static const IconData document_queue_multiple_20_filled = IconData(0x10424, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_multiple_20_filled = IconData( + 0x10424, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_queue_multiple" in size 24 and filled style. - static const IconData document_queue_multiple_24_filled = IconData(0x10425, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_queue_multiple_24_filled = IconData( + 0x10425, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 16 and filled style. - static const IconData document_ribbon_16_filled = IconData(0xfede, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_16_filled = IconData( + 0xfede, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 20 and filled style. - static const IconData document_ribbon_20_filled = IconData(0xfedf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_20_filled = IconData( + 0xfedf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 24 and filled style. - static const IconData document_ribbon_24_filled = IconData(0xfee0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_24_filled = IconData( + 0xfee0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 28 and filled style. - static const IconData document_ribbon_28_filled = IconData(0xfee1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_28_filled = IconData( + 0xfee1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 32 and filled style. - static const IconData document_ribbon_32_filled = IconData(0xfee2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_32_filled = IconData( + 0xfee2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_ribbon" in size 48 and filled style. - static const IconData document_ribbon_48_filled = IconData(0xfee3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_ribbon_48_filled = IconData( + 0xfee3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_save" in size 20 and filled style. - static const IconData document_save_20_filled = IconData(0xf9d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_save_20_filled = IconData( + 0xf9d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_save" in size 24 and filled style. - static const IconData document_save_24_filled = IconData(0xf9d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_save_24_filled = IconData( + 0xf9d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_search" in size 16 and filled style. - static const IconData document_search_16_filled = IconData(0xff85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_search_16_filled = IconData( + 0xff85, + 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); + 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); + static const IconData document_search_24_filled = IconData( + 0xf3af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_settings" in size 16 and filled style. - static const IconData document_settings_16_filled = IconData(0xf426, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_settings_16_filled = IconData( + 0xf426, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_settings" in size 20 and filled style. - static const IconData document_settings_20_filled = IconData(0x100d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_settings_20_filled = IconData( + 0x100d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 16 and filled style. - static const IconData document_split_hint_16_filled = IconData(0x100d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_16_filled = IconData( + 0x100d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 20 and filled style. - static const IconData document_split_hint_20_filled = IconData(0x100d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_20_filled = IconData( + 0x100d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint" in size 24 and filled style. - static const IconData document_split_hint_24_filled = IconData(0xf427, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_24_filled = IconData( + 0xf427, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 16 and filled style. - static const IconData document_split_hint_off_16_filled = IconData(0x1057d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_16_filled = IconData( + 0x1057d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 20 and filled style. - static const IconData document_split_hint_off_20_filled = IconData(0x1057e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_20_filled = IconData( + 0x1057e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_split_hint_off" in size 24 and filled style. - static const IconData document_split_hint_off_24_filled = IconData(0xf428, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_split_hint_off_24_filled = IconData( + 0xf428, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 16 and filled style. - static const IconData document_sync_16_filled = IconData(0x100d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_sync_16_filled = IconData( + 0x100d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 20 and filled style. - static const IconData document_sync_20_filled = IconData(0x100d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_sync_20_filled = IconData( + 0x100d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_sync" in size 24 and filled style. - static const IconData document_sync_24_filled = IconData(0xfc0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_sync_24_filled = IconData( + 0xfc0b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 16 and filled style. - static const IconData document_table_16_filled = IconData(0x10119, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_16_filled = IconData( + 0x10119, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 20 and filled style. - static const IconData document_table_20_filled = IconData(0x1011a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_20_filled = IconData( + 0x1011a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table" in size 24 and filled style. - static const IconData document_table_24_filled = IconData(0x1011b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_24_filled = IconData( + 0x1011b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_arrow_right" in size 20 and filled style. - static const IconData document_table_arrow_right_20_filled = IconData(0x10225, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_arrow_right_20_filled = IconData( + 0x10225, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_arrow_right" in size 24 and filled style. - static const IconData document_table_arrow_right_24_filled = IconData(0x10226, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_arrow_right_24_filled = IconData( + 0x10226, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_checkmark" in size 20 and filled style. - static const IconData document_table_checkmark_20_filled = IconData(0x10227, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_checkmark_20_filled = IconData( + 0x10227, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_checkmark" in size 24 and filled style. - static const IconData document_table_checkmark_24_filled = IconData(0x10228, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_checkmark_24_filled = IconData( + 0x10228, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_cube" in size 20 and filled style. - static const IconData document_table_cube_20_filled = IconData(0x10426, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_cube_20_filled = IconData( + 0x10426, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_cube" in size 24 and filled style. - static const IconData document_table_cube_24_filled = IconData(0x10427, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_cube_24_filled = IconData( + 0x10427, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_search" in size 20 and filled style. - static const IconData document_table_search_20_filled = IconData(0x10275, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_search_20_filled = IconData( + 0x10275, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_search" in size 24 and filled style. - static const IconData document_table_search_24_filled = IconData(0x10276, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_search_24_filled = IconData( + 0x10276, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_truck" in size 20 and filled style. - static const IconData document_table_truck_20_filled = IconData(0x10428, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_truck_20_filled = IconData( + 0x10428, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_table_truck" in size 24 and filled style. - static const IconData document_table_truck_24_filled = IconData(0x10429, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_table_truck_24_filled = IconData( + 0x10429, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text" in size 20 and filled style. - static const IconData document_text_20_filled = IconData(0x101e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_20_filled = IconData( + 0x101e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text" in size 24 and filled style. - static const IconData document_text_24_filled = IconData(0x101e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_24_filled = IconData( + 0x101e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_clock" in size 20 and filled style. - static const IconData document_text_clock_20_filled = IconData(0x10229, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_clock_20_filled = IconData( + 0x10229, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_clock" in size 24 and filled style. - static const IconData document_text_clock_24_filled = IconData(0x1022a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_clock_24_filled = IconData( + 0x1022a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_extract" in size 20 and filled style. - static const IconData document_text_extract_20_filled = IconData(0x10277, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_extract_20_filled = IconData( + 0x10277, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_extract" in size 24 and filled style. - static const IconData document_text_extract_24_filled = IconData(0x10278, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_extract_24_filled = IconData( + 0x10278, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_link" in size 20 and filled style. - static const IconData document_text_link_20_filled = IconData(0x101e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_link_20_filled = IconData( + 0x101e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_link" in size 24 and filled style. - static const IconData document_text_link_24_filled = IconData(0x101e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_link_24_filled = IconData( + 0x101e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_toolbox" in size 20 and filled style. - static const IconData document_text_toolbox_20_filled = IconData(0x1042a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_toolbox_20_filled = IconData( + 0x1042a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "document_text_toolbox" in size 24 and filled style. - static const IconData document_text_toolbox_24_filled = IconData(0x1042b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData document_text_toolbox_24_filled = IconData( + 0x1042b, + 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); + 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); + static const IconData document_toolbox_24_filled = IconData( + 0xf3b1, + 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); + 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); + static const IconData document_width_24_filled = IconData( + 0xf3b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 16 and filled style. - static const IconData door_16_filled = IconData(0xfa06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_16_filled = IconData( + 0xfa06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 20 and filled style. - static const IconData door_20_filled = IconData(0xff86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_20_filled = IconData( + 0xff86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door" in size 28 and filled style. - static const IconData door_28_filled = IconData(0x103a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_28_filled = IconData( + 0x103a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 16 and filled style. - static const IconData door_arrow_left_16_filled = IconData(0xfee4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_left_16_filled = IconData( + 0xfee4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 20 and filled style. - static const IconData door_arrow_left_20_filled = IconData(0xfd3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_left_20_filled = IconData( + 0xfd3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_left" in size 24 and filled style. - static const IconData door_arrow_left_24_filled = IconData(0xfe64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_left_24_filled = IconData( + 0xfe64, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 16 and filled style. - static const IconData door_arrow_right_16_filled = IconData(0x100d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_right_16_filled = IconData( + 0x100d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 20 and filled style. - static const IconData door_arrow_right_20_filled = IconData(0x100da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_right_20_filled = IconData( + 0x100da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_arrow_right" in size 28 and filled style. - static const IconData door_arrow_right_28_filled = IconData(0x103a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_arrow_right_28_filled = IconData( + 0x103a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_tag" in size 20 and filled style. - static const IconData door_tag_20_filled = IconData(0x1057f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_tag_20_filled = IconData( + 0x1057f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "door_tag" in size 24 and filled style. - static const IconData door_tag_24_filled = IconData(0xfbb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData door_tag_24_filled = IconData( + 0xfbb6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_swipe_down" in size 20 and filled style. - static const IconData double_swipe_down_20_filled = IconData(0x10580, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_swipe_down_20_filled = IconData( + 0x10580, + 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); + static const IconData double_swipe_down_24_filled = IconData( + 0xf3ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_swipe_up" in size 20 and filled style. - static const IconData double_swipe_up_20_filled = IconData(0x10581, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_swipe_up_20_filled = IconData( + 0x10581, + 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); + static const IconData double_swipe_up_24_filled = IconData( + 0xf3bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_tap_swipe_down" in size 20 and filled style. - static const IconData double_tap_swipe_down_20_filled = IconData(0x10511, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_down_20_filled = IconData( + 0x10511, + 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(0x10512, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_down_24_filled = IconData( + 0x10512, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "double_tap_swipe_up" in size 20 and filled style. - static const IconData double_tap_swipe_up_20_filled = IconData(0x10513, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_up_20_filled = IconData( + 0x10513, + 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(0x10514, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData double_tap_swipe_up_24_filled = IconData( + 0x10514, + 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); + 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); + 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); + static const IconData drafts_24_filled = IconData( + 0xf3c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drag" in size 20 and filled style. - static const IconData drag_20_filled = IconData(0x10582, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drag_20_filled = IconData( + 0x10582, + 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); + static const IconData drag_24_filled = IconData( + 0xf3c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_image" in size 20 and filled style. - static const IconData draw_image_20_filled = IconData(0x10348, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_image_20_filled = IconData( + 0x10348, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_image" in size 24 and filled style. - static const IconData draw_image_24_filled = IconData(0x10349, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_image_24_filled = IconData( + 0x10349, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_shape" in size 20 and filled style. - static const IconData draw_shape_20_filled = IconData(0x1034a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_shape_20_filled = IconData( + 0x1034a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_shape" in size 24 and filled style. - static const IconData draw_shape_24_filled = IconData(0xfb8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_shape_24_filled = IconData( + 0xfb8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_text" in size 20 and filled style. - static const IconData draw_text_20_filled = IconData(0x1034b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_text_20_filled = IconData( + 0x1034b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "draw_text" in size 24 and filled style. - static const IconData draw_text_24_filled = IconData(0xfb8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData draw_text_24_filled = IconData( + 0xfb8d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_add" in size 20 and filled style. - static const IconData drawer_add_20_filled = IconData(0x1034c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_add_20_filled = IconData( + 0x1034c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_add" in size 24 and filled style. - static const IconData drawer_add_24_filled = IconData(0x1034d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_add_24_filled = IconData( + 0x1034d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_arrow_download" in size 20 and filled style. - static const IconData drawer_arrow_download_20_filled = IconData(0x1034e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_arrow_download_20_filled = IconData( + 0x1034e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_arrow_download" in size 24 and filled style. - static const IconData drawer_arrow_download_24_filled = IconData(0x1034f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_arrow_download_24_filled = IconData( + 0x1034f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_dismiss" in size 20 and filled style. - static const IconData drawer_dismiss_20_filled = IconData(0x10350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_dismiss_20_filled = IconData( + 0x10350, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_dismiss" in size 24 and filled style. - static const IconData drawer_dismiss_24_filled = IconData(0x10351, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_dismiss_24_filled = IconData( + 0x10351, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_download" in size 20 and filled style. - static const IconData drawer_download_20_filled = IconData(0x10352, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_download_20_filled = IconData( + 0x10352, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_download" in size 24 and filled style. - static const IconData drawer_download_24_filled = IconData(0x10353, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_download_24_filled = IconData( + 0x10353, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_play" in size 20 and filled style. - static const IconData drawer_play_20_filled = IconData(0x10354, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_play_20_filled = IconData( + 0x10354, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_play" in size 24 and filled style. - static const IconData drawer_play_24_filled = IconData(0x10355, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_play_24_filled = IconData( + 0x10355, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_subtract" in size 20 and filled style. - static const IconData drawer_subtract_20_filled = IconData(0x10356, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_subtract_20_filled = IconData( + 0x10356, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drawer_subtract" in size 24 and filled style. - static const IconData drawer_subtract_24_filled = IconData(0x10357, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drawer_subtract_24_filled = IconData( + 0x10357, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_beer" in size 16 and filled style. - static const IconData drink_beer_16_filled = IconData(0xf9f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_beer_16_filled = IconData( + 0xf9f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_beer" in size 20 and filled style. - static const IconData drink_beer_20_filled = IconData(0xf9f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_beer_20_filled = IconData( + 0xf9f2, + 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); + static const IconData drink_beer_24_filled = IconData( + 0xf3c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_coffee" in size 16 and filled style. - static const IconData drink_coffee_16_filled = IconData(0xf9f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_coffee_16_filled = IconData( + 0xf9f3, + 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); + 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); + static const IconData drink_coffee_24_filled = IconData( + 0xf3c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_margarita" in size 16 and filled style. - static const IconData drink_margarita_16_filled = IconData(0xf9f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_margarita_16_filled = IconData( + 0xf9f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_margarita" in size 20 and filled style. - static const IconData drink_margarita_20_filled = IconData(0xf9f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_margarita_20_filled = IconData( + 0xf9f5, + 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); + static const IconData drink_margarita_24_filled = IconData( + 0xf3c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_to_go" in size 20 and filled style. - static const IconData drink_to_go_20_filled = IconData(0x10583, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_to_go_20_filled = IconData( + 0x10583, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_to_go" in size 24 and filled style. - static const IconData drink_to_go_24_filled = IconData(0xfc0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_to_go_24_filled = IconData( + 0xfc0c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_wine" in size 16 and filled style. - static const IconData drink_wine_16_filled = IconData(0xf9f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_wine_16_filled = IconData( + 0xf9f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drink_wine" in size 20 and filled style. - static const IconData drink_wine_20_filled = IconData(0xf9f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drink_wine_20_filled = IconData( + 0xf9f7, + 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); + static const IconData drink_wine_24_filled = IconData( + 0xf3c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drive_train" in size 20 and filled style. - static const IconData drive_train_20_filled = IconData(0x10584, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drive_train_20_filled = IconData( + 0x10584, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drive_train" in size 24 and filled style. - static const IconData drive_train_24_filled = IconData(0xfee5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drive_train_24_filled = IconData( + 0xfee5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 12 and filled style. - static const IconData drop_12_filled = IconData(0xfd3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_12_filled = IconData( + 0xfd3c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 16 and filled style. - static const IconData drop_16_filled = IconData(0xfd3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_16_filled = IconData( + 0xfd3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 20 and filled style. - static const IconData drop_20_filled = IconData(0xfd3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_20_filled = IconData( + 0xfd3e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 24 and filled style. - static const IconData drop_24_filled = IconData(0xfd3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_24_filled = IconData( + 0xfd3f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 28 and filled style. - static const IconData drop_28_filled = IconData(0xfd40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_28_filled = IconData( + 0xfd40, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "drop" in size 48 and filled style. - static const IconData drop_48_filled = IconData(0xfd41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData drop_48_filled = IconData( + 0xfd41, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen" in size 20 and filled style. - static const IconData dual_screen_20_filled = IconData(0x100db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_20_filled = IconData( + 0x100db, + 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); + static const IconData dual_screen_24_filled = IconData( + 0xf3c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_add" in size 20 and filled style. - static const IconData dual_screen_add_20_filled = IconData(0x10585, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_add_20_filled = IconData( + 0x10585, + 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); + static const IconData dual_screen_add_24_filled = IconData( + 0xf3c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_right" in size 20 and filled style. - static const IconData dual_screen_arrow_right_20_filled = IconData(0x10586, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_right_20_filled = IconData( + 0x10586, + 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); + static const IconData dual_screen_arrow_right_24_filled = IconData( + 0xf3ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_up" in size 20 and filled style. - static const IconData dual_screen_arrow_up_20_filled = IconData(0x10587, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_up_20_filled = IconData( + 0x10587, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_arrow_up" in size 24 and filled style. - static const IconData dual_screen_arrow_up_24_filled = IconData(0xfa07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_arrow_up_24_filled = IconData( + 0xfa07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_clock" in size 20 and filled style. - static const IconData dual_screen_clock_20_filled = IconData(0x10588, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_clock_20_filled = IconData( + 0x10588, + 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); + static const IconData dual_screen_clock_24_filled = IconData( + 0xf3cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_closed_alert" in size 20 and filled style. - static const IconData dual_screen_closed_alert_20_filled = IconData(0x10589, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_closed_alert_20_filled = IconData( + 0x10589, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_closed_alert" in size 24 and filled style. - static const IconData dual_screen_closed_alert_24_filled = IconData(0xfa08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_closed_alert_24_filled = IconData( + 0xfa08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_desktop" in size 20 and filled style. - static const IconData dual_screen_desktop_20_filled = IconData(0x1058a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_desktop_20_filled = IconData( + 0x1058a, + 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); + static const IconData dual_screen_desktop_24_filled = IconData( + 0xf3cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_dismiss" in size 20 and filled style. - static const IconData dual_screen_dismiss_20_filled = IconData(0x1058b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_dismiss_20_filled = IconData( + 0x1058b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_dismiss" in size 24 and filled style. - static const IconData dual_screen_dismiss_24_filled = IconData(0xfce2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_dismiss_24_filled = IconData( + 0xfce2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_group" in size 20 and filled style. - static const IconData dual_screen_group_20_filled = IconData(0x1058c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_group_20_filled = IconData( + 0x1058c, + 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); + static const IconData dual_screen_group_24_filled = IconData( + 0xf3ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_header" in size 20 and filled style. - static const IconData dual_screen_header_20_filled = IconData(0x1058d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_header_20_filled = IconData( + 0x1058d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_header" in size 24 and filled style. - static const IconData dual_screen_header_24_filled = IconData(0xfc0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_header_24_filled = IconData( + 0xfc0d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_lock" in size 20 and filled style. - static const IconData dual_screen_lock_20_filled = IconData(0x1058e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_lock_20_filled = IconData( + 0x1058e, + 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); + static const IconData dual_screen_lock_24_filled = IconData( + 0xf3cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_mirror" in size 20 and filled style. - static const IconData dual_screen_mirror_20_filled = IconData(0x1058f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_mirror_20_filled = IconData( + 0x1058f, + 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); + static const IconData dual_screen_mirror_24_filled = IconData( + 0xf3d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_pagination" in size 20 and filled style. - static const IconData dual_screen_pagination_20_filled = IconData(0x10590, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_pagination_20_filled = IconData( + 0x10590, + 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); + static const IconData dual_screen_pagination_24_filled = IconData( + 0xf3d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_settings" in size 20 and filled style. - static const IconData dual_screen_settings_20_filled = IconData(0x10591, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_settings_20_filled = IconData( + 0x10591, + 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); + static const IconData dual_screen_settings_24_filled = IconData( + 0xf3d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_span" in size 20 and filled style. - static const IconData dual_screen_span_20_filled = IconData(0x10592, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_span_20_filled = IconData( + 0x10592, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_span" in size 24 and filled style. - static const IconData dual_screen_span_24_filled = IconData(0xf9f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_span_24_filled = IconData( + 0xf9f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_speaker" in size 20 and filled style. - static const IconData dual_screen_speaker_20_filled = IconData(0x10593, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_speaker_20_filled = IconData( + 0x10593, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_speaker" in size 24 and filled style. - static const IconData dual_screen_speaker_24_filled = IconData(0xfce3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_speaker_24_filled = IconData( + 0xfce3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_status_bar" in size 20 and filled style. - static const IconData dual_screen_status_bar_20_filled = IconData(0x10594, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_status_bar_20_filled = IconData( + 0x10594, + 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); + static const IconData dual_screen_status_bar_24_filled = IconData( + 0xf3d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_tablet" in size 20 and filled style. - static const IconData dual_screen_tablet_20_filled = IconData(0x10595, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_tablet_20_filled = IconData( + 0x10595, + 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); + static const IconData dual_screen_tablet_24_filled = IconData( + 0xf3d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_update" in size 20 and filled style. - static const IconData dual_screen_update_20_filled = IconData(0x10596, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_update_20_filled = IconData( + 0x10596, + 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); + static const IconData dual_screen_update_24_filled = IconData( + 0xf3d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_vertical_scroll" in size 20 and filled style. - static const IconData dual_screen_vertical_scroll_20_filled = IconData(0x10597, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_vertical_scroll_20_filled = IconData( + 0x10597, + 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); + static const IconData dual_screen_vertical_scroll_24_filled = IconData( + 0xf3d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dual_screen_vibrate" in size 20 and filled style. - static const IconData dual_screen_vibrate_20_filled = IconData(0x10598, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dual_screen_vibrate_20_filled = IconData( + 0x10598, + 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); + static const IconData dual_screen_vibrate_24_filled = IconData( + 0xf3d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 16 and filled style. - static const IconData dumbbell_16_filled = IconData(0xfd42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dumbbell_16_filled = IconData( + 0xfd42, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 20 and filled style. - static const IconData dumbbell_20_filled = IconData(0xfd43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dumbbell_20_filled = IconData( + 0xfd43, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 24 and filled style. - static const IconData dumbbell_24_filled = IconData(0xfd44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dumbbell_24_filled = IconData( + 0xfd44, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "dumbbell" in size 28 and filled style. - static const IconData dumbbell_28_filled = IconData(0xfd45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData dumbbell_28_filled = IconData( + 0xfd45, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData edit_24_filled = IconData( + 0xf3dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 28 and filled style. - static const IconData edit_28_filled = IconData(0x10622, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_28_filled = IconData( + 0x10622, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 32 and filled style. - static const IconData edit_32_filled = IconData(0xf9f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_32_filled = IconData( + 0xf9f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit" in size 48 and filled style. - static const IconData edit_48_filled = IconData(0x10623, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_48_filled = IconData( + 0x10623, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_arrow_back" in size 16 and filled style. - static const IconData edit_arrow_back_16_filled = IconData(0xf42d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_arrow_back_16_filled = IconData( + 0xf42d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_arrow_back" in size 20 and filled style. - static const IconData edit_arrow_back_20_filled = IconData(0x10010, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_arrow_back_20_filled = IconData( + 0x10010, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 16 and filled style. - static const IconData edit_off_16_filled = IconData(0xf9fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_16_filled = IconData( + 0xf9fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 20 and filled style. - static const IconData edit_off_20_filled = IconData(0xfd46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_20_filled = IconData( + 0xfd46, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 24 and filled style. - static const IconData edit_off_24_filled = IconData(0xf9fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_24_filled = IconData( + 0xf9fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 28 and filled style. - static const IconData edit_off_28_filled = IconData(0x10624, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_28_filled = IconData( + 0x10624, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 32 and filled style. - static const IconData edit_off_32_filled = IconData(0x10625, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_32_filled = IconData( + 0x10625, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_off" in size 48 and filled style. - static const IconData edit_off_48_filled = IconData(0x10626, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_off_48_filled = IconData( + 0x10626, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 16 and filled style. - static const IconData edit_prohibited_16_filled = IconData(0x10627, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_16_filled = IconData( + 0x10627, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 20 and filled style. - static const IconData edit_prohibited_20_filled = IconData(0x10628, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_20_filled = IconData( + 0x10628, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 24 and filled style. - static const IconData edit_prohibited_24_filled = IconData(0x10629, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_24_filled = IconData( + 0x10629, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 28 and filled style. - static const IconData edit_prohibited_28_filled = IconData(0x1062a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_28_filled = IconData( + 0x1062a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 32 and filled style. - static const IconData edit_prohibited_32_filled = IconData(0x1062b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_32_filled = IconData( + 0x1062b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_prohibited" in size 48 and filled style. - static const IconData edit_prohibited_48_filled = IconData(0x1062c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_prohibited_48_filled = IconData( + 0x1062c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_settings" in size 20 and filled style. - static const IconData edit_settings_20_filled = IconData(0x10599, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_settings_20_filled = IconData( + 0x10599, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "edit_settings" in size 24 and filled style. - static const IconData edit_settings_24_filled = IconData(0xf9fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData edit_settings_24_filled = IconData( + 0xf9fc, + 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); + 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); + 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); + static const IconData emoji_24_filled = IconData( + 0xf3e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 28 and filled style. - static const IconData emoji_28_filled = IconData(0x10358, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_28_filled = IconData( + 0x10358, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 32 and filled style. - static const IconData emoji_32_filled = IconData(0x10359, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_32_filled = IconData( + 0x10359, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji" in size 48 and filled style. - static const IconData emoji_48_filled = IconData(0x1035a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_48_filled = IconData( + 0x1035a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_add" in size 16 and filled style. - static const IconData emoji_add_16_filled = IconData(0xf9fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_add_16_filled = IconData( + 0xf9fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_add" in size 20 and filled style. - static const IconData emoji_add_20_filled = IconData(0xfb3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_add_20_filled = IconData( + 0xfb3f, + 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); + 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); + 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); + static const IconData emoji_angry_24_filled = IconData( + 0xf3e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 16 and filled style. - static const IconData emoji_edit_16_filled = IconData(0x1062d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_edit_16_filled = IconData( + 0x1062d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 20 and filled style. - static const IconData emoji_edit_20_filled = IconData(0x1062e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_edit_20_filled = IconData( + 0x1062e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 24 and filled style. - static const IconData emoji_edit_24_filled = IconData(0x1062f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_edit_24_filled = IconData( + 0x1062f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 28 and filled style. - static const IconData emoji_edit_28_filled = IconData(0x10630, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_edit_28_filled = IconData( + 0x10630, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_edit" in size 48 and filled style. - static const IconData emoji_edit_48_filled = IconData(0x10631, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_edit_48_filled = IconData( + 0x10631, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 20 and filled style. - static const IconData emoji_hand_20_filled = IconData(0xfe65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_hand_20_filled = IconData( + 0xfe65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 24 and filled style. - static const IconData emoji_hand_24_filled = IconData(0xf9fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_hand_24_filled = IconData( + 0xf9fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_hand" in size 28 and filled style. - static const IconData emoji_hand_28_filled = IconData(0xf9ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_hand_28_filled = IconData( + 0xf9ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_laugh" in size 16 and filled style. - static const IconData emoji_laugh_16_filled = IconData(0xff87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_laugh_16_filled = IconData( + 0xff87, + 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); + 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); + 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); + 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); + static const IconData emoji_meh_24_filled = IconData( + 0xf3e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_multiple" in size 20 and filled style. - static const IconData emoji_multiple_20_filled = IconData(0xfa18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_multiple_20_filled = IconData( + 0xfa18, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_multiple" in size 24 and filled style. - static const IconData emoji_multiple_24_filled = IconData(0xfa47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_multiple_24_filled = IconData( + 0xfa47, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad" in size 16 and filled style. - static const IconData emoji_sad_16_filled = IconData(0x10011, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sad_16_filled = IconData( + 0x10011, + 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); + 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); + static const IconData emoji_sad_24_filled = IconData( + 0xf3e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad_slight" in size 20 and filled style. - static const IconData emoji_sad_slight_20_filled = IconData(0x102ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sad_slight_20_filled = IconData( + 0x102ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sad_slight" in size 24 and filled style. - static const IconData emoji_sad_slight_24_filled = IconData(0x102ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sad_slight_24_filled = IconData( + 0x102ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_smile_slight" in size 20 and filled style. - static const IconData emoji_smile_slight_20_filled = IconData(0x102ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_smile_slight_20_filled = IconData( + 0x102ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_smile_slight" in size 24 and filled style. - static const IconData emoji_smile_slight_24_filled = IconData(0x102ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_smile_slight_24_filled = IconData( + 0x102ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 16 and filled style. - static const IconData emoji_sparkle_16_filled = IconData(0x1035b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_16_filled = IconData( + 0x1035b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 20 and filled style. - static const IconData emoji_sparkle_20_filled = IconData(0x1035c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_20_filled = IconData( + 0x1035c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 24 and filled style. - static const IconData emoji_sparkle_24_filled = IconData(0x1035d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_24_filled = IconData( + 0x1035d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 28 and filled style. - static const IconData emoji_sparkle_28_filled = IconData(0x1035e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_28_filled = IconData( + 0x1035e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 32 and filled style. - static const IconData emoji_sparkle_32_filled = IconData(0x1035f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_32_filled = IconData( + 0x1035f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "emoji_sparkle" in size 48 and filled style. - static const IconData emoji_sparkle_48_filled = IconData(0x10360, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData emoji_sparkle_48_filled = IconData( + 0x10360, + 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); + 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); + static const IconData emoji_surprise_24_filled = IconData( + 0xf3eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "engine" in size 20 and filled style. - static const IconData engine_20_filled = IconData(0x1059a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData engine_20_filled = IconData( + 0x1059a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "engine" in size 24 and filled style. - static const IconData engine_24_filled = IconData(0xfee6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData engine_24_filled = IconData( + 0xfee6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_circle" in size 20 and filled style. - static const IconData equal_circle_20_filled = IconData(0x1042c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData equal_circle_20_filled = IconData( + 0x1042c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_circle" in size 24 and filled style. - static const IconData equal_circle_24_filled = IconData(0x1042d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData equal_circle_24_filled = IconData( + 0x1042d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_off" in size 20 and filled style. - static const IconData equal_off_20_filled = IconData(0xf42e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData equal_off_20_filled = IconData( + 0xf42e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "equal_off" in size 24 and filled style. - static const IconData equal_off_24_filled = IconData(0xff88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData equal_off_24_filled = IconData( + 0xff88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser" in size 20 and filled style. - static const IconData eraser_20_filled = IconData(0xfa00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_20_filled = IconData( + 0xfa00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser" in size 24 and filled style. - static const IconData eraser_24_filled = IconData(0xfa01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_24_filled = IconData( + 0xfa01, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_medium" in size 20 and filled style. - static const IconData eraser_medium_20_filled = IconData(0x1059b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_medium_20_filled = IconData( + 0x1059b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_medium" in size 24 and filled style. - static const IconData eraser_medium_24_filled = IconData(0xfa02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_medium_24_filled = IconData( + 0xfa02, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_segment" in size 20 and filled style. - static const IconData eraser_segment_20_filled = IconData(0x1059c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_segment_20_filled = IconData( + 0x1059c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_segment" in size 24 and filled style. - static const IconData eraser_segment_24_filled = IconData(0xfa03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_segment_24_filled = IconData( + 0xfa03, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_small" in size 20 and filled style. - static const IconData eraser_small_20_filled = IconData(0x1059d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_small_20_filled = IconData( + 0x1059d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_small" in size 24 and filled style. - static const IconData eraser_small_24_filled = IconData(0xfa04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_small_24_filled = IconData( + 0xfa04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eraser_tool" in size 20 and filled style. - static const IconData eraser_tool_20_filled = IconData(0x1059e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eraser_tool_20_filled = IconData( + 0x1059e, + 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); + static const IconData eraser_tool_24_filled = IconData( + 0xf3ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle" in size 12 and filled style. - static const IconData error_circle_12_filled = IconData(0xfa05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData error_circle_12_filled = IconData( + 0xfa05, + 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); + 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); + 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); + static const IconData error_circle_24_filled = IconData( + 0xf3f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle_settings" in size 16 and filled style. - static const IconData error_circle_settings_16_filled = IconData(0xf42f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData error_circle_settings_16_filled = IconData( + 0xf42f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "error_circle_settings" in size 20 and filled style. - static const IconData error_circle_settings_20_filled = IconData(0xff89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData error_circle_settings_20_filled = IconData( + 0xff89, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 16 and filled style. - static const IconData expand_up_left_16_filled = IconData(0xf430, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_16_filled = IconData( + 0xf430, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 20 and filled style. - static const IconData expand_up_left_20_filled = IconData(0xf435, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_20_filled = IconData( + 0xf435, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 24 and filled style. - static const IconData expand_up_left_24_filled = IconData(0xf436, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_24_filled = IconData( + 0xf436, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 28 and filled style. - static const IconData expand_up_left_28_filled = IconData(0xf437, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_28_filled = IconData( + 0xf437, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 32 and filled style. - static const IconData expand_up_left_32_filled = IconData(0xf44f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_32_filled = IconData( + 0xf44f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_left" in size 48 and filled style. - static const IconData expand_up_left_48_filled = IconData(0xf450, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_left_48_filled = IconData( + 0xf450, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 16 and filled style. - static const IconData expand_up_right_16_filled = IconData(0xf453, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_16_filled = IconData( + 0xf453, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 20 and filled style. - static const IconData expand_up_right_20_filled = IconData(0xf454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_20_filled = IconData( + 0xf454, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 24 and filled style. - static const IconData expand_up_right_24_filled = IconData(0xf471, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_24_filled = IconData( + 0xf471, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 28 and filled style. - static const IconData expand_up_right_28_filled = IconData(0xf49c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_28_filled = IconData( + 0xf49c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 32 and filled style. - static const IconData expand_up_right_32_filled = IconData(0xf49d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_32_filled = IconData( + 0xf49d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "expand_up_right" in size 48 and filled style. - static const IconData expand_up_right_48_filled = IconData(0xf49e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData expand_up_right_48_filled = IconData( + 0xf49e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "extended_dock" in size 20 and filled style. - static const IconData extended_dock_20_filled = IconData(0x1059f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData extended_dock_20_filled = IconData( + 0x1059f, + 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); + static const IconData extended_dock_24_filled = IconData( + 0xf3f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "extension" in size 16 and filled style. - static const IconData extension_16_filled = IconData(0x10012, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData extension_16_filled = IconData( + 0x10012, + 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); + 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); + static const IconData extension_24_filled = IconData( + 0xf3f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 12 and filled style. - static const IconData eye_12_filled = IconData(0x104c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_12_filled = IconData( + 0x104c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 16 and filled style. - static const IconData eye_16_filled = IconData(0x104c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_16_filled = IconData( + 0x104c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 20 and filled style. - static const IconData eye_20_filled = IconData(0x104c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_20_filled = IconData( + 0x104c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye" in size 24 and filled style. - static const IconData eye_24_filled = IconData(0x104c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_24_filled = IconData( + 0x104c3, + 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); + 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); + static const IconData eye_hide_24_filled = IconData( + 0xf3f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 16 and filled style. - static const IconData eye_off_16_filled = IconData(0xff8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_off_16_filled = IconData( + 0xff8a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 20 and filled style. - static const IconData eye_off_20_filled = IconData(0x104c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_off_20_filled = IconData( + 0x104c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_off" in size 24 and filled style. - static const IconData eye_off_24_filled = IconData(0x104c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_off_24_filled = IconData( + 0x104c5, + 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); + 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); + 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); + 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); + static const IconData eye_show_24_filled = IconData( + 0xf3fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 16 and filled style. - static const IconData eye_tracking_16_filled = IconData(0x104c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_16_filled = IconData( + 0x104c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 20 and filled style. - static const IconData eye_tracking_20_filled = IconData(0x104c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_20_filled = IconData( + 0x104c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking" in size 24 and filled style. - static const IconData eye_tracking_24_filled = IconData(0x104c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_24_filled = IconData( + 0x104c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 16 and filled style. - static const IconData eye_tracking_off_16_filled = IconData(0xfa09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_16_filled = IconData( + 0xfa09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 20 and filled style. - static const IconData eye_tracking_off_20_filled = IconData(0xfa0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_20_filled = IconData( + 0xfa0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_off" in size 24 and filled style. - static const IconData eye_tracking_off_24_filled = IconData(0xfa0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_off_24_filled = IconData( + 0xfa0b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 16 and filled style. - static const IconData eye_tracking_on_16_filled = IconData(0xfc0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_16_filled = IconData( + 0xfc0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 20 and filled style. - static const IconData eye_tracking_on_20_filled = IconData(0xfc0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_20_filled = IconData( + 0xfc0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eye_tracking_on" in size 24 and filled style. - static const IconData eye_tracking_on_24_filled = IconData(0xfc10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eye_tracking_on_24_filled = IconData( + 0xfc10, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper" in size 20 and filled style. - static const IconData eyedropper_20_filled = IconData(0xfd47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eyedropper_20_filled = IconData( + 0xfd47, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper" in size 24 and filled style. - static const IconData eyedropper_24_filled = IconData(0xfd48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eyedropper_24_filled = IconData( + 0xfd48, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper_off" in size 20 and filled style. - static const IconData eyedropper_off_20_filled = IconData(0x104a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eyedropper_off_20_filled = IconData( + 0x104a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "eyedropper_off" in size 24 and filled style. - static const IconData eyedropper_off_24_filled = IconData(0x104a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData eyedropper_off_24_filled = IconData( + 0x104a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 16 and filled style. - static const IconData f_stop_16_filled = IconData(0xfa0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData f_stop_16_filled = IconData( + 0xfa0c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 20 and filled style. - static const IconData f_stop_20_filled = IconData(0xfa0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData f_stop_20_filled = IconData( + 0xfa0d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 24 and filled style. - static const IconData f_stop_24_filled = IconData(0xfa0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData f_stop_24_filled = IconData( + 0xfa0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "f_stop" in size 28 and filled style. - static const IconData f_stop_28_filled = IconData(0xfa0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData f_stop_28_filled = IconData( + 0xfa0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_acceleration" in size 20 and filled style. - static const IconData fast_acceleration_20_filled = IconData(0x105a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fast_acceleration_20_filled = IconData( + 0x105a0, + 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); + static const IconData fast_acceleration_24_filled = IconData( + 0xf3fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_forward" in size 16 and filled style. - static const IconData fast_forward_16_filled = IconData(0x10279, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fast_forward_16_filled = IconData( + 0x10279, + 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); + 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); + static const IconData fast_forward_24_filled = IconData( + 0xf3fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fast_forward" in size 28 and filled style. - static const IconData fast_forward_28_filled = IconData(0x1027a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fast_forward_28_filled = IconData( + 0x1027a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fax" in size 16 and filled style. - static const IconData fax_16_filled = IconData(0xf4b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fax_16_filled = IconData( + 0xf4b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fax" in size 20 and filled style. - static const IconData fax_20_filled = IconData(0xff8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fax_20_filled = IconData( + 0xff8b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter" in size 12 and filled style. - static const IconData filter_12_filled = IconData(0x10728, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_12_filled = IconData( + 0x10728, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter" in size 16 and filled style. - static const IconData filter_16_filled = IconData(0xfe66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_16_filled = IconData( + 0xfe66, + 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); + 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); + 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); + static const IconData filter_28_filled = IconData( + 0xf407, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_add" in size 20 and filled style. - static const IconData filter_add_20_filled = IconData(0x10632, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_add_20_filled = IconData( + 0x10632, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 16 and filled style. - static const IconData filter_dismiss_16_filled = IconData(0xff8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_dismiss_16_filled = IconData( + 0xff8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 20 and filled style. - static const IconData filter_dismiss_20_filled = IconData(0xff8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_dismiss_20_filled = IconData( + 0xff8d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_dismiss" in size 24 and filled style. - static const IconData filter_dismiss_24_filled = IconData(0xfce4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_dismiss_24_filled = IconData( + 0xfce4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_sync" in size 20 and filled style. - static const IconData filter_sync_20_filled = IconData(0x105a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_sync_20_filled = IconData( + 0x105a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "filter_sync" in size 24 and filled style. - static const IconData filter_sync_24_filled = IconData(0xfce5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData filter_sync_24_filled = IconData( + 0xfce5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fingerprint" in size 20 and filled style. - static const IconData fingerprint_20_filled = IconData(0x105a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fingerprint_20_filled = IconData( + 0x105a2, + 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); + static const IconData fingerprint_24_filled = IconData( + 0xf408, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fingerprint" in size 48 and filled style. - static const IconData fingerprint_48_filled = IconData(0xfa10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fingerprint_48_filled = IconData( + 0xfa10, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fixed_width" in size 20 and filled style. - static const IconData fixed_width_20_filled = IconData(0x105a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fixed_width_20_filled = IconData( + 0x105a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fixed_width" in size 24 and filled style. - static const IconData fixed_width_24_filled = IconData(0xfa11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fixed_width_24_filled = IconData( + 0xfa11, + 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); + 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); + 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); + 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); + 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); + static const IconData flag_48_filled = IconData( + 0xf40d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flag_off" in size 16 and filled style. - static const IconData flag_off_16_filled = IconData(0xfd49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flag_off_16_filled = IconData( + 0xfd49, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flag_off" in size 20 and filled style. - static const IconData flag_off_20_filled = IconData(0xfd4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flag_off_20_filled = IconData( + 0xfd4a, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData flag_pride_48_filled = IconData( + 0xf415, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 16 and filled style. - static const IconData flash_16_filled = IconData(0xfe67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_16_filled = IconData( + 0xfe67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 20 and filled style. - static const IconData flash_20_filled = IconData(0x104c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_20_filled = IconData( + 0x104c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 24 and filled style. - static const IconData flash_24_filled = IconData(0x104ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_24_filled = IconData( + 0x104ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash" in size 28 and filled style. - static const IconData flash_28_filled = IconData(0xfe68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_28_filled = IconData( + 0xfe68, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_add" in size 20 and filled style. - static const IconData flash_add_20_filled = IconData(0x10633, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_add_20_filled = IconData( + 0x10633, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_auto" in size 20 and filled style. - static const IconData flash_auto_20_filled = IconData(0x105a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_auto_20_filled = IconData( + 0x105a4, + 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); + static const IconData flash_auto_24_filled = IconData( + 0xf416, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 16 and filled style. - static const IconData flash_checkmark_16_filled = IconData(0xfe69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_checkmark_16_filled = IconData( + 0xfe69, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 20 and filled style. - static const IconData flash_checkmark_20_filled = IconData(0xfe6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_checkmark_20_filled = IconData( + 0xfe6a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 24 and filled style. - static const IconData flash_checkmark_24_filled = IconData(0xfe6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_checkmark_24_filled = IconData( + 0xfe6b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_checkmark" in size 28 and filled style. - static const IconData flash_checkmark_28_filled = IconData(0xfe6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_checkmark_28_filled = IconData( + 0xfe6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 16 and filled style. - static const IconData flash_flow_16_filled = IconData(0x10634, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_flow_16_filled = IconData( + 0x10634, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 20 and filled style. - static const IconData flash_flow_20_filled = IconData(0x10635, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_flow_20_filled = IconData( + 0x10635, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_flow" in size 24 and filled style. - static const IconData flash_flow_24_filled = IconData(0x10636, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_flow_24_filled = IconData( + 0x10636, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_off" in size 20 and filled style. - static const IconData flash_off_20_filled = IconData(0x105a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_off_20_filled = IconData( + 0x105a5, + 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); + 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); + 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); + static const IconData flash_on_24_filled = IconData( + 0xf419, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_play" in size 20 and filled style. - static const IconData flash_play_20_filled = IconData(0x10637, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_play_20_filled = IconData( + 0x10637, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_settings" in size 20 and filled style. - static const IconData flash_settings_20_filled = IconData(0x1022b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_settings_20_filled = IconData( + 0x1022b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flash_settings" in size 24 and filled style. - static const IconData flash_settings_24_filled = IconData(0x1022c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flash_settings_24_filled = IconData( + 0x1022c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight" in size 16 and filled style. - static const IconData flashlight_16_filled = IconData(0xff8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flashlight_16_filled = IconData( + 0xff8e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight" in size 20 and filled style. - static const IconData flashlight_20_filled = IconData(0xff8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flashlight_20_filled = IconData( + 0xff8f, + 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); + static const IconData flashlight_24_filled = IconData( + 0xf41a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flashlight_off" in size 20 and filled style. - static const IconData flashlight_off_20_filled = IconData(0x105a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flashlight_off_20_filled = IconData( + 0x105a6, + 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); + static const IconData flashlight_off_24_filled = IconData( + 0xf41b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 16 and filled style. - static const IconData flip_horizontal_16_filled = IconData(0x10361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_16_filled = IconData( + 0x10361, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 20 and filled style. - static const IconData flip_horizontal_20_filled = IconData(0x10362, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_20_filled = IconData( + 0x10362, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 24 and filled style. - static const IconData flip_horizontal_24_filled = IconData(0xfa12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_24_filled = IconData( + 0xfa12, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 28 and filled style. - static const IconData flip_horizontal_28_filled = IconData(0x10363, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_28_filled = IconData( + 0x10363, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 32 and filled style. - static const IconData flip_horizontal_32_filled = IconData(0x10364, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_32_filled = IconData( + 0x10364, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_horizontal" in size 48 and filled style. - static const IconData flip_horizontal_48_filled = IconData(0x10365, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_horizontal_48_filled = IconData( + 0x10365, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 16 and filled style. - static const IconData flip_vertical_16_filled = IconData(0x10366, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_16_filled = IconData( + 0x10366, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 20 and filled style. - static const IconData flip_vertical_20_filled = IconData(0x10367, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_20_filled = IconData( + 0x10367, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 24 and filled style. - static const IconData flip_vertical_24_filled = IconData(0xfa13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_24_filled = IconData( + 0xfa13, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 28 and filled style. - static const IconData flip_vertical_28_filled = IconData(0x10368, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_28_filled = IconData( + 0x10368, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 32 and filled style. - static const IconData flip_vertical_32_filled = IconData(0x10369, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_32_filled = IconData( + 0x10369, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flip_vertical" in size 48 and filled style. - static const IconData flip_vertical_48_filled = IconData(0x1036a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flip_vertical_48_filled = IconData( + 0x1036a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flow" in size 16 and filled style. - static const IconData flow_16_filled = IconData(0xf4b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flow_16_filled = IconData( + 0xf4b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flow" in size 20 and filled style. - static const IconData flow_20_filled = IconData(0xff90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flow_20_filled = IconData( + 0xff90, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart" in size 20 and filled style. - static const IconData flowchart_20_filled = IconData(0x1027b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flowchart_20_filled = IconData( + 0x1027b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart" in size 24 and filled style. - static const IconData flowchart_24_filled = IconData(0x1027c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flowchart_24_filled = IconData( + 0x1027c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart_circle" in size 20 and filled style. - static const IconData flowchart_circle_20_filled = IconData(0x1027d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flowchart_circle_20_filled = IconData( + 0x1027d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "flowchart_circle" in size 24 and filled style. - static const IconData flowchart_circle_24_filled = IconData(0x1027e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData flowchart_circle_24_filled = IconData( + 0x1027e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 20 and filled style. - static const IconData fluent_20_filled = IconData(0x105a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluent_20_filled = IconData( + 0x105a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 24 and filled style. - static const IconData fluent_24_filled = IconData(0xfc11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluent_24_filled = IconData( + 0xfc11, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 32 and filled style. - static const IconData fluent_32_filled = IconData(0xfa14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluent_32_filled = IconData( + 0xfa14, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluent" in size 48 and filled style. - static const IconData fluent_48_filled = IconData(0xfa15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluent_48_filled = IconData( + 0xfa15, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 16 and filled style. - static const IconData fluid_16_filled = IconData(0xff91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluid_16_filled = IconData( + 0xff91, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 20 and filled style. - static const IconData fluid_20_filled = IconData(0xfa16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluid_20_filled = IconData( + 0xfa16, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fluid" in size 24 and filled style. - static const IconData fluid_24_filled = IconData(0xfa17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fluid_24_filled = IconData( + 0xfa17, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder" in size 16 and filled style. - static const IconData folder_16_filled = IconData(0xfce6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_16_filled = IconData( + 0xfce6, + 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); + 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); + 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); + static const IconData folder_28_filled = IconData( + 0xf41e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder" in size 32 and filled style. - static const IconData folder_32_filled = IconData(0xfce7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_32_filled = IconData( + 0xfce7, + 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); + static const IconData folder_48_filled = IconData( + 0xf41f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_add" in size 16 and filled style. - static const IconData folder_add_16_filled = IconData(0xff92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_add_16_filled = IconData( + 0xff92, + 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); + 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); + 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); + 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); + static const IconData folder_add_48_filled = IconData( + 0xf423, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 16 and filled style. - static const IconData folder_arrow_left_16_filled = IconData(0x10638, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_16_filled = IconData( + 0x10638, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 20 and filled style. - static const IconData folder_arrow_left_20_filled = IconData(0x10639, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_20_filled = IconData( + 0x10639, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 24 and filled style. - static const IconData folder_arrow_left_24_filled = IconData(0x1063a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_24_filled = IconData( + 0x1063a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 28 and filled style. - static const IconData folder_arrow_left_28_filled = IconData(0x1063b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_28_filled = IconData( + 0x1063b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_left" in size 32 and filled style. - static const IconData folder_arrow_left_32_filled = IconData(0x1063c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_left_32_filled = IconData( + 0x1063c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 16 and filled style. - static const IconData folder_arrow_right_16_filled = IconData(0xfc12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_16_filled = IconData( + 0xfc12, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 20 and filled style. - static const IconData folder_arrow_right_20_filled = IconData(0xfc13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_20_filled = IconData( + 0xfc13, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 24 and filled style. - static const IconData folder_arrow_right_24_filled = IconData(0xfc14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_24_filled = IconData( + 0xfc14, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 28 and filled style. - static const IconData folder_arrow_right_28_filled = IconData(0xfc15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_28_filled = IconData( + 0xfc15, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_right" in size 48 and filled style. - static const IconData folder_arrow_right_48_filled = IconData(0xfc16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_right_48_filled = IconData( + 0xfc16, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 16 and filled style. - static const IconData folder_arrow_up_16_filled = IconData(0xfb8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_16_filled = IconData( + 0xfb8e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 20 and filled style. - static const IconData folder_arrow_up_20_filled = IconData(0xfb8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_20_filled = IconData( + 0xfb8f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 24 and filled style. - static const IconData folder_arrow_up_24_filled = IconData(0xfb90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_24_filled = IconData( + 0xfb90, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 28 and filled style. - static const IconData folder_arrow_up_28_filled = IconData(0xfb91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_28_filled = IconData( + 0xfb91, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_arrow_up" in size 48 and filled style. - static const IconData folder_arrow_up_48_filled = IconData(0xfc17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_arrow_up_48_filled = IconData( + 0xfc17, + 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); + static const IconData folder_briefcase_20_filled = IconData( + 0xf424, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_globe" in size 16 and filled style. - static const IconData folder_globe_16_filled = IconData(0xf4bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_globe_16_filled = IconData( + 0xf4bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_globe" in size 20 and filled style. - static const IconData folder_globe_20_filled = IconData(0xff93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_globe_20_filled = IconData( + 0xff93, + 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); + 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); + 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); + 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); + static const IconData folder_link_48_filled = IconData( + 0xf42c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_mail" in size 16 and filled style. - static const IconData folder_mail_16_filled = IconData(0xfee7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_mail_16_filled = IconData( + 0xfee7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_mail" in size 20 and filled style. - static const IconData folder_mail_20_filled = IconData(0xff94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_mail_20_filled = IconData( + 0xff94, + 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); + 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); + 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); + 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); + static const IconData folder_open_vertical_20_filled = IconData( + 0xf434, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_person" in size 16 and filled style. - static const IconData folder_person_16_filled = IconData(0xf4d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_person_16_filled = IconData( + 0xf4d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_person" in size 20 and filled style. - static const IconData folder_person_20_filled = IconData(0xff95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_person_20_filled = IconData( + 0xff95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 16 and filled style. - static const IconData folder_prohibited_16_filled = IconData(0xfe6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_prohibited_16_filled = IconData( + 0xfe6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 20 and filled style. - static const IconData folder_prohibited_20_filled = IconData(0xfc18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_prohibited_20_filled = IconData( + 0xfc18, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 24 and filled style. - static const IconData folder_prohibited_24_filled = IconData(0xfc19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_prohibited_24_filled = IconData( + 0xfc19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 28 and filled style. - static const IconData folder_prohibited_28_filled = IconData(0xfc1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_prohibited_28_filled = IconData( + 0xfc1a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_prohibited" in size 48 and filled style. - static const IconData folder_prohibited_48_filled = IconData(0xfc1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_prohibited_48_filled = IconData( + 0xfc1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 16 and filled style. - static const IconData folder_swap_16_filled = IconData(0xfc1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_swap_16_filled = IconData( + 0xfc1c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 20 and filled style. - static const IconData folder_swap_20_filled = IconData(0xfc1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_swap_20_filled = IconData( + 0xfc1d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_swap" in size 24 and filled style. - static const IconData folder_swap_24_filled = IconData(0xfc1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_swap_24_filled = IconData( + 0xfc1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 16 and filled style. - static const IconData folder_sync_16_filled = IconData(0xfee8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_sync_16_filled = IconData( + 0xfee8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 20 and filled style. - static const IconData folder_sync_20_filled = IconData(0xff96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_sync_20_filled = IconData( + 0xff96, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "folder_sync" in size 24 and filled style. - static const IconData folder_sync_24_filled = IconData(0x1027f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData folder_sync_24_filled = IconData( + 0x1027f, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData font_space_tracking_out_28_filled = IconData( + 0xf446, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food" in size 16 and filled style. - static const IconData food_16_filled = IconData(0xff97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_16_filled = IconData( + 0xff97, + 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); + 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); + static const IconData food_24_filled = IconData( + 0xf448, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_apple" in size 20 and filled style. - static const IconData food_apple_20_filled = IconData(0x102f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_apple_20_filled = IconData( + 0x102f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_apple" in size 24 and filled style. - static const IconData food_apple_24_filled = IconData(0x102f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_apple_24_filled = IconData( + 0x102f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 12 and filled style. - static const IconData food_cake_12_filled = IconData(0x10155, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_cake_12_filled = IconData( + 0x10155, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 16 and filled style. - static const IconData food_cake_16_filled = IconData(0xff98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_cake_16_filled = IconData( + 0xff98, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_cake" in size 20 and filled style. - static const IconData food_cake_20_filled = IconData(0xfb40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_cake_20_filled = IconData( + 0xfb40, + 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); + static const IconData food_cake_24_filled = IconData( + 0xf449, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_egg" in size 16 and filled style. - static const IconData food_egg_16_filled = IconData(0xfa19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_egg_16_filled = IconData( + 0xfa19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_egg" in size 20 and filled style. - static const IconData food_egg_20_filled = IconData(0xfa1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_egg_20_filled = IconData( + 0xfa1a, + 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); + static const IconData food_egg_24_filled = IconData( + 0xf44a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_grains" in size 20 and filled style. - static const IconData food_grains_20_filled = IconData(0x1036b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_grains_20_filled = IconData( + 0x1036b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_grains" in size 24 and filled style. - static const IconData food_grains_24_filled = IconData(0x1036c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_grains_24_filled = IconData( + 0x1036c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_pizza" in size 20 and filled style. - static const IconData food_pizza_20_filled = IconData(0xfdc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_pizza_20_filled = IconData( + 0xfdc5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_pizza" in size 24 and filled style. - static const IconData food_pizza_24_filled = IconData(0xfdc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_pizza_24_filled = IconData( + 0xfdc6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_toast" in size 16 and filled style. - static const IconData food_toast_16_filled = IconData(0xfa1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_toast_16_filled = IconData( + 0xfa1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "food_toast" in size 20 and filled style. - static const IconData food_toast_20_filled = IconData(0xfa1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData food_toast_20_filled = IconData( + 0xfa1c, + 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); + static const IconData food_toast_24_filled = IconData( + 0xf44b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "form_new" in size 20 and filled style. - static const IconData form_new_20_filled = IconData(0x105a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData form_new_20_filled = IconData( + 0x105a8, + 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); + 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); + 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); + static const IconData form_new_48_filled = IconData( + 0xf44e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_120" in size 20 and filled style. - static const IconData fps_120_20_filled = IconData(0xfd4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_120_20_filled = IconData( + 0xfd4b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_120" in size 24 and filled style. - static const IconData fps_120_24_filled = IconData(0xfd4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_120_24_filled = IconData( + 0xfd4c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_240" in size 20 and filled style. - static const IconData fps_240_20_filled = IconData(0xfd4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_240_20_filled = IconData( + 0xfd4d, + 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); + static const IconData fps_240_24_filled = IconData( + 0xf451, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 16 and filled style. - static const IconData fps_30_16_filled = IconData(0xfb93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_30_16_filled = IconData( + 0xfb93, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 20 and filled style. - static const IconData fps_30_20_filled = IconData(0xfb94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_30_20_filled = IconData( + 0xfb94, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 24 and filled style. - static const IconData fps_30_24_filled = IconData(0xfb95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_30_24_filled = IconData( + 0xfb95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 28 and filled style. - static const IconData fps_30_28_filled = IconData(0xfb96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_30_28_filled = IconData( + 0xfb96, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_30" in size 48 and filled style. - static const IconData fps_30_48_filled = IconData(0xfb97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_30_48_filled = IconData( + 0xfb97, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 16 and filled style. - static const IconData fps_60_16_filled = IconData(0xfb98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_60_16_filled = IconData( + 0xfb98, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 20 and filled style. - static const IconData fps_60_20_filled = IconData(0xfb99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_60_20_filled = IconData( + 0xfb99, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 24 and filled style. - static const IconData fps_60_24_filled = IconData(0xfb9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_60_24_filled = IconData( + 0xfb9a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 28 and filled style. - static const IconData fps_60_28_filled = IconData(0xfb9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_60_28_filled = IconData( + 0xfb9b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_60" in size 48 and filled style. - static const IconData fps_60_48_filled = IconData(0xfb9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_60_48_filled = IconData( + 0xfb9c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "fps_960" in size 20 and filled style. - static const IconData fps_960_20_filled = IconData(0x105a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData fps_960_20_filled = IconData( + 0x105a9, + 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); + static const IconData fps_960_24_filled = IconData( + 0xf452, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 16 and filled style. - static const IconData full_screen_maximize_16_filled = IconData(0xff99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_16_filled = IconData( + 0xff99, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 20 and filled style. - static const IconData full_screen_maximize_20_filled = IconData(0xff9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_20_filled = IconData( + 0xff9a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_maximize" in size 24 and filled style. - static const IconData full_screen_maximize_24_filled = IconData(0xfc1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_maximize_24_filled = IconData( + 0xfc1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 16 and filled style. - static const IconData full_screen_minimize_16_filled = IconData(0x105aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_16_filled = IconData( + 0x105aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 20 and filled style. - static const IconData full_screen_minimize_20_filled = IconData(0x105ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_20_filled = IconData( + 0x105ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "full_screen_minimize" in size 24 and filled style. - static const IconData full_screen_minimize_24_filled = IconData(0xfc20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData full_screen_minimize_24_filled = IconData( + 0xfc20, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 16 and filled style. - static const IconData games_16_filled = IconData(0x1022d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData games_16_filled = IconData( + 0x1022d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 20 and filled style. - static const IconData games_20_filled = IconData(0x1022e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData games_20_filled = IconData( + 0x1022e, + 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); + static const IconData games_24_filled = IconData( + 0xf455, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 28 and filled style. - static const IconData games_28_filled = IconData(0x1022f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData games_28_filled = IconData( + 0x1022f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 32 and filled style. - static const IconData games_32_filled = IconData(0x10230, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData games_32_filled = IconData( + 0x10230, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "games" in size 48 and filled style. - static const IconData games_48_filled = IconData(0x10231, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData games_48_filled = IconData( + 0x10231, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gantt_chart" in size 20 and filled style. - static const IconData gantt_chart_20_filled = IconData(0xfa48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gantt_chart_20_filled = IconData( + 0xfa48, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gantt_chart" in size 24 and filled style. - static const IconData gantt_chart_24_filled = IconData(0xfa49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gantt_chart_24_filled = IconData( + 0xfa49, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas" in size 20 and filled style. - static const IconData gas_20_filled = IconData(0x105ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gas_20_filled = IconData( + 0x105ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas" in size 24 and filled style. - static const IconData gas_24_filled = IconData(0xfee9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gas_24_filled = IconData( + 0xfee9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas_pump" in size 20 and filled style. - static const IconData gas_pump_20_filled = IconData(0x105ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gas_pump_20_filled = IconData( + 0x105ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gas_pump" in size 24 and filled style. - static const IconData gas_pump_24_filled = IconData(0xfeea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gas_pump_24_filled = IconData( + 0xfeea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge" in size 20 and filled style. - static const IconData gauge_20_filled = IconData(0xf4d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gauge_20_filled = IconData( + 0xf4d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge" in size 24 and filled style. - static const IconData gauge_24_filled = IconData(0xf4d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gauge_24_filled = IconData( + 0xf4d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gauge_add" in size 20 and filled style. - static const IconData gauge_add_20_filled = IconData(0x1063d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gauge_add_20_filled = IconData( + 0x1063d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 20 and filled style. - static const IconData gavel_20_filled = IconData(0x105ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gavel_20_filled = IconData( + 0x105ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 24 and filled style. - static const IconData gavel_24_filled = IconData(0xfa1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gavel_24_filled = IconData( + 0xfa1d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gavel" in size 32 and filled style. - static const IconData gavel_32_filled = IconData(0xfa1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gavel_32_filled = IconData( + 0xfa1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gesture" in size 20 and filled style. - static const IconData gesture_20_filled = IconData(0x105af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gesture_20_filled = IconData( + 0x105af, + 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); + static const IconData gesture_24_filled = IconData( + 0xf456, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gif" in size 16 and filled style. - static const IconData gif_16_filled = IconData(0xff9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gif_16_filled = IconData( + 0xff9b, + 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); + 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); + static const IconData gif_24_filled = IconData( + 0xf458, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift" in size 16 and filled style. - static const IconData gift_16_filled = IconData(0xff9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_16_filled = IconData( + 0xff9c, + 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); + 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); + static const IconData gift_24_filled = IconData( + 0xf45a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 16 and filled style. - static const IconData gift_card_16_filled = IconData(0xf4d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_16_filled = IconData( + 0xf4d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 20 and filled style. - static const IconData gift_card_20_filled = IconData(0xf4d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_20_filled = IconData( + 0xf4d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card" in size 24 and filled style. - static const IconData gift_card_24_filled = IconData(0x105b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_24_filled = IconData( + 0x105b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_add" in size 20 and filled style. - static const IconData gift_card_add_20_filled = IconData(0xf4d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_add_20_filled = IconData( + 0xf4d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_add" in size 24 and filled style. - static const IconData gift_card_add_24_filled = IconData(0xfa4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_add_24_filled = IconData( + 0xfa4a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_arrow_right" in size 20 and filled style. - static const IconData gift_card_arrow_right_20_filled = IconData(0x1036d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_arrow_right_20_filled = IconData( + 0x1036d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_arrow_right" in size 24 and filled style. - static const IconData gift_card_arrow_right_24_filled = IconData(0x1036e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_arrow_right_24_filled = IconData( + 0x1036e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_money" in size 20 and filled style. - static const IconData gift_card_money_20_filled = IconData(0x1042e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_money_20_filled = IconData( + 0x1042e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_money" in size 24 and filled style. - static const IconData gift_card_money_24_filled = IconData(0x1042f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_money_24_filled = IconData( + 0x1042f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_multiple" in size 20 and filled style. - static const IconData gift_card_multiple_20_filled = IconData(0x10430, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_multiple_20_filled = IconData( + 0x10430, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "gift_card_multiple" in size 24 and filled style. - static const IconData gift_card_multiple_24_filled = IconData(0x10431, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData gift_card_multiple_24_filled = IconData( + 0x10431, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance" in size 20 and filled style. - static const IconData glance_20_filled = IconData(0x100dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glance_20_filled = IconData( + 0x100dc, + 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); + static const IconData glance_24_filled = IconData( + 0xf45b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_default" in size 12 and filled style. - static const IconData glance_default_12_filled = IconData(0x105b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glance_default_12_filled = IconData( + 0x105b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 12 and filled style. - static const IconData glance_horizontal_12_filled = IconData(0x1011c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glance_horizontal_12_filled = IconData( + 0x1011c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 20 and filled style. - static const IconData glance_horizontal_20_filled = IconData(0x100dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glance_horizontal_20_filled = IconData( + 0x100dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glance_horizontal" in size 24 and filled style. - static const IconData glance_horizontal_24_filled = IconData(0x105b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glance_horizontal_24_filled = IconData( + 0x105b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 16 and filled style. - static const IconData glasses_16_filled = IconData(0xfa1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_16_filled = IconData( + 0xfa1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 20 and filled style. - static const IconData glasses_20_filled = IconData(0xfa20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_20_filled = IconData( + 0xfa20, + 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); + static const IconData glasses_24_filled = IconData( + 0xf45c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 28 and filled style. - static const IconData glasses_28_filled = IconData(0xfa21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_28_filled = IconData( + 0xfa21, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses" in size 48 and filled style. - static const IconData glasses_48_filled = IconData(0xfa22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_48_filled = IconData( + 0xfa22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 16 and filled style. - static const IconData glasses_off_16_filled = IconData(0xfa23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_off_16_filled = IconData( + 0xfa23, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 20 and filled style. - static const IconData glasses_off_20_filled = IconData(0xfa24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_off_20_filled = IconData( + 0xfa24, + 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); + static const IconData glasses_off_24_filled = IconData( + 0xf45d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 28 and filled style. - static const IconData glasses_off_28_filled = IconData(0xfa25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_off_28_filled = IconData( + 0xfa25, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "glasses_off" in size 48 and filled style. - static const IconData glasses_off_48_filled = IconData(0xfa26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData glasses_off_48_filled = IconData( + 0xfa26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe" in size 16 and filled style. - static const IconData globe_16_filled = IconData(0xfa27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_16_filled = IconData( + 0xfa27, + 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); + 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); + static const IconData globe_24_filled = IconData( + 0xf45f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe" in size 32 and filled style. - static const IconData globe_32_filled = IconData(0xfdc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_32_filled = IconData( + 0xfdc7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_add" in size 20 and filled style. - static const IconData globe_add_20_filled = IconData(0x105b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_add_20_filled = IconData( + 0x105b3, + 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); + static const IconData globe_add_24_filled = IconData( + 0xf460, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_clock" in size 16 and filled style. - static const IconData globe_clock_16_filled = IconData(0x10013, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_clock_16_filled = IconData( + 0x10013, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_clock" in size 20 and filled style. - static const IconData globe_clock_20_filled = IconData(0x10014, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_clock_20_filled = IconData( + 0x10014, + 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); + static const IconData globe_clock_24_filled = IconData( + 0xf461, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_desktop" in size 20 and filled style. - static const IconData globe_desktop_20_filled = IconData(0x105b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_desktop_20_filled = IconData( + 0x105b4, + 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); + static const IconData globe_desktop_24_filled = IconData( + 0xf462, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_location" in size 20 and filled style. - static const IconData globe_location_20_filled = IconData(0xf4e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_location_20_filled = IconData( + 0xf4e6, + 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); + static const IconData globe_location_24_filled = IconData( + 0xf463, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_person" in size 20 and filled style. - static const IconData globe_person_20_filled = IconData(0x104a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_person_20_filled = IconData( + 0x104a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_person" in size 24 and filled style. - static const IconData globe_person_24_filled = IconData(0xfce8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_person_24_filled = IconData( + 0xfce8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_prohibited" in size 20 and filled style. - static const IconData globe_prohibited_20_filled = IconData(0x10156, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_prohibited_20_filled = IconData( + 0x10156, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_search" in size 20 and filled style. - static const IconData globe_search_20_filled = IconData(0x10157, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_search_20_filled = IconData( + 0x10157, + 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); + static const IconData globe_search_24_filled = IconData( + 0xf464, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_shield" in size 20 and filled style. - static const IconData globe_shield_20_filled = IconData(0x101e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_shield_20_filled = IconData( + 0x101e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_shield" in size 24 and filled style. - static const IconData globe_shield_24_filled = IconData(0x101e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_shield_24_filled = IconData( + 0x101e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_star" in size 16 and filled style. - static const IconData globe_star_16_filled = IconData(0xf4f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_star_16_filled = IconData( + 0xf4f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_star" in size 20 and filled style. - static const IconData globe_star_20_filled = IconData(0xff9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_star_20_filled = IconData( + 0xff9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_surface" in size 20 and filled style. - static const IconData globe_surface_20_filled = IconData(0xff9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_surface_20_filled = IconData( + 0xff9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_surface" in size 24 and filled style. - static const IconData globe_surface_24_filled = IconData(0xff9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_surface_24_filled = IconData( + 0xff9f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 20 and filled style. - static const IconData globe_video_20_filled = IconData(0xf507, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_video_20_filled = IconData( + 0xf507, + 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); + static const IconData globe_video_24_filled = IconData( + 0xf465, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 28 and filled style. - static const IconData globe_video_28_filled = IconData(0x10158, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_video_28_filled = IconData( + 0x10158, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 32 and filled style. - static const IconData globe_video_32_filled = IconData(0x10159, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_video_32_filled = IconData( + 0x10159, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "globe_video" in size 48 and filled style. - static const IconData globe_video_48_filled = IconData(0x1015a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData globe_video_48_filled = IconData( + 0x1015a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid" in size 16 and filled style. - static const IconData grid_16_filled = IconData(0xfe6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData grid_16_filled = IconData( + 0xfe6e, + 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); + 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); + 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); + static const IconData grid_28_filled = IconData( + 0xf468, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 20 and filled style. - static const IconData grid_dots_20_filled = IconData(0x10065, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData grid_dots_20_filled = IconData( + 0x10065, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 24 and filled style. - static const IconData grid_dots_24_filled = IconData(0x10066, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData grid_dots_24_filled = IconData( + 0x10066, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_dots" in size 28 and filled style. - static const IconData grid_dots_28_filled = IconData(0x10067, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData grid_dots_28_filled = IconData( + 0x10067, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "grid_kanban" in size 20 and filled style. - static const IconData grid_kanban_20_filled = IconData(0xfb41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData grid_kanban_20_filled = IconData( + 0xfb41, + 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); + 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); + static const IconData group_24_filled = IconData( + 0xf46a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_dismiss" in size 20 and filled style. - static const IconData group_dismiss_20_filled = IconData(0x105b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData group_dismiss_20_filled = IconData( + 0x105b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_dismiss" in size 24 and filled style. - static const IconData group_dismiss_24_filled = IconData(0xfe26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData group_dismiss_24_filled = IconData( + 0xfe26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_list" in size 20 and filled style. - static const IconData group_list_20_filled = IconData(0x105b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData group_list_20_filled = IconData( + 0x105b6, + 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); + static const IconData group_list_24_filled = IconData( + 0xf46b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_return" in size 20 and filled style. - static const IconData group_return_20_filled = IconData(0x105b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData group_return_20_filled = IconData( + 0x105b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "group_return" in size 24 and filled style. - static const IconData group_return_24_filled = IconData(0xfe27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData group_return_24_filled = IconData( + 0xfe27, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 20 and filled style. - static const IconData guardian_20_filled = IconData(0x1015b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guardian_20_filled = IconData( + 0x1015b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 24 and filled style. - static const IconData guardian_24_filled = IconData(0x1015c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guardian_24_filled = IconData( + 0x1015c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 28 and filled style. - static const IconData guardian_28_filled = IconData(0x1015d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guardian_28_filled = IconData( + 0x1015d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guardian" in size 48 and filled style. - static const IconData guardian_48_filled = IconData(0x1015e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guardian_48_filled = IconData( + 0x1015e, + 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); + 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); + 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); + 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); + static const IconData guest_28_filled = IconData( + 0xf46f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guest_add" in size 20 and filled style. - static const IconData guest_add_20_filled = IconData(0x105b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guest_add_20_filled = IconData( + 0x105b8, + 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); + static const IconData guest_add_24_filled = IconData( + 0xf470, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 16 and filled style. - static const IconData guitar_16_filled = IconData(0xfd4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guitar_16_filled = IconData( + 0xfd4e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 20 and filled style. - static const IconData guitar_20_filled = IconData(0xfd4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guitar_20_filled = IconData( + 0xfd4f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 24 and filled style. - static const IconData guitar_24_filled = IconData(0xfd50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guitar_24_filled = IconData( + 0xfd50, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "guitar" in size 28 and filled style. - static const IconData guitar_28_filled = IconData(0xfd51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData guitar_28_filled = IconData( + 0xfd51, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 16 and filled style. - static const IconData hand_draw_16_filled = IconData(0x1063e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_draw_16_filled = IconData( + 0x1063e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 20 and filled style. - static const IconData hand_draw_20_filled = IconData(0x105b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_draw_20_filled = IconData( + 0x105b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 24 and filled style. - static const IconData hand_draw_24_filled = IconData(0xfa58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_draw_24_filled = IconData( + 0xfa58, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_draw" in size 28 and filled style. - static const IconData hand_draw_28_filled = IconData(0x10232, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_draw_28_filled = IconData( + 0x10232, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 16 and filled style. - static const IconData hand_left_16_filled = IconData(0xfe28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_left_16_filled = IconData( + 0xfe28, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 20 and filled style. - static const IconData hand_left_20_filled = IconData(0xfa28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_left_20_filled = IconData( + 0xfa28, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 24 and filled style. - static const IconData hand_left_24_filled = IconData(0xfe29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_left_24_filled = IconData( + 0xfe29, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_left" in size 28 and filled style. - static const IconData hand_left_28_filled = IconData(0xfe2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_left_28_filled = IconData( + 0xfe2a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 16 and filled style. - static const IconData hand_right_16_filled = IconData(0xfe2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_right_16_filled = IconData( + 0xfe2b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 20 and filled style. - static const IconData hand_right_20_filled = IconData(0xfb42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_right_20_filled = IconData( + 0xfb42, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 24 and filled style. - static const IconData hand_right_24_filled = IconData(0xfa29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_right_24_filled = IconData( + 0xfa29, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right" in size 28 and filled style. - static const IconData hand_right_28_filled = IconData(0xfa2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_right_28_filled = IconData( + 0xfa2a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hand_right_off" in size 20 and filled style. - static const IconData hand_right_off_20_filled = IconData(0xfb43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hand_right_off_20_filled = IconData( + 0xfb43, + 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); + 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); + 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); + static const IconData handshake_24_filled = IconData( + 0xf474, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hard_drive" in size 20 and filled style. - static const IconData hard_drive_20_filled = IconData(0x1063f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hard_drive_20_filled = IconData( + 0x1063f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 12 and filled style. - static const IconData hat_graduation_12_filled = IconData(0x1015f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hat_graduation_12_filled = IconData( + 0x1015f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 16 and filled style. - static const IconData hat_graduation_16_filled = IconData(0xfa2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hat_graduation_16_filled = IconData( + 0xfa2b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 20 and filled style. - static const IconData hat_graduation_20_filled = IconData(0xfa2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hat_graduation_20_filled = IconData( + 0xfa2c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hat_graduation" in size 24 and filled style. - static const IconData hat_graduation_24_filled = IconData(0xfa2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hat_graduation_24_filled = IconData( + 0xfa2d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 16 and filled style. - static const IconData hd_16_filled = IconData(0xfa2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hd_16_filled = IconData( + 0xfa2e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 20 and filled style. - static const IconData hd_20_filled = IconData(0xfa2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hd_20_filled = IconData( + 0xfa2f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hd" in size 24 and filled style. - static const IconData hd_24_filled = IconData(0xfa30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hd_24_filled = IconData( + 0xfa30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr" in size 20 and filled style. - static const IconData hdr_20_filled = IconData(0x10640, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hdr_20_filled = IconData( + 0x10640, + 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); + static const IconData hdr_24_filled = IconData( + 0xf475, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr_off" in size 20 and filled style. - static const IconData hdr_off_20_filled = IconData(0x10641, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hdr_off_20_filled = IconData( + 0x10641, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "hdr_off" in size 24 and filled style. - static const IconData hdr_off_24_filled = IconData(0x104cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData hdr_off_24_filled = IconData( + 0x104cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 20 and filled style. - static const IconData headphones_20_filled = IconData(0xfe6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_20_filled = IconData( + 0xfe6f, + 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); + 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); + static const IconData headphones_28_filled = IconData( + 0xf477, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 32 and filled style. - static const IconData headphones_32_filled = IconData(0xfe70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_32_filled = IconData( + 0xfe70, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones" in size 48 and filled style. - static const IconData headphones_48_filled = IconData(0xfe71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_48_filled = IconData( + 0xfe71, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 20 and filled style. - static const IconData headphones_sound_wave_20_filled = IconData(0xfe72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_20_filled = IconData( + 0xfe72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 24 and filled style. - static const IconData headphones_sound_wave_24_filled = IconData(0xfe73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_24_filled = IconData( + 0xfe73, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 28 and filled style. - static const IconData headphones_sound_wave_28_filled = IconData(0xfe74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_28_filled = IconData( + 0xfe74, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 32 and filled style. - static const IconData headphones_sound_wave_32_filled = IconData(0xfe75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_32_filled = IconData( + 0xfe75, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headphones_sound_wave" in size 48 and filled style. - static const IconData headphones_sound_wave_48_filled = IconData(0xfe76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headphones_sound_wave_48_filled = IconData( + 0xfe76, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 16 and filled style. - static const IconData headset_16_filled = IconData(0xfa31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_16_filled = IconData( + 0xfa31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 20 and filled style. - static const IconData headset_20_filled = IconData(0xfa32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_20_filled = IconData( + 0xfa32, + 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); + 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); + static const IconData headset_28_filled = IconData( + 0xf479, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 32 and filled style. - static const IconData headset_32_filled = IconData(0xfdc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_32_filled = IconData( + 0xfdc8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset" in size 48 and filled style. - static const IconData headset_48_filled = IconData(0xfa33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_48_filled = IconData( + 0xfa33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset_add" in size 20 and filled style. - static const IconData headset_add_20_filled = IconData(0xf508, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_add_20_filled = IconData( + 0xf508, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "headset_add" in size 24 and filled style. - static const IconData headset_add_24_filled = IconData(0xf509, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData headset_add_24_filled = IconData( + 0xf509, + 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); + 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); + static const IconData headset_vr_24_filled = IconData( + 0xf47b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 12 and filled style. - static const IconData heart_12_filled = IconData(0x1018a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_12_filled = IconData( + 0x1018a, + 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); + 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); + 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); + static const IconData heart_24_filled = IconData( + 0xf47e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 28 and filled style. - static const IconData heart_28_filled = IconData(0xf50a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_28_filled = IconData( + 0xf50a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 32 and filled style. - static const IconData heart_32_filled = IconData(0x1036f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_32_filled = IconData( + 0x1036f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart" in size 48 and filled style. - static const IconData heart_48_filled = IconData(0x10370, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_48_filled = IconData( + 0x10370, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_broken" in size 16 and filled style. - static const IconData heart_broken_16_filled = IconData(0xf50b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_broken_16_filled = IconData( + 0xf50b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_broken" in size 20 and filled style. - static const IconData heart_broken_20_filled = IconData(0xffa0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_broken_20_filled = IconData( + 0xffa0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 16 and filled style. - static const IconData heart_circle_16_filled = IconData(0x10280, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_circle_16_filled = IconData( + 0x10280, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 20 and filled style. - static const IconData heart_circle_20_filled = IconData(0x10281, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_circle_20_filled = IconData( + 0x10281, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_circle" in size 24 and filled style. - static const IconData heart_circle_24_filled = IconData(0x10282, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_circle_24_filled = IconData( + 0x10282, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 20 and filled style. - static const IconData heart_pulse_20_filled = IconData(0xfdc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_pulse_20_filled = IconData( + 0xfdc9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 24 and filled style. - static const IconData heart_pulse_24_filled = IconData(0xfa34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_pulse_24_filled = IconData( + 0xfa34, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "heart_pulse" in size 32 and filled style. - static const IconData heart_pulse_32_filled = IconData(0xfa35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData heart_pulse_32_filled = IconData( + 0xfa35, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData highlight_accent_24_filled = IconData( + 0xf484, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "highlight_link" in size 20 and filled style. - static const IconData highlight_link_20_filled = IconData(0x100de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData highlight_link_20_filled = IconData( + 0x100de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 16 and filled style. - static const IconData history_16_filled = IconData(0xffa1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_16_filled = IconData( + 0xffa1, + 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); + 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); + static const IconData history_24_filled = IconData( + 0xf486, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 28 and filled style. - static const IconData history_28_filled = IconData(0x10729, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_28_filled = IconData( + 0x10729, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 32 and filled style. - static const IconData history_32_filled = IconData(0x1072a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_32_filled = IconData( + 0x1072a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history" in size 48 and filled style. - static const IconData history_48_filled = IconData(0x1072b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_48_filled = IconData( + 0x1072b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 20 and filled style. - static const IconData history_dismiss_20_filled = IconData(0x1072c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_dismiss_20_filled = IconData( + 0x1072c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 24 and filled style. - static const IconData history_dismiss_24_filled = IconData(0x1072d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_dismiss_24_filled = IconData( + 0x1072d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 28 and filled style. - static const IconData history_dismiss_28_filled = IconData(0x1072e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_dismiss_28_filled = IconData( + 0x1072e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 32 and filled style. - static const IconData history_dismiss_32_filled = IconData(0x1072f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_dismiss_32_filled = IconData( + 0x1072f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "history_dismiss" in size 48 and filled style. - static const IconData history_dismiss_48_filled = IconData(0x10730, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData history_dismiss_48_filled = IconData( + 0x10730, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 12 and filled style. - static const IconData home_12_filled = IconData(0xfe2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_12_filled = IconData( + 0xfe2c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 16 and filled style. - static const IconData home_16_filled = IconData(0xfa36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_16_filled = IconData( + 0xfa36, + 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); + 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); + 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); + static const IconData home_28_filled = IconData( + 0xf489, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 32 and filled style. - static const IconData home_32_filled = IconData(0xfa37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_32_filled = IconData( + 0xfa37, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home" in size 48 and filled style. - static const IconData home_48_filled = IconData(0xfa38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_48_filled = IconData( + 0xfa38, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_add" in size 20 and filled style. - static const IconData home_add_20_filled = IconData(0x105ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_add_20_filled = IconData( + 0x105ba, + 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); + static const IconData home_add_24_filled = IconData( + 0xf48a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_checkmark" in size 16 and filled style. - static const IconData home_checkmark_16_filled = IconData(0xfe77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_checkmark_16_filled = IconData( + 0xfe77, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_checkmark" in size 20 and filled style. - static const IconData home_checkmark_20_filled = IconData(0xfe78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_checkmark_20_filled = IconData( + 0xfe78, + 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); + static const IconData home_checkmark_24_filled = IconData( + 0xf48b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_database" in size 20 and filled style. - static const IconData home_database_20_filled = IconData(0x10642, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_database_20_filled = IconData( + 0x10642, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_more" in size 20 and filled style. - static const IconData home_more_20_filled = IconData(0x10731, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_more_20_filled = IconData( + 0x10731, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_person" in size 20 and filled style. - static const IconData home_person_20_filled = IconData(0xfb9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_person_20_filled = IconData( + 0xfb9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "home_person" in size 24 and filled style. - static const IconData home_person_24_filled = IconData(0xfce9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData home_person_24_filled = IconData( + 0xfce9, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData image_48_filled = IconData( + 0xf492, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_add" in size 20 and filled style. - static const IconData image_add_20_filled = IconData(0x10643, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_add_20_filled = IconData( + 0x10643, + 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); + static const IconData image_add_24_filled = IconData( + 0xf493, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_alt_text" in size 16 and filled style. - static const IconData image_alt_text_16_filled = IconData(0x1018b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_alt_text_16_filled = IconData( + 0x1018b, + 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); + 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); + static const IconData image_alt_text_24_filled = IconData( + 0xf495, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_back" in size 20 and filled style. - static const IconData image_arrow_back_20_filled = IconData(0x10644, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_back_20_filled = IconData( + 0x10644, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_back" in size 24 and filled style. - static const IconData image_arrow_back_24_filled = IconData(0xfa59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_back_24_filled = IconData( + 0xfa59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_counterclockwise" in size 20 and filled style. - static const IconData image_arrow_counterclockwise_20_filled = IconData(0x10645, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_counterclockwise_20_filled = IconData( + 0x10645, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_counterclockwise" in size 24 and filled style. - static const IconData image_arrow_counterclockwise_24_filled = IconData(0xfa39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_counterclockwise_24_filled = IconData( + 0xfa39, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_forward" in size 20 and filled style. - static const IconData image_arrow_forward_20_filled = IconData(0x10646, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_forward_20_filled = IconData( + 0x10646, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_arrow_forward" in size 24 and filled style. - static const IconData image_arrow_forward_24_filled = IconData(0xfa5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_arrow_forward_24_filled = IconData( + 0xfa5a, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData image_edit_24_filled = IconData( + 0xf49b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_globe" in size 20 and filled style. - static const IconData image_globe_20_filled = IconData(0x10647, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_globe_20_filled = IconData( + 0x10647, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_globe" in size 24 and filled style. - static const IconData image_globe_24_filled = IconData(0xfcea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_globe_24_filled = IconData( + 0xfcea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 16 and filled style. - static const IconData image_multiple_16_filled = IconData(0xfa5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_16_filled = IconData( + 0xfa5b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 20 and filled style. - static const IconData image_multiple_20_filled = IconData(0xfc21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_20_filled = IconData( + 0xfc21, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 24 and filled style. - static const IconData image_multiple_24_filled = IconData(0xfc22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_24_filled = IconData( + 0xfc22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 28 and filled style. - static const IconData image_multiple_28_filled = IconData(0xfc23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_28_filled = IconData( + 0xfc23, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 32 and filled style. - static const IconData image_multiple_32_filled = IconData(0x10432, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_32_filled = IconData( + 0x10432, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple" in size 48 and filled style. - static const IconData image_multiple_48_filled = IconData(0x10433, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_48_filled = IconData( + 0x10433, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_multiple_off" in size 16 and filled style. - static const IconData image_multiple_off_16_filled = IconData(0x106f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_multiple_off_16_filled = IconData( + 0x106f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_off" in size 20 and filled style. - static const IconData image_off_20_filled = IconData(0xfb9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_off_20_filled = IconData( + 0xfb9f, + 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); + static const IconData image_off_24_filled = IconData( + 0xf49f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_prohibited" in size 20 and filled style. - static const IconData image_prohibited_20_filled = IconData(0xffa2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_prohibited_20_filled = IconData( + 0xffa2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_prohibited" in size 24 and filled style. - static const IconData image_prohibited_24_filled = IconData(0xffa3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_prohibited_24_filled = IconData( + 0xffa3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_reflection" in size 20 and filled style. - static const IconData image_reflection_20_filled = IconData(0x10648, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_reflection_20_filled = IconData( + 0x10648, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_reflection" in size 24 and filled style. - static const IconData image_reflection_24_filled = IconData(0xfa5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_reflection_24_filled = IconData( + 0xfa5c, + 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); + 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); + static const IconData image_search_24_filled = IconData( + 0xf4a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_shadow" in size 20 and filled style. - static const IconData image_shadow_20_filled = IconData(0x10649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_shadow_20_filled = IconData( + 0x10649, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "image_shadow" in size 24 and filled style. - static const IconData image_shadow_24_filled = IconData(0xfa5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData image_shadow_24_filled = IconData( + 0xfa5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "immersive_reader" in size 16 and filled style. - static const IconData immersive_reader_16_filled = IconData(0x10015, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData immersive_reader_16_filled = IconData( + 0x10015, + 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); + 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); + static const IconData immersive_reader_24_filled = IconData( + 0xf4a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "immersive_reader" in size 28 and filled style. - static const IconData immersive_reader_28_filled = IconData(0x103a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData immersive_reader_28_filled = IconData( + 0x103a9, + 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); + 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); + 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); + 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); + static const IconData important_24_filled = IconData( + 0xf4a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "incognito" in size 20 and filled style. - static const IconData incognito_20_filled = IconData(0x1064a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData incognito_20_filled = IconData( + 0x1064a, + 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); + static const IconData incognito_24_filled = IconData( + 0xf4a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "info" in size 12 and filled style. - static const IconData info_12_filled = IconData(0xffa4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData info_12_filled = IconData( + 0xffa4, + 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); + 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); + 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); + 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); + static const IconData info_28_filled = IconData( + 0xf4ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "info_shield" in size 20 and filled style. - static const IconData info_shield_20_filled = IconData(0xfa3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData info_shield_20_filled = IconData( + 0xfa3a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ink_stroke" in size 20 and filled style. - static const IconData ink_stroke_20_filled = IconData(0xfe79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ink_stroke_20_filled = IconData( + 0xfe79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ink_stroke" in size 24 and filled style. - static const IconData ink_stroke_24_filled = IconData(0xfe7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ink_stroke_24_filled = IconData( + 0xfe7a, + 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); + 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); + 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); + static const IconData inking_tool_24_filled = IconData( + 0xf4af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "inking_tool" in size 32 and filled style. - static const IconData inking_tool_32_filled = IconData(0xfceb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData inking_tool_32_filled = IconData( + 0xfceb, + 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); + 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); + 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); + static const IconData inking_tool_accent_24_filled = IconData( + 0xf4b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "inking_tool_accent" in size 32 and filled style. - static const IconData inking_tool_accent_32_filled = IconData(0x1018c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData inking_tool_accent_32_filled = IconData( + 0x1018c, + 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); + 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); + 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); + 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); + 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); + static const IconData insert_20_filled = IconData( + 0xf4b7, + 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); + static const IconData ios_arrow_left_24_filled = IconData( + 0xf4ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_ltr" in size 24 and filled style. - static const IconData ios_arrow_ltr_24_filled = IconData(0x10068, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ios_arrow_ltr_24_filled = IconData( + 0x10068, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_right" in size 24 and filled style. - static const IconData ios_arrow_right_24_filled = IconData(0x10016, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ios_arrow_right_24_filled = IconData( + 0x10016, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ios_arrow_rtl" in size 24 and filled style. - static const IconData ios_arrow_rtl_24_filled = IconData(0x10069, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ios_arrow_rtl_24_filled = IconData( + 0x10069, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + static const IconData ios_chevron_right_20_filled = IconData( + 0xf4bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "iot" in size 20 and filled style. - static const IconData iot_20_filled = IconData(0xffa5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData iot_20_filled = IconData( + 0xffa5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "iot" in size 24 and filled style. - static const IconData iot_24_filled = IconData(0xffa6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData iot_24_filled = IconData( + 0xffa6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "javascript" in size 16 and filled style. - static const IconData javascript_16_filled = IconData(0xf4bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + 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); + 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); + static const IconData javascript_24_filled = IconData( + 0xf4bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key" in size 16 and filled style. - static const IconData key_16_filled = IconData(0xfcec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_16_filled = IconData( + 0xfcec, + 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); + 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); + static const IconData key_24_filled = IconData( + 0xf4c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key" in size 32 and filled style. - static const IconData key_32_filled = IconData(0xfced, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_32_filled = IconData( + 0xfced, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 16 and filled style. - static const IconData key_command_16_filled = IconData(0xfd52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_command_16_filled = IconData( + 0xfd52, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 20 and filled style. - static const IconData key_command_20_filled = IconData(0x1064b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_command_20_filled = IconData( + 0x1064b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_command" in size 24 and filled style. - static const IconData key_command_24_filled = IconData(0x1064c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_command_24_filled = IconData( + 0x1064c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_multiple" in size 20 and filled style. - static const IconData key_multiple_20_filled = IconData(0xfa3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_multiple_20_filled = IconData( + 0xfa3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_reset" in size 20 and filled style. - static const IconData key_reset_20_filled = IconData(0x103aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_reset_20_filled = IconData( + 0x103aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "key_reset" in size 24 and filled style. - static const IconData key_reset_24_filled = IconData(0x103ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData key_reset_24_filled = IconData( + 0x103ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_123" in size 20 and filled style. - static const IconData keyboard_123_20_filled = IconData(0x1064d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_123_20_filled = IconData( + 0x1064d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_123" in size 24 and filled style. - static const IconData keyboard_123_24_filled = IconData(0x100df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_123_24_filled = IconData( + 0x100df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard" in size 16 and filled style. - static const IconData keyboard_16_filled = IconData(0x106f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_16_filled = IconData( + 0x106f3, + 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); + 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); + static const IconData keyboard_24_filled = IconData( + 0xf4c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_dock" in size 20 and filled style. - static const IconData keyboard_dock_20_filled = IconData(0x1064e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_dock_20_filled = IconData( + 0x1064e, + 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); + static const IconData keyboard_dock_24_filled = IconData( + 0xf4c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_layout_float" in size 20 and filled style. - static const IconData keyboard_layout_float_20_filled = IconData(0x1064f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_layout_float_20_filled = IconData( + 0x1064f, + 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); + 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 20 and filled style. - static const IconData keyboard_layout_one_handed_left_20_filled = IconData(0x10650, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_layout_one_handed_left_20_filled = IconData( + 0x10650, + 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); + 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 20 and filled style. - static const IconData keyboard_layout_resize_20_filled = IconData(0x10651, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_layout_resize_20_filled = IconData( + 0x10651, + 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); + static const IconData keyboard_layout_resize_24_filled = IconData( + 0xf4c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_layout_split" in size 20 and filled style. - static const IconData keyboard_layout_split_20_filled = IconData(0x10652, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_layout_split_20_filled = IconData( + 0x10652, + 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); + static const IconData keyboard_layout_split_24_filled = IconData( + 0xf4c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift" in size 16 and filled style. - static const IconData keyboard_shift_16_filled = IconData(0xfe2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_shift_16_filled = IconData( + 0xfe2d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift" in size 20 and filled style. - static const IconData keyboard_shift_20_filled = IconData(0xfe2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_shift_20_filled = IconData( + 0xfe2e, + 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); + static const IconData keyboard_shift_24_filled = IconData( + 0xf4c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift_uppercase" in size 16 and filled style. - static const IconData keyboard_shift_uppercase_16_filled = IconData(0x10653, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_shift_uppercase_16_filled = IconData( + 0x10653, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_shift_uppercase" in size 20 and filled style. - static const IconData keyboard_shift_uppercase_20_filled = IconData(0x10654, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_shift_uppercase_20_filled = IconData( + 0x10654, + 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); + static const IconData keyboard_shift_uppercase_24_filled = IconData( + 0xf4ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "keyboard_tab" in size 20 and filled style. - static const IconData keyboard_tab_20_filled = IconData(0x10655, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData keyboard_tab_20_filled = IconData( + 0x10655, + 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); + 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); + 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); + 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); + 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); + static const IconData laptop_28_filled = IconData( + 0xf4cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "laptop_dismiss" in size 16 and filled style. - static const IconData laptop_dismiss_16_filled = IconData(0xf50f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData laptop_dismiss_16_filled = IconData( + 0xf50f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "laptop_dismiss" in size 20 and filled style. - static const IconData laptop_dismiss_20_filled = IconData(0x100e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData laptop_dismiss_20_filled = IconData( + 0x100e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lasso" in size 20 and filled style. - static const IconData lasso_20_filled = IconData(0xfba0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lasso_20_filled = IconData( + 0xfba0, + 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); + static const IconData lasso_24_filled = IconData( + 0xf4d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lasso" in size 28 and filled style. - static const IconData lasso_28_filled = IconData(0x10233, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lasso_28_filled = IconData( + 0x10233, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "launcher_settings" in size 20 and filled style. - static const IconData launcher_settings_20_filled = IconData(0x10656, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData launcher_settings_20_filled = IconData( + 0x10656, + 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); + 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); + 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); + static const IconData layer_24_filled = IconData( + 0xf4d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 16 and filled style. - static const IconData leaf_one_16_filled = IconData(0xfc24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_one_16_filled = IconData( + 0xfc24, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 20 and filled style. - static const IconData leaf_one_20_filled = IconData(0xfc25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_one_20_filled = IconData( + 0xfc25, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_one" in size 24 and filled style. - static const IconData leaf_one_24_filled = IconData(0xfc26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_one_24_filled = IconData( + 0xfc26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 16 and filled style. - static const IconData leaf_three_16_filled = IconData(0xfba1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_three_16_filled = IconData( + 0xfba1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 20 and filled style. - static const IconData leaf_three_20_filled = IconData(0xfba2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_three_20_filled = IconData( + 0xfba2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "leaf_three" in size 24 and filled style. - static const IconData leaf_three_24_filled = IconData(0xfba3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData leaf_three_24_filled = IconData( + 0xfba3, + 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); + 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); + 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); + static const IconData leaf_two_24_filled = IconData( + 0xf4dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "learning_app" in size 20 and filled style. - static const IconData learning_app_20_filled = IconData(0xfb44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData learning_app_20_filled = IconData( + 0xfb44, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "learning_app" in size 24 and filled style. - static const IconData learning_app_24_filled = IconData(0xfb45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData learning_app_24_filled = IconData( + 0xfb45, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "library" in size 16 and filled style. - static const IconData library_16_filled = IconData(0xfe7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData library_16_filled = IconData( + 0xfe7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "library" in size 20 and filled style. - static const IconData library_20_filled = IconData(0xfe7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData library_20_filled = IconData( + 0xfe7c, + 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); + 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); + 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); + 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); + 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); + static const IconData lightbulb_24_filled = IconData( + 0xf4e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lightbulb_circle" in size 20 and filled style. - static const IconData lightbulb_circle_20_filled = IconData(0x10657, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lightbulb_circle_20_filled = IconData( + 0x10657, + 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); + 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); + 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); + 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); + static const IconData lightbulb_filament_24_filled = IconData( + 0xf4e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lightbulb_filament" in size 48 and filled style. - static const IconData lightbulb_filament_48_filled = IconData(0x103ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lightbulb_filament_48_filled = IconData( + 0x103ac, + 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); + 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); + 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); + static const IconData likert_24_filled = IconData( + 0xf4e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 20 and filled style. - static const IconData line_20_filled = IconData(0x103ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_20_filled = IconData( + 0x103ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 24 and filled style. - static const IconData line_24_filled = IconData(0x103ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_24_filled = IconData( + 0x103ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 32 and filled style. - static const IconData line_32_filled = IconData(0x101e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_32_filled = IconData( + 0x101e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line" in size 48 and filled style. - static const IconData line_48_filled = IconData(0x103af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_48_filled = IconData( + 0x103af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 20 and filled style. - static const IconData line_dashes_20_filled = IconData(0x103b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_dashes_20_filled = IconData( + 0x103b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 24 and filled style. - static const IconData line_dashes_24_filled = IconData(0x103b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_dashes_24_filled = IconData( + 0x103b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 32 and filled style. - static const IconData line_dashes_32_filled = IconData(0x101ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_dashes_32_filled = IconData( + 0x101ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_dashes" in size 48 and filled style. - static const IconData line_dashes_48_filled = IconData(0x103b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_dashes_48_filled = IconData( + 0x103b2, + 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); + 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); + 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); + static const IconData line_horizontal_5_20_filled = IconData( + 0xf4ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_horizontal_5_error" in size 20 and filled style. - static const IconData line_horizontal_5_error_20_filled = IconData(0xfa3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_horizontal_5_error_20_filled = IconData( + 0xfa3c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_style" in size 20 and filled style. - static const IconData line_style_20_filled = IconData(0x10658, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_style_20_filled = IconData( + 0x10658, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "line_style" in size 24 and filled style. - static const IconData line_style_24_filled = IconData(0xfcee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData line_style_24_filled = IconData( + 0xfcee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link" in size 12 and filled style. - static const IconData link_12_filled = IconData(0x10371, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_12_filled = IconData( + 0x10371, + 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); + 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); + 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); + 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); + static const IconData link_28_filled = IconData( + 0xf4f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link" in size 32 and filled style. - static const IconData link_32_filled = IconData(0x10372, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_32_filled = IconData( + 0x10372, + 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); + static const IconData link_48_filled = IconData( + 0xf4f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 16 and filled style. - static const IconData link_dismiss_16_filled = IconData(0x10017, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_dismiss_16_filled = IconData( + 0x10017, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 20 and filled style. - static const IconData link_dismiss_20_filled = IconData(0xfc27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_dismiss_20_filled = IconData( + 0xfc27, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_dismiss" in size 24 and filled style. - static const IconData link_dismiss_24_filled = IconData(0x100e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_dismiss_24_filled = IconData( + 0x100e1, + 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); + 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); + 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); + static const IconData link_edit_24_filled = IconData( + 0xf4f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 12 and filled style. - static const IconData link_square_12_filled = IconData(0xfa3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_square_12_filled = IconData( + 0xfa3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 16 and filled style. - static const IconData link_square_16_filled = IconData(0xfa3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_square_16_filled = IconData( + 0xfa3e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_square" in size 20 and filled style. - static const IconData link_square_20_filled = IconData(0xfe2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_square_20_filled = IconData( + 0xfe2f, + 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); + static const IconData link_square_24_filled = IconData( + 0xf4f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "link_toolbox" in size 20 and filled style. - static const IconData link_toolbox_20_filled = IconData(0x10659, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData link_toolbox_20_filled = IconData( + 0x10659, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "list" in size 16 and filled style. - static const IconData list_16_filled = IconData(0xfe7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData list_16_filled = IconData( + 0xfe7d, + 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); + 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); + 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); + 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); + 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); + static const IconData live_24_filled = IconData( + 0xf4fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "live_off" in size 20 and filled style. - static const IconData live_off_20_filled = IconData(0xfb46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData live_off_20_filled = IconData( + 0xfb46, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "live_off" in size 24 and filled style. - static const IconData live_off_24_filled = IconData(0xfb47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData live_off_24_filled = IconData( + 0xfb47, + 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); + 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); + 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); + 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); + static const IconData local_language_28_filled = IconData( + 0xf4ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "local_language_zi" in size 24 and filled style. - static const IconData local_language_zi_24_filled = IconData(0xfa61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData local_language_zi_24_filled = IconData( + 0xfa61, + 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); + 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); + 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); + 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); + 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); + static const IconData location_28_filled = IconData( + 0xf504, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location" in size 48 and filled style. - static const IconData location_48_filled = IconData(0xfa3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_48_filled = IconData( + 0xfa3f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 16 and filled style. - static const IconData location_add_16_filled = IconData(0x10515, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_16_filled = IconData( + 0x10515, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 20 and filled style. - static const IconData location_add_20_filled = IconData(0x10516, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_20_filled = IconData( + 0x10516, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add" in size 24 and filled style. - static const IconData location_add_24_filled = IconData(0x10517, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_24_filled = IconData( + 0x10517, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_left" in size 20 and filled style. - static const IconData location_add_left_20_filled = IconData(0x1065a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_left_20_filled = IconData( + 0x1065a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_right" in size 20 and filled style. - static const IconData location_add_right_20_filled = IconData(0x1065b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_right_20_filled = IconData( + 0x1065b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_add_up" in size 20 and filled style. - static const IconData location_add_up_20_filled = IconData(0x1065c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_add_up_20_filled = IconData( + 0x1065c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_left" in size 48 and filled style. - static const IconData location_arrow_left_48_filled = IconData(0xfe7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_arrow_left_48_filled = IconData( + 0xfe7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_right" in size 48 and filled style. - static const IconData location_arrow_right_48_filled = IconData(0xfe7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_arrow_right_48_filled = IconData( + 0xfe7f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_arrow_up" in size 48 and filled style. - static const IconData location_arrow_up_48_filled = IconData(0xfe80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_arrow_up_48_filled = IconData( + 0xfe80, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_dismiss" in size 20 and filled style. - static const IconData location_dismiss_20_filled = IconData(0x1065d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_dismiss_20_filled = IconData( + 0x1065d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_dismiss" in size 24 and filled style. - static const IconData location_dismiss_24_filled = IconData(0xfc28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_dismiss_24_filled = IconData( + 0xfc28, + 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); + 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); + static const IconData location_live_24_filled = IconData( + 0xf506, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 16 and filled style. - static const IconData location_off_16_filled = IconData(0xfa40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_off_16_filled = IconData( + 0xfa40, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 20 and filled style. - static const IconData location_off_20_filled = IconData(0xfa41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_off_20_filled = IconData( + 0xfa41, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 24 and filled style. - static const IconData location_off_24_filled = IconData(0xfa42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_off_24_filled = IconData( + 0xfa42, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 28 and filled style. - static const IconData location_off_28_filled = IconData(0xfa43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_off_28_filled = IconData( + 0xfa43, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "location_off" in size 48 and filled style. - static const IconData location_off_48_filled = IconData(0xfa44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData location_off_48_filled = IconData( + 0xfa44, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 12 and filled style. - static const IconData lock_closed_12_filled = IconData(0xfc29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_closed_12_filled = IconData( + 0xfc29, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 16 and filled style. - static const IconData lock_closed_16_filled = IconData(0xfc2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_closed_16_filled = IconData( + 0xfc2a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 20 and filled style. - static const IconData lock_closed_20_filled = IconData(0xfc2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_closed_20_filled = IconData( + 0xfc2b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 24 and filled style. - static const IconData lock_closed_24_filled = IconData(0xfc2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_closed_24_filled = IconData( + 0xfc2c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_closed" in size 32 and filled style. - static const IconData lock_closed_32_filled = IconData(0x10160, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_closed_32_filled = IconData( + 0x10160, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_multiple" in size 20 and filled style. - static const IconData lock_multiple_20_filled = IconData(0x106f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_multiple_20_filled = IconData( + 0x106f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_multiple" in size 24 and filled style. - static const IconData lock_multiple_24_filled = IconData(0xfa45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_multiple_24_filled = IconData( + 0xfa45, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 16 and filled style. - static const IconData lock_open_16_filled = IconData(0x10018, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_open_16_filled = IconData( + 0x10018, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 20 and filled style. - static const IconData lock_open_20_filled = IconData(0xfc2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_open_20_filled = IconData( + 0xfc2d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 24 and filled style. - static const IconData lock_open_24_filled = IconData(0xfc2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_open_24_filled = IconData( + 0xfc2e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lock_open" in size 28 and filled style. - static const IconData lock_open_28_filled = IconData(0xfc2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lock_open_28_filled = IconData( + 0xfc2f, + 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); + 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); + 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); + static const IconData lock_shield_48_filled = IconData( + 0xf50e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lottery" in size 20 and filled style. - static const IconData lottery_20_filled = IconData(0x106f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lottery_20_filled = IconData( + 0x106f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "lottery" in size 24 and filled style. - static const IconData lottery_24_filled = IconData(0xfa46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData lottery_24_filled = IconData( + 0xfa46, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 16 and filled style. - static const IconData luggage_16_filled = IconData(0x10019, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_16_filled = IconData( + 0x10019, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 20 and filled style. - static const IconData luggage_20_filled = IconData(0x1001a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_20_filled = IconData( + 0x1001a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 24 and filled style. - static const IconData luggage_24_filled = IconData(0xfbb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_24_filled = IconData( + 0xfbb7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 28 and filled style. - static const IconData luggage_28_filled = IconData(0x10373, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_28_filled = IconData( + 0x10373, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 32 and filled style. - static const IconData luggage_32_filled = IconData(0x10374, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_32_filled = IconData( + 0x10374, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "luggage" in size 48 and filled style. - static const IconData luggage_48_filled = IconData(0x10375, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData luggage_48_filled = IconData( + 0x10375, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail" in size 12 and filled style. - static const IconData mail_12_filled = IconData(0x1018d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_12_filled = IconData( + 0x1018d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail" in size 16 and filled style. - static const IconData mail_16_filled = IconData(0xfa4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_16_filled = IconData( + 0xfa4b, + 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); + 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); + 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); + 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); + static const IconData mail_48_filled = IconData( + 0xf513, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_add" in size 16 and filled style. - static const IconData mail_add_16_filled = IconData(0xf517, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_add_16_filled = IconData( + 0xf517, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_add" in size 20 and filled style. - static const IconData mail_add_20_filled = IconData(0xf529, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_add_20_filled = IconData( + 0xf529, + 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); + static const IconData mail_add_24_filled = IconData( + 0xf514, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 16 and filled style. - static const IconData mail_alert_16_filled = IconData(0xf52a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_alert_16_filled = IconData( + 0xf52a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 20 and filled style. - static const IconData mail_alert_20_filled = IconData(0xf534, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_alert_20_filled = IconData( + 0xf534, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 24 and filled style. - static const IconData mail_alert_24_filled = IconData(0xf535, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_alert_24_filled = IconData( + 0xf535, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_alert" in size 28 and filled style. - static const IconData mail_alert_28_filled = IconData(0x10434, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_alert_28_filled = IconData( + 0x10434, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all" in size 16 and filled style. - static const IconData mail_all_16_filled = IconData(0xfeeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_all_16_filled = IconData( + 0xfeeb, + 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); + 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); + static const IconData mail_all_24_filled = IconData( + 0xf516, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 16 and filled style. - static const IconData mail_all_read_16_filled = IconData(0x1065e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_all_read_16_filled = IconData( + 0x1065e, + 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); + static const IconData mail_all_read_20_filled = IconData( + 0xf518, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 24 and filled style. - static const IconData mail_all_read_24_filled = IconData(0x1065f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_all_read_24_filled = IconData( + 0x1065f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_all_read" in size 28 and filled style. - static const IconData mail_all_read_28_filled = IconData(0x10660, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_all_read_28_filled = IconData( + 0x10660, + 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); + static const IconData mail_all_unread_20_filled = IconData( + 0xf519, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_double_back" in size 16 and filled style. - static const IconData mail_arrow_double_back_16_filled = IconData(0xfa62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_double_back_16_filled = IconData( + 0xfa62, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_double_back" in size 20 and filled style. - static const IconData mail_arrow_double_back_20_filled = IconData(0x1001b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_double_back_20_filled = IconData( + 0x1001b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_down" in size 16 and filled style. - static const IconData mail_arrow_down_16_filled = IconData(0xf536, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_down_16_filled = IconData( + 0xf536, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_down" in size 20 and filled style. - static const IconData mail_arrow_down_20_filled = IconData(0x1001c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_down_20_filled = IconData( + 0x1001c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_forward" in size 16 and filled style. - static const IconData mail_arrow_forward_16_filled = IconData(0xfa63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_forward_16_filled = IconData( + 0xfa63, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_forward" in size 20 and filled style. - static const IconData mail_arrow_forward_20_filled = IconData(0x1001d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_forward_20_filled = IconData( + 0x1001d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 16 and filled style. - static const IconData mail_arrow_up_16_filled = IconData(0x103b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_16_filled = IconData( + 0x103b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 20 and filled style. - static const IconData mail_arrow_up_20_filled = IconData(0xf537, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_20_filled = IconData( + 0xf537, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_arrow_up" in size 24 and filled style. - static const IconData mail_arrow_up_24_filled = IconData(0xf555, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_arrow_up_24_filled = IconData( + 0xf555, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_attach" in size 16 and filled style. - static const IconData mail_attach_16_filled = IconData(0xfa64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_attach_16_filled = IconData( + 0xfa64, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_attach" in size 20 and filled style. - static const IconData mail_attach_20_filled = IconData(0x1001e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_attach_20_filled = IconData( + 0x1001e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_checkmark" in size 16 and filled style. - static const IconData mail_checkmark_16_filled = IconData(0xf556, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_checkmark_16_filled = IconData( + 0xf556, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_checkmark" in size 20 and filled style. - static const IconData mail_checkmark_20_filled = IconData(0x1001f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_checkmark_20_filled = IconData( + 0x1001f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_clock" in size 16 and filled style. - static const IconData mail_clock_16_filled = IconData(0xf55b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_clock_16_filled = IconData( + 0xf55b, + 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); + static const IconData mail_clock_20_filled = IconData( + 0xf51a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_clock" in size 24 and filled style. - static const IconData mail_clock_24_filled = IconData(0xf55c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_clock_24_filled = IconData( + 0xf55c, + 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); + 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); + static const IconData mail_copy_24_filled = IconData( + 0xf51c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 16 and filled style. - static const IconData mail_dismiss_16_filled = IconData(0xfeec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_dismiss_16_filled = IconData( + 0xfeec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 20 and filled style. - static const IconData mail_dismiss_20_filled = IconData(0xf55d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_dismiss_20_filled = IconData( + 0xf55d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 24 and filled style. - static const IconData mail_dismiss_24_filled = IconData(0xf55e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_dismiss_24_filled = IconData( + 0xf55e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_dismiss" in size 28 and filled style. - static const IconData mail_dismiss_28_filled = IconData(0x105bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_dismiss_28_filled = IconData( + 0x105bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_edit" in size 20 and filled style. - static const IconData mail_edit_20_filled = IconData(0x102f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_edit_20_filled = IconData( + 0x102f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_edit" in size 24 and filled style. - static const IconData mail_edit_24_filled = IconData(0x102f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_edit_24_filled = IconData( + 0x102f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 16 and filled style. - static const IconData mail_error_16_filled = IconData(0x10020, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_error_16_filled = IconData( + 0x10020, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 20 and filled style. - static const IconData mail_error_20_filled = IconData(0xf55f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_error_20_filled = IconData( + 0xf55f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_error" in size 24 and filled style. - static const IconData mail_error_24_filled = IconData(0xf567, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_error_24_filled = IconData( + 0xf567, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData mail_inbox_add_28_filled = IconData( + 0xf524, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_all" in size 20 and filled style. - static const IconData mail_inbox_all_20_filled = IconData(0x105bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_all_20_filled = IconData( + 0x105bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_all" in size 24 and filled style. - static const IconData mail_inbox_all_24_filled = IconData(0xfc30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_all_24_filled = IconData( + 0xfc30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_down" in size 16 and filled style. - static const IconData mail_inbox_arrow_down_16_filled = IconData(0xf568, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_down_16_filled = IconData( + 0xf568, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_down" in size 20 and filled style. - static const IconData mail_inbox_arrow_down_20_filled = IconData(0x10021, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_down_20_filled = IconData( + 0x10021, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_right" in size 20 and filled style. - static const IconData mail_inbox_arrow_right_20_filled = IconData(0x105bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_right_20_filled = IconData( + 0x105bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_right" in size 24 and filled style. - static const IconData mail_inbox_arrow_right_24_filled = IconData(0xfc31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_right_24_filled = IconData( + 0xfc31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_up" in size 20 and filled style. - static const IconData mail_inbox_arrow_up_20_filled = IconData(0xfc32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_up_20_filled = IconData( + 0xfc32, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_arrow_up" in size 24 and filled style. - static const IconData mail_inbox_arrow_up_24_filled = IconData(0xfc33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_arrow_up_24_filled = IconData( + 0xfc33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 16 and filled style. - static const IconData mail_inbox_checkmark_16_filled = IconData(0xfe30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_16_filled = IconData( + 0xfe30, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 20 and filled style. - static const IconData mail_inbox_checkmark_20_filled = IconData(0xfe31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_20_filled = IconData( + 0xfe31, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 24 and filled style. - static const IconData mail_inbox_checkmark_24_filled = IconData(0xfe32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_24_filled = IconData( + 0xfe32, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_inbox_checkmark" in size 28 and filled style. - static const IconData mail_inbox_checkmark_28_filled = IconData(0xfe81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_inbox_checkmark_28_filled = IconData( + 0xfe81, + 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); + 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); + 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); + 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); + static const IconData mail_inbox_dismiss_28_filled = IconData( + 0xf528, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_link" in size 20 and filled style. - static const IconData mail_link_20_filled = IconData(0xf58f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_link_20_filled = IconData( + 0xf58f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_link" in size 24 and filled style. - static const IconData mail_link_24_filled = IconData(0xf596, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_link_24_filled = IconData( + 0xf596, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 16 and filled style. - static const IconData mail_list_16_filled = IconData(0x105be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_list_16_filled = IconData( + 0x105be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 20 and filled style. - static const IconData mail_list_20_filled = IconData(0x10661, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_list_20_filled = IconData( + 0x10661, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 24 and filled style. - static const IconData mail_list_24_filled = IconData(0x10662, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_list_24_filled = IconData( + 0x10662, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_list" in size 28 and filled style. - static const IconData mail_list_28_filled = IconData(0x10663, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_list_28_filled = IconData( + 0x10663, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 16 and filled style. - static const IconData mail_multiple_16_filled = IconData(0x1006a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_multiple_16_filled = IconData( + 0x1006a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 20 and filled style. - static const IconData mail_multiple_20_filled = IconData(0x1006b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_multiple_20_filled = IconData( + 0x1006b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 24 and filled style. - static const IconData mail_multiple_24_filled = IconData(0x1006c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_multiple_24_filled = IconData( + 0x1006c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_multiple" in size 28 and filled style. - static const IconData mail_multiple_28_filled = IconData(0x105bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_multiple_28_filled = IconData( + 0x105bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_off" in size 20 and filled style. - static const IconData mail_off_20_filled = IconData(0x105c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_off_20_filled = IconData( + 0x105c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_off" in size 24 and filled style. - static const IconData mail_off_24_filled = IconData(0xfc34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_off_24_filled = IconData( + 0xfc34, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 16 and filled style. - static const IconData mail_open_person_16_filled = IconData(0xffa7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_open_person_16_filled = IconData( + 0xffa7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 20 and filled style. - static const IconData mail_open_person_20_filled = IconData(0x104a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_open_person_20_filled = IconData( + 0x104a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_open_person" in size 24 and filled style. - static const IconData mail_open_person_24_filled = IconData(0x104a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_open_person_24_filled = IconData( + 0x104a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_pause" in size 16 and filled style. - static const IconData mail_pause_16_filled = IconData(0xf5b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_pause_16_filled = IconData( + 0xf5b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_pause" in size 20 and filled style. - static const IconData mail_pause_20_filled = IconData(0x10022, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_pause_20_filled = IconData( + 0x10022, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 16 and filled style. - static const IconData mail_prohibited_16_filled = IconData(0xfeed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_prohibited_16_filled = IconData( + 0xfeed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 20 and filled style. - static const IconData mail_prohibited_20_filled = IconData(0xf5d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_prohibited_20_filled = IconData( + 0xf5d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_prohibited" in size 24 and filled style. - static const IconData mail_prohibited_24_filled = IconData(0xf5ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_prohibited_24_filled = IconData( + 0xf5ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read" in size 16 and filled style. - static const IconData mail_read_16_filled = IconData(0xfa4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_read_16_filled = IconData( + 0xfa4c, + 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); + 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); + 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); + 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); + static const IconData mail_read_48_filled = IconData( + 0xf52e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 16 and filled style. - static const IconData mail_read_multiple_16_filled = IconData(0x10664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_16_filled = IconData( + 0x10664, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 24 and filled style. - static const IconData mail_read_multiple_24_filled = IconData(0x10665, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_24_filled = IconData( + 0x10665, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_read_multiple" in size 28 and filled style. - static const IconData mail_read_multiple_28_filled = IconData(0x10666, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_read_multiple_28_filled = IconData( + 0x10666, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_settings" in size 16 and filled style. - static const IconData mail_settings_16_filled = IconData(0xf5ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_settings_16_filled = IconData( + 0xf5ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_settings" in size 20 and filled style. - static const IconData mail_settings_20_filled = IconData(0x10023, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_settings_20_filled = IconData( + 0x10023, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_shield" in size 16 and filled style. - static const IconData mail_shield_16_filled = IconData(0xf5f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_shield_16_filled = IconData( + 0xf5f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_shield" in size 20 and filled style. - static const IconData mail_shield_20_filled = IconData(0x10024, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_shield_20_filled = IconData( + 0x10024, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 16 and filled style. - static const IconData mail_template_16_filled = IconData(0xffa8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_template_16_filled = IconData( + 0xffa8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 20 and filled style. - static const IconData mail_template_20_filled = IconData(0xf5f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_template_20_filled = IconData( + 0xf5f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_template" in size 24 and filled style. - static const IconData mail_template_24_filled = IconData(0xf5f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_template_24_filled = IconData( + 0xf5f7, + 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); + 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); + 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); + 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); + 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); + static const IconData mail_unread_48_filled = IconData( + 0xf533, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 16 and filled style. - static const IconData mail_warning_16_filled = IconData(0xf5f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_warning_16_filled = IconData( + 0xf5f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 20 and filled style. - static const IconData mail_warning_20_filled = IconData(0x106f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_warning_20_filled = IconData( + 0x106f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mail_warning" in size 24 and filled style. - static const IconData mail_warning_24_filled = IconData(0x106f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mail_warning_24_filled = IconData( + 0x106f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "map" in size 20 and filled style. - static const IconData map_20_filled = IconData(0xfe82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData map_20_filled = IconData( + 0xfe82, + 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); + 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); + 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); + 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); + static const IconData map_drive_24_filled = IconData( + 0xf53b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "match_app_layout" in size 20 and filled style. - static const IconData match_app_layout_20_filled = IconData(0x106f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData match_app_layout_20_filled = IconData( + 0x106f8, + 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); + static const IconData match_app_layout_24_filled = IconData( + 0xf53c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_linear" in size 20 and filled style. - static const IconData math_format_linear_20_filled = IconData(0x106f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_format_linear_20_filled = IconData( + 0x106f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_linear" in size 24 and filled style. - static const IconData math_format_linear_24_filled = IconData(0xfa4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_format_linear_24_filled = IconData( + 0xfa4d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_professional" in size 20 and filled style. - static const IconData math_format_professional_20_filled = IconData(0x10667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_format_professional_20_filled = IconData( + 0x10667, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_format_professional" in size 24 and filled style. - static const IconData math_format_professional_24_filled = IconData(0xfa4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_format_professional_24_filled = IconData( + 0xfa4e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 16 and filled style. - static const IconData math_formula_16_filled = IconData(0xfcef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_formula_16_filled = IconData( + 0xfcef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 20 and filled style. - static const IconData math_formula_20_filled = IconData(0x10668, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_formula_20_filled = IconData( + 0x10668, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 24 and filled style. - static const IconData math_formula_24_filled = IconData(0xfa4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_formula_24_filled = IconData( + 0xfa4f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_formula" in size 32 and filled style. - static const IconData math_formula_32_filled = IconData(0xfcf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_formula_32_filled = IconData( + 0xfcf0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 16 and filled style. - static const IconData math_symbols_16_filled = IconData(0x10518, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_16_filled = IconData( + 0x10518, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 20 and filled style. - static const IconData math_symbols_20_filled = IconData(0x10519, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_20_filled = IconData( + 0x10519, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 24 and filled style. - static const IconData math_symbols_24_filled = IconData(0x1051a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_24_filled = IconData( + 0x1051a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 28 and filled style. - static const IconData math_symbols_28_filled = IconData(0x1051b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_28_filled = IconData( + 0x1051b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 32 and filled style. - static const IconData math_symbols_32_filled = IconData(0x1051c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_32_filled = IconData( + 0x1051c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "math_symbols" in size 48 and filled style. - static const IconData math_symbols_48_filled = IconData(0x1051d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData math_symbols_48_filled = IconData( + 0x1051d, + 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); + static const IconData maximize_16_filled = IconData( + 0xf53d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 20 and filled style. - static const IconData maximize_20_filled = IconData(0xfa50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData maximize_20_filled = IconData( + 0xfa50, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 24 and filled style. - static const IconData maximize_24_filled = IconData(0xfa51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData maximize_24_filled = IconData( + 0xfa51, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 28 and filled style. - static const IconData maximize_28_filled = IconData(0xfa52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData maximize_28_filled = IconData( + 0xfa52, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "maximize" in size 48 and filled style. - static const IconData maximize_48_filled = IconData(0xfa53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData maximize_48_filled = IconData( + 0xfa53, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 16 and filled style. - static const IconData meet_now_16_filled = IconData(0xfa54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData meet_now_16_filled = IconData( + 0xfa54, + 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); + 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); + static const IconData meet_now_24_filled = IconData( + 0xf53f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 28 and filled style. - static const IconData meet_now_28_filled = IconData(0xf600, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData meet_now_28_filled = IconData( + 0xf600, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 32 and filled style. - static const IconData meet_now_32_filled = IconData(0xf601, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData meet_now_32_filled = IconData( + 0xf601, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "meet_now" in size 48 and filled style. - static const IconData meet_now_48_filled = IconData(0xf63b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData meet_now_48_filled = IconData( + 0xf63b, + 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); + 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); + 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); + 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); + static const IconData megaphone_28_filled = IconData( + 0xf543, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_loud" in size 20 and filled style. - static const IconData megaphone_loud_20_filled = IconData(0xf655, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData megaphone_loud_20_filled = IconData( + 0xf655, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_loud" in size 24 and filled style. - static const IconData megaphone_loud_24_filled = IconData(0x10283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData megaphone_loud_24_filled = IconData( + 0x10283, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 16 and filled style. - static const IconData megaphone_off_16_filled = IconData(0x106fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData megaphone_off_16_filled = IconData( + 0x106fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 20 and filled style. - static const IconData megaphone_off_20_filled = IconData(0x106fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData megaphone_off_20_filled = IconData( + 0x106fb, + 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); + static const IconData megaphone_off_24_filled = IconData( + 0xf544, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "megaphone_off" in size 28 and filled style. - static const IconData megaphone_off_28_filled = IconData(0x106fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData megaphone_off_28_filled = IconData( + 0x106fc, + 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); + 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); + 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); + static const IconData mention_24_filled = IconData( + 0xf547, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mention_arrow_down" in size 20 and filled style. - static const IconData mention_arrow_down_20_filled = IconData(0x10669, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mention_arrow_down_20_filled = IconData( + 0x10669, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mention_brackets" in size 20 and filled style. - static const IconData mention_brackets_20_filled = IconData(0x1066a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mention_brackets_20_filled = IconData( + 0x1066a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "merge" in size 20 and filled style. - static const IconData merge_20_filled = IconData(0x106fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData merge_20_filled = IconData( + 0x106fd, + 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); + static const IconData merge_24_filled = IconData( + 0xf548, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 16 and filled style. - static const IconData mic_16_filled = IconData(0x104cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_16_filled = IconData( + 0x104cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 20 and filled style. - static const IconData mic_20_filled = IconData(0x104cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_20_filled = IconData( + 0x104cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 24 and filled style. - static const IconData mic_24_filled = IconData(0x104ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_24_filled = IconData( + 0x104ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 28 and filled style. - static const IconData mic_28_filled = IconData(0x104cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_28_filled = IconData( + 0x104cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 32 and filled style. - static const IconData mic_32_filled = IconData(0x104d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_32_filled = IconData( + 0x104d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic" in size 48 and filled style. - static const IconData mic_48_filled = IconData(0x104d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_48_filled = IconData( + 0x104d1, + 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); + 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); + static const IconData mic_off_16_filled = IconData( + 0xf54a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 20 and filled style. - static const IconData mic_off_20_filled = IconData(0xfa55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_off_20_filled = IconData( + 0xfa55, + 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); + 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); + static const IconData mic_off_28_filled = IconData( + 0xf54c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 32 and filled style. - static const IconData mic_off_32_filled = IconData(0x106fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_off_32_filled = IconData( + 0x106fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_off" in size 48 and filled style. - static const IconData mic_off_48_filled = IconData(0xfa56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_off_48_filled = IconData( + 0xfa56, + 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); + 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); + 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); + 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); + static const IconData mic_on_28_filled = IconData( + 0xf550, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_on" in size 32 and filled style. - static const IconData mic_on_32_filled = IconData(0xfd53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_on_32_filled = IconData( + 0xfd53, + 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); + static const IconData mic_on_48_filled = IconData( + 0xf551, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 16 and filled style. - static const IconData mic_prohibited_16_filled = IconData(0xfd9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_prohibited_16_filled = IconData( + 0xfd9a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 20 and filled style. - static const IconData mic_prohibited_20_filled = IconData(0xfb48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_prohibited_20_filled = IconData( + 0xfb48, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 24 and filled style. - static const IconData mic_prohibited_24_filled = IconData(0xfa57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_prohibited_24_filled = IconData( + 0xfa57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 28 and filled style. - static const IconData mic_prohibited_28_filled = IconData(0xfd9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_prohibited_28_filled = IconData( + 0xfd9b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_prohibited" in size 48 and filled style. - static const IconData mic_prohibited_48_filled = IconData(0xfd9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_prohibited_48_filled = IconData( + 0xfd9c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_settings" in size 20 and filled style. - static const IconData mic_settings_20_filled = IconData(0x105c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_settings_20_filled = IconData( + 0x105c1, + 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); + static const IconData mic_settings_24_filled = IconData( + 0xf552, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 16 and filled style. - static const IconData mic_sparkle_16_filled = IconData(0xfeee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_sparkle_16_filled = IconData( + 0xfeee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 20 and filled style. - static const IconData mic_sparkle_20_filled = IconData(0xfeef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_sparkle_20_filled = IconData( + 0xfeef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sparkle" in size 24 and filled style. - static const IconData mic_sparkle_24_filled = IconData(0xfef0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_sparkle_24_filled = IconData( + 0xfef0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mic_sync" in size 20 and filled style. - static const IconData mic_sync_20_filled = IconData(0xfba4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mic_sync_20_filled = IconData( + 0xfba4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "microscope" in size 20 and filled style. - static const IconData microscope_20_filled = IconData(0xf656, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData microscope_20_filled = IconData( + 0xf656, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "microscope" in size 24 and filled style. - static const IconData microscope_24_filled = IconData(0xf659, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData microscope_24_filled = IconData( + 0xf659, + 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); + 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); + static const IconData midi_24_filled = IconData( + 0xf554, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "mobile_optimized" in size 20 and filled style. - static const IconData mobile_optimized_20_filled = IconData(0x106ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData mobile_optimized_20_filled = IconData( + 0x106ff, + 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); + static const IconData mobile_optimized_24_filled = IconData( + 0xf557, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 16 and filled style. - static const IconData molecule_16_filled = IconData(0xf65a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_16_filled = IconData( + 0xf65a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 20 and filled style. - static const IconData molecule_20_filled = IconData(0xf663, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_20_filled = IconData( + 0xf663, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 24 and filled style. - static const IconData molecule_24_filled = IconData(0xf664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_24_filled = IconData( + 0xf664, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 28 and filled style. - static const IconData molecule_28_filled = IconData(0xf667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_28_filled = IconData( + 0xf667, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 32 and filled style. - static const IconData molecule_32_filled = IconData(0xf668, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_32_filled = IconData( + 0xf668, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "molecule" in size 48 and filled style. - static const IconData molecule_48_filled = IconData(0xf669, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData molecule_48_filled = IconData( + 0xf669, + 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); + 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); + 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); + static const IconData money_24_filled = IconData( + 0xf55a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_calculator" in size 20 and filled style. - static const IconData money_calculator_20_filled = IconData(0x10161, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_calculator_20_filled = IconData( + 0x10161, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_calculator" in size 24 and filled style. - static const IconData money_calculator_24_filled = IconData(0x10162, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_calculator_24_filled = IconData( + 0x10162, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_dismiss" in size 20 and filled style. - static const IconData money_dismiss_20_filled = IconData(0x10234, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_dismiss_20_filled = IconData( + 0x10234, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_dismiss" in size 24 and filled style. - static const IconData money_dismiss_24_filled = IconData(0x10235, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_dismiss_24_filled = IconData( + 0x10235, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_hand" in size 20 and filled style. - static const IconData money_hand_20_filled = IconData(0x10376, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_hand_20_filled = IconData( + 0x10376, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_hand" in size 24 and filled style. - static const IconData money_hand_24_filled = IconData(0x10377, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_hand_24_filled = IconData( + 0x10377, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_off" in size 20 and filled style. - static const IconData money_off_20_filled = IconData(0x10236, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_off_20_filled = IconData( + 0x10236, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_off" in size 24 and filled style. - static const IconData money_off_24_filled = IconData(0x10237, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_off_24_filled = IconData( + 0x10237, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "money_settings" in size 20 and filled style. - static const IconData money_settings_20_filled = IconData(0x10163, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData money_settings_20_filled = IconData( + 0x10163, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_circle" in size 20 and filled style. - static const IconData more_circle_20_filled = IconData(0xfa5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_circle_20_filled = IconData( + 0xfa5e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_circle" in size 32 and filled style. - static const IconData more_circle_32_filled = IconData(0x1018e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_circle_32_filled = IconData( + 0x1018e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 16 and filled style. - static const IconData more_horizontal_16_filled = IconData(0xfc35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_16_filled = IconData( + 0xfc35, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 20 and filled style. - static const IconData more_horizontal_20_filled = IconData(0xfc36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_20_filled = IconData( + 0xfc36, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 24 and filled style. - static const IconData more_horizontal_24_filled = IconData(0xfc37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_24_filled = IconData( + 0xfc37, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 28 and filled style. - static const IconData more_horizontal_28_filled = IconData(0xfc38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_28_filled = IconData( + 0xfc38, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 32 and filled style. - static const IconData more_horizontal_32_filled = IconData(0xfa7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_32_filled = IconData( + 0xfa7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_horizontal" in size 48 and filled style. - static const IconData more_horizontal_48_filled = IconData(0xfc39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_horizontal_48_filled = IconData( + 0xfc39, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_vertical" in size 16 and filled style. - static const IconData more_vertical_16_filled = IconData(0xfd54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_vertical_16_filled = IconData( + 0xfd54, + 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); + 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); + 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); + static const IconData more_vertical_28_filled = IconData( + 0xf562, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "more_vertical" in size 32 and filled style. - static const IconData more_vertical_32_filled = IconData(0xfa8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData more_vertical_32_filled = IconData( + 0xfa8a, + 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); + static const IconData more_vertical_48_filled = IconData( + 0xf563, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "movies_and_tv" in size 16 and filled style. - static const IconData movies_and_tv_16_filled = IconData(0xfa5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData movies_and_tv_16_filled = IconData( + 0xfa5f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "movies_and_tv" in size 20 and filled style. - static const IconData movies_and_tv_20_filled = IconData(0xfa60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData movies_and_tv_20_filled = IconData( + 0xfa60, + 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); + static const IconData movies_and_tv_24_filled = IconData( + 0xf564, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 20 and filled style. - static const IconData multiplier_1_2x_20_filled = IconData(0xfdca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_20_filled = IconData( + 0xfdca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 24 and filled style. - static const IconData multiplier_1_2x_24_filled = IconData(0xfdcb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_24_filled = IconData( + 0xfdcb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 28 and filled style. - static const IconData multiplier_1_2x_28_filled = IconData(0xfdcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_28_filled = IconData( + 0xfdcc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 32 and filled style. - static const IconData multiplier_1_2x_32_filled = IconData(0xfdcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_32_filled = IconData( + 0xfdcd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_2x" in size 48 and filled style. - static const IconData multiplier_1_2x_48_filled = IconData(0xfdce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_2x_48_filled = IconData( + 0xfdce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 20 and filled style. - static const IconData multiplier_1_5x_20_filled = IconData(0xfdcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_20_filled = IconData( + 0xfdcf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 24 and filled style. - static const IconData multiplier_1_5x_24_filled = IconData(0xfdd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_24_filled = IconData( + 0xfdd0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 28 and filled style. - static const IconData multiplier_1_5x_28_filled = IconData(0xfdd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_28_filled = IconData( + 0xfdd1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 32 and filled style. - static const IconData multiplier_1_5x_32_filled = IconData(0xfdd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_32_filled = IconData( + 0xfdd2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_5x" in size 48 and filled style. - static const IconData multiplier_1_5x_48_filled = IconData(0xfdd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_5x_48_filled = IconData( + 0xfdd3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 20 and filled style. - static const IconData multiplier_1_8x_20_filled = IconData(0xfdd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_20_filled = IconData( + 0xfdd4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 24 and filled style. - static const IconData multiplier_1_8x_24_filled = IconData(0xfdd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_24_filled = IconData( + 0xfdd5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 28 and filled style. - static const IconData multiplier_1_8x_28_filled = IconData(0xfdd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_28_filled = IconData( + 0xfdd6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 32 and filled style. - static const IconData multiplier_1_8x_32_filled = IconData(0xfdd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_32_filled = IconData( + 0xfdd7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1_8x" in size 48 and filled style. - static const IconData multiplier_1_8x_48_filled = IconData(0xfdd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1_8x_48_filled = IconData( + 0xfdd8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 20 and filled style. - static const IconData multiplier_1x_20_filled = IconData(0xfdd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1x_20_filled = IconData( + 0xfdd9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 24 and filled style. - static const IconData multiplier_1x_24_filled = IconData(0xfdda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1x_24_filled = IconData( + 0xfdda, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 28 and filled style. - static const IconData multiplier_1x_28_filled = IconData(0xfddb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1x_28_filled = IconData( + 0xfddb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 32 and filled style. - static const IconData multiplier_1x_32_filled = IconData(0xfddc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1x_32_filled = IconData( + 0xfddc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_1x" in size 48 and filled style. - static const IconData multiplier_1x_48_filled = IconData(0xfddd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_1x_48_filled = IconData( + 0xfddd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 20 and filled style. - static const IconData multiplier_2x_20_filled = IconData(0xfdde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_2x_20_filled = IconData( + 0xfdde, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 24 and filled style. - static const IconData multiplier_2x_24_filled = IconData(0xfddf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_2x_24_filled = IconData( + 0xfddf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 28 and filled style. - static const IconData multiplier_2x_28_filled = IconData(0xfde0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_2x_28_filled = IconData( + 0xfde0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 32 and filled style. - static const IconData multiplier_2x_32_filled = IconData(0xfde1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_2x_32_filled = IconData( + 0xfde1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_2x" in size 48 and filled style. - static const IconData multiplier_2x_48_filled = IconData(0xfde2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_2x_48_filled = IconData( + 0xfde2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 20 and filled style. - static const IconData multiplier_5x_20_filled = IconData(0xfe83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_5x_20_filled = IconData( + 0xfe83, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 24 and filled style. - static const IconData multiplier_5x_24_filled = IconData(0xfe84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_5x_24_filled = IconData( + 0xfe84, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 28 and filled style. - static const IconData multiplier_5x_28_filled = IconData(0xfe85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_5x_28_filled = IconData( + 0xfe85, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 32 and filled style. - static const IconData multiplier_5x_32_filled = IconData(0xfe86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_5x_32_filled = IconData( + 0xfe86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiplier_5x" in size 48 and filled style. - static const IconData multiplier_5x_48_filled = IconData(0xfe87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiplier_5x_48_filled = IconData( + 0xfe87, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect" in size 16 and filled style. - static const IconData multiselect_16_filled = IconData(0xfa97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_16_filled = IconData( + 0xfa97, + 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); + 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); + static const IconData multiselect_24_filled = IconData( + 0xf566, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 16 and filled style. - static const IconData multiselect_ltr_16_filled = IconData(0x104d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_16_filled = IconData( + 0x104d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 20 and filled style. - static const IconData multiselect_ltr_20_filled = IconData(0x104d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_20_filled = IconData( + 0x104d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_ltr" in size 24 and filled style. - static const IconData multiselect_ltr_24_filled = IconData(0x104d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_ltr_24_filled = IconData( + 0x104d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rlt" in size 20 and filled style. - static const IconData multiselect_rlt_20_filled = IconData(0x10025, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_rlt_20_filled = IconData( + 0x10025, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 16 and filled style. - static const IconData multiselect_rtl_16_filled = IconData(0xff23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_16_filled = IconData( + 0xff23, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 20 and filled style. - static const IconData multiselect_rtl_20_filled = IconData(0x104d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_20_filled = IconData( + 0x104d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "multiselect_rtl" in size 24 and filled style. - static const IconData multiselect_rtl_24_filled = IconData(0x104d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData multiselect_rtl_24_filled = IconData( + 0x104d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_1" in size 20 and filled style. - static const IconData music_note_1_20_filled = IconData(0xfc3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_1_20_filled = IconData( + 0xfc3a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_1" in size 24 and filled style. - static const IconData music_note_1_24_filled = IconData(0xfc3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_1_24_filled = IconData( + 0xfc3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 16 and filled style. - static const IconData music_note_2_16_filled = IconData(0xfc3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_2_16_filled = IconData( + 0xfc3c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 20 and filled style. - static const IconData music_note_2_20_filled = IconData(0xfe33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_2_20_filled = IconData( + 0xfe33, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2" in size 24 and filled style. - static const IconData music_note_2_24_filled = IconData(0xfc3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_2_24_filled = IconData( + 0xfc3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_2_play" in size 20 and filled style. - static const IconData music_note_2_play_20_filled = IconData(0xfe88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_2_play_20_filled = IconData( + 0xfe88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_1" in size 20 and filled style. - static const IconData music_note_off_1_20_filled = IconData(0x1066b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_off_1_20_filled = IconData( + 0x1066b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_1" in size 24 and filled style. - static const IconData music_note_off_1_24_filled = IconData(0x1066c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_off_1_24_filled = IconData( + 0x1066c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 16 and filled style. - static const IconData music_note_off_2_16_filled = IconData(0x1066d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_off_2_16_filled = IconData( + 0x1066d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 20 and filled style. - static const IconData music_note_off_2_20_filled = IconData(0x1066e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_off_2_20_filled = IconData( + 0x1066e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "music_note_off_2" in size 24 and filled style. - static const IconData music_note_off_2_24_filled = IconData(0x1066f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData music_note_off_2_24_filled = IconData( + 0x1066f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 12 and filled style. - static const IconData my_location_12_filled = IconData(0xfe34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData my_location_12_filled = IconData( + 0xfe34, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 16 and filled style. - static const IconData my_location_16_filled = IconData(0xfde3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData my_location_16_filled = IconData( + 0xfde3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "my_location" in size 20 and filled style. - static const IconData my_location_20_filled = IconData(0xfde4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData my_location_20_filled = IconData( + 0xfde4, + 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); + static const IconData my_location_24_filled = IconData( + 0xf569, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation" in size 16 and filled style. - static const IconData navigation_16_filled = IconData(0xffa9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData navigation_16_filled = IconData( + 0xffa9, + 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); + 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); + static const IconData navigation_24_filled = IconData( + 0xf56b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_location_target" in size 20 and filled style. - static const IconData navigation_location_target_20_filled = IconData(0x10670, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData navigation_location_target_20_filled = IconData( + 0x10670, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_play" in size 20 and filled style. - static const IconData navigation_play_20_filled = IconData(0x10671, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData navigation_play_20_filled = IconData( + 0x10671, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_unread" in size 20 and filled style. - static const IconData navigation_unread_20_filled = IconData(0x105c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData navigation_unread_20_filled = IconData( + 0x105c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "navigation_unread" in size 24 and filled style. - static const IconData navigation_unread_24_filled = IconData(0xfa65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData navigation_unread_24_filled = IconData( + 0xfa65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "network_check" in size 20 and filled style. - static const IconData network_check_20_filled = IconData(0x10700, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData network_check_20_filled = IconData( + 0x10700, + 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); + 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); + static const IconData new_16_filled = IconData( + 0xf56d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "new" in size 20 and filled style. - static const IconData new_20_filled = IconData(0x105c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData new_20_filled = IconData( + 0x105c3, + 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); + static const IconData new_24_filled = IconData( + 0xf56e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "news" in size 16 and filled style. - static const IconData news_16_filled = IconData(0xffaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData news_16_filled = IconData( + 0xffaa, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData next_24_filled = IconData( + 0xf574, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 28 and filled style. - static const IconData next_28_filled = IconData(0x10378, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData next_28_filled = IconData( + 0x10378, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 32 and filled style. - static const IconData next_32_filled = IconData(0x10379, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData next_32_filled = IconData( + 0x10379, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "next" in size 48 and filled style. - static const IconData next_48_filled = IconData(0x1037a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData next_48_filled = IconData( + 0x1037a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 16 and filled style. - static const IconData note_16_filled = IconData(0xf66d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_16_filled = IconData( + 0xf66d, + 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); + 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); + static const IconData note_24_filled = IconData( + 0xf576, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 28 and filled style. - static const IconData note_28_filled = IconData(0x10238, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_28_filled = IconData( + 0x10238, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note" in size 48 and filled style. - static const IconData note_48_filled = IconData(0x10239, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_48_filled = IconData( + 0x10239, + 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); + 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); + 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); + static const IconData note_add_24_filled = IconData( + 0xf579, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_add" in size 28 and filled style. - static const IconData note_add_28_filled = IconData(0x10701, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_add_28_filled = IconData( + 0x10701, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_add" in size 48 and filled style. - static const IconData note_add_48_filled = IconData(0x10702, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_add_48_filled = IconData( + 0x10702, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_edit" in size 20 and filled style. - static const IconData note_edit_20_filled = IconData(0xffab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_edit_20_filled = IconData( + 0xffab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_edit" in size 24 and filled style. - static const IconData note_edit_24_filled = IconData(0xffac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_edit_24_filled = IconData( + 0xffac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_pin" in size 16 and filled style. - static const IconData note_pin_16_filled = IconData(0xf66e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_pin_16_filled = IconData( + 0xf66e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "note_pin" in size 20 and filled style. - static const IconData note_pin_20_filled = IconData(0x10026, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData note_pin_20_filled = IconData( + 0x10026, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook" in size 20 and filled style. - static const IconData notebook_20_filled = IconData(0x105c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_20_filled = IconData( + 0x105c4, + 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); + static const IconData notebook_24_filled = IconData( + 0xf57a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_add" in size 20 and filled style. - static const IconData notebook_add_20_filled = IconData(0x105c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_add_20_filled = IconData( + 0x105c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_add" in size 24 and filled style. - static const IconData notebook_add_24_filled = IconData(0xfcf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_add_24_filled = IconData( + 0xfcf1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_error" in size 20 and filled style. - static const IconData notebook_error_20_filled = IconData(0x105c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_error_20_filled = IconData( + 0x105c6, + 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); + static const IconData notebook_error_24_filled = IconData( + 0xf57b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_lightning" in size 20 and filled style. - static const IconData notebook_lightning_20_filled = IconData(0x105c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_lightning_20_filled = IconData( + 0x105c7, + 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); + static const IconData notebook_lightning_24_filled = IconData( + 0xf57c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_question_mark" in size 20 and filled style. - static const IconData notebook_question_mark_20_filled = IconData(0x105c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_question_mark_20_filled = IconData( + 0x105c8, + 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); + static const IconData notebook_question_mark_24_filled = IconData( + 0xf57d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_section" in size 20 and filled style. - static const IconData notebook_section_20_filled = IconData(0xfb49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_section_20_filled = IconData( + 0xfb49, + 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); + static const IconData notebook_section_24_filled = IconData( + 0xf57e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_section_arrow_right" in size 24 and filled style. - static const IconData notebook_section_arrow_right_24_filled = IconData(0xfcf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_section_arrow_right_24_filled = IconData( + 0xfcf2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_subsection" in size 20 and filled style. - static const IconData notebook_subsection_20_filled = IconData(0xfba5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_subsection_20_filled = IconData( + 0xfba5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_subsection" in size 24 and filled style. - static const IconData notebook_subsection_24_filled = IconData(0xfcf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_subsection_24_filled = IconData( + 0xfcf3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notebook_sync" in size 20 and filled style. - static const IconData notebook_sync_20_filled = IconData(0x10703, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notebook_sync_20_filled = IconData( + 0x10703, + 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); + static const IconData notebook_sync_24_filled = IconData( + 0xf57f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 12 and filled style. - static const IconData notepad_12_filled = IconData(0xfe89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_12_filled = IconData( + 0xfe89, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 16 and filled style. - static const IconData notepad_16_filled = IconData(0xf66f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_16_filled = IconData( + 0xf66f, + 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); + 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); + 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); + static const IconData notepad_28_filled = IconData( + 0xf582, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad" in size 32 and filled style. - static const IconData notepad_32_filled = IconData(0xfde5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_32_filled = IconData( + 0xfde5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_edit" in size 16 and filled style. - static const IconData notepad_edit_16_filled = IconData(0xf670, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_edit_16_filled = IconData( + 0xf670, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_edit" in size 20 and filled style. - static const IconData notepad_edit_20_filled = IconData(0xffad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_edit_20_filled = IconData( + 0xffad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 16 and filled style. - static const IconData notepad_person_16_filled = IconData(0x103b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_person_16_filled = IconData( + 0x103b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 20 and filled style. - static const IconData notepad_person_20_filled = IconData(0xfef1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_person_20_filled = IconData( + 0xfef1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "notepad_person" in size 24 and filled style. - static const IconData notepad_person_24_filled = IconData(0xfef2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData notepad_person_24_filled = IconData( + 0xfef2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 16 and filled style. - static const IconData number_circle_1_16_filled = IconData(0x10672, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_circle_1_16_filled = IconData( + 0x10672, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 20 and filled style. - static const IconData number_circle_1_20_filled = IconData(0x10673, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_circle_1_20_filled = IconData( + 0x10673, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_circle_1" in size 24 and filled style. - static const IconData number_circle_1_24_filled = IconData(0x10674, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_circle_1_24_filled = IconData( + 0x10674, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData number_symbol_24_filled = IconData( + 0xf588, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 28 and filled style. - static const IconData number_symbol_28_filled = IconData(0x101eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_28_filled = IconData( + 0x101eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 32 and filled style. - static const IconData number_symbol_32_filled = IconData(0x1018f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_32_filled = IconData( + 0x1018f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol" in size 48 and filled style. - static const IconData number_symbol_48_filled = IconData(0x101ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_48_filled = IconData( + 0x101ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_dismiss" in size 20 and filled style. - static const IconData number_symbol_dismiss_20_filled = IconData(0x105c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_dismiss_20_filled = IconData( + 0x105c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_dismiss" in size 24 and filled style. - static const IconData number_symbol_dismiss_24_filled = IconData(0xfa66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_dismiss_24_filled = IconData( + 0xfa66, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_square" in size 20 and filled style. - static const IconData number_symbol_square_20_filled = IconData(0xfe35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_square_20_filled = IconData( + 0xfe35, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "number_symbol_square" in size 24 and filled style. - static const IconData number_symbol_square_24_filled = IconData(0xfe36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData number_symbol_square_24_filled = IconData( + 0xfe36, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "office_apps" in size 20 and filled style. - static const IconData office_apps_20_filled = IconData(0xffae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData office_apps_20_filled = IconData( + 0xffae, + 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); + 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); + 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); + 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); + 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); + static const IconData open_24_filled = IconData( + 0xf58d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 28 and filled style. - static const IconData open_28_filled = IconData(0xfa67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_28_filled = IconData( + 0xfa67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 32 and filled style. - static const IconData open_32_filled = IconData(0xf671, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_32_filled = IconData( + 0xf671, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open" in size 48 and filled style. - static const IconData open_48_filled = IconData(0xfa68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_48_filled = IconData( + 0xfa68, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 16 and filled style. - static const IconData open_folder_16_filled = IconData(0xfa69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_folder_16_filled = IconData( + 0xfa69, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 20 and filled style. - static const IconData open_folder_20_filled = IconData(0xfa6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_folder_20_filled = IconData( + 0xfa6a, + 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); + static const IconData open_folder_24_filled = IconData( + 0xf58e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 28 and filled style. - static const IconData open_folder_28_filled = IconData(0xfa6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_folder_28_filled = IconData( + 0xfa6b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_folder" in size 48 and filled style. - static const IconData open_folder_48_filled = IconData(0xfa6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_folder_48_filled = IconData( + 0xfa6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 16 and filled style. - static const IconData open_off_16_filled = IconData(0xfa6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_off_16_filled = IconData( + 0xfa6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 20 and filled style. - static const IconData open_off_20_filled = IconData(0xfa6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_off_20_filled = IconData( + 0xfa6e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 24 and filled style. - static const IconData open_off_24_filled = IconData(0xfa6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_off_24_filled = IconData( + 0xfa6f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 28 and filled style. - static const IconData open_off_28_filled = IconData(0xfa70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_off_28_filled = IconData( + 0xfa70, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "open_off" in size 48 and filled style. - static const IconData open_off_48_filled = IconData(0xfa71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData open_off_48_filled = IconData( + 0xfa71, + 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); + 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); + 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); + static const IconData options_24_filled = IconData( + 0xf592, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "options" in size 48 and filled style. - static const IconData options_48_filled = IconData(0x10164, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData options_48_filled = IconData( + 0x10164, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 12 and filled style. - static const IconData organization_12_filled = IconData(0xfe8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData organization_12_filled = IconData( + 0xfe8a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 16 and filled style. - static const IconData organization_16_filled = IconData(0xfa98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData organization_16_filled = IconData( + 0xfa98, + 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); + 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); + 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); + static const IconData organization_28_filled = IconData( + 0xf595, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 32 and filled style. - static const IconData organization_32_filled = IconData(0xfa99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData organization_32_filled = IconData( + 0xfa99, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization" in size 48 and filled style. - static const IconData organization_48_filled = IconData(0xfab0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData organization_48_filled = IconData( + 0xfab0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "organization_horizontal" in size 20 and filled style. - static const IconData organization_horizontal_20_filled = IconData(0x10704, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData organization_horizontal_20_filled = IconData( + 0x10704, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "orientation" in size 20 and filled style. - static const IconData orientation_20_filled = IconData(0xfcf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData orientation_20_filled = IconData( + 0xfcf4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "orientation" in size 24 and filled style. - static const IconData orientation_24_filled = IconData(0xfab2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData orientation_24_filled = IconData( + 0xfab2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 16 and filled style. - static const IconData oval_16_filled = IconData(0x103b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_16_filled = IconData( + 0x103b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 20 and filled style. - static const IconData oval_20_filled = IconData(0x103b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_20_filled = IconData( + 0x103b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 24 and filled style. - static const IconData oval_24_filled = IconData(0x103b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_24_filled = IconData( + 0x103b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 28 and filled style. - static const IconData oval_28_filled = IconData(0x103b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_28_filled = IconData( + 0x103b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 32 and filled style. - static const IconData oval_32_filled = IconData(0x101ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_32_filled = IconData( + 0x101ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "oval" in size 48 and filled style. - static const IconData oval_48_filled = IconData(0x103b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData oval_48_filled = IconData( + 0x103b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_down" in size 20 and filled style. - static const IconData padding_down_20_filled = IconData(0xf68b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_down_20_filled = IconData( + 0xf68b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_down" in size 24 and filled style. - static const IconData padding_down_24_filled = IconData(0xf68c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_down_24_filled = IconData( + 0xf68c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_left" in size 20 and filled style. - static const IconData padding_left_20_filled = IconData(0xf69e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_left_20_filled = IconData( + 0xf69e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_left" in size 24 and filled style. - static const IconData padding_left_24_filled = IconData(0xf6a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_left_24_filled = IconData( + 0xf6a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_right" in size 20 and filled style. - static const IconData padding_right_20_filled = IconData(0xf6a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_right_20_filled = IconData( + 0xf6a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_right" in size 24 and filled style. - static const IconData padding_right_24_filled = IconData(0xf6a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_right_24_filled = IconData( + 0xf6a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_top" in size 20 and filled style. - static const IconData padding_top_20_filled = IconData(0xf6bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_top_20_filled = IconData( + 0xf6bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "padding_top" in size 24 and filled style. - static const IconData padding_top_24_filled = IconData(0xf6c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData padding_top_24_filled = IconData( + 0xf6c2, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData paint_brush_24_filled = IconData( + 0xf59d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_down" in size 20 and filled style. - static const IconData paint_brush_arrow_down_20_filled = IconData(0x10705, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_down_20_filled = IconData( + 0x10705, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_down" in size 24 and filled style. - static const IconData paint_brush_arrow_down_24_filled = IconData(0xfa72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_down_24_filled = IconData( + 0xfa72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_up" in size 20 and filled style. - static const IconData paint_brush_arrow_up_20_filled = IconData(0x10706, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_up_20_filled = IconData( + 0x10706, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "paint_brush_arrow_up" in size 24 and filled style. - static const IconData paint_brush_arrow_up_24_filled = IconData(0xfa73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData paint_brush_arrow_up_24_filled = IconData( + 0xfa73, + 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); + 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); + 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); + static const IconData paint_bucket_24_filled = IconData( + 0xf5a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pair" in size 20 and filled style. - static const IconData pair_20_filled = IconData(0x105ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pair_20_filled = IconData( + 0x105ca, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData pane_open_24_filled = IconData( + 0xf5a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom" in size 20 and filled style. - static const IconData panel_bottom_20_filled = IconData(0x1006d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_bottom_20_filled = IconData( + 0x1006d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom_contract" in size 20 and filled style. - static const IconData panel_bottom_contract_20_filled = IconData(0x100e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_bottom_contract_20_filled = IconData( + 0x100e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_bottom_expand" in size 20 and filled style. - static const IconData panel_bottom_expand_20_filled = IconData(0x100e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_bottom_expand_20_filled = IconData( + 0x100e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 16 and filled style. - static const IconData panel_left_16_filled = IconData(0x1006e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_16_filled = IconData( + 0x1006e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 20 and filled style. - static const IconData panel_left_20_filled = IconData(0x1006f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_20_filled = IconData( + 0x1006f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 24 and filled style. - static const IconData panel_left_24_filled = IconData(0x10070, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_24_filled = IconData( + 0x10070, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 28 and filled style. - static const IconData panel_left_28_filled = IconData(0x10071, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_28_filled = IconData( + 0x10071, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left" in size 48 and filled style. - static const IconData panel_left_48_filled = IconData(0x10072, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_48_filled = IconData( + 0x10072, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 16 and filled style. - static const IconData panel_left_contract_16_filled = IconData(0x104d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_contract_16_filled = IconData( + 0x104d7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 20 and filled style. - static const IconData panel_left_contract_20_filled = IconData(0x104d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_contract_20_filled = IconData( + 0x104d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 24 and filled style. - static const IconData panel_left_contract_24_filled = IconData(0x104d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_contract_24_filled = IconData( + 0x104d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_contract" in size 28 and filled style. - static const IconData panel_left_contract_28_filled = IconData(0x10675, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_contract_28_filled = IconData( + 0x10675, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 16 and filled style. - static const IconData panel_left_expand_16_filled = IconData(0x1011d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_expand_16_filled = IconData( + 0x1011d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 20 and filled style. - static const IconData panel_left_expand_20_filled = IconData(0x100e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_expand_20_filled = IconData( + 0x100e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 24 and filled style. - static const IconData panel_left_expand_24_filled = IconData(0x10676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_expand_24_filled = IconData( + 0x10676, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_expand" in size 28 and filled style. - static const IconData panel_left_expand_28_filled = IconData(0x10677, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_expand_28_filled = IconData( + 0x10677, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_focus_right" in size 16 and filled style. - static const IconData panel_left_focus_right_16_filled = IconData(0x10678, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_focus_right_16_filled = IconData( + 0x10678, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_focus_right" in size 20 and filled style. - static const IconData panel_left_focus_right_20_filled = IconData(0x10679, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_focus_right_20_filled = IconData( + 0x10679, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_focus_right" in size 24 and filled style. - static const IconData panel_left_focus_right_24_filled = IconData(0x1067a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_focus_right_24_filled = IconData( + 0x1067a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_left_focus_right" in size 28 and filled style. - static const IconData panel_left_focus_right_28_filled = IconData(0x1067b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_left_focus_right_28_filled = IconData( + 0x1067b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 16 and filled style. - static const IconData panel_right_16_filled = IconData(0x10073, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_16_filled = IconData( + 0x10073, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 20 and filled style. - static const IconData panel_right_20_filled = IconData(0x10074, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_20_filled = IconData( + 0x10074, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 24 and filled style. - static const IconData panel_right_24_filled = IconData(0x10075, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_24_filled = IconData( + 0x10075, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 28 and filled style. - static const IconData panel_right_28_filled = IconData(0x10076, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_28_filled = IconData( + 0x10076, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right" in size 48 and filled style. - static const IconData panel_right_48_filled = IconData(0x10077, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_48_filled = IconData( + 0x10077, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 16 and filled style. - static const IconData panel_right_contract_16_filled = IconData(0x10078, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_contract_16_filled = IconData( + 0x10078, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 20 and filled style. - static const IconData panel_right_contract_20_filled = IconData(0x10079, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_contract_20_filled = IconData( + 0x10079, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_contract" in size 24 and filled style. - static const IconData panel_right_contract_24_filled = IconData(0x1007a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_contract_24_filled = IconData( + 0x1007a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 16 and filled style. - static const IconData panel_right_expand_16_filled = IconData(0x1007b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_expand_16_filled = IconData( + 0x1007b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 20 and filled style. - static const IconData panel_right_expand_20_filled = IconData(0x1007c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_expand_20_filled = IconData( + 0x1007c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_right_expand" in size 24 and filled style. - static const IconData panel_right_expand_24_filled = IconData(0x1007d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_right_expand_24_filled = IconData( + 0x1007d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_separate_window" in size 20 and filled style. - static const IconData panel_separate_window_20_filled = IconData(0x100e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_separate_window_20_filled = IconData( + 0x100e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_top_contract" in size 20 and filled style. - static const IconData panel_top_contract_20_filled = IconData(0x100e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_top_contract_20_filled = IconData( + 0x100e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "panel_top_expand" in size 20 and filled style. - static const IconData panel_top_expand_20_filled = IconData(0x100e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData panel_top_expand_20_filled = IconData( + 0x100e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "password" in size 16 and filled style. - static const IconData password_16_filled = IconData(0x1051e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData password_16_filled = IconData( + 0x1051e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "password" in size 20 and filled style. - static const IconData password_20_filled = IconData(0x1051f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData password_20_filled = IconData( + 0x1051f, + 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); + static const IconData password_24_filled = IconData( + 0xf5a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "patch" in size 20 and filled style. - static const IconData patch_20_filled = IconData(0xf6c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData patch_20_filled = IconData( + 0xf6c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "patch" in size 24 and filled style. - static const IconData patch_24_filled = IconData(0xf6c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData patch_24_filled = IconData( + 0xf6c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "patient" in size 20 and filled style. - static const IconData patient_20_filled = IconData(0x105cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData patient_20_filled = IconData( + 0x105cb, + 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); + static const IconData patient_24_filled = IconData( + 0xf5a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "patient" in size 32 and filled style. - static const IconData patient_32_filled = IconData(0xfde6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData patient_32_filled = IconData( + 0xfde6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause" in size 12 and filled style. - static const IconData pause_12_filled = IconData(0xfa74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_12_filled = IconData( + 0xfa74, + 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); + 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); + 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); + 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); + static const IconData pause_48_filled = IconData( + 0xf5ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_circle" in size 20 and filled style. - static const IconData pause_circle_20_filled = IconData(0xf6c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_circle_20_filled = IconData( + 0xf6c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_circle" in size 24 and filled style. - static const IconData pause_circle_24_filled = IconData(0x10027, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_circle_24_filled = IconData( + 0x10027, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_off" in size 16 and filled style. - static const IconData pause_off_16_filled = IconData(0x100e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_off_16_filled = IconData( + 0x100e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_off" in size 20 and filled style. - static const IconData pause_off_20_filled = IconData(0x105cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_off_20_filled = IconData( + 0x105cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_settings" in size 16 and filled style. - static const IconData pause_settings_16_filled = IconData(0x105cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_settings_16_filled = IconData( + 0x105cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pause_settings" in size 20 and filled style. - static const IconData pause_settings_20_filled = IconData(0x10165, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pause_settings_20_filled = IconData( + 0x10165, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "payment" in size 16 and filled style. - static const IconData payment_16_filled = IconData(0xfa75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData payment_16_filled = IconData( + 0xfa75, + 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); + 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); + static const IconData payment_24_filled = IconData( + 0xf5af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "payment" in size 28 and filled style. - static const IconData payment_28_filled = IconData(0xfa76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData payment_28_filled = IconData( + 0xfa76, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 16 and filled style. - static const IconData pen_16_filled = IconData(0x1067c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_16_filled = IconData( + 0x1067c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 20 and filled style. - static const IconData pen_20_filled = IconData(0x1067d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_20_filled = IconData( + 0x1067d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 24 and filled style. - static const IconData pen_24_filled = IconData(0x1067e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_24_filled = IconData( + 0x1067e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 28 and filled style. - static const IconData pen_28_filled = IconData(0x1067f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_28_filled = IconData( + 0x1067f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 32 and filled style. - static const IconData pen_32_filled = IconData(0x10680, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_32_filled = IconData( + 0x10680, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen" in size 48 and filled style. - static const IconData pen_48_filled = IconData(0x10681, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_48_filled = IconData( + 0x10681, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 16 and filled style. - static const IconData pen_off_16_filled = IconData(0x10682, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_16_filled = IconData( + 0x10682, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 20 and filled style. - static const IconData pen_off_20_filled = IconData(0x10683, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_20_filled = IconData( + 0x10683, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 24 and filled style. - static const IconData pen_off_24_filled = IconData(0x10684, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_24_filled = IconData( + 0x10684, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 28 and filled style. - static const IconData pen_off_28_filled = IconData(0x10685, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_28_filled = IconData( + 0x10685, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 32 and filled style. - static const IconData pen_off_32_filled = IconData(0x10686, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_32_filled = IconData( + 0x10686, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_off" in size 48 and filled style. - static const IconData pen_off_48_filled = IconData(0x10687, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_off_48_filled = IconData( + 0x10687, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 16 and filled style. - static const IconData pen_prohibited_16_filled = IconData(0x10688, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_16_filled = IconData( + 0x10688, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 20 and filled style. - static const IconData pen_prohibited_20_filled = IconData(0x10689, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_20_filled = IconData( + 0x10689, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 24 and filled style. - static const IconData pen_prohibited_24_filled = IconData(0x1068a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_24_filled = IconData( + 0x1068a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 28 and filled style. - static const IconData pen_prohibited_28_filled = IconData(0x1068b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_28_filled = IconData( + 0x1068b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 32 and filled style. - static const IconData pen_prohibited_32_filled = IconData(0x1068c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_32_filled = IconData( + 0x1068c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pen_prohibited" in size 48 and filled style. - static const IconData pen_prohibited_48_filled = IconData(0x1068d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pen_prohibited_48_filled = IconData( + 0x1068d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 20 and filled style. - static const IconData pentagon_20_filled = IconData(0x10707, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pentagon_20_filled = IconData( + 0x10707, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 32 and filled style. - static const IconData pentagon_32_filled = IconData(0x101ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pentagon_32_filled = IconData( + 0x101ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pentagon" in size 48 and filled style. - static const IconData pentagon_48_filled = IconData(0x103ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pentagon_48_filled = IconData( + 0x103ba, + 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); + 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); + 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); + 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); + static const IconData people_28_filled = IconData( + 0xf5b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people" in size 32 and filled style. - static const IconData people_32_filled = IconData(0xfcf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_32_filled = IconData( + 0xfcf5, + 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); + 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); + 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); + static const IconData people_add_24_filled = IconData( + 0xf5b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_add" in size 28 and filled style. - static const IconData people_add_28_filled = IconData(0x103bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_add_28_filled = IconData( + 0x103bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_audience" in size 20 and filled style. - static const IconData people_audience_20_filled = IconData(0xfb4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_audience_20_filled = IconData( + 0xfb4a, + 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); + static const IconData people_audience_24_filled = IconData( + 0xf5b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_call" in size 16 and filled style. - static const IconData people_call_16_filled = IconData(0xfb4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_call_16_filled = IconData( + 0xfb4b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_call" in size 20 and filled style. - static const IconData people_call_20_filled = IconData(0xfb4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_call_20_filled = IconData( + 0xfb4c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 16 and filled style. - static const IconData people_checkmark_16_filled = IconData(0x10028, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_checkmark_16_filled = IconData( + 0x10028, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 20 and filled style. - static const IconData people_checkmark_20_filled = IconData(0xfd55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_checkmark_20_filled = IconData( + 0xfd55, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_checkmark" in size 24 and filled style. - static const IconData people_checkmark_24_filled = IconData(0xfd56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_checkmark_24_filled = IconData( + 0xfd56, + 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); + 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); + 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); + 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); + static const IconData people_community_28_filled = IconData( + 0xf5bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_community_add" in size 20 and filled style. - static const IconData people_community_add_20_filled = IconData(0xfe8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_community_add_20_filled = IconData( + 0xfe8b, + 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); + static const IconData people_community_add_24_filled = IconData( + 0xf5bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_community_add" in size 28 and filled style. - static const IconData people_community_add_28_filled = IconData(0xfe8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_community_add_28_filled = IconData( + 0xfe8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_edit" in size 20 and filled style. - static const IconData people_edit_20_filled = IconData(0xfbb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_edit_20_filled = IconData( + 0xfbb8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 16 and filled style. - static const IconData people_error_16_filled = IconData(0xfbbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_error_16_filled = IconData( + 0xfbbf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 20 and filled style. - static const IconData people_error_20_filled = IconData(0xfbc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_error_20_filled = IconData( + 0xfbc0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_error" in size 24 and filled style. - static const IconData people_error_24_filled = IconData(0xfbc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_error_24_filled = IconData( + 0xfbc1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 16 and filled style. - static const IconData people_list_16_filled = IconData(0xfab3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_list_16_filled = IconData( + 0xfab3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 20 and filled style. - static const IconData people_list_20_filled = IconData(0xffaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_list_20_filled = IconData( + 0xffaf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 24 and filled style. - static const IconData people_list_24_filled = IconData(0x103bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_list_24_filled = IconData( + 0x103bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_list" in size 28 and filled style. - static const IconData people_list_28_filled = IconData(0x1037b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_list_28_filled = IconData( + 0x1037b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_lock" in size 20 and filled style. - static const IconData people_lock_20_filled = IconData(0x10284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_lock_20_filled = IconData( + 0x10284, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_lock" in size 24 and filled style. - static const IconData people_lock_24_filled = IconData(0x10285, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_lock_24_filled = IconData( + 0x10285, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_money" in size 20 and filled style. - static const IconData people_money_20_filled = IconData(0xfadc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_money_20_filled = IconData( + 0xfadc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_money" in size 24 and filled style. - static const IconData people_money_24_filled = IconData(0xfade, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_money_24_filled = IconData( + 0xfade, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_prohibited" in size 16 and filled style. - static const IconData people_prohibited_16_filled = IconData(0xfa77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_prohibited_16_filled = IconData( + 0xfa77, + 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); + static const IconData people_prohibited_20_filled = IconData( + 0xf5be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_prohibited" in size 24 and filled style. - static const IconData people_prohibited_24_filled = IconData(0x10520, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_prohibited_24_filled = IconData( + 0x10520, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_queue" in size 20 and filled style. - static const IconData people_queue_20_filled = IconData(0x103bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_queue_20_filled = IconData( + 0x103bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_queue" in size 24 and filled style. - static const IconData people_queue_24_filled = IconData(0x103be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_queue_24_filled = IconData( + 0x103be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_search" in size 20 and filled style. - static const IconData people_search_20_filled = IconData(0x10732, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_search_20_filled = IconData( + 0x10732, + 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); + 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); + static const IconData people_settings_20_filled = IconData( + 0xf5c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_settings" in size 24 and filled style. - static const IconData people_settings_24_filled = IconData(0xffb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_settings_24_filled = IconData( + 0xffb0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_settings" in size 28 and filled style. - static const IconData people_settings_28_filled = IconData(0x103bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_settings_28_filled = IconData( + 0x103bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 16 and filled style. - static const IconData people_swap_16_filled = IconData(0xfa78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_swap_16_filled = IconData( + 0xfa78, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 20 and filled style. - static const IconData people_swap_20_filled = IconData(0xfa79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_swap_20_filled = IconData( + 0xfa79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 24 and filled style. - static const IconData people_swap_24_filled = IconData(0xfa7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_swap_24_filled = IconData( + 0xfa7a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_swap" in size 28 and filled style. - static const IconData people_swap_28_filled = IconData(0xfa7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_swap_28_filled = IconData( + 0xfa7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 16 and filled style. - static const IconData people_sync_16_filled = IconData(0xf6c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_sync_16_filled = IconData( + 0xf6c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 20 and filled style. - static const IconData people_sync_20_filled = IconData(0x10029, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_sync_20_filled = IconData( + 0x10029, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_sync" in size 28 and filled style. - static const IconData people_sync_28_filled = IconData(0x105ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_sync_28_filled = IconData( + 0x105ce, + 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); + 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); + 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); + 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); + static const IconData people_team_28_filled = IconData( + 0xf5c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team" in size 32 and filled style. - static const IconData people_team_32_filled = IconData(0xfde7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_32_filled = IconData( + 0xfde7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_add" in size 20 and filled style. - static const IconData people_team_add_20_filled = IconData(0xfa7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_add_20_filled = IconData( + 0xfa7c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_add" in size 24 and filled style. - static const IconData people_team_add_24_filled = IconData(0xfa7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_add_24_filled = IconData( + 0xfa7d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 16 and filled style. - static const IconData people_team_delete_16_filled = IconData(0x10733, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_delete_16_filled = IconData( + 0x10733, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 20 and filled style. - static const IconData people_team_delete_20_filled = IconData(0x10734, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_delete_20_filled = IconData( + 0x10734, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 24 and filled style. - static const IconData people_team_delete_24_filled = IconData(0xfc3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_delete_24_filled = IconData( + 0xfc3e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 28 and filled style. - static const IconData people_team_delete_28_filled = IconData(0x10735, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_delete_28_filled = IconData( + 0x10735, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_delete" in size 32 and filled style. - static const IconData people_team_delete_32_filled = IconData(0x10736, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_delete_32_filled = IconData( + 0x10736, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_toolbox" in size 20 and filled style. - static const IconData people_team_toolbox_20_filled = IconData(0xffb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_toolbox_20_filled = IconData( + 0xffb1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_team_toolbox" in size 24 and filled style. - static const IconData people_team_toolbox_24_filled = IconData(0xffb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_team_toolbox_24_filled = IconData( + 0xffb2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_toolbox" in size 16 and filled style. - static const IconData people_toolbox_16_filled = IconData(0xf6d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_toolbox_16_filled = IconData( + 0xf6d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "people_toolbox" in size 20 and filled style. - static const IconData people_toolbox_20_filled = IconData(0x1002a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData people_toolbox_20_filled = IconData( + 0x1002a, + 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); + 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); + 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); + 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); + 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); + static const IconData person_28_filled = IconData( + 0xf5c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person" in size 32 and filled style. - static const IconData person_32_filled = IconData(0xfe37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_32_filled = IconData( + 0xfe37, + 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); + static const IconData person_48_filled = IconData( + 0xf5ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_5" in size 20 and filled style. - static const IconData person_5_20_filled = IconData(0x10737, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_5_20_filled = IconData( + 0x10737, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_5" in size 32 and filled style. - static const IconData person_5_32_filled = IconData(0xfe38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_5_32_filled = IconData( + 0xfe38, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_6" in size 20 and filled style. - static const IconData person_6_20_filled = IconData(0x10738, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_6_20_filled = IconData( + 0x10738, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_6" in size 32 and filled style. - static const IconData person_6_32_filled = IconData(0xfe8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_6_32_filled = IconData( + 0xfe8d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_accounts" in size 20 and filled style. - static const IconData person_accounts_20_filled = IconData(0x10708, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_accounts_20_filled = IconData( + 0x10708, + 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); + static const IconData person_accounts_24_filled = IconData( + 0xf5cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_add" in size 16 and filled style. - static const IconData person_add_16_filled = IconData(0xfe8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_add_16_filled = IconData( + 0xfe8e, + 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); + 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); + static const IconData person_add_24_filled = IconData( + 0xf5cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_add" in size 28 and filled style. - static const IconData person_add_28_filled = IconData(0xfe8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_add_28_filled = IconData( + 0xfe8f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_arrow_left" in size 16 and filled style. - static const IconData person_arrow_left_16_filled = IconData(0x102f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_arrow_left_16_filled = IconData( + 0x102f4, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData person_available_16_filled = IconData( + 0xf5d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_available" in size 20 and filled style. - static const IconData person_available_20_filled = IconData(0xfa7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_available_20_filled = IconData( + 0xfa7f, + 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); + static const IconData person_available_24_filled = IconData( + 0xf5d4, + 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); + 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); + 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); + static const IconData person_board_24_filled = IconData( + 0xf5d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_call" in size 16 and filled style. - static const IconData person_call_16_filled = IconData(0xfb4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_call_16_filled = IconData( + 0xfb4d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_call" in size 20 and filled style. - static const IconData person_call_20_filled = IconData(0xfb4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_call_20_filled = IconData( + 0xfb4e, + 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); + static const IconData person_call_24_filled = IconData( + 0xf5d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 16 and filled style. - static const IconData person_chat_16_filled = IconData(0xf6d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_chat_16_filled = IconData( + 0xf6d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 20 and filled style. - static const IconData person_chat_20_filled = IconData(0xf6da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_chat_20_filled = IconData( + 0xf6da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_chat" in size 24 and filled style. - static const IconData person_chat_24_filled = IconData(0xf6dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_chat_24_filled = IconData( + 0xf6dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 12 and filled style. - static const IconData person_circle_12_filled = IconData(0x100e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_circle_12_filled = IconData( + 0x100e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 20 and filled style. - static const IconData person_circle_20_filled = IconData(0xfba6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_circle_20_filled = IconData( + 0xfba6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_circle" in size 24 and filled style. - static const IconData person_circle_24_filled = IconData(0x10286, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_circle_24_filled = IconData( + 0x10286, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 16 and filled style. - static const IconData person_clock_16_filled = IconData(0xfa80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_clock_16_filled = IconData( + 0xfa80, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 20 and filled style. - static const IconData person_clock_20_filled = IconData(0xfa81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_clock_20_filled = IconData( + 0xfa81, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_clock" in size 24 and filled style. - static const IconData person_clock_24_filled = IconData(0xfa82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_clock_24_filled = IconData( + 0xfa82, + 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); + static const IconData person_delete_16_filled = IconData( + 0xf5da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_delete" in size 20 and filled style. - static const IconData person_delete_20_filled = IconData(0xfa83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_delete_20_filled = IconData( + 0xfa83, + 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); + static const IconData person_delete_24_filled = IconData( + 0xf5db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_edit" in size 20 and filled style. - static const IconData person_edit_20_filled = IconData(0x102f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_edit_20_filled = IconData( + 0x102f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_edit" in size 24 and filled style. - static const IconData person_edit_24_filled = IconData(0x102f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_edit_24_filled = IconData( + 0x102f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_feedback" in size 16 and filled style. - static const IconData person_feedback_16_filled = IconData(0xffb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_feedback_16_filled = IconData( + 0xffb3, + 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); + 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); + static const IconData person_feedback_24_filled = IconData( + 0xf5dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_info" in size 16 and filled style. - static const IconData person_info_16_filled = IconData(0xf6df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_info_16_filled = IconData( + 0xf6df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_info" in size 20 and filled style. - static const IconData person_info_20_filled = IconData(0x100ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_info_20_filled = IconData( + 0x100ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_key" in size 20 and filled style. - static const IconData person_key_20_filled = IconData(0x1068e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_key_20_filled = IconData( + 0x1068e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lightbulb" in size 20 and filled style. - static const IconData person_lightbulb_20_filled = IconData(0x1023a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_lightbulb_20_filled = IconData( + 0x1023a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lightbulb" in size 24 and filled style. - static const IconData person_lightbulb_24_filled = IconData(0x1023b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_lightbulb_24_filled = IconData( + 0x1023b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 16 and filled style. - static const IconData person_lock_16_filled = IconData(0xf6e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_lock_16_filled = IconData( + 0xf6e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 20 and filled style. - static const IconData person_lock_20_filled = IconData(0xf6e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_lock_20_filled = IconData( + 0xf6e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_lock" in size 24 and filled style. - static const IconData person_lock_24_filled = IconData(0x10166, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_lock_24_filled = IconData( + 0x10166, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 16 and filled style. - static const IconData person_mail_16_filled = IconData(0xfa84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_mail_16_filled = IconData( + 0xfa84, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 20 and filled style. - static const IconData person_mail_20_filled = IconData(0xfa85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_mail_20_filled = IconData( + 0xfa85, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 24 and filled style. - static const IconData person_mail_24_filled = IconData(0xfa86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_mail_24_filled = IconData( + 0xfa86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 28 and filled style. - static const IconData person_mail_28_filled = IconData(0xfa87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_mail_28_filled = IconData( + 0xfa87, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_mail" in size 48 and filled style. - static const IconData person_mail_48_filled = IconData(0xfa88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_mail_48_filled = IconData( + 0xfa88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_money" in size 20 and filled style. - static const IconData person_money_20_filled = IconData(0xffb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_money_20_filled = IconData( + 0xffb4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_money" in size 24 and filled style. - static const IconData person_money_24_filled = IconData(0xffb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_money_24_filled = IconData( + 0xffb5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_note" in size 20 and filled style. - static const IconData person_note_20_filled = IconData(0x10167, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_note_20_filled = IconData( + 0x10167, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_note" in size 24 and filled style. - static const IconData person_note_24_filled = IconData(0xfcf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_note_24_filled = IconData( + 0xfcf6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_pill" in size 20 and filled style. - static const IconData person_pill_20_filled = IconData(0xfadf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_pill_20_filled = IconData( + 0xfadf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_pill" in size 24 and filled style. - static const IconData person_pill_24_filled = IconData(0xfae0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_pill_24_filled = IconData( + 0xfae0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 16 and filled style. - static const IconData person_prohibited_16_filled = IconData(0xfe90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_prohibited_16_filled = IconData( + 0xfe90, + 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); + static const IconData person_prohibited_20_filled = IconData( + 0xf5de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 24 and filled style. - static const IconData person_prohibited_24_filled = IconData(0xfa89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_prohibited_24_filled = IconData( + 0xfa89, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_prohibited" in size 28 and filled style. - static const IconData person_prohibited_28_filled = IconData(0xfe91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_prohibited_28_filled = IconData( + 0xfe91, + 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); + 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); + 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); + static const IconData person_question_mark_24_filled = IconData( + 0xf5e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_settings" in size 16 and filled style. - static const IconData person_settings_16_filled = IconData(0xfae1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_settings_16_filled = IconData( + 0xfae1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_settings" in size 20 and filled style. - static const IconData person_settings_20_filled = IconData(0x1002b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_settings_20_filled = IconData( + 0x1002b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_subtract" in size 16 and filled style. - static const IconData person_subtract_16_filled = IconData(0xf6f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_subtract_16_filled = IconData( + 0xf6f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_subtract" in size 20 and filled style. - static const IconData person_subtract_20_filled = IconData(0x10709, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_subtract_20_filled = IconData( + 0x10709, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData person_swap_24_filled = IconData( + 0xf5e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_sync" in size 24 and filled style. - static const IconData person_sync_24_filled = IconData(0x10739, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_sync_24_filled = IconData( + 0x10739, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 20 and filled style. - static const IconData person_tag_20_filled = IconData(0x104da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_tag_20_filled = IconData( + 0x104da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 24 and filled style. - static const IconData person_tag_24_filled = IconData(0x104db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_tag_24_filled = IconData( + 0x104db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 28 and filled style. - static const IconData person_tag_28_filled = IconData(0x104dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_tag_28_filled = IconData( + 0x104dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 32 and filled style. - static const IconData person_tag_32_filled = IconData(0x104dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_tag_32_filled = IconData( + 0x104dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "person_tag" in size 48 and filled style. - static const IconData person_tag_48_filled = IconData(0x104de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData person_tag_48_filled = IconData( + 0x104de, + 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); + 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); + static const IconData person_voice_24_filled = IconData( + 0xf5e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone" in size 12 and filled style. - static const IconData phone_12_filled = IconData(0x100eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_12_filled = IconData( + 0x100eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone" in size 16 and filled style. - static const IconData phone_16_filled = IconData(0xf6f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_16_filled = IconData( + 0xf6f7, + 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); + 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); + static const IconData phone_24_filled = IconData( + 0xf5eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_add" in size 20 and filled style. - static const IconData phone_add_20_filled = IconData(0x105cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_add_20_filled = IconData( + 0x105cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_add" in size 24 and filled style. - static const IconData phone_add_24_filled = IconData(0xfc3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_add_24_filled = IconData( + 0xfc3f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_arrow_right" in size 20 and filled style. - static const IconData phone_arrow_right_20_filled = IconData(0xfc40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_arrow_right_20_filled = IconData( + 0xfc40, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_arrow_right" in size 24 and filled style. - static const IconData phone_arrow_right_24_filled = IconData(0xfc41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_arrow_right_24_filled = IconData( + 0xfc41, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_checkmark" in size 16 and filled style. - static const IconData phone_checkmark_16_filled = IconData(0xf6f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_checkmark_16_filled = IconData( + 0xf6f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_checkmark" in size 20 and filled style. - static const IconData phone_checkmark_20_filled = IconData(0x1002c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_checkmark_20_filled = IconData( + 0x1002c, + 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); + 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); + 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); + 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); + static const IconData phone_desktop_28_filled = IconData( + 0xf5f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_desktop_add" in size 20 and filled style. - static const IconData phone_desktop_add_20_filled = IconData(0xfb4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_desktop_add_20_filled = IconData( + 0xfb4f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_dismiss" in size 20 and filled style. - static const IconData phone_dismiss_20_filled = IconData(0x105d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_dismiss_20_filled = IconData( + 0x105d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_dismiss" in size 24 and filled style. - static const IconData phone_dismiss_24_filled = IconData(0xfc42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_dismiss_24_filled = IconData( + 0xfc42, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_eraser" in size 16 and filled style. - static const IconData phone_eraser_16_filled = IconData(0xffb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_eraser_16_filled = IconData( + 0xffb6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_eraser" in size 20 and filled style. - static const IconData phone_eraser_20_filled = IconData(0x1073a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_eraser_20_filled = IconData( + 0x1073a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_laptop" in size 16 and filled style. - static const IconData phone_laptop_16_filled = IconData(0xfcf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_laptop_16_filled = IconData( + 0xfcf7, + 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); + 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); + static const IconData phone_laptop_24_filled = IconData( + 0xf5f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_laptop" in size 32 and filled style. - static const IconData phone_laptop_32_filled = IconData(0xfcf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_laptop_32_filled = IconData( + 0xfcf8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_link_setup" in size 20 and filled style. - static const IconData phone_link_setup_20_filled = IconData(0x1068f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_link_setup_20_filled = IconData( + 0x1068f, + 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); + static const IconData phone_link_setup_24_filled = IconData( + 0xf5f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_lock" in size 20 and filled style. - static const IconData phone_lock_20_filled = IconData(0x105d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_lock_20_filled = IconData( + 0x105d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_lock" in size 24 and filled style. - static const IconData phone_lock_24_filled = IconData(0xfc43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_lock_24_filled = IconData( + 0xfc43, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_page_header" in size 20 and filled style. - static const IconData phone_page_header_20_filled = IconData(0x105d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_page_header_20_filled = IconData( + 0x105d2, + 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); + static const IconData phone_page_header_24_filled = IconData( + 0xf5f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_pagination" in size 20 and filled style. - static const IconData phone_pagination_20_filled = IconData(0x105d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_pagination_20_filled = IconData( + 0x105d3, + 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); + static const IconData phone_pagination_24_filled = IconData( + 0xf5fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_screen_time" in size 20 and filled style. - static const IconData phone_screen_time_20_filled = IconData(0x105d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_screen_time_20_filled = IconData( + 0x105d4, + 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); + static const IconData phone_screen_time_24_filled = IconData( + 0xf5fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_shake" in size 20 and filled style. - static const IconData phone_shake_20_filled = IconData(0x1073b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_shake_20_filled = IconData( + 0x1073b, + 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); + static const IconData phone_shake_24_filled = IconData( + 0xf5fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 16 and filled style. - static const IconData phone_span_in_16_filled = IconData(0xfc44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_in_16_filled = IconData( + 0xfc44, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 20 and filled style. - static const IconData phone_span_in_20_filled = IconData(0xfc45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_in_20_filled = IconData( + 0xfc45, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 24 and filled style. - static const IconData phone_span_in_24_filled = IconData(0xfc46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_in_24_filled = IconData( + 0xfc46, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_in" in size 28 and filled style. - static const IconData phone_span_in_28_filled = IconData(0xfc47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_in_28_filled = IconData( + 0xfc47, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 16 and filled style. - static const IconData phone_span_out_16_filled = IconData(0xfc48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_out_16_filled = IconData( + 0xfc48, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 20 and filled style. - static const IconData phone_span_out_20_filled = IconData(0xfc49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_out_20_filled = IconData( + 0xfc49, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 24 and filled style. - static const IconData phone_span_out_24_filled = IconData(0xfc4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_out_24_filled = IconData( + 0xfc4a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_span_out" in size 28 and filled style. - static const IconData phone_span_out_28_filled = IconData(0xfc4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_span_out_28_filled = IconData( + 0xfc4b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_speaker" in size 20 and filled style. - static const IconData phone_speaker_20_filled = IconData(0x1073c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_speaker_20_filled = IconData( + 0x1073c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_speaker" in size 24 and filled style. - static const IconData phone_speaker_24_filled = IconData(0xfcf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_speaker_24_filled = IconData( + 0xfcf9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_status_bar" in size 20 and filled style. - static const IconData phone_status_bar_20_filled = IconData(0x105d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_status_bar_20_filled = IconData( + 0x105d5, + 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); + 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); + 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); + static const IconData phone_tablet_24_filled = IconData( + 0xf5ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update" in size 20 and filled style. - static const IconData phone_update_20_filled = IconData(0x105d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_update_20_filled = IconData( + 0x105d6, + 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); + static const IconData phone_update_24_filled = IconData( + 0xf602, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update_checkmark" in size 20 and filled style. - static const IconData phone_update_checkmark_20_filled = IconData(0x10287, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_update_checkmark_20_filled = IconData( + 0x10287, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_update_checkmark" in size 24 and filled style. - static const IconData phone_update_checkmark_24_filled = IconData(0x10288, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_update_checkmark_24_filled = IconData( + 0x10288, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_vertical_scroll" in size 20 and filled style. - static const IconData phone_vertical_scroll_20_filled = IconData(0x105d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_vertical_scroll_20_filled = IconData( + 0x105d7, + 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); + static const IconData phone_vertical_scroll_24_filled = IconData( + 0xf603, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "phone_vibrate" in size 20 and filled style. - static const IconData phone_vibrate_20_filled = IconData(0x105d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData phone_vibrate_20_filled = IconData( + 0x105d8, + 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); + static const IconData phone_vibrate_24_filled = IconData( + 0xf604, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "photo_filter" in size 20 and filled style. - static const IconData photo_filter_20_filled = IconData(0x105d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData photo_filter_20_filled = IconData( + 0x105d9, + 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); + static const IconData photo_filter_24_filled = IconData( + 0xf605, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pi" in size 20 and filled style. - static const IconData pi_20_filled = IconData(0x105da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pi_20_filled = IconData( + 0x105da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pi" in size 24 and filled style. - static const IconData pi_24_filled = IconData(0xfcfa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pi_24_filled = IconData( + 0xfcfa, + 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); + 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); + 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); + static const IconData picture_in_picture_24_filled = IconData( + 0xf608, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 16 and filled style. - static const IconData picture_in_picture_enter_16_filled = IconData(0x1023c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_16_filled = IconData( + 0x1023c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 20 and filled style. - static const IconData picture_in_picture_enter_20_filled = IconData(0x1023d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_20_filled = IconData( + 0x1023d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_enter" in size 24 and filled style. - static const IconData picture_in_picture_enter_24_filled = IconData(0x1023e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_enter_24_filled = IconData( + 0x1023e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 16 and filled style. - static const IconData picture_in_picture_exit_16_filled = IconData(0x1023f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_16_filled = IconData( + 0x1023f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 20 and filled style. - static const IconData picture_in_picture_exit_20_filled = IconData(0x10240, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_20_filled = IconData( + 0x10240, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "picture_in_picture_exit" in size 24 and filled style. - static const IconData picture_in_picture_exit_24_filled = IconData(0x10241, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData picture_in_picture_exit_24_filled = IconData( + 0x10241, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 16 and filled style. - static const IconData pill_16_filled = IconData(0xf6f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pill_16_filled = IconData( + 0xf6f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 20 and filled style. - static const IconData pill_20_filled = IconData(0xf6fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pill_20_filled = IconData( + 0xf6fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 24 and filled style. - static const IconData pill_24_filled = IconData(0xf6fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pill_24_filled = IconData( + 0xf6fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pill" in size 28 and filled style. - static const IconData pill_28_filled = IconData(0xf6fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pill_28_filled = IconData( + 0xf6fc, + 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); + 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); + 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); + 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); + static const IconData pin_24_filled = IconData( + 0xf60c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 28 and filled style. - static const IconData pin_28_filled = IconData(0xfe92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_28_filled = IconData( + 0xfe92, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 32 and filled style. - static const IconData pin_32_filled = IconData(0xfe93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_32_filled = IconData( + 0xfe93, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin" in size 48 and filled style. - static const IconData pin_48_filled = IconData(0xfe94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_48_filled = IconData( + 0xfe94, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 16 and filled style. - static const IconData pin_off_16_filled = IconData(0xfef3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_off_16_filled = IconData( + 0xfef3, + 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); + 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); + static const IconData pin_off_24_filled = IconData( + 0xf60e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 28 and filled style. - static const IconData pin_off_28_filled = IconData(0x1070a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_off_28_filled = IconData( + 0x1070a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 32 and filled style. - static const IconData pin_off_32_filled = IconData(0x1070b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_off_32_filled = IconData( + 0x1070b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pin_off" in size 48 and filled style. - static const IconData pin_off_48_filled = IconData(0xfef4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pin_off_48_filled = IconData( + 0xfef4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline" in size 20 and filled style. - static const IconData pipeline_20_filled = IconData(0x10690, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pipeline_20_filled = IconData( + 0x10690, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline_add" in size 20 and filled style. - static const IconData pipeline_add_20_filled = IconData(0x10691, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pipeline_add_20_filled = IconData( + 0x10691, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pipeline_play" in size 20 and filled style. - static const IconData pipeline_play_20_filled = IconData(0x10692, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pipeline_play_20_filled = IconData( + 0x10692, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pivot" in size 20 and filled style. - static const IconData pivot_20_filled = IconData(0xfae2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pivot_20_filled = IconData( + 0xfae2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pivot" in size 24 and filled style. - static const IconData pivot_24_filled = IconData(0xfae3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pivot_24_filled = IconData( + 0xfae3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 12 and filled style. - static const IconData play_12_filled = IconData(0xfae4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_12_filled = IconData( + 0xfae4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 16 and filled style. - static const IconData play_16_filled = IconData(0x1002d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_16_filled = IconData( + 0x1002d, + 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); + 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); + static const IconData play_24_filled = IconData( + 0xf610, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 28 and filled style. - static const IconData play_28_filled = IconData(0x1002e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_28_filled = IconData( + 0x1002e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play" in size 32 and filled style. - static const IconData play_32_filled = IconData(0x1002f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_32_filled = IconData( + 0x1002f, + 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); + static const IconData play_48_filled = IconData( + 0xf611, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 16 and filled style. - static const IconData play_circle_16_filled = IconData(0xfd57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_circle_16_filled = IconData( + 0xfd57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 20 and filled style. - static const IconData play_circle_20_filled = IconData(0xfd58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_circle_20_filled = IconData( + 0xfd58, + 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); + static const IconData play_circle_24_filled = IconData( + 0xf612, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 28 and filled style. - static const IconData play_circle_28_filled = IconData(0xfd59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_circle_28_filled = IconData( + 0xfd59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_circle" in size 48 and filled style. - static const IconData play_circle_48_filled = IconData(0x101ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_circle_48_filled = IconData( + 0x101ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "play_settings" in size 20 and filled style. - static const IconData play_settings_20_filled = IconData(0x10693, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData play_settings_20_filled = IconData( + 0x10693, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected" in size 20 and filled style. - static const IconData plug_connected_20_filled = IconData(0x10242, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData plug_connected_20_filled = IconData( + 0x10242, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected" in size 24 and filled style. - static const IconData plug_connected_24_filled = IconData(0x10289, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData plug_connected_24_filled = IconData( + 0x10289, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected_add" in size 20 and filled style. - static const IconData plug_connected_add_20_filled = IconData(0x10694, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData plug_connected_add_20_filled = IconData( + 0x10694, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "plug_connected_checkmark" in size 20 and filled style. - static const IconData plug_connected_checkmark_20_filled = IconData(0x10695, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData plug_connected_checkmark_20_filled = IconData( + 0x10695, + 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); + 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); + 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); + static const IconData plug_disconnected_28_filled = IconData( + 0xf615, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "point_scan" in size 20 and filled style. - static const IconData point_scan_20_filled = IconData(0x1070c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData point_scan_20_filled = IconData( + 0x1070c, + 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); + static const IconData point_scan_24_filled = IconData( + 0xf616, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "poll" in size 16 and filled style. - static const IconData poll_16_filled = IconData(0x10190, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData poll_16_filled = IconData( + 0x10190, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "poll" in size 20 and filled style. - static const IconData poll_20_filled = IconData(0xfa8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData poll_20_filled = IconData( + 0xfa8b, + 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); + static const IconData poll_24_filled = IconData( + 0xf617, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_hdmi" in size 20 and filled style. - static const IconData port_hdmi_20_filled = IconData(0x105db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_hdmi_20_filled = IconData( + 0x105db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_hdmi" in size 24 and filled style. - static const IconData port_hdmi_24_filled = IconData(0xffb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_hdmi_24_filled = IconData( + 0xffb7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_micro_usb" in size 24 and filled style. - static const IconData port_micro_usb_24_filled = IconData(0xffb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_micro_usb_24_filled = IconData( + 0xffb8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_a" in size 20 and filled style. - static const IconData port_usb_a_20_filled = IconData(0x1070d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_usb_a_20_filled = IconData( + 0x1070d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_a" in size 24 and filled style. - static const IconData port_usb_a_24_filled = IconData(0xffb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_usb_a_24_filled = IconData( + 0xffb9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "port_usb_c" in size 24 and filled style. - static const IconData port_usb_c_24_filled = IconData(0xffba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData port_usb_c_24_filled = IconData( + 0xffba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_backward" in size 20 and filled style. - static const IconData position_backward_20_filled = IconData(0xfc4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_backward_20_filled = IconData( + 0xfc4c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_backward" in size 24 and filled style. - static const IconData position_backward_24_filled = IconData(0xfc4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_backward_24_filled = IconData( + 0xfc4d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_forward" in size 20 and filled style. - static const IconData position_forward_20_filled = IconData(0xfc4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_forward_20_filled = IconData( + 0xfc4e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_forward" in size 24 and filled style. - static const IconData position_forward_24_filled = IconData(0xfc4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_forward_24_filled = IconData( + 0xfc4f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_back" in size 20 and filled style. - static const IconData position_to_back_20_filled = IconData(0xfc50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_to_back_20_filled = IconData( + 0xfc50, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_back" in size 24 and filled style. - static const IconData position_to_back_24_filled = IconData(0xfc51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_to_back_24_filled = IconData( + 0xfc51, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_front" in size 20 and filled style. - static const IconData position_to_front_20_filled = IconData(0xfc52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_to_front_20_filled = IconData( + 0xfc52, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "position_to_front" in size 24 and filled style. - static const IconData position_to_front_24_filled = IconData(0xfc53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData position_to_front_24_filled = IconData( + 0xfc53, + 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); + 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); + 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); + static const IconData power_28_filled = IconData( + 0xf61a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "predictions" in size 20 and filled style. - static const IconData predictions_20_filled = IconData(0x105dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData predictions_20_filled = IconData( + 0x105dc, + 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); + 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); + 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); + 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); + 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); + static const IconData premium_28_filled = IconData( + 0xf61f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium" in size 32 and filled style. - static const IconData premium_32_filled = IconData(0xfcfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData premium_32_filled = IconData( + 0xfcfb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium_person" in size 20 and filled style. - static const IconData premium_person_20_filled = IconData(0xfe95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData premium_person_20_filled = IconData( + 0xfe95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "premium_person" in size 24 and filled style. - static const IconData premium_person_24_filled = IconData(0xfe96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData premium_person_24_filled = IconData( + 0xfe96, + 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); + 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); + 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); + static const IconData presence_available_16_filled = IconData( + 0xf622, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 20 and filled style. - static const IconData presence_available_20_filled = IconData(0x10696, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_available_20_filled = IconData( + 0x10696, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_available" in size 24 and filled style. - static const IconData presence_available_24_filled = IconData(0x10697, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_available_24_filled = IconData( + 0x10697, + 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); + 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); + 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); + static const IconData presence_away_16_filled = IconData( + 0xf625, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_away" in size 20 and filled style. - static const IconData presence_away_20_filled = IconData(0x10698, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_away_20_filled = IconData( + 0x10698, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_away" in size 24 and filled style. - static const IconData presence_away_24_filled = IconData(0x10699, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_away_24_filled = IconData( + 0x10699, + 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); + 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); + 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); + static const IconData presence_busy_16_filled = IconData( + 0xf628, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_busy" in size 20 and filled style. - static const IconData presence_busy_20_filled = IconData(0x1069a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_busy_20_filled = IconData( + 0x1069a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_busy" in size 24 and filled style. - static const IconData presence_busy_24_filled = IconData(0x1069b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_busy_24_filled = IconData( + 0x1069b, + 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); + 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); + 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); + static const IconData presence_dnd_16_filled = IconData( + 0xf62b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 20 and filled style. - static const IconData presence_dnd_20_filled = IconData(0x1069c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_dnd_20_filled = IconData( + 0x1069c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presence_dnd" in size 24 and filled style. - static const IconData presence_dnd_24_filled = IconData(0x1069d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presence_dnd_24_filled = IconData( + 0x1069d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presenter" in size 20 and filled style. - static const IconData presenter_20_filled = IconData(0xfb50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presenter_20_filled = IconData( + 0xfb50, + 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); + static const IconData presenter_24_filled = IconData( + 0xf62c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "presenter_off" in size 20 and filled style. - static const IconData presenter_off_20_filled = IconData(0xfb51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData presenter_off_20_filled = IconData( + 0xfb51, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData previous_24_filled = IconData( + 0xf633, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 28 and filled style. - static const IconData previous_28_filled = IconData(0x1037c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData previous_28_filled = IconData( + 0x1037c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 32 and filled style. - static const IconData previous_32_filled = IconData(0x1037d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData previous_32_filled = IconData( + 0x1037d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "previous" in size 48 and filled style. - static const IconData previous_48_filled = IconData(0x1037e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData previous_48_filled = IconData( + 0x1037e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "print" in size 16 and filled style. - static const IconData print_16_filled = IconData(0xf703, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData print_16_filled = IconData( + 0xf703, + 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); + 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); + static const IconData print_24_filled = IconData( + 0xf635, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "print" in size 28 and filled style. - static const IconData print_28_filled = IconData(0x103c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData print_28_filled = IconData( + 0x103c0, + 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); + static const IconData print_48_filled = IconData( + 0xf636, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "print_add" in size 20 and filled style. - static const IconData print_add_20_filled = IconData(0xf705, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData print_add_20_filled = IconData( + 0xf705, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "print_add" in size 24 and filled style. - static const IconData print_add_24_filled = IconData(0xfae5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData print_add_24_filled = IconData( + 0xfae5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "production" in size 20 and filled style. - static const IconData production_20_filled = IconData(0xf706, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData production_20_filled = IconData( + 0xf706, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "production" in size 24 and filled style. - static const IconData production_24_filled = IconData(0xf707, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData production_24_filled = IconData( + 0xf707, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "production_checkmark" in size 20 and filled style. - static const IconData production_checkmark_20_filled = IconData(0xf70c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData production_checkmark_20_filled = IconData( + 0xf70c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "production_checkmark" in size 24 and filled style. - static const IconData production_checkmark_24_filled = IconData(0xf70d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData production_checkmark_24_filled = IconData( + 0xf70d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited" in size 12 and filled style. - static const IconData prohibited_12_filled = IconData(0xffbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_12_filled = IconData( + 0xffbb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited" in size 16 and filled style. - static const IconData prohibited_16_filled = IconData(0xf70e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_16_filled = IconData( + 0xf70e, + 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); + 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); + 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); + 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); + static const IconData prohibited_48_filled = IconData( + 0xf63a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 16 and filled style. - static const IconData prohibited_multiple_16_filled = IconData(0xfe97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_16_filled = IconData( + 0xfe97, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 20 and filled style. - static const IconData prohibited_multiple_20_filled = IconData(0xfe98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_20_filled = IconData( + 0xfe98, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_multiple" in size 24 and filled style. - static const IconData prohibited_multiple_24_filled = IconData(0xfe99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_multiple_24_filled = IconData( + 0xfe99, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "prohibited_note" in size 20 and filled style. - static const IconData prohibited_note_20_filled = IconData(0x1069e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData prohibited_note_20_filled = IconData( + 0x1069e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 16 and filled style. - static const IconData projection_screen_16_filled = IconData(0x101f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_16_filled = IconData( + 0x101f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 20 and filled style. - static const IconData projection_screen_20_filled = IconData(0x101f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_20_filled = IconData( + 0x101f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 24 and filled style. - static const IconData projection_screen_24_filled = IconData(0x101f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_24_filled = IconData( + 0x101f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen" in size 28 and filled style. - static const IconData projection_screen_28_filled = IconData(0x101f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_28_filled = IconData( + 0x101f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 16 and filled style. - static const IconData projection_screen_dismiss_16_filled = IconData(0x101f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_16_filled = IconData( + 0x101f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 20 and filled style. - static const IconData projection_screen_dismiss_20_filled = IconData(0x101f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_20_filled = IconData( + 0x101f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 24 and filled style. - static const IconData projection_screen_dismiss_24_filled = IconData(0x101f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_24_filled = IconData( + 0x101f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "projection_screen_dismiss" in size 28 and filled style. - static const IconData projection_screen_dismiss_28_filled = IconData(0x101f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData projection_screen_dismiss_28_filled = IconData( + 0x101f7, + 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); + 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); + 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); + static const IconData protocol_handler_24_filled = IconData( + 0xf63e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 20 and filled style. - static const IconData pulse_20_filled = IconData(0xfba7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_20_filled = IconData( + 0xfba7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 24 and filled style. - static const IconData pulse_24_filled = IconData(0xfa8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_24_filled = IconData( + 0xfa8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 28 and filled style. - static const IconData pulse_28_filled = IconData(0xfae6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_28_filled = IconData( + 0xfae6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse" in size 32 and filled style. - static const IconData pulse_32_filled = IconData(0xfde8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_32_filled = IconData( + 0xfde8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse_square" in size 20 and filled style. - static const IconData pulse_square_20_filled = IconData(0x105dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_square_20_filled = IconData( + 0x105dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "pulse_square" in size 24 and filled style. - static const IconData pulse_square_24_filled = IconData(0xfba8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData pulse_square_24_filled = IconData( + 0xfba8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 16 and filled style. - static const IconData puzzle_cube_16_filled = IconData(0xfbc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_16_filled = IconData( + 0xfbc2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 20 and filled style. - static const IconData puzzle_cube_20_filled = IconData(0xfbc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_20_filled = IconData( + 0xfbc3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 24 and filled style. - static const IconData puzzle_cube_24_filled = IconData(0xfbc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_24_filled = IconData( + 0xfbc4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 28 and filled style. - static const IconData puzzle_cube_28_filled = IconData(0xfbc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_28_filled = IconData( + 0xfbc5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube" in size 48 and filled style. - static const IconData puzzle_cube_48_filled = IconData(0xfbc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_48_filled = IconData( + 0xfbc6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_cube_piece" in size 20 and filled style. - static const IconData puzzle_cube_piece_20_filled = IconData(0x1069f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_cube_piece_20_filled = IconData( + 0x1069f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 16 and filled style. - static const IconData puzzle_piece_16_filled = IconData(0x1007e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_piece_16_filled = IconData( + 0x1007e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 20 and filled style. - static const IconData puzzle_piece_20_filled = IconData(0x1007f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_piece_20_filled = IconData( + 0x1007f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece" in size 24 and filled style. - static const IconData puzzle_piece_24_filled = IconData(0x10080, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_piece_24_filled = IconData( + 0x10080, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "puzzle_piece_shield" in size 20 and filled style. - static const IconData puzzle_piece_shield_20_filled = IconData(0x10435, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData puzzle_piece_shield_20_filled = IconData( + 0x10435, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "qr_code" in size 20 and filled style. - static const IconData qr_code_20_filled = IconData(0xfa8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData qr_code_20_filled = IconData( + 0xfa8d, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData question_48_filled = IconData( + 0xf645, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "question_circle" in size 12 and filled style. - static const IconData question_circle_12_filled = IconData(0x1070e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData question_circle_12_filled = IconData( + 0x1070e, + 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); + 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); + 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); + 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); + static const IconData question_circle_28_filled = IconData( + 0xf649, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "question_circle" in size 32 and filled style. - static const IconData question_circle_32_filled = IconData(0x1037f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData question_circle_32_filled = IconData( + 0x1037f, + 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); + 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); + 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); + 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); + static const IconData quiz_new_48_filled = IconData( + 0xf64d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar" in size 20 and filled style. - static const IconData radar_20_filled = IconData(0x1073d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData radar_20_filled = IconData( + 0x1073d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar_checkmark" in size 20 and filled style. - static const IconData radar_checkmark_20_filled = IconData(0x1073e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData radar_checkmark_20_filled = IconData( + 0x1073e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "radar_rectangle_multiple" in size 20 and filled style. - static const IconData radar_rectangle_multiple_20_filled = IconData(0x1073f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData radar_rectangle_multiple_20_filled = IconData( + 0x1073f, + 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); + 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); + static const IconData radio_button_24_filled = IconData( + 0xf64f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ram" in size 20 and filled style. - static const IconData ram_20_filled = IconData(0x106a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ram_20_filled = IconData( + 0x106a0, + 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); + 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); + 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); + static const IconData rating_mature_24_filled = IconData( + 0xf652, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ratio_one_to_one" in size 20 and filled style. - static const IconData ratio_one_to_one_20_filled = IconData(0xf713, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ratio_one_to_one_20_filled = IconData( + 0xf713, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ratio_one_to_one" in size 24 and filled style. - static const IconData ratio_one_to_one_24_filled = IconData(0xf714, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ratio_one_to_one_24_filled = IconData( + 0xf714, + 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); + 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); + static const IconData re_order_24_filled = IconData( + 0xf654, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 16 and filled style. - static const IconData re_order_dots_horizontal_16_filled = IconData(0xfd5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_16_filled = IconData( + 0xfd5a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 20 and filled style. - static const IconData re_order_dots_horizontal_20_filled = IconData(0xfd5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_20_filled = IconData( + 0xfd5b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_horizontal" in size 24 and filled style. - static const IconData re_order_dots_horizontal_24_filled = IconData(0xfd5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_horizontal_24_filled = IconData( + 0xfd5c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 16 and filled style. - static const IconData re_order_dots_vertical_16_filled = IconData(0xfd5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_16_filled = IconData( + 0xfd5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 20 and filled style. - static const IconData re_order_dots_vertical_20_filled = IconData(0xfd5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_20_filled = IconData( + 0xfd5e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "re_order_dots_vertical" in size 24 and filled style. - static const IconData re_order_dots_vertical_24_filled = IconData(0xfd5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData re_order_dots_vertical_24_filled = IconData( + 0xfd5f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "read_aloud" in size 16 and filled style. - static const IconData read_aloud_16_filled = IconData(0xfe9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData read_aloud_16_filled = IconData( + 0xfe9a, + 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); + 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); + static const IconData read_aloud_24_filled = IconData( + 0xf658, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "read_aloud" in size 28 and filled style. - static const IconData read_aloud_28_filled = IconData(0xfe9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData read_aloud_28_filled = IconData( + 0xfe9b, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData reading_list_add_28_filled = IconData( + 0xf662, + 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); + 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); + static const IconData reading_mode_mobile_24_filled = IconData( + 0xf666, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "real_estate" in size 20 and filled style. - static const IconData real_estate_20_filled = IconData(0x10740, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData real_estate_20_filled = IconData( + 0x10740, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "real_estate" in size 24 and filled style. - static const IconData real_estate_24_filled = IconData(0xfa8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData real_estate_24_filled = IconData( + 0xfa8e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt" in size 20 and filled style. - static const IconData receipt_20_filled = IconData(0xfcfc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_20_filled = IconData( + 0xfcfc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt" in size 24 and filled style. - static const IconData receipt_24_filled = IconData(0xfcfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_24_filled = IconData( + 0xfcfd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_add" in size 20 and filled style. - static const IconData receipt_add_20_filled = IconData(0xf715, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_add_20_filled = IconData( + 0xf715, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_add" in size 24 and filled style. - static const IconData receipt_add_24_filled = IconData(0xfae7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_add_24_filled = IconData( + 0xfae7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_bag" in size 20 and filled style. - static const IconData receipt_bag_20_filled = IconData(0xf71e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_bag_20_filled = IconData( + 0xf71e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_bag" in size 24 and filled style. - static const IconData receipt_bag_24_filled = IconData(0xfae8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_bag_24_filled = IconData( + 0xfae8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_cube" in size 20 and filled style. - static const IconData receipt_cube_20_filled = IconData(0xf745, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_cube_20_filled = IconData( + 0xf745, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_cube" in size 24 and filled style. - static const IconData receipt_cube_24_filled = IconData(0xfae9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_cube_24_filled = IconData( + 0xfae9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_money" in size 20 and filled style. - static const IconData receipt_money_20_filled = IconData(0xf746, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_money_20_filled = IconData( + 0xf746, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_money" in size 24 and filled style. - static const IconData receipt_money_24_filled = IconData(0x10030, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_money_24_filled = IconData( + 0x10030, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_play" in size 20 and filled style. - static const IconData receipt_play_20_filled = IconData(0xffbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_play_20_filled = IconData( + 0xffbc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_play" in size 24 and filled style. - static const IconData receipt_play_24_filled = IconData(0xffbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_play_24_filled = IconData( + 0xffbd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "receipt_search" in size 20 and filled style. - static const IconData receipt_search_20_filled = IconData(0x106a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData receipt_search_20_filled = IconData( + 0x106a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 12 and filled style. - static const IconData record_12_filled = IconData(0xf747, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_12_filled = IconData( + 0xf747, + 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); + 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); + 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); + static const IconData record_24_filled = IconData( + 0xf66c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 28 and filled style. - static const IconData record_28_filled = IconData(0xf74d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_28_filled = IconData( + 0xf74d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 32 and filled style. - static const IconData record_32_filled = IconData(0xf74e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_32_filled = IconData( + 0xf74e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record" in size 48 and filled style. - static const IconData record_48_filled = IconData(0xf74f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_48_filled = IconData( + 0xf74f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 12 and filled style. - static const IconData record_stop_12_filled = IconData(0xf770, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_12_filled = IconData( + 0xf770, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 16 and filled style. - static const IconData record_stop_16_filled = IconData(0xf771, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_16_filled = IconData( + 0xf771, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 20 and filled style. - static const IconData record_stop_20_filled = IconData(0xf772, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_20_filled = IconData( + 0xf772, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 24 and filled style. - static const IconData record_stop_24_filled = IconData(0xf773, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_24_filled = IconData( + 0xf773, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 28 and filled style. - static const IconData record_stop_28_filled = IconData(0xf774, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_28_filled = IconData( + 0xf774, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 32 and filled style. - static const IconData record_stop_32_filled = IconData(0xf77c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_32_filled = IconData( + 0xf77c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "record_stop" in size 48 and filled style. - static const IconData record_stop_48_filled = IconData(0xf77d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData record_stop_48_filled = IconData( + 0xf77d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 12 and filled style. - static const IconData rectangle_landscape_12_filled = IconData(0x10191, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_12_filled = IconData( + 0x10191, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 16 and filled style. - static const IconData rectangle_landscape_16_filled = IconData(0x10192, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_16_filled = IconData( + 0x10192, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 20 and filled style. - static const IconData rectangle_landscape_20_filled = IconData(0xfb52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_20_filled = IconData( + 0xfb52, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 24 and filled style. - static const IconData rectangle_landscape_24_filled = IconData(0x10193, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_24_filled = IconData( + 0x10193, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 28 and filled style. - static const IconData rectangle_landscape_28_filled = IconData(0x10194, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_28_filled = IconData( + 0x10194, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 32 and filled style. - static const IconData rectangle_landscape_32_filled = IconData(0x10195, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_32_filled = IconData( + 0x10195, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_landscape" in size 48 and filled style. - static const IconData rectangle_landscape_48_filled = IconData(0x10196, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_landscape_48_filled = IconData( + 0x10196, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rectangle_portrait_location_target" in size 20 and filled style. - static const IconData rectangle_portrait_location_target_20_filled = IconData(0x106a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rectangle_portrait_location_target_20_filled = IconData( + 0x106a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "remote" in size 16 and filled style. - static const IconData remote_16_filled = IconData(0xfde9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData remote_16_filled = IconData( + 0xfde9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "remote" in size 20 and filled style. - static const IconData remote_20_filled = IconData(0x105de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData remote_20_filled = IconData( + 0x105de, + 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); + 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); + 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); + 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); + static const IconData rename_28_filled = IconData( + 0xf675, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "reorder" in size 20 and filled style. - static const IconData reorder_20_filled = IconData(0x105df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData reorder_20_filled = IconData( + 0x105df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "replay" in size 20 and filled style. - static const IconData replay_20_filled = IconData(0x100ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData replay_20_filled = IconData( + 0x100ec, + 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); + static const IconData resize_20_filled = IconData( + 0xf676, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize" in size 24 and filled style. - static const IconData resize_24_filled = IconData(0x104a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_24_filled = IconData( + 0x104a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_image" in size 20 and filled style. - static const IconData resize_image_20_filled = IconData(0x104a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_image_20_filled = IconData( + 0x104a8, + 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); + static const IconData resize_image_24_filled = IconData( + 0xf677, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 16 and filled style. - static const IconData resize_large_16_filled = IconData(0xfc54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_large_16_filled = IconData( + 0xfc54, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 20 and filled style. - static const IconData resize_large_20_filled = IconData(0xfc55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_large_20_filled = IconData( + 0xfc55, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_large" in size 24 and filled style. - static const IconData resize_large_24_filled = IconData(0xfc56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_large_24_filled = IconData( + 0xfc56, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 16 and filled style. - static const IconData resize_small_16_filled = IconData(0xfc57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_small_16_filled = IconData( + 0xfc57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 20 and filled style. - static const IconData resize_small_20_filled = IconData(0xfc58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_small_20_filled = IconData( + 0xfc58, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_small" in size 24 and filled style. - static const IconData resize_small_24_filled = IconData(0xfc59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_small_24_filled = IconData( + 0xfc59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_table" in size 20 and filled style. - static const IconData resize_table_20_filled = IconData(0x10741, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_table_20_filled = IconData( + 0x10741, + 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); + static const IconData resize_table_24_filled = IconData( + 0xf678, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "resize_video" in size 20 and filled style. - static const IconData resize_video_20_filled = IconData(0x105e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData resize_video_20_filled = IconData( + 0x105e0, + 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); + 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); + 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); + 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); + 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); + static const IconData reward_24_filled = IconData( + 0xf67d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rewind" in size 16 and filled style. - static const IconData rewind_16_filled = IconData(0x1028a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rewind_16_filled = IconData( + 0x1028a, + 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); + 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); + static const IconData rewind_24_filled = IconData( + 0xf67f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rewind" in size 28 and filled style. - static const IconData rewind_28_filled = IconData(0x1028b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rewind_28_filled = IconData( + 0x1028b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 16 and filled style. - static const IconData rhombus_16_filled = IconData(0x103c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_16_filled = IconData( + 0x103c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 20 and filled style. - static const IconData rhombus_20_filled = IconData(0x103c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_20_filled = IconData( + 0x103c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 24 and filled style. - static const IconData rhombus_24_filled = IconData(0x103c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_24_filled = IconData( + 0x103c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 28 and filled style. - static const IconData rhombus_28_filled = IconData(0x103c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_28_filled = IconData( + 0x103c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 32 and filled style. - static const IconData rhombus_32_filled = IconData(0x101f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_32_filled = IconData( + 0x101f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rhombus" in size 48 and filled style. - static const IconData rhombus_48_filled = IconData(0x103c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rhombus_48_filled = IconData( + 0x103c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 12 and filled style. - static const IconData ribbon_12_filled = IconData(0x10436, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_12_filled = IconData( + 0x10436, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 16 and filled style. - static const IconData ribbon_16_filled = IconData(0xfba9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_16_filled = IconData( + 0xfba9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 20 and filled style. - static const IconData ribbon_20_filled = IconData(0xfb53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_20_filled = IconData( + 0xfb53, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 24 and filled style. - static const IconData ribbon_24_filled = IconData(0xfa8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_24_filled = IconData( + 0xfa8f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon" in size 32 and filled style. - static const IconData ribbon_32_filled = IconData(0xfdea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_32_filled = IconData( + 0xfdea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_add" in size 20 and filled style. - static const IconData ribbon_add_20_filled = IconData(0xf77e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_add_20_filled = IconData( + 0xf77e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_add" in size 24 and filled style. - static const IconData ribbon_add_24_filled = IconData(0xf77f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_add_24_filled = IconData( + 0xf77f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 12 and filled style. - static const IconData ribbon_off_12_filled = IconData(0x10437, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_off_12_filled = IconData( + 0x10437, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 16 and filled style. - static const IconData ribbon_off_16_filled = IconData(0x10438, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_off_16_filled = IconData( + 0x10438, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 20 and filled style. - static const IconData ribbon_off_20_filled = IconData(0x10439, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_off_20_filled = IconData( + 0x10439, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 24 and filled style. - static const IconData ribbon_off_24_filled = IconData(0x1043a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_off_24_filled = IconData( + 0x1043a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_off" in size 32 and filled style. - static const IconData ribbon_off_32_filled = IconData(0x1043b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_off_32_filled = IconData( + 0x1043b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_star" in size 20 and filled style. - static const IconData ribbon_star_20_filled = IconData(0xfa90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_star_20_filled = IconData( + 0xfa90, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ribbon_star" in size 24 and filled style. - static const IconData ribbon_star_24_filled = IconData(0xfa91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ribbon_star_24_filled = IconData( + 0xfa91, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 16 and filled style. - static const IconData road_cone_16_filled = IconData(0x10168, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_16_filled = IconData( + 0x10168, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 20 and filled style. - static const IconData road_cone_20_filled = IconData(0x10169, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_20_filled = IconData( + 0x10169, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 24 and filled style. - static const IconData road_cone_24_filled = IconData(0x1016a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_24_filled = IconData( + 0x1016a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 28 and filled style. - static const IconData road_cone_28_filled = IconData(0x1016b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_28_filled = IconData( + 0x1016b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 32 and filled style. - static const IconData road_cone_32_filled = IconData(0x1016c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_32_filled = IconData( + 0x1016c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "road_cone" in size 48 and filled style. - static const IconData road_cone_48_filled = IconData(0x1016d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData road_cone_48_filled = IconData( + 0x1016d, + 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); + 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); + 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); + static const IconData rocket_24_filled = IconData( + 0xf682, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_left" in size 20 and filled style. - static const IconData rotate_left_20_filled = IconData(0x105e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rotate_left_20_filled = IconData( + 0x105e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_left" in size 24 and filled style. - static const IconData rotate_left_24_filled = IconData(0xfbaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rotate_left_24_filled = IconData( + 0xfbaa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_right" in size 20 and filled style. - static const IconData rotate_right_20_filled = IconData(0xfbab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rotate_right_20_filled = IconData( + 0xfbab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rotate_right" in size 24 and filled style. - static const IconData rotate_right_24_filled = IconData(0xfbac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rotate_right_24_filled = IconData( + 0xfbac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "router" in size 20 and filled style. - static const IconData router_20_filled = IconData(0x105e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData router_20_filled = IconData( + 0x105e2, + 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); + static const IconData router_24_filled = IconData( + 0xf683, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "row_triple" in size 20 and filled style. - static const IconData row_triple_20_filled = IconData(0x1070f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData row_triple_20_filled = IconData( + 0x1070f, + 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); + static const IconData row_triple_24_filled = IconData( + 0xf684, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "rss" in size 24 and filled style. - static const IconData rss_24_filled = IconData(0xfcfe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData rss_24_filled = IconData( + 0xfcfe, + 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); + 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); + 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); + static const IconData ruler_24_filled = IconData( + 0xf687, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "run" in size 16 and filled style. - static const IconData run_16_filled = IconData(0xfa92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData run_16_filled = IconData( + 0xfa92, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "run" in size 20 and filled style. - static const IconData run_20_filled = IconData(0xfa93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData run_20_filled = IconData( + 0xfa93, + 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); + static const IconData run_24_filled = IconData( + 0xf688, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sanitize" in size 20 and filled style. - static const IconData sanitize_20_filled = IconData(0x10243, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sanitize_20_filled = IconData( + 0x10243, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sanitize" in size 24 and filled style. - static const IconData sanitize_24_filled = IconData(0x10244, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sanitize_24_filled = IconData( + 0x10244, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save" in size 16 and filled style. - static const IconData save_16_filled = IconData(0x10031, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_16_filled = IconData( + 0x10031, + 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); + 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); + static const IconData save_24_filled = IconData( + 0xf68a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_arrow_right" in size 20 and filled style. - static const IconData save_arrow_right_20_filled = IconData(0x101f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_arrow_right_20_filled = IconData( + 0x101f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_arrow_right" in size 24 and filled style. - static const IconData save_arrow_right_24_filled = IconData(0x101fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_arrow_right_24_filled = IconData( + 0x101fa, + 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); + static const IconData save_copy_24_filled = IconData( + 0xf68d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_edit" in size 20 and filled style. - static const IconData save_edit_20_filled = IconData(0xfc5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_edit_20_filled = IconData( + 0xfc5a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_edit" in size 24 and filled style. - static const IconData save_edit_24_filled = IconData(0xfc5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_edit_24_filled = IconData( + 0xfc5b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_image" in size 20 and filled style. - static const IconData save_image_20_filled = IconData(0x106a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_image_20_filled = IconData( + 0x106a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_multiple" in size 20 and filled style. - static const IconData save_multiple_20_filled = IconData(0x1028c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_multiple_20_filled = IconData( + 0x1028c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_multiple" in size 24 and filled style. - static const IconData save_multiple_24_filled = IconData(0x1028d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_multiple_24_filled = IconData( + 0x1028d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_search" in size 20 and filled style. - static const IconData save_search_20_filled = IconData(0xffbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_search_20_filled = IconData( + 0xffbe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "save_sync" in size 20 and filled style. - static const IconData save_sync_20_filled = IconData(0xfb54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData save_sync_20_filled = IconData( + 0xfb54, + 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); + 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); + 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); + static const IconData savings_24_filled = IconData( + 0xf690, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scale_fill" in size 20 and filled style. - static const IconData scale_fill_20_filled = IconData(0xfd60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scale_fill_20_filled = IconData( + 0xfd60, + 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); + 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); + 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); + 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); + static const IconData scale_fit_24_filled = IconData( + 0xf694, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scales" in size 24 and filled style. - static const IconData scales_24_filled = IconData(0xfa94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scales_24_filled = IconData( + 0xfa94, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scales" in size 32 and filled style. - static const IconData scales_32_filled = IconData(0xfa95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scales_32_filled = IconData( + 0xfa95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan" in size 16 and filled style. - static const IconData scan_16_filled = IconData(0x106a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_16_filled = IconData( + 0x106a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan" in size 20 and filled style. - static const IconData scan_20_filled = IconData(0x105e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_20_filled = IconData( + 0x105e3, + 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); + static const IconData scan_24_filled = IconData( + 0xf695, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 16 and filled style. - static const IconData scan_camera_16_filled = IconData(0x104a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_camera_16_filled = IconData( + 0x104a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 20 and filled style. - static const IconData scan_camera_20_filled = IconData(0x104aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_camera_20_filled = IconData( + 0x104aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 24 and filled style. - static const IconData scan_camera_24_filled = IconData(0x104ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_camera_24_filled = IconData( + 0x104ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 28 and filled style. - static const IconData scan_camera_28_filled = IconData(0x104ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_camera_28_filled = IconData( + 0x104ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_camera" in size 48 and filled style. - static const IconData scan_camera_48_filled = IconData(0x104ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_camera_48_filled = IconData( + 0x104ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 12 and filled style. - static const IconData scan_dash_12_filled = IconData(0x102f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_12_filled = IconData( + 0x102f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 16 and filled style. - static const IconData scan_dash_16_filled = IconData(0x102f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_16_filled = IconData( + 0x102f8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 20 and filled style. - static const IconData scan_dash_20_filled = IconData(0x102f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_20_filled = IconData( + 0x102f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 24 and filled style. - static const IconData scan_dash_24_filled = IconData(0x102fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_24_filled = IconData( + 0x102fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 28 and filled style. - static const IconData scan_dash_28_filled = IconData(0x102fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_28_filled = IconData( + 0x102fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 32 and filled style. - static const IconData scan_dash_32_filled = IconData(0x102fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_32_filled = IconData( + 0x102fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_dash" in size 48 and filled style. - static const IconData scan_dash_48_filled = IconData(0x102fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_dash_48_filled = IconData( + 0x102fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_object" in size 20 and filled style. - static const IconData scan_object_20_filled = IconData(0xfaea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_object_20_filled = IconData( + 0xfaea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_object" in size 24 and filled style. - static const IconData scan_object_24_filled = IconData(0xfaeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_object_24_filled = IconData( + 0xfaeb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_table" in size 20 and filled style. - static const IconData scan_table_20_filled = IconData(0x105e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_table_20_filled = IconData( + 0x105e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_table" in size 24 and filled style. - static const IconData scan_table_24_filled = IconData(0x10081, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_table_24_filled = IconData( + 0x10081, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_text" in size 20 and filled style. - static const IconData scan_text_20_filled = IconData(0x105e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_text_20_filled = IconData( + 0x105e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_text" in size 24 and filled style. - static const IconData scan_text_24_filled = IconData(0x10082, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_text_24_filled = IconData( + 0x10082, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 16 and filled style. - static const IconData scan_thumb_up_16_filled = IconData(0x1016e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_16_filled = IconData( + 0x1016e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 20 and filled style. - static const IconData scan_thumb_up_20_filled = IconData(0x1016f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_20_filled = IconData( + 0x1016f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 24 and filled style. - static const IconData scan_thumb_up_24_filled = IconData(0x10170, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_24_filled = IconData( + 0x10170, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 28 and filled style. - static const IconData scan_thumb_up_28_filled = IconData(0x10171, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_28_filled = IconData( + 0x10171, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up" in size 48 and filled style. - static const IconData scan_thumb_up_48_filled = IconData(0x10172, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_48_filled = IconData( + 0x10172, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 16 and filled style. - static const IconData scan_thumb_up_off_16_filled = IconData(0x10197, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_16_filled = IconData( + 0x10197, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 20 and filled style. - static const IconData scan_thumb_up_off_20_filled = IconData(0x10198, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_20_filled = IconData( + 0x10198, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 24 and filled style. - static const IconData scan_thumb_up_off_24_filled = IconData(0x10199, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_24_filled = IconData( + 0x10199, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 28 and filled style. - static const IconData scan_thumb_up_off_28_filled = IconData(0x1019a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_28_filled = IconData( + 0x1019a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_thumb_up_off" in size 48 and filled style. - static const IconData scan_thumb_up_off_48_filled = IconData(0x1019b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_thumb_up_off_48_filled = IconData( + 0x1019b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type" in size 20 and filled style. - static const IconData scan_type_20_filled = IconData(0x10083, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_type_20_filled = IconData( + 0x10083, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type" in size 24 and filled style. - static const IconData scan_type_24_filled = IconData(0x10084, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_type_24_filled = IconData( + 0x10084, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_checkmark" in size 20 and filled style. - static const IconData scan_type_checkmark_20_filled = IconData(0x1028e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_type_checkmark_20_filled = IconData( + 0x1028e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_checkmark" in size 24 and filled style. - static const IconData scan_type_checkmark_24_filled = IconData(0x1028f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_type_checkmark_24_filled = IconData( + 0x1028f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scan_type_off" in size 20 and filled style. - static const IconData scan_type_off_20_filled = IconData(0x10085, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scan_type_off_20_filled = IconData( + 0x10085, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "scratchpad" in size 20 and filled style. - static const IconData scratchpad_20_filled = IconData(0x10710, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData scratchpad_20_filled = IconData( + 0x10710, + 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); + static const IconData scratchpad_24_filled = IconData( + 0xf696, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_cut" in size 20 and filled style. - static const IconData screen_cut_20_filled = IconData(0xfcff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData screen_cut_20_filled = IconData( + 0xfcff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_person" in size 20 and filled style. - static const IconData screen_person_20_filled = IconData(0xfd00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData screen_person_20_filled = IconData( + 0xfd00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_search" in size 20 and filled style. - static const IconData screen_search_20_filled = IconData(0x103c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData screen_search_20_filled = IconData( + 0x103c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_search" in size 24 and filled style. - static const IconData screen_search_24_filled = IconData(0x103c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData screen_search_24_filled = IconData( + 0x103c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "screen_share_start" in size 48 and filled style. - static const IconData screen_share_start_48_filled = IconData(0x10173, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData screen_share_start_48_filled = IconData( + 0x10173, + 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); + 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); + static const IconData screenshot_24_filled = IconData( + 0xf698, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 12 and filled style. - static const IconData search_12_filled = IconData(0xfb22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_12_filled = IconData( + 0xfb22, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 16 and filled style. - static const IconData search_16_filled = IconData(0xfe39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_16_filled = IconData( + 0xfe39, + 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); + 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); + 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); + static const IconData search_28_filled = IconData( + 0xf69b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 32 and filled style. - static const IconData search_32_filled = IconData(0xfb25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_32_filled = IconData( + 0xfb25, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search" in size 48 and filled style. - static const IconData search_48_filled = IconData(0xfb2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_48_filled = IconData( + 0xfb2e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_info" in size 20 and filled style. - static const IconData search_info_20_filled = IconData(0xfc5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_info_20_filled = IconData( + 0xfc5c, + 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); + static const IconData search_info_24_filled = IconData( + 0xf69c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_settings" in size 20 and filled style. - static const IconData search_settings_20_filled = IconData(0xffbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_settings_20_filled = IconData( + 0xffbf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_shield" in size 20 and filled style. - static const IconData search_shield_20_filled = IconData(0xfa96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_shield_20_filled = IconData( + 0xfa96, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_square" in size 20 and filled style. - static const IconData search_square_20_filled = IconData(0x105e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_square_20_filled = IconData( + 0x105e6, + 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); + static const IconData search_square_24_filled = IconData( + 0xf69d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 16 and filled style. - static const IconData search_visual_16_filled = IconData(0xfc5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_visual_16_filled = IconData( + 0xfc5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 20 and filled style. - static const IconData search_visual_20_filled = IconData(0xfc5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_visual_20_filled = IconData( + 0xfc5e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "search_visual" in size 24 and filled style. - static const IconData search_visual_24_filled = IconData(0xfc5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData search_visual_24_filled = IconData( + 0xfc5f, + 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); + static const IconData select_all_off_24_filled = IconData( + 0xf69f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_all_on" in size 24 and filled style. - static const IconData select_all_on_24_filled = IconData(0xfc60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_all_on_24_filled = IconData( + 0xfc60, + 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); + 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); + static const IconData select_object_24_filled = IconData( + 0xf6a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew" in size 20 and filled style. - static const IconData select_object_skew_20_filled = IconData(0x10290, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_20_filled = IconData( + 0x10290, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew" in size 24 and filled style. - static const IconData select_object_skew_24_filled = IconData(0x10291, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_24_filled = IconData( + 0x10291, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_dismiss" in size 20 and filled style. - static const IconData select_object_skew_dismiss_20_filled = IconData(0x10292, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_dismiss_20_filled = IconData( + 0x10292, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_dismiss" in size 24 and filled style. - static const IconData select_object_skew_dismiss_24_filled = IconData(0x10293, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_dismiss_24_filled = IconData( + 0x10293, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_edit" in size 20 and filled style. - static const IconData select_object_skew_edit_20_filled = IconData(0x10294, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_edit_20_filled = IconData( + 0x10294, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "select_object_skew_edit" in size 24 and filled style. - static const IconData select_object_skew_edit_24_filled = IconData(0x10295, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData select_object_skew_edit_24_filled = IconData( + 0x10295, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "send" in size 16 and filled style. - static const IconData send_16_filled = IconData(0xfe3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData send_16_filled = IconData( + 0xfe3a, + 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); + 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); + 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); + 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); + static const IconData send_clock_20_filled = IconData( + 0xf6a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "send_clock" in size 24 and filled style. - static const IconData send_clock_24_filled = IconData(0x1019c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData send_clock_24_filled = IconData( + 0x1019c, + 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); + static const IconData send_copy_24_filled = IconData( + 0xf6a6, + 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); + 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); + 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); + static const IconData serial_port_24_filled = IconData( + 0xf6ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "server" in size 20 and filled style. - static const IconData server_20_filled = IconData(0xf781, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData server_20_filled = IconData( + 0xf781, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "server" in size 24 and filled style. - static const IconData server_24_filled = IconData(0xf784, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData server_24_filled = IconData( + 0xf784, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "server_multiple" in size 20 and filled style. - static const IconData server_multiple_20_filled = IconData(0x106a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData server_multiple_20_filled = IconData( + 0x106a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "server_play" in size 20 and filled style. - static const IconData server_play_20_filled = IconData(0x106a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData server_play_20_filled = IconData( + 0x106a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "service_bell" in size 20 and filled style. - static const IconData service_bell_20_filled = IconData(0x105e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData service_bell_20_filled = IconData( + 0x105e7, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData settings_28_filled = IconData( + 0xf6b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings" in size 32 and filled style. - static const IconData settings_32_filled = IconData(0x10245, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData settings_32_filled = IconData( + 0x10245, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings" in size 48 and filled style. - static const IconData settings_48_filled = IconData(0x10246, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData settings_48_filled = IconData( + 0x10246, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings_chat" in size 20 and filled style. - static const IconData settings_chat_20_filled = IconData(0x103c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData settings_chat_20_filled = IconData( + 0x103c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "settings_chat" in size 24 and filled style. - static const IconData settings_chat_24_filled = IconData(0x103c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData settings_chat_24_filled = IconData( + 0x103c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 16 and filled style. - static const IconData shape_exclude_16_filled = IconData(0xfd01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_exclude_16_filled = IconData( + 0xfd01, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 20 and filled style. - static const IconData shape_exclude_20_filled = IconData(0xfd02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_exclude_20_filled = IconData( + 0xfd02, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_exclude" in size 24 and filled style. - static const IconData shape_exclude_24_filled = IconData(0xfd03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_exclude_24_filled = IconData( + 0xfd03, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 16 and filled style. - static const IconData shape_intersect_16_filled = IconData(0xfd04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_intersect_16_filled = IconData( + 0xfd04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 20 and filled style. - static const IconData shape_intersect_20_filled = IconData(0xfd05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_intersect_20_filled = IconData( + 0xfd05, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_intersect" in size 24 and filled style. - static const IconData shape_intersect_24_filled = IconData(0xfd06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_intersect_24_filled = IconData( + 0xfd06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 16 and filled style. - static const IconData shape_subtract_16_filled = IconData(0xfd07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_subtract_16_filled = IconData( + 0xfd07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 20 and filled style. - static const IconData shape_subtract_20_filled = IconData(0xfd08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_subtract_20_filled = IconData( + 0xfd08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_subtract" in size 24 and filled style. - static const IconData shape_subtract_24_filled = IconData(0xfd09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_subtract_24_filled = IconData( + 0xfd09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 16 and filled style. - static const IconData shape_union_16_filled = IconData(0xfd0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_union_16_filled = IconData( + 0xfd0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 20 and filled style. - static const IconData shape_union_20_filled = IconData(0xfd0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_union_20_filled = IconData( + 0xfd0b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shape_union" in size 24 and filled style. - static const IconData shape_union_24_filled = IconData(0xfd0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shape_union_24_filled = IconData( + 0xfd0c, + 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); + 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); + 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); + static const IconData shapes_24_filled = IconData( + 0xf6b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shapes" in size 28 and filled style. - static const IconData shapes_28_filled = IconData(0x10247, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shapes_28_filled = IconData( + 0x10247, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shapes" in size 48 and filled style. - static const IconData shapes_48_filled = IconData(0x10248, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shapes_48_filled = IconData( + 0x10248, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 16 and filled style. - static const IconData share_16_filled = IconData(0xfb36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_16_filled = IconData( + 0xfb36, + 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); + 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); + static const IconData share_24_filled = IconData( + 0xf6b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 28 and filled style. - static const IconData share_28_filled = IconData(0x1043c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_28_filled = IconData( + 0x1043c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share" in size 48 and filled style. - static const IconData share_48_filled = IconData(0x10174, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_48_filled = IconData( + 0x10174, + 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); + 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); + static const IconData share_android_24_filled = IconData( + 0xf6bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_close_tray" in size 20 and filled style. - static const IconData share_close_tray_20_filled = IconData(0xfbad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_close_tray_20_filled = IconData( + 0xfbad, + 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); + static const IconData share_close_tray_24_filled = IconData( + 0xf6bc, + 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); + 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); + 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); + 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); + static const IconData share_ios_48_filled = IconData( + 0xf6c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 16 and filled style. - static const IconData share_screen_person_16_filled = IconData(0x1019d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_16_filled = IconData( + 0x1019d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 20 and filled style. - static const IconData share_screen_person_20_filled = IconData(0x1019e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_20_filled = IconData( + 0x1019e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 24 and filled style. - static const IconData share_screen_person_24_filled = IconData(0x1019f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_24_filled = IconData( + 0x1019f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person" in size 28 and filled style. - static const IconData share_screen_person_28_filled = IconData(0x101a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_28_filled = IconData( + 0x101a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 16 and filled style. - static const IconData share_screen_person_overlay_16_filled = IconData(0x101a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_16_filled = IconData( + 0x101a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 20 and filled style. - static const IconData share_screen_person_overlay_20_filled = IconData(0x101a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_20_filled = IconData( + 0x101a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 24 and filled style. - static const IconData share_screen_person_overlay_24_filled = IconData(0x101a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_24_filled = IconData( + 0x101a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay" in size 28 and filled style. - static const IconData share_screen_person_overlay_28_filled = IconData(0x101a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_28_filled = IconData( + 0x101a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 16 and filled style. - static const IconData share_screen_person_overlay_inside_16_filled = IconData(0x101a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_16_filled = IconData( + 0x101a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 20 and filled style. - static const IconData share_screen_person_overlay_inside_20_filled = IconData(0x101a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_20_filled = IconData( + 0x101a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 24 and filled style. - static const IconData share_screen_person_overlay_inside_24_filled = IconData(0x101a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_24_filled = IconData( + 0x101a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_overlay_inside" in size 28 and filled style. - static const IconData share_screen_person_overlay_inside_28_filled = IconData(0x101a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_overlay_inside_28_filled = IconData( + 0x101a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 16 and filled style. - static const IconData share_screen_person_p_16_filled = IconData(0x103ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_16_filled = IconData( + 0x103ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 20 and filled style. - static const IconData share_screen_person_p_20_filled = IconData(0x103cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_20_filled = IconData( + 0x103cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 24 and filled style. - static const IconData share_screen_person_p_24_filled = IconData(0x103cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_24_filled = IconData( + 0x103cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_person_p" in size 28 and filled style. - static const IconData share_screen_person_p_28_filled = IconData(0x103cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_person_p_28_filled = IconData( + 0x103cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 20 and filled style. - static const IconData share_screen_start_20_filled = IconData(0xfc61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_start_20_filled = IconData( + 0xfc61, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 24 and filled style. - static const IconData share_screen_start_24_filled = IconData(0xfc62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_start_24_filled = IconData( + 0xfc62, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 28 and filled style. - static const IconData share_screen_start_28_filled = IconData(0xfc63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_start_28_filled = IconData( + 0xfc63, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_start" in size 48 and filled style. - static const IconData share_screen_start_48_filled = IconData(0x104df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_start_48_filled = IconData( + 0x104df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 16 and filled style. - static const IconData share_screen_stop_16_filled = IconData(0xfc64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_stop_16_filled = IconData( + 0xfc64, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 20 and filled style. - static const IconData share_screen_stop_20_filled = IconData(0xfc65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_stop_20_filled = IconData( + 0xfc65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 24 and filled style. - static const IconData share_screen_stop_24_filled = IconData(0xfc66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_stop_24_filled = IconData( + 0xfc66, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 28 and filled style. - static const IconData share_screen_stop_28_filled = IconData(0xfc67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_stop_28_filled = IconData( + 0xfc67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "share_screen_stop" in size 48 and filled style. - static const IconData share_screen_stop_48_filled = IconData(0xfc68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData share_screen_stop_48_filled = IconData( + 0xfc68, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 16 and filled style. - static const IconData shield_16_filled = IconData(0xfe9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_16_filled = IconData( + 0xfe9c, + 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); + 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); + static const IconData shield_24_filled = IconData( + 0xf6c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 28 and filled style. - static const IconData shield_28_filled = IconData(0xfe9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_28_filled = IconData( + 0xfe9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield" in size 48 and filled style. - static const IconData shield_48_filled = IconData(0xfe9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_48_filled = IconData( + 0xfe9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_badge" in size 20 and filled style. - static const IconData shield_badge_20_filled = IconData(0xf785, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_badge_20_filled = IconData( + 0xf785, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_badge" in size 24 and filled style. - static const IconData shield_badge_24_filled = IconData(0xfb37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_badge_24_filled = IconData( + 0xfb37, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 16 and filled style. - static const IconData shield_checkmark_16_filled = IconData(0xfe9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_checkmark_16_filled = IconData( + 0xfe9f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 20 and filled style. - static const IconData shield_checkmark_20_filled = IconData(0xfea0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_checkmark_20_filled = IconData( + 0xfea0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 24 and filled style. - static const IconData shield_checkmark_24_filled = IconData(0xfea1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_checkmark_24_filled = IconData( + 0xfea1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 28 and filled style. - static const IconData shield_checkmark_28_filled = IconData(0xfea2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_checkmark_28_filled = IconData( + 0xfea2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_checkmark" in size 48 and filled style. - static const IconData shield_checkmark_48_filled = IconData(0xfea3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_checkmark_48_filled = IconData( + 0xfea3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_dismiss" in size 16 and filled style. - static const IconData shield_dismiss_16_filled = IconData(0xfc69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_dismiss_16_filled = IconData( + 0xfc69, + 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); + 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); + static const IconData shield_dismiss_24_filled = IconData( + 0xf6ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_dismiss_shield" in size 20 and filled style. - static const IconData shield_dismiss_shield_20_filled = IconData(0xfa9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_dismiss_shield_20_filled = IconData( + 0xfa9a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_error" in size 16 and filled style. - static const IconData shield_error_16_filled = IconData(0x10032, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_error_16_filled = IconData( + 0x10032, + 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); + 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); + 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); + 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); + 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); + static const IconData shield_keyhole_24_filled = IconData( + 0xf6cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 16 and filled style. - static const IconData shield_lock_16_filled = IconData(0xfb92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_lock_16_filled = IconData( + 0xfb92, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 20 and filled style. - static const IconData shield_lock_20_filled = IconData(0xffc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_lock_20_filled = IconData( + 0xffc0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 24 and filled style. - static const IconData shield_lock_24_filled = IconData(0x104e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_lock_24_filled = IconData( + 0x104e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 28 and filled style. - static const IconData shield_lock_28_filled = IconData(0x104e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_lock_28_filled = IconData( + 0x104e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_lock" in size 48 and filled style. - static const IconData shield_lock_48_filled = IconData(0x104e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_lock_48_filled = IconData( + 0x104e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_person" in size 20 and filled style. - static const IconData shield_person_20_filled = IconData(0x106a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_person_20_filled = IconData( + 0x106a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_person_add" in size 20 and filled style. - static const IconData shield_person_add_20_filled = IconData(0x106a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_person_add_20_filled = IconData( + 0x106a8, + 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); + 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); + static const IconData shield_prohibited_24_filled = IconData( + 0xf6d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 16 and filled style. - static const IconData shield_task_16_filled = IconData(0x10086, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_task_16_filled = IconData( + 0x10086, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 20 and filled style. - static const IconData shield_task_20_filled = IconData(0x10087, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_task_20_filled = IconData( + 0x10087, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 24 and filled style. - static const IconData shield_task_24_filled = IconData(0x10088, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_task_24_filled = IconData( + 0x10088, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 28 and filled style. - static const IconData shield_task_28_filled = IconData(0x10089, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_task_28_filled = IconData( + 0x10089, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_task" in size 48 and filled style. - static const IconData shield_task_48_filled = IconData(0x1008a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_task_48_filled = IconData( + 0x1008a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 24 and filled style. - static const IconData shield_video_24_filled = IconData(0x10175, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_video_24_filled = IconData( + 0x10175, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 28 and filled style. - static const IconData shield_video_28_filled = IconData(0x10176, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_video_28_filled = IconData( + 0x10176, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shield_video" in size 48 and filled style. - static const IconData shield_video_48_filled = IconData(0x10177, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shield_video_48_filled = IconData( + 0x10177, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 16 and filled style. - static const IconData shifts_16_filled = IconData(0xfd0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_16_filled = IconData( + 0xfd0d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 20 and filled style. - static const IconData shifts_20_filled = IconData(0xfb55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_20_filled = IconData( + 0xfb55, + 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); + static const IconData shifts_24_filled = IconData( + 0xf6d2, + 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); + static const IconData shifts_28_filled = IconData( + 0xf6d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_30_minutes" in size 20 and filled style. - static const IconData shifts_30_minutes_20_filled = IconData(0x10742, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_30_minutes_20_filled = IconData( + 0x10742, + 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); + static const IconData shifts_30_minutes_24_filled = IconData( + 0xf6d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts" in size 32 and filled style. - static const IconData shifts_32_filled = IconData(0xfdeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_32_filled = IconData( + 0xfdeb, + 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); + 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); + static const IconData shifts_activity_24_filled = IconData( + 0xf6d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_add" in size 20 and filled style. - static const IconData shifts_add_20_filled = IconData(0x105e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_add_20_filled = IconData( + 0x105e8, + 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); + static const IconData shifts_add_24_filled = IconData( + 0xf6d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_availability" in size 20 and filled style. - static const IconData shifts_availability_20_filled = IconData(0x10711, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_availability_20_filled = IconData( + 0x10711, + 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); + static const IconData shifts_availability_24_filled = IconData( + 0xf6db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_checkmark" in size 20 and filled style. - static const IconData shifts_checkmark_20_filled = IconData(0xfb56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_checkmark_20_filled = IconData( + 0xfb56, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_checkmark" in size 24 and filled style. - static const IconData shifts_checkmark_24_filled = IconData(0xfb57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_checkmark_24_filled = IconData( + 0xfb57, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_day" in size 20 and filled style. - static const IconData shifts_day_20_filled = IconData(0xfa9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_day_20_filled = IconData( + 0xfa9b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_day" in size 24 and filled style. - static const IconData shifts_day_24_filled = IconData(0xfa9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_day_24_filled = IconData( + 0xfa9c, + 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); + 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); + static const IconData shifts_open_24_filled = IconData( + 0xf6de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_prohibited" in size 20 and filled style. - static const IconData shifts_prohibited_20_filled = IconData(0x105e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_prohibited_20_filled = IconData( + 0x105e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_prohibited" in size 24 and filled style. - static const IconData shifts_prohibited_24_filled = IconData(0xfc6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_prohibited_24_filled = IconData( + 0xfc6a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_question_mark" in size 20 and filled style. - static const IconData shifts_question_mark_20_filled = IconData(0x105ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_question_mark_20_filled = IconData( + 0x105ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shifts_question_mark" in size 24 and filled style. - static const IconData shifts_question_mark_24_filled = IconData(0xfc6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shifts_question_mark_24_filled = IconData( + 0xfc6b, + 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); + static const IconData shifts_team_24_filled = IconData( + 0xf6e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 16 and filled style. - static const IconData shopping_bag_16_filled = IconData(0xf786, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_16_filled = IconData( + 0xf786, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 20 and filled style. - static const IconData shopping_bag_20_filled = IconData(0xf787, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_20_filled = IconData( + 0xf787, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag" in size 24 and filled style. - static const IconData shopping_bag_24_filled = IconData(0xf788, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_24_filled = IconData( + 0xf788, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_arrow_left" in size 20 and filled style. - static const IconData shopping_bag_arrow_left_20_filled = IconData(0x1043d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_arrow_left_20_filled = IconData( + 0x1043d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_arrow_left" in size 24 and filled style. - static const IconData shopping_bag_arrow_left_24_filled = IconData(0x1043e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_arrow_left_24_filled = IconData( + 0x1043e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_dismiss" in size 20 and filled style. - static const IconData shopping_bag_dismiss_20_filled = IconData(0x10296, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_dismiss_20_filled = IconData( + 0x10296, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_dismiss" in size 24 and filled style. - static const IconData shopping_bag_dismiss_24_filled = IconData(0x10297, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_dismiss_24_filled = IconData( + 0x10297, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_pause" in size 20 and filled style. - static const IconData shopping_bag_pause_20_filled = IconData(0x10298, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_pause_20_filled = IconData( + 0x10298, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_pause" in size 24 and filled style. - static const IconData shopping_bag_pause_24_filled = IconData(0x10299, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_pause_24_filled = IconData( + 0x10299, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_percent" in size 20 and filled style. - static const IconData shopping_bag_percent_20_filled = IconData(0x10249, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_percent_20_filled = IconData( + 0x10249, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_percent" in size 24 and filled style. - static const IconData shopping_bag_percent_24_filled = IconData(0x1024a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_percent_24_filled = IconData( + 0x1024a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_play" in size 20 and filled style. - static const IconData shopping_bag_play_20_filled = IconData(0x1043f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_play_20_filled = IconData( + 0x1043f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_play" in size 24 and filled style. - static const IconData shopping_bag_play_24_filled = IconData(0x10440, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_play_24_filled = IconData( + 0x10440, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_tag" in size 20 and filled style. - static const IconData shopping_bag_tag_20_filled = IconData(0x1024b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_tag_20_filled = IconData( + 0x1024b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shopping_bag_tag" in size 24 and filled style. - static const IconData shopping_bag_tag_24_filled = IconData(0x1024c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shopping_bag_tag_24_filled = IconData( + 0x1024c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shortpick" in size 20 and filled style. - static const IconData shortpick_20_filled = IconData(0x101fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shortpick_20_filled = IconData( + 0x101fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "shortpick" in size 24 and filled style. - static const IconData shortpick_24_filled = IconData(0x101fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData shortpick_24_filled = IconData( + 0x101fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sidebar_search_ltr" in size 20 and filled style. - static const IconData sidebar_search_ltr_20_filled = IconData(0xfa9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sidebar_search_ltr_20_filled = IconData( + 0xfa9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sidebar_search_rtl" in size 20 and filled style. - static const IconData sidebar_search_rtl_20_filled = IconData(0xfa9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sidebar_search_rtl_20_filled = IconData( + 0xfa9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sign_out" in size 20 and filled style. - static const IconData sign_out_20_filled = IconData(0xfa9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sign_out_20_filled = IconData( + 0xfa9f, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData sim_24_filled = IconData( + 0xf6ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 20 and filled style. - static const IconData skip_back_10_20_filled = IconData(0xfd61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_back_10_20_filled = IconData( + 0xfd61, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 24 and filled style. - static const IconData skip_back_10_24_filled = IconData(0x104e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_back_10_24_filled = IconData( + 0x104e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 28 and filled style. - static const IconData skip_back_10_28_filled = IconData(0x104e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_back_10_28_filled = IconData( + 0x104e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 32 and filled style. - static const IconData skip_back_10_32_filled = IconData(0x104e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_back_10_32_filled = IconData( + 0x104e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_back_10" in size 48 and filled style. - static const IconData skip_back_10_48_filled = IconData(0x104e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_back_10_48_filled = IconData( + 0x104e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 24 and filled style. - static const IconData skip_backward_10_24_filled = IconData(0xfdec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_backward_10_24_filled = IconData( + 0xfdec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 28 and filled style. - static const IconData skip_backward_10_28_filled = IconData(0xfded, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_backward_10_28_filled = IconData( + 0xfded, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 32 and filled style. - static const IconData skip_backward_10_32_filled = IconData(0xfdee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_backward_10_32_filled = IconData( + 0xfdee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_backward_10" in size 48 and filled style. - static const IconData skip_backward_10_48_filled = IconData(0xfdef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_backward_10_48_filled = IconData( + 0xfdef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 20 and filled style. - static const IconData skip_forward_10_20_filled = IconData(0xfd62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_10_20_filled = IconData( + 0xfd62, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 24 and filled style. - static const IconData skip_forward_10_24_filled = IconData(0xfdf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_10_24_filled = IconData( + 0xfdf0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 28 and filled style. - static const IconData skip_forward_10_28_filled = IconData(0xfdf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_10_28_filled = IconData( + 0xfdf1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 32 and filled style. - static const IconData skip_forward_10_32_filled = IconData(0xfdf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_10_32_filled = IconData( + 0xfdf2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_10" in size 48 and filled style. - static const IconData skip_forward_10_48_filled = IconData(0xfdf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_10_48_filled = IconData( + 0xfdf3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 20 and filled style. - static const IconData skip_forward_30_20_filled = IconData(0xfd63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_30_20_filled = IconData( + 0xfd63, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 24 and filled style. - static const IconData skip_forward_30_24_filled = IconData(0xfdf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_30_24_filled = IconData( + 0xfdf4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 28 and filled style. - static const IconData skip_forward_30_28_filled = IconData(0xfdf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_30_28_filled = IconData( + 0xfdf5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 32 and filled style. - static const IconData skip_forward_30_32_filled = IconData(0xfdf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_30_32_filled = IconData( + 0xfdf6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_30" in size 48 and filled style. - static const IconData skip_forward_30_48_filled = IconData(0xfdf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_30_48_filled = IconData( + 0xfdf7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_tab" in size 20 and filled style. - static const IconData skip_forward_tab_20_filled = IconData(0x10712, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_tab_20_filled = IconData( + 0x10712, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "skip_forward_tab" in size 24 and filled style. - static const IconData skip_forward_tab_24_filled = IconData(0xfef5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData skip_forward_tab_24_filled = IconData( + 0xfef5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sleep" in size 20 and filled style. - static const IconData sleep_20_filled = IconData(0x10713, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sleep_20_filled = IconData( + 0x10713, + 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); + static const IconData sleep_24_filled = IconData( + 0xf6ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 16 and filled style. - static const IconData slide_add_16_filled = IconData(0x103ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_add_16_filled = IconData( + 0x103ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 20 and filled style. - static const IconData slide_add_20_filled = IconData(0x103cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_add_20_filled = IconData( + 0x103cf, + 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); + static const IconData slide_add_24_filled = IconData( + 0xf6ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 28 and filled style. - static const IconData slide_add_28_filled = IconData(0x103d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_add_28_filled = IconData( + 0x103d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 32 and filled style. - static const IconData slide_add_32_filled = IconData(0x103d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_add_32_filled = IconData( + 0x103d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_add" in size 48 and filled style. - static const IconData slide_add_48_filled = IconData(0x103d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_add_48_filled = IconData( + 0x103d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_arrow_right" in size 20 and filled style. - static const IconData slide_arrow_right_20_filled = IconData(0x103d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_arrow_right_20_filled = IconData( + 0x103d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_arrow_right" in size 24 and filled style. - static const IconData slide_arrow_right_24_filled = IconData(0x103d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_arrow_right_24_filled = IconData( + 0x103d4, + 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); + static const IconData slide_design_24_filled = IconData( + 0xf6f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 16 and filled style. - static const IconData slide_eraser_16_filled = IconData(0xfb9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_eraser_16_filled = IconData( + 0xfb9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 20 and filled style. - static const IconData slide_eraser_20_filled = IconData(0xfbd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_eraser_20_filled = IconData( + 0xfbd5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_eraser" in size 24 and filled style. - static const IconData slide_eraser_24_filled = IconData(0xfd64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_eraser_24_filled = IconData( + 0xfd64, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_grid" in size 20 and filled style. - static const IconData slide_grid_20_filled = IconData(0x105eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_grid_20_filled = IconData( + 0x105eb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_grid" in size 24 and filled style. - static const IconData slide_grid_24_filled = IconData(0xfbd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_grid_24_filled = IconData( + 0xfbd6, + 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); + 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); + 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); + 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); + static const IconData slide_microphone_24_filled = IconData( + 0xf6f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_microphone" in size 32 and filled style. - static const IconData slide_microphone_32_filled = IconData(0x101a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_microphone_32_filled = IconData( + 0x101a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple" in size 20 and filled style. - static const IconData slide_multiple_20_filled = IconData(0x10714, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_20_filled = IconData( + 0x10714, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple" in size 24 and filled style. - static const IconData slide_multiple_24_filled = IconData(0xfb58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_24_filled = IconData( + 0xfb58, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_arrow_right" in size 20 and filled style. - static const IconData slide_multiple_arrow_right_20_filled = IconData(0x10715, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_arrow_right_20_filled = IconData( + 0x10715, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_arrow_right" in size 24 and filled style. - static const IconData slide_multiple_arrow_right_24_filled = IconData(0xfaa0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_arrow_right_24_filled = IconData( + 0xfaa0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_search" in size 20 and filled style. - static const IconData slide_multiple_search_20_filled = IconData(0xf78b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_search_20_filled = IconData( + 0xf78b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_multiple_search" in size 24 and filled style. - static const IconData slide_multiple_search_24_filled = IconData(0xf78c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_multiple_search_24_filled = IconData( + 0xf78c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_search" in size 24 and filled style. - static const IconData slide_search_24_filled = IconData(0xfaa1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_search_24_filled = IconData( + 0xfaa1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_search" in size 28 and filled style. - static const IconData slide_search_28_filled = IconData(0xfaa2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_search_28_filled = IconData( + 0xfaa2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_settings" in size 20 and filled style. - static const IconData slide_settings_20_filled = IconData(0x105ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_settings_20_filled = IconData( + 0x105ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_settings" in size 24 and filled style. - static const IconData slide_settings_24_filled = IconData(0xfd0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_settings_24_filled = IconData( + 0xfd0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_size" in size 20 and filled style. - static const IconData slide_size_20_filled = IconData(0x10716, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_size_20_filled = IconData( + 0x10716, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_size" in size 24 and filled style. - static const IconData slide_size_24_filled = IconData(0xfaa3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_size_24_filled = IconData( + 0xfaa3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 16 and filled style. - static const IconData slide_text_16_filled = IconData(0xfaa4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_text_16_filled = IconData( + 0xfaa4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 20 and filled style. - static const IconData slide_text_20_filled = IconData(0xfaa5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_text_20_filled = IconData( + 0xfaa5, + 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); + static const IconData slide_text_24_filled = IconData( + 0xf6f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 28 and filled style. - static const IconData slide_text_28_filled = IconData(0xfaa6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_text_28_filled = IconData( + 0xfaa6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_text" in size 48 and filled style. - static const IconData slide_text_48_filled = IconData(0xfaa7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_text_48_filled = IconData( + 0xfaa7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_transition" in size 20 and filled style. - static const IconData slide_transition_20_filled = IconData(0x105ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_transition_20_filled = IconData( + 0x105ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "slide_transition" in size 24 and filled style. - static const IconData slide_transition_24_filled = IconData(0xfd0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData slide_transition_24_filled = IconData( + 0xfd0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch" in size 20 and filled style. - static const IconData smartwatch_20_filled = IconData(0xf78d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData smartwatch_20_filled = IconData( + 0xf78d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch" in size 24 and filled style. - static const IconData smartwatch_24_filled = IconData(0xf78e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData smartwatch_24_filled = IconData( + 0xf78e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch_dot" in size 20 and filled style. - static const IconData smartwatch_dot_20_filled = IconData(0xf79e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData smartwatch_dot_20_filled = IconData( + 0xf79e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "smartwatch_dot" in size 24 and filled style. - static const IconData smartwatch_dot_24_filled = IconData(0xf79f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData smartwatch_dot_24_filled = IconData( + 0xf79f, + 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); + static const IconData snooze_16_filled = IconData( + 0xf6fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "snooze" in size 20 and filled style. - static const IconData snooze_20_filled = IconData(0x101aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData snooze_20_filled = IconData( + 0x101aa, + 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); + static const IconData snooze_24_filled = IconData( + 0xf6fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_source" in size 20 and filled style. - static const IconData sound_source_20_filled = IconData(0x10743, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sound_source_20_filled = IconData( + 0x10743, + 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); + 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); + static const IconData sound_source_28_filled = IconData( + 0xf700, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_wave_circle" in size 20 and filled style. - static const IconData sound_wave_circle_20_filled = IconData(0x10717, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sound_wave_circle_20_filled = IconData( + 0x10717, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sound_wave_circle" in size 24 and filled style. - static const IconData sound_wave_circle_24_filled = IconData(0x103d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sound_wave_circle_24_filled = IconData( + 0x103d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "spacebar" in size 20 and filled style. - static const IconData spacebar_20_filled = IconData(0x105ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData spacebar_20_filled = IconData( + 0x105ee, + 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); + static const IconData spacebar_24_filled = IconData( + 0xf701, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 16 and filled style. - static const IconData sparkle_16_filled = IconData(0x101fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sparkle_16_filled = IconData( + 0x101fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 20 and filled style. - static const IconData sparkle_20_filled = IconData(0x101fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sparkle_20_filled = IconData( + 0x101fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 24 and filled style. - static const IconData sparkle_24_filled = IconData(0x101ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sparkle_24_filled = IconData( + 0x101ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 28 and filled style. - static const IconData sparkle_28_filled = IconData(0x10200, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sparkle_28_filled = IconData( + 0x10200, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sparkle" in size 48 and filled style. - static const IconData sparkle_48_filled = IconData(0x10201, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sparkle_48_filled = IconData( + 0x10201, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 16 and filled style. - static const IconData speaker_0_16_filled = IconData(0xfaa8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_0_16_filled = IconData( + 0xfaa8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 20 and filled style. - static const IconData speaker_0_20_filled = IconData(0xfaa9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_0_20_filled = IconData( + 0xfaa9, + 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); + static const IconData speaker_0_24_filled = IconData( + 0xf702, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 28 and filled style. - static const IconData speaker_0_28_filled = IconData(0xfaaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_0_28_filled = IconData( + 0xfaaa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 32 and filled style. - static const IconData speaker_0_32_filled = IconData(0x10178, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_0_32_filled = IconData( + 0x10178, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_0" in size 48 and filled style. - static const IconData speaker_0_48_filled = IconData(0xfaab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_0_48_filled = IconData( + 0xfaab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 16 and filled style. - static const IconData speaker_1_16_filled = IconData(0xfaac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_1_16_filled = IconData( + 0xfaac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 20 and filled style. - static const IconData speaker_1_20_filled = IconData(0xfaad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_1_20_filled = IconData( + 0xfaad, + 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); + static const IconData speaker_1_24_filled = IconData( + 0xf704, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 28 and filled style. - static const IconData speaker_1_28_filled = IconData(0xfaae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_1_28_filled = IconData( + 0xfaae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 32 and filled style. - static const IconData speaker_1_32_filled = IconData(0x10179, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_1_32_filled = IconData( + 0x10179, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_1" in size 48 and filled style. - static const IconData speaker_1_48_filled = IconData(0xfaaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_1_48_filled = IconData( + 0xfaaf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 16 and filled style. - static const IconData speaker_2_16_filled = IconData(0xfc6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_16_filled = IconData( + 0xfc6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 20 and filled style. - static const IconData speaker_2_20_filled = IconData(0xfc6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_20_filled = IconData( + 0xfc6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 24 and filled style. - static const IconData speaker_2_24_filled = IconData(0xfc6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_24_filled = IconData( + 0xfc6e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 28 and filled style. - static const IconData speaker_2_28_filled = IconData(0xfc6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_28_filled = IconData( + 0xfc6f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 32 and filled style. - static const IconData speaker_2_32_filled = IconData(0x1017a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_32_filled = IconData( + 0x1017a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_2" in size 48 and filled style. - static const IconData speaker_2_48_filled = IconData(0xfc70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_2_48_filled = IconData( + 0xfc70, + 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); + static const IconData speaker_bluetooth_24_filled = IconData( + 0xf708, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_bluetooth" in size 28 and filled style. - static const IconData speaker_bluetooth_28_filled = IconData(0xfab1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_bluetooth_28_filled = IconData( + 0xfab1, + 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); + 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); + 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); + static const IconData speaker_edit_24_filled = IconData( + 0xf70b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 16 and filled style. - static const IconData speaker_mute_16_filled = IconData(0xfc71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_mute_16_filled = IconData( + 0xfc71, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 20 and filled style. - static const IconData speaker_mute_20_filled = IconData(0xfc72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_mute_20_filled = IconData( + 0xfc72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 24 and filled style. - static const IconData speaker_mute_24_filled = IconData(0xfc73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_mute_24_filled = IconData( + 0xfc73, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 28 and filled style. - static const IconData speaker_mute_28_filled = IconData(0xfc74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_mute_28_filled = IconData( + 0xfc74, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_mute" in size 48 and filled style. - static const IconData speaker_mute_48_filled = IconData(0xfc75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_mute_48_filled = IconData( + 0xfc75, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 16 and filled style. - static const IconData speaker_off_16_filled = IconData(0xfab4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_off_16_filled = IconData( + 0xfab4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 20 and filled style. - static const IconData speaker_off_20_filled = IconData(0xfab5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_off_20_filled = IconData( + 0xfab5, + 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); + 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); + static const IconData speaker_off_28_filled = IconData( + 0xf710, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_off" in size 48 and filled style. - static const IconData speaker_off_48_filled = IconData(0xfab6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_off_48_filled = IconData( + 0xfab6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_settings" in size 20 and filled style. - static const IconData speaker_settings_20_filled = IconData(0x105ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_settings_20_filled = IconData( + 0x105ef, + 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); + static const IconData speaker_settings_24_filled = IconData( + 0xf711, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_settings" in size 28 and filled style. - static const IconData speaker_settings_28_filled = IconData(0x105f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_settings_28_filled = IconData( + 0x105f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_usb" in size 24 and filled style. - static const IconData speaker_usb_24_filled = IconData(0xfab7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_usb_24_filled = IconData( + 0xfab7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "speaker_usb" in size 28 and filled style. - static const IconData speaker_usb_28_filled = IconData(0xfab8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData speaker_usb_28_filled = IconData( + 0xfab8, + 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); + static const IconData spinner_ios_20_filled = IconData( + 0xf712, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_hint" in size 20 and filled style. - static const IconData split_hint_20_filled = IconData(0x106a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_hint_20_filled = IconData( + 0x106a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 12 and filled style. - static const IconData split_horizontal_12_filled = IconData(0xfd65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_12_filled = IconData( + 0xfd65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 16 and filled style. - static const IconData split_horizontal_16_filled = IconData(0xfd66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_16_filled = IconData( + 0xfd66, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 20 and filled style. - static const IconData split_horizontal_20_filled = IconData(0xfd67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_20_filled = IconData( + 0xfd67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 24 and filled style. - static const IconData split_horizontal_24_filled = IconData(0xfd68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_24_filled = IconData( + 0xfd68, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 28 and filled style. - static const IconData split_horizontal_28_filled = IconData(0xfd69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_28_filled = IconData( + 0xfd69, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 32 and filled style. - static const IconData split_horizontal_32_filled = IconData(0xfd6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_32_filled = IconData( + 0xfd6a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_horizontal" in size 48 and filled style. - static const IconData split_horizontal_48_filled = IconData(0xfd6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_horizontal_48_filled = IconData( + 0xfd6b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 12 and filled style. - static const IconData split_vertical_12_filled = IconData(0xfd6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_12_filled = IconData( + 0xfd6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 16 and filled style. - static const IconData split_vertical_16_filled = IconData(0xfd6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_16_filled = IconData( + 0xfd6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 20 and filled style. - static const IconData split_vertical_20_filled = IconData(0xfd6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_20_filled = IconData( + 0xfd6e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 24 and filled style. - static const IconData split_vertical_24_filled = IconData(0xfd6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_24_filled = IconData( + 0xfd6f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 28 and filled style. - static const IconData split_vertical_28_filled = IconData(0xfd70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_28_filled = IconData( + 0xfd70, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 32 and filled style. - static const IconData split_vertical_32_filled = IconData(0xfd71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_32_filled = IconData( + 0xfd71, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "split_vertical" in size 48 and filled style. - static const IconData split_vertical_48_filled = IconData(0xfd72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData split_vertical_48_filled = IconData( + 0xfd72, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 16 and filled style. - static const IconData sport_16_filled = IconData(0xfab9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_16_filled = IconData( + 0xfab9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 20 and filled style. - static const IconData sport_20_filled = IconData(0xfaba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_20_filled = IconData( + 0xfaba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport" in size 24 and filled style. - static const IconData sport_24_filled = IconData(0xfabb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_24_filled = IconData( + 0xfabb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_american_football" in size 20 and filled style. - static const IconData sport_american_football_20_filled = IconData(0x10718, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_american_football_20_filled = IconData( + 0x10718, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_american_football" in size 24 and filled style. - static const IconData sport_american_football_24_filled = IconData(0xfabc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_american_football_24_filled = IconData( + 0xfabc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_baseball" in size 20 and filled style. - static const IconData sport_baseball_20_filled = IconData(0x10719, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_baseball_20_filled = IconData( + 0x10719, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_baseball" in size 24 and filled style. - static const IconData sport_baseball_24_filled = IconData(0xfabd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_baseball_24_filled = IconData( + 0xfabd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_basketball" in size 24 and filled style. - static const IconData sport_basketball_24_filled = IconData(0xfabe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_basketball_24_filled = IconData( + 0xfabe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_hockey" in size 20 and filled style. - static const IconData sport_hockey_20_filled = IconData(0x1071a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_hockey_20_filled = IconData( + 0x1071a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_hockey" in size 24 and filled style. - static const IconData sport_hockey_24_filled = IconData(0xfabf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_hockey_24_filled = IconData( + 0xfabf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 16 and filled style. - static const IconData sport_soccer_16_filled = IconData(0x10033, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_soccer_16_filled = IconData( + 0x10033, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 20 and filled style. - static const IconData sport_soccer_20_filled = IconData(0xfd73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_soccer_20_filled = IconData( + 0xfd73, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sport_soccer" in size 24 and filled style. - static const IconData sport_soccer_24_filled = IconData(0xfd74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sport_soccer_24_filled = IconData( + 0xfd74, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 12 and filled style. - static const IconData square_12_filled = IconData(0x100ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_12_filled = IconData( + 0x100ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 16 and filled style. - static const IconData square_16_filled = IconData(0xfc76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_16_filled = IconData( + 0xfc76, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 20 and filled style. - static const IconData square_20_filled = IconData(0x10034, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_20_filled = IconData( + 0x10034, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 24 and filled style. - static const IconData square_24_filled = IconData(0x10441, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_24_filled = IconData( + 0x10441, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 28 and filled style. - static const IconData square_28_filled = IconData(0x10442, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_28_filled = IconData( + 0x10442, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 32 and filled style. - static const IconData square_32_filled = IconData(0x10202, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_32_filled = IconData( + 0x10202, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square" in size 48 and filled style. - static const IconData square_48_filled = IconData(0x103d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_48_filled = IconData( + 0x103d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_add" in size 16 and filled style. - static const IconData square_add_16_filled = IconData(0xfc77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_add_16_filled = IconData( + 0xfc77, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_add" in size 20 and filled style. - static const IconData square_add_20_filled = IconData(0xffc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_add_20_filled = IconData( + 0xffc1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 16 and filled style. - static const IconData square_arrow_forward_16_filled = IconData(0xfef6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_16_filled = IconData( + 0xfef6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 20 and filled style. - static const IconData square_arrow_forward_20_filled = IconData(0xfef7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_20_filled = IconData( + 0xfef7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 24 and filled style. - static const IconData square_arrow_forward_24_filled = IconData(0xfef8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_24_filled = IconData( + 0xfef8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 28 and filled style. - static const IconData square_arrow_forward_28_filled = IconData(0xfef9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_28_filled = IconData( + 0xfef9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 32 and filled style. - static const IconData square_arrow_forward_32_filled = IconData(0xfefa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_32_filled = IconData( + 0xfefa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_arrow_forward" in size 48 and filled style. - static const IconData square_arrow_forward_48_filled = IconData(0xfefb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_arrow_forward_48_filled = IconData( + 0xfefb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_dismiss" in size 16 and filled style. - static const IconData square_dismiss_16_filled = IconData(0x100ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_dismiss_16_filled = IconData( + 0x100ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_dismiss" in size 20 and filled style. - static const IconData square_dismiss_20_filled = IconData(0x100ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_dismiss_20_filled = IconData( + 0x100ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 16 and filled style. - static const IconData square_hint_16_filled = IconData(0x10443, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_16_filled = IconData( + 0x10443, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 20 and filled style. - static const IconData square_hint_20_filled = IconData(0x102fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_20_filled = IconData( + 0x102fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 24 and filled style. - static const IconData square_hint_24_filled = IconData(0x102ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_24_filled = IconData( + 0x102ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 28 and filled style. - static const IconData square_hint_28_filled = IconData(0x10444, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_28_filled = IconData( + 0x10444, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 32 and filled style. - static const IconData square_hint_32_filled = IconData(0x10445, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_32_filled = IconData( + 0x10445, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint" in size 48 and filled style. - static const IconData square_hint_48_filled = IconData(0x10446, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_48_filled = IconData( + 0x10446, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_apps" in size 20 and filled style. - static const IconData square_hint_apps_20_filled = IconData(0x10447, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_apps_20_filled = IconData( + 0x10447, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_apps" in size 24 and filled style. - static const IconData square_hint_apps_24_filled = IconData(0x10448, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_apps_24_filled = IconData( + 0x10448, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_arrow_back" in size 16 and filled style. - static const IconData square_hint_arrow_back_16_filled = IconData(0xfc78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_arrow_back_16_filled = IconData( + 0xfc78, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_arrow_back" in size 20 and filled style. - static const IconData square_hint_arrow_back_20_filled = IconData(0x1071b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_arrow_back_20_filled = IconData( + 0x1071b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 16 and filled style. - static const IconData square_hint_sparkles_16_filled = IconData(0x10449, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_16_filled = IconData( + 0x10449, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 20 and filled style. - static const IconData square_hint_sparkles_20_filled = IconData(0x1044a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_20_filled = IconData( + 0x1044a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 24 and filled style. - static const IconData square_hint_sparkles_24_filled = IconData(0x1044b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_24_filled = IconData( + 0x1044b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 28 and filled style. - static const IconData square_hint_sparkles_28_filled = IconData(0x1044c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_28_filled = IconData( + 0x1044c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 32 and filled style. - static const IconData square_hint_sparkles_32_filled = IconData(0x1044d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_32_filled = IconData( + 0x1044d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_hint_sparkles" in size 48 and filled style. - static const IconData square_hint_sparkles_48_filled = IconData(0x1044e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_hint_sparkles_48_filled = IconData( + 0x1044e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 16 and filled style. - static const IconData square_multiple_16_filled = IconData(0x1008b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_multiple_16_filled = IconData( + 0x1008b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 20 and filled style. - static const IconData square_multiple_20_filled = IconData(0xfbae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_multiple_20_filled = IconData( + 0xfbae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_multiple" in size 24 and filled style. - static const IconData square_multiple_24_filled = IconData(0xf7a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_multiple_24_filled = IconData( + 0xf7a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_shadow" in size 12 and filled style. - static const IconData square_shadow_12_filled = IconData(0x1011e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_shadow_12_filled = IconData( + 0x1011e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "square_shadow" in size 20 and filled style. - static const IconData square_shadow_20_filled = IconData(0x1071c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData square_shadow_20_filled = IconData( + 0x1071c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "squares_nested" in size 20 and filled style. - static const IconData squares_nested_20_filled = IconData(0x106aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData squares_nested_20_filled = IconData( + 0x106aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 16 and filled style. - static const IconData stack_16_filled = IconData(0xf7a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_16_filled = IconData( + 0xf7a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 20 and filled style. - static const IconData stack_20_filled = IconData(0xf7aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_20_filled = IconData( + 0xf7aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack" in size 24 and filled style. - static const IconData stack_24_filled = IconData(0xf7be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_24_filled = IconData( + 0xf7be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_arrow_forward" in size 20 and filled style. - static const IconData stack_arrow_forward_20_filled = IconData(0x1024d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_arrow_forward_20_filled = IconData( + 0x1024d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_arrow_forward" in size 24 and filled style. - static const IconData stack_arrow_forward_24_filled = IconData(0x1024e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_arrow_forward_24_filled = IconData( + 0x1024e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 16 and filled style. - static const IconData stack_star_16_filled = IconData(0x1008c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_star_16_filled = IconData( + 0x1008c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 20 and filled style. - static const IconData stack_star_20_filled = IconData(0x1008d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_star_20_filled = IconData( + 0x1008d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stack_star" in size 24 and filled style. - static const IconData stack_star_24_filled = IconData(0x1008e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stack_star_24_filled = IconData( + 0x1008e, + 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); + 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); + 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); + 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); + 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); + static const IconData star_28_filled = IconData( + 0xf71a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star" in size 48 and filled style. - static const IconData star_48_filled = IconData(0x103d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_48_filled = IconData( + 0x103d7, + 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); + 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); + 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); + static const IconData star_add_24_filled = IconData( + 0xf71d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_add" in size 28 and filled style. - static const IconData star_add_28_filled = IconData(0x103d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_add_28_filled = IconData( + 0x103d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_end" in size 20 and filled style. - static const IconData star_arrow_right_end_20_filled = IconData(0x105f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_arrow_right_end_20_filled = IconData( + 0x105f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_end" in size 24 and filled style. - static const IconData star_arrow_right_end_24_filled = IconData(0xfc79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_arrow_right_end_24_filled = IconData( + 0xfc79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_arrow_right_start" in size 20 and filled style. - static const IconData star_arrow_right_start_20_filled = IconData(0x105f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_arrow_right_start_20_filled = IconData( + 0x105f2, + 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); + static const IconData star_arrow_right_start_24_filled = IconData( + 0xf71f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 16 and filled style. - static const IconData star_dismiss_16_filled = IconData(0x103d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_dismiss_16_filled = IconData( + 0x103d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 20 and filled style. - static const IconData star_dismiss_20_filled = IconData(0x103da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_dismiss_20_filled = IconData( + 0x103da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 24 and filled style. - static const IconData star_dismiss_24_filled = IconData(0x103db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_dismiss_24_filled = IconData( + 0x103db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_dismiss" in size 28 and filled style. - static const IconData star_dismiss_28_filled = IconData(0x103dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_dismiss_28_filled = IconData( + 0x103dc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_edit" in size 20 and filled style. - static const IconData star_edit_20_filled = IconData(0x103dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_edit_20_filled = IconData( + 0x103dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_edit" in size 24 and filled style. - static const IconData star_edit_24_filled = IconData(0xfac0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_edit_24_filled = IconData( + 0xfac0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_emphasis" in size 20 and filled style. - static const IconData star_emphasis_20_filled = IconData(0xfbaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_emphasis_20_filled = IconData( + 0xfbaf, + 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); + static const IconData star_emphasis_24_filled = IconData( + 0xf720, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_emphasis" in size 32 and filled style. - static const IconData star_emphasis_32_filled = IconData(0xfd10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_emphasis_32_filled = IconData( + 0xfd10, + 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); + 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); + 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); + 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); + 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); + static const IconData star_half_28_filled = IconData( + 0xf725, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 16 and filled style. - static const IconData star_line_horizontal_3_16_filled = IconData(0xffc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_16_filled = IconData( + 0xffc2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 20 and filled style. - static const IconData star_line_horizontal_3_20_filled = IconData(0xfb59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_20_filled = IconData( + 0xfb59, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_line_horizontal_3" in size 24 and filled style. - static const IconData star_line_horizontal_3_24_filled = IconData(0xfb5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_line_horizontal_3_24_filled = IconData( + 0xfb5a, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData star_prohibited_24_filled = IconData( + 0xf732, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "star_settings" in size 20 and filled style. - static const IconData star_settings_20_filled = IconData(0x103de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData star_settings_20_filled = IconData( + 0x103de, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData status_24_filled = IconData( + 0xf73b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "steps" in size 20 and filled style. - static const IconData steps_20_filled = IconData(0xff00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData steps_20_filled = IconData( + 0xff00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "steps" in size 24 and filled style. - static const IconData steps_24_filled = IconData(0xff01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData steps_24_filled = IconData( + 0xff01, + 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); + 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); + static const IconData stethoscope_24_filled = IconData( + 0xf73d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sticker" in size 12 and filled style. - static const IconData sticker_12_filled = IconData(0x1017b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sticker_12_filled = IconData( + 0x1017b, + 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); + 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); + static const IconData sticker_24_filled = IconData( + 0xf73f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sticker_add" in size 20 and filled style. - static const IconData sticker_add_20_filled = IconData(0x10521, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sticker_add_20_filled = IconData( + 0x10521, + 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); + 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); + 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); + 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); + static const IconData stop_24_filled = IconData( + 0xf743, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "storage" in size 20 and filled style. - static const IconData storage_20_filled = IconData(0x105f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData storage_20_filled = IconData( + 0x105f3, + 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); + static const IconData storage_24_filled = IconData( + 0xf744, + 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); + 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); + 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); + static const IconData store_microsoft_24_filled = IconData( + 0xf74a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream" in size 20 and filled style. - static const IconData stream_20_filled = IconData(0xffc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stream_20_filled = IconData( + 0xffc3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream" in size 24 and filled style. - static const IconData stream_24_filled = IconData(0xffc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stream_24_filled = IconData( + 0xffc4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_input" in size 20 and filled style. - static const IconData stream_input_20_filled = IconData(0x106ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stream_input_20_filled = IconData( + 0x106ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_input_output" in size 20 and filled style. - static const IconData stream_input_output_20_filled = IconData(0x106ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stream_input_output_20_filled = IconData( + 0x106ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "stream_output" in size 20 and filled style. - static const IconData stream_output_20_filled = IconData(0x106ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData stream_output_20_filled = IconData( + 0x106ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 16 and filled style. - static const IconData strikethrough_ga_na_16_filled = IconData(0xfd75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_16_filled = IconData( + 0xfd75, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 20 and filled style. - static const IconData strikethrough_ga_na_20_filled = IconData(0xfd76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_20_filled = IconData( + 0xfd76, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "strikethrough_ga_na" in size 24 and filled style. - static const IconData strikethrough_ga_na_24_filled = IconData(0xfd77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData strikethrough_ga_na_24_filled = IconData( + 0xfd77, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "style_guide" in size 20 and filled style. - static const IconData style_guide_20_filled = IconData(0x104ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData style_guide_20_filled = IconData( + 0x104ae, + 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); + static const IconData style_guide_24_filled = IconData( + 0xf74b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "sub_grid" in size 20 and filled style. - static const IconData sub_grid_20_filled = IconData(0x105f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData sub_grid_20_filled = IconData( + 0x105f4, + 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); + static const IconData sub_grid_24_filled = IconData( + 0xf74c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 16 and filled style. - static const IconData subtitles_16_filled = IconData(0x10744, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtitles_16_filled = IconData( + 0x10744, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 20 and filled style. - static const IconData subtitles_20_filled = IconData(0x10745, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtitles_20_filled = IconData( + 0x10745, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtitles" in size 24 and filled style. - static const IconData subtitles_24_filled = IconData(0x10746, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtitles_24_filled = IconData( + 0x10746, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 12 and filled style. - static const IconData subtract_12_filled = IconData(0xfc7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_12_filled = IconData( + 0xfc7a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 16 and filled style. - static const IconData subtract_16_filled = IconData(0xfc7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_16_filled = IconData( + 0xfc7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 20 and filled style. - static const IconData subtract_20_filled = IconData(0xfc7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_20_filled = IconData( + 0xfc7c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 24 and filled style. - static const IconData subtract_24_filled = IconData(0xfc7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_24_filled = IconData( + 0xfc7d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 28 and filled style. - static const IconData subtract_28_filled = IconData(0xfc7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_28_filled = IconData( + 0xfc7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract" in size 48 and filled style. - static const IconData subtract_48_filled = IconData(0xfc7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_48_filled = IconData( + 0xfc7f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 12 and filled style. - static const IconData subtract_circle_12_filled = IconData(0x100f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_12_filled = IconData( + 0x100f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 16 and filled style. - static const IconData subtract_circle_16_filled = IconData(0xf7bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_16_filled = IconData( + 0xf7bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 20 and filled style. - static const IconData subtract_circle_20_filled = IconData(0xf7c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_20_filled = IconData( + 0xf7c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 24 and filled style. - static const IconData subtract_circle_24_filled = IconData(0xf7c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_24_filled = IconData( + 0xf7c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 28 and filled style. - static const IconData subtract_circle_28_filled = IconData(0xf7cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_28_filled = IconData( + 0xf7cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle" in size 32 and filled style. - static const IconData subtract_circle_32_filled = IconData(0xf7cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_32_filled = IconData( + 0xf7cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_back" in size 16 and filled style. - static const IconData subtract_circle_arrow_back_16_filled = IconData(0x1008f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_back_16_filled = IconData( + 0x1008f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_back" in size 20 and filled style. - static const IconData subtract_circle_arrow_back_20_filled = IconData(0x10090, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_back_20_filled = IconData( + 0x10090, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_forward" in size 16 and filled style. - static const IconData subtract_circle_arrow_forward_16_filled = IconData(0x10091, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_forward_16_filled = IconData( + 0x10091, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_circle_arrow_forward" in size 20 and filled style. - static const IconData subtract_circle_arrow_forward_20_filled = IconData(0x10092, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_circle_arrow_forward_20_filled = IconData( + 0x10092, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square" in size 20 and filled style. - static const IconData subtract_square_20_filled = IconData(0x10522, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_square_20_filled = IconData( + 0x10522, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square" in size 24 and filled style. - static const IconData subtract_square_24_filled = IconData(0x10203, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_square_24_filled = IconData( + 0x10203, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square_multiple" in size 16 and filled style. - static const IconData subtract_square_multiple_16_filled = IconData(0xfdf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_square_multiple_16_filled = IconData( + 0xfdf8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "subtract_square_multiple" in size 20 and filled style. - static const IconData subtract_square_multiple_20_filled = IconData(0xfefc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData subtract_square_multiple_20_filled = IconData( + 0xfefc, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData swipe_up_24_filled = IconData( + 0xf756, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "symbols" in size 16 and filled style. - static const IconData symbols_16_filled = IconData(0xfe3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData symbols_16_filled = IconData( + 0xfe3b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "symbols" in size 20 and filled style. - static const IconData symbols_20_filled = IconData(0xfd78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData symbols_20_filled = IconData( + 0xfd78, + 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); + 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); + 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); + static const IconData sync_off_20_filled = IconData( + 0xf759, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "syringe" in size 20 and filled style. - static const IconData syringe_20_filled = IconData(0xffc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData syringe_20_filled = IconData( + 0xffc5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "syringe" in size 24 and filled style. - static const IconData syringe_24_filled = IconData(0xffc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData syringe_24_filled = IconData( + 0xffc6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "system" in size 20 and filled style. - static const IconData system_20_filled = IconData(0x10523, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData system_20_filled = IconData( + 0x10523, + 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); + 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); + 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); + 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); + 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); + static const IconData tab_28_filled = IconData( + 0xf75e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_add" in size 20 and filled style. - static const IconData tab_add_20_filled = IconData(0xfc80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_add_20_filled = IconData( + 0xfc80, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_add" in size 24 and filled style. - static const IconData tab_add_24_filled = IconData(0xfc81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_add_24_filled = IconData( + 0xfc81, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_arrow_left" in size 20 and filled style. - static const IconData tab_arrow_left_20_filled = IconData(0x1071d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_arrow_left_20_filled = IconData( + 0x1071d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_arrow_left" in size 24 and filled style. - static const IconData tab_arrow_left_24_filled = IconData(0xfc82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_arrow_left_24_filled = IconData( + 0xfc82, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop" in size 16 and filled style. - static const IconData tab_desktop_16_filled = IconData(0x104af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_16_filled = IconData( + 0x104af, + 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); + static const IconData tab_desktop_20_filled = IconData( + 0xf75f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop" in size 24 and filled style. - static const IconData tab_desktop_24_filled = IconData(0x104b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_24_filled = IconData( + 0x104b0, + 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); + 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); + 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); + static const IconData tab_desktop_arrow_clockwise_24_filled = IconData( + 0xf762, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_arrow_left" in size 20 and filled style. - static const IconData tab_desktop_arrow_left_20_filled = IconData(0xfac1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_arrow_left_20_filled = IconData( + 0xfac1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_bottom" in size 20 and filled style. - static const IconData tab_desktop_bottom_20_filled = IconData(0x104b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_bottom_20_filled = IconData( + 0x104b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_bottom" in size 24 and filled style. - static const IconData tab_desktop_bottom_24_filled = IconData(0xff02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_bottom_24_filled = IconData( + 0xff02, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData tab_desktop_multiple_20_filled = IconData( + 0xf768, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and filled style. - static const IconData tab_desktop_multiple_bottom_24_filled = IconData(0xff03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_desktop_multiple_bottom_24_filled = IconData( + 0xff03, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData tab_inprivate_account_24_filled = IconData( + 0xf76f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_prohibited" in size 20 and filled style. - static const IconData tab_prohibited_20_filled = IconData(0x1071e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_prohibited_20_filled = IconData( + 0x1071e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_prohibited" in size 24 and filled style. - static const IconData tab_prohibited_24_filled = IconData(0xfac2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_prohibited_24_filled = IconData( + 0xfac2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_shield_dismiss" in size 20 and filled style. - static const IconData tab_shield_dismiss_20_filled = IconData(0xfc83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_shield_dismiss_20_filled = IconData( + 0xfc83, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tab_shield_dismiss" in size 24 and filled style. - static const IconData tab_shield_dismiss_24_filled = IconData(0xfc84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tab_shield_dismiss_24_filled = IconData( + 0xfc84, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 16 and filled style. - static const IconData table_16_filled = IconData(0xfac3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_16_filled = IconData( + 0xfac3, + 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); + 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); + static const IconData table_24_filled = IconData( + 0xf776, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 28 and filled style. - static const IconData table_28_filled = IconData(0xfac4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_28_filled = IconData( + 0xfac4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 32 and filled style. - static const IconData table_32_filled = IconData(0xfd11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_32_filled = IconData( + 0xfd11, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table" in size 48 and filled style. - static const IconData table_48_filled = IconData(0xfac5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_48_filled = IconData( + 0xfac5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 16 and filled style. - static const IconData table_add_16_filled = IconData(0x10524, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_add_16_filled = IconData( + 0x10524, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 20 and filled style. - static const IconData table_add_20_filled = IconData(0xfb5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_add_20_filled = IconData( + 0xfb5b, + 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); + static const IconData table_add_24_filled = IconData( + 0xf777, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_add" in size 28 and filled style. - static const IconData table_add_28_filled = IconData(0x10525, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_add_28_filled = IconData( + 0x10525, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 16 and filled style. - static const IconData table_bottom_row_16_filled = IconData(0x106ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_16_filled = IconData( + 0x106ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 20 and filled style. - static const IconData table_bottom_row_20_filled = IconData(0x106af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_20_filled = IconData( + 0x106af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 24 and filled style. - static const IconData table_bottom_row_24_filled = IconData(0x106b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_24_filled = IconData( + 0x106b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 28 and filled style. - static const IconData table_bottom_row_28_filled = IconData(0x106b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_28_filled = IconData( + 0x106b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 32 and filled style. - static const IconData table_bottom_row_32_filled = IconData(0x106b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_32_filled = IconData( + 0x106b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_bottom_row" in size 48 and filled style. - static const IconData table_bottom_row_48_filled = IconData(0x106b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_bottom_row_48_filled = IconData( + 0x106b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 16 and filled style. - static const IconData table_cell_edit_16_filled = IconData(0x10526, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cell_edit_16_filled = IconData( + 0x10526, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 20 and filled style. - static const IconData table_cell_edit_20_filled = IconData(0x10527, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cell_edit_20_filled = IconData( + 0x10527, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 24 and filled style. - static const IconData table_cell_edit_24_filled = IconData(0xfd12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cell_edit_24_filled = IconData( + 0xfd12, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cell_edit" in size 28 and filled style. - static const IconData table_cell_edit_28_filled = IconData(0x10528, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cell_edit_28_filled = IconData( + 0x10528, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_merge" in size 16 and filled style. - static const IconData table_cells_merge_16_filled = IconData(0x10529, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cells_merge_16_filled = IconData( + 0x10529, + 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); + 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); + static const IconData table_cells_merge_24_filled = IconData( + 0xf779, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_merge" in size 28 and filled style. - static const IconData table_cells_merge_28_filled = IconData(0x1052a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cells_merge_28_filled = IconData( + 0x1052a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_split" in size 16 and filled style. - static const IconData table_cells_split_16_filled = IconData(0x1052b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cells_split_16_filled = IconData( + 0x1052b, + 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); + 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); + static const IconData table_cells_split_24_filled = IconData( + 0xf77b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_cells_split" in size 28 and filled style. - static const IconData table_cells_split_28_filled = IconData(0x1052c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_cells_split_28_filled = IconData( + 0x1052c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_checker" in size 20 and filled style. - static const IconData table_checker_20_filled = IconData(0x106b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_checker_20_filled = IconData( + 0x106b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_copy" in size 20 and filled style. - static const IconData table_copy_20_filled = IconData(0x106b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_copy_20_filled = IconData( + 0x106b5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 16 and filled style. - static const IconData table_delete_column_16_filled = IconData(0x1052d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_column_16_filled = IconData( + 0x1052d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 20 and filled style. - static const IconData table_delete_column_20_filled = IconData(0xfd79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_column_20_filled = IconData( + 0xfd79, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 24 and filled style. - static const IconData table_delete_column_24_filled = IconData(0xfc85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_column_24_filled = IconData( + 0xfc85, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_column" in size 28 and filled style. - static const IconData table_delete_column_28_filled = IconData(0x1052e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_column_28_filled = IconData( + 0x1052e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 16 and filled style. - static const IconData table_delete_row_16_filled = IconData(0x1052f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_row_16_filled = IconData( + 0x1052f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 20 and filled style. - static const IconData table_delete_row_20_filled = IconData(0xfd7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_row_20_filled = IconData( + 0xfd7a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 24 and filled style. - static const IconData table_delete_row_24_filled = IconData(0xfc86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_row_24_filled = IconData( + 0xfc86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_delete_row" in size 28 and filled style. - static const IconData table_delete_row_28_filled = IconData(0x10530, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_delete_row_28_filled = IconData( + 0x10530, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 16 and filled style. - static const IconData table_dismiss_16_filled = IconData(0x10531, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_dismiss_16_filled = IconData( + 0x10531, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 20 and filled style. - static const IconData table_dismiss_20_filled = IconData(0xfb5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_dismiss_20_filled = IconData( + 0xfb5c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 24 and filled style. - static const IconData table_dismiss_24_filled = IconData(0xfb5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_dismiss_24_filled = IconData( + 0xfb5d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_dismiss" in size 28 and filled style. - static const IconData table_dismiss_28_filled = IconData(0x10532, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_dismiss_28_filled = IconData( + 0x10532, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 16 and filled style. - static const IconData table_edit_16_filled = IconData(0x10533, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_edit_16_filled = IconData( + 0x10533, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 20 and filled style. - static const IconData table_edit_20_filled = IconData(0x10534, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_edit_20_filled = IconData( + 0x10534, + 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); + static const IconData table_edit_24_filled = IconData( + 0xf780, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_edit" in size 28 and filled style. - static const IconData table_edit_28_filled = IconData(0x10535, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_edit_28_filled = IconData( + 0x10535, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 16 and filled style. - static const IconData table_freeze_column_16_filled = IconData(0x10536, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_16_filled = IconData( + 0x10536, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 20 and filled style. - static const IconData table_freeze_column_20_filled = IconData(0x10537, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_20_filled = IconData( + 0x10537, + 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); + static const IconData table_freeze_column_24_filled = IconData( + 0xf782, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column" in size 28 and filled style. - static const IconData table_freeze_column_28_filled = IconData(0x10538, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_28_filled = IconData( + 0x10538, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 16 and filled style. - static const IconData table_freeze_column_and_row_16_filled = IconData(0x10539, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_16_filled = IconData( + 0x10539, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 20 and filled style. - static const IconData table_freeze_column_and_row_20_filled = IconData(0x1053a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_20_filled = IconData( + 0x1053a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 24 and filled style. - static const IconData table_freeze_column_and_row_24_filled = IconData(0xfc87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_24_filled = IconData( + 0xfc87, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_column_and_row" in size 28 and filled style. - static const IconData table_freeze_column_and_row_28_filled = IconData(0x1053b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_column_and_row_28_filled = IconData( + 0x1053b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 16 and filled style. - static const IconData table_freeze_row_16_filled = IconData(0x1053c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_row_16_filled = IconData( + 0x1053c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 20 and filled style. - static const IconData table_freeze_row_20_filled = IconData(0x1053d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_row_20_filled = IconData( + 0x1053d, + 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); + static const IconData table_freeze_row_24_filled = IconData( + 0xf783, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_freeze_row" in size 28 and filled style. - static const IconData table_freeze_row_28_filled = IconData(0x1053e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_freeze_row_28_filled = IconData( + 0x1053e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_image" in size 20 and filled style. - static const IconData table_image_20_filled = IconData(0x106b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_image_20_filled = IconData( + 0x106b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 16 and filled style. - static const IconData table_insert_column_16_filled = IconData(0x1053f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_column_16_filled = IconData( + 0x1053f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 20 and filled style. - static const IconData table_insert_column_20_filled = IconData(0x10540, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_column_20_filled = IconData( + 0x10540, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 24 and filled style. - static const IconData table_insert_column_24_filled = IconData(0xfc88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_column_24_filled = IconData( + 0xfc88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_column" in size 28 and filled style. - static const IconData table_insert_column_28_filled = IconData(0x10541, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_column_28_filled = IconData( + 0x10541, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 16 and filled style. - static const IconData table_insert_row_16_filled = IconData(0x10542, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_row_16_filled = IconData( + 0x10542, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 20 and filled style. - static const IconData table_insert_row_20_filled = IconData(0x10543, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_row_20_filled = IconData( + 0x10543, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 24 and filled style. - static const IconData table_insert_row_24_filled = IconData(0xfc89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_row_24_filled = IconData( + 0xfc89, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_insert_row" in size 28 and filled style. - static const IconData table_insert_row_28_filled = IconData(0x10544, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_insert_row_28_filled = IconData( + 0x10544, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 16 and filled style. - static const IconData table_lightning_16_filled = IconData(0x10545, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_lightning_16_filled = IconData( + 0x10545, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 20 and filled style. - static const IconData table_lightning_20_filled = IconData(0x1024f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_lightning_20_filled = IconData( + 0x1024f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 24 and filled style. - static const IconData table_lightning_24_filled = IconData(0x10250, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_lightning_24_filled = IconData( + 0x10250, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_lightning" in size 28 and filled style. - static const IconData table_lightning_28_filled = IconData(0x10546, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_lightning_28_filled = IconData( + 0x10546, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 16 and filled style. - static const IconData table_link_16_filled = IconData(0x10547, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_link_16_filled = IconData( + 0x10547, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 20 and filled style. - static const IconData table_link_20_filled = IconData(0x10251, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_link_20_filled = IconData( + 0x10251, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 24 and filled style. - static const IconData table_link_24_filled = IconData(0x10252, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_link_24_filled = IconData( + 0x10252, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_link" in size 28 and filled style. - static const IconData table_link_28_filled = IconData(0x10548, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_link_28_filled = IconData( + 0x10548, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 16 and filled style. - static const IconData table_move_above_16_filled = IconData(0x10549, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_above_16_filled = IconData( + 0x10549, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 20 and filled style. - static const IconData table_move_above_20_filled = IconData(0x1054a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_above_20_filled = IconData( + 0x1054a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 24 and filled style. - static const IconData table_move_above_24_filled = IconData(0xfc8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_above_24_filled = IconData( + 0xfc8a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_above" in size 28 and filled style. - static const IconData table_move_above_28_filled = IconData(0x1054b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_above_28_filled = IconData( + 0x1054b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 16 and filled style. - static const IconData table_move_below_16_filled = IconData(0x1054c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_below_16_filled = IconData( + 0x1054c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 20 and filled style. - static const IconData table_move_below_20_filled = IconData(0x1054d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_below_20_filled = IconData( + 0x1054d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 24 and filled style. - static const IconData table_move_below_24_filled = IconData(0xfc8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_below_24_filled = IconData( + 0xfc8b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_below" in size 28 and filled style. - static const IconData table_move_below_28_filled = IconData(0x1054e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_below_28_filled = IconData( + 0x1054e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 16 and filled style. - static const IconData table_move_left_16_filled = IconData(0x1054f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_left_16_filled = IconData( + 0x1054f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 20 and filled style. - static const IconData table_move_left_20_filled = IconData(0x10550, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_left_20_filled = IconData( + 0x10550, + 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); + static const IconData table_move_left_24_filled = IconData( + 0xf789, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_left" in size 28 and filled style. - static const IconData table_move_left_28_filled = IconData(0x10551, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_left_28_filled = IconData( + 0x10551, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 16 and filled style. - static const IconData table_move_right_16_filled = IconData(0x10552, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_right_16_filled = IconData( + 0x10552, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 20 and filled style. - static const IconData table_move_right_20_filled = IconData(0x10553, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_right_20_filled = IconData( + 0x10553, + 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); + static const IconData table_move_right_24_filled = IconData( + 0xf78a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_move_right" in size 28 and filled style. - static const IconData table_move_right_28_filled = IconData(0x10554, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_move_right_28_filled = IconData( + 0x10554, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_multiple" in size 20 and filled style. - static const IconData table_multiple_20_filled = IconData(0x106b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_multiple_20_filled = IconData( + 0x106b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 16 and filled style. - static const IconData table_resize_column_16_filled = IconData(0x10555, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_column_16_filled = IconData( + 0x10555, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 20 and filled style. - static const IconData table_resize_column_20_filled = IconData(0x10556, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_column_20_filled = IconData( + 0x10556, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 24 and filled style. - static const IconData table_resize_column_24_filled = IconData(0xfc8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_column_24_filled = IconData( + 0xfc8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_column" in size 28 and filled style. - static const IconData table_resize_column_28_filled = IconData(0x10557, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_column_28_filled = IconData( + 0x10557, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 16 and filled style. - static const IconData table_resize_row_16_filled = IconData(0x10558, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_row_16_filled = IconData( + 0x10558, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 20 and filled style. - static const IconData table_resize_row_20_filled = IconData(0x10559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_row_20_filled = IconData( + 0x10559, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 24 and filled style. - static const IconData table_resize_row_24_filled = IconData(0xfc8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_row_24_filled = IconData( + 0xfc8d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_resize_row" in size 28 and filled style. - static const IconData table_resize_row_28_filled = IconData(0x1055a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_resize_row_28_filled = IconData( + 0x1055a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_search" in size 20 and filled style. - static const IconData table_search_20_filled = IconData(0x106b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_search_20_filled = IconData( + 0x106b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 16 and filled style. - static const IconData table_settings_16_filled = IconData(0x1055b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_settings_16_filled = IconData( + 0x1055b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 20 and filled style. - static const IconData table_settings_20_filled = IconData(0x1055c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_settings_20_filled = IconData( + 0x1055c, + 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); + static const IconData table_settings_24_filled = IconData( + 0xf78f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_settings" in size 28 and filled style. - static const IconData table_settings_28_filled = IconData(0x1055d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_settings_28_filled = IconData( + 0x1055d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 16 and filled style. - static const IconData table_simple_16_filled = IconData(0xfac6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_simple_16_filled = IconData( + 0xfac6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 20 and filled style. - static const IconData table_simple_20_filled = IconData(0xfac7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_simple_20_filled = IconData( + 0xfac7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 24 and filled style. - static const IconData table_simple_24_filled = IconData(0xfac8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_simple_24_filled = IconData( + 0xfac8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 28 and filled style. - static const IconData table_simple_28_filled = IconData(0xfac9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_simple_28_filled = IconData( + 0xfac9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_simple" in size 48 and filled style. - static const IconData table_simple_48_filled = IconData(0xfaca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_simple_48_filled = IconData( + 0xfaca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_split" in size 20 and filled style. - static const IconData table_split_20_filled = IconData(0x106b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_split_20_filled = IconData( + 0x106b9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 16 and filled style. - static const IconData table_stack_above_16_filled = IconData(0x1055e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_above_16_filled = IconData( + 0x1055e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 20 and filled style. - static const IconData table_stack_above_20_filled = IconData(0xfd7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_above_20_filled = IconData( + 0xfd7b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 24 and filled style. - static const IconData table_stack_above_24_filled = IconData(0xfc8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_above_24_filled = IconData( + 0xfc8e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_above" in size 28 and filled style. - static const IconData table_stack_above_28_filled = IconData(0x1055f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_above_28_filled = IconData( + 0x1055f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 16 and filled style. - static const IconData table_stack_below_16_filled = IconData(0x10560, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_below_16_filled = IconData( + 0x10560, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 20 and filled style. - static const IconData table_stack_below_20_filled = IconData(0x104e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_below_20_filled = IconData( + 0x104e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 24 and filled style. - static const IconData table_stack_below_24_filled = IconData(0xfc8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_below_24_filled = IconData( + 0xfc8f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_below" in size 28 and filled style. - static const IconData table_stack_below_28_filled = IconData(0x10561, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_below_28_filled = IconData( + 0x10561, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_down" in size 20 and filled style. - static const IconData table_stack_down_20_filled = IconData(0xfd7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_down_20_filled = IconData( + 0xfd7c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 16 and filled style. - static const IconData table_stack_left_16_filled = IconData(0x10562, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_left_16_filled = IconData( + 0x10562, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 20 and filled style. - static const IconData table_stack_left_20_filled = IconData(0xfd7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_left_20_filled = IconData( + 0xfd7d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 24 and filled style. - static const IconData table_stack_left_24_filled = IconData(0xfc90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_left_24_filled = IconData( + 0xfc90, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_left" in size 28 and filled style. - static const IconData table_stack_left_28_filled = IconData(0x10563, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_left_28_filled = IconData( + 0x10563, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 16 and filled style. - static const IconData table_stack_right_16_filled = IconData(0x10564, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_right_16_filled = IconData( + 0x10564, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 20 and filled style. - static const IconData table_stack_right_20_filled = IconData(0xfd7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_right_20_filled = IconData( + 0xfd7e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 24 and filled style. - static const IconData table_stack_right_24_filled = IconData(0xfc91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_right_24_filled = IconData( + 0xfc91, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_stack_right" in size 28 and filled style. - static const IconData table_stack_right_28_filled = IconData(0x10565, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_stack_right_28_filled = IconData( + 0x10565, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 16 and filled style. - static const IconData table_switch_16_filled = IconData(0x10566, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_switch_16_filled = IconData( + 0x10566, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 20 and filled style. - static const IconData table_switch_20_filled = IconData(0x10567, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_switch_20_filled = IconData( + 0x10567, + 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); + static const IconData table_switch_24_filled = IconData( + 0xf790, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "table_switch" in size 28 and filled style. - static const IconData table_switch_28_filled = IconData(0x10568, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData table_switch_28_filled = IconData( + 0x10568, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 12 and filled style. - static const IconData tablet_12_filled = IconData(0x1044f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_12_filled = IconData( + 0x1044f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 16 and filled style. - static const IconData tablet_16_filled = IconData(0x10450, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_16_filled = IconData( + 0x10450, + 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); + 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); + static const IconData tablet_24_filled = IconData( + 0xf792, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 32 and filled style. - static const IconData tablet_32_filled = IconData(0x10451, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_32_filled = IconData( + 0x10451, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet" in size 48 and filled style. - static const IconData tablet_48_filled = IconData(0x10452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_48_filled = IconData( + 0x10452, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet_speaker" in size 20 and filled style. - static const IconData tablet_speaker_20_filled = IconData(0x10569, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_speaker_20_filled = IconData( + 0x10569, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tablet_speaker" in size 24 and filled style. - static const IconData tablet_speaker_24_filled = IconData(0xfd13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tablet_speaker_24_filled = IconData( + 0xfd13, + 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); + static const IconData tabs_24_filled = IconData( + 0xf793, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag" in size 16 and filled style. - static const IconData tag_16_filled = IconData(0xfacb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_16_filled = IconData( + 0xfacb, + 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); + 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); + static const IconData tag_24_filled = IconData( + 0xf795, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag" in size 32 and filled style. - static const IconData tag_32_filled = IconData(0x101ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_32_filled = IconData( + 0x101ab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_circle" in size 20 and filled style. - static const IconData tag_circle_20_filled = IconData(0x100f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_circle_20_filled = IconData( + 0x100f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 16 and filled style. - static const IconData tag_dismiss_16_filled = IconData(0x101ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_dismiss_16_filled = IconData( + 0x101ac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 20 and filled style. - static const IconData tag_dismiss_20_filled = IconData(0xffc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_dismiss_20_filled = IconData( + 0xffc7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_dismiss" in size 24 and filled style. - static const IconData tag_dismiss_24_filled = IconData(0xffc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_dismiss_24_filled = IconData( + 0xffc8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 16 and filled style. - static const IconData tag_error_16_filled = IconData(0x1029a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_error_16_filled = IconData( + 0x1029a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 20 and filled style. - static const IconData tag_error_20_filled = IconData(0x1029b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_error_20_filled = IconData( + 0x1029b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_error" in size 24 and filled style. - static const IconData tag_error_24_filled = IconData(0x1029c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_error_24_filled = IconData( + 0x1029c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 16 and filled style. - static const IconData tag_lock_16_filled = IconData(0x101ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_16_filled = IconData( + 0x101ad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 20 and filled style. - static const IconData tag_lock_20_filled = IconData(0x101ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_20_filled = IconData( + 0x101ae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 24 and filled style. - static const IconData tag_lock_24_filled = IconData(0x101af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_24_filled = IconData( + 0x101af, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock" in size 32 and filled style. - static const IconData tag_lock_32_filled = IconData(0x101b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_32_filled = IconData( + 0x101b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock_accent" in size 16 and filled style. - static const IconData tag_lock_accent_16_filled = IconData(0x101b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_accent_16_filled = IconData( + 0x101b1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock_accent" in size 20 and filled style. - static const IconData tag_lock_accent_20_filled = IconData(0x101b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_accent_20_filled = IconData( + 0x101b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock_accent" in size 24 and filled style. - static const IconData tag_lock_accent_24_filled = IconData(0x101b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_accent_24_filled = IconData( + 0x101b3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_lock_accent" in size 32 and filled style. - static const IconData tag_lock_accent_32_filled = IconData(0x101b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_lock_accent_32_filled = IconData( + 0x101b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 16 and filled style. - static const IconData tag_multiple_16_filled = IconData(0xf7ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_multiple_16_filled = IconData( + 0xf7ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 20 and filled style. - static const IconData tag_multiple_20_filled = IconData(0x10035, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_multiple_20_filled = IconData( + 0x10035, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_multiple" in size 24 and filled style. - static const IconData tag_multiple_24_filled = IconData(0x1029d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_multiple_24_filled = IconData( + 0x1029d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_off" in size 20 and filled style. - static const IconData tag_off_20_filled = IconData(0x10300, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_off_20_filled = IconData( + 0x10300, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_off" in size 24 and filled style. - static const IconData tag_off_24_filled = IconData(0x10301, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_off_24_filled = IconData( + 0x10301, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 16 and filled style. - static const IconData tag_question_mark_16_filled = IconData(0xfc92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_question_mark_16_filled = IconData( + 0xfc92, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 20 and filled style. - static const IconData tag_question_mark_20_filled = IconData(0x1029e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_question_mark_20_filled = IconData( + 0x1029e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 24 and filled style. - static const IconData tag_question_mark_24_filled = IconData(0xfc93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_question_mark_24_filled = IconData( + 0xfc93, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_question_mark" in size 32 and filled style. - static const IconData tag_question_mark_32_filled = IconData(0x1029f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_question_mark_32_filled = IconData( + 0x1029f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_reset" in size 20 and filled style. - static const IconData tag_reset_20_filled = IconData(0x10453, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_reset_20_filled = IconData( + 0x10453, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_reset" in size 24 and filled style. - static const IconData tag_reset_24_filled = IconData(0x10454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_reset_24_filled = IconData( + 0x10454, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_search" in size 20 and filled style. - static const IconData tag_search_20_filled = IconData(0x10455, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_search_20_filled = IconData( + 0x10455, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tag_search" in size 24 and filled style. - static const IconData tag_search_24_filled = IconData(0x10456, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tag_search_24_filled = IconData( + 0x10456, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 20 and filled style. - static const IconData tap_double_20_filled = IconData(0xfb5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_double_20_filled = IconData( + 0xfb5e, + 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); + static const IconData tap_double_24_filled = IconData( + 0xf796, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 32 and filled style. - static const IconData tap_double_32_filled = IconData(0x10457, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_double_32_filled = IconData( + 0x10457, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_double" in size 48 and filled style. - static const IconData tap_double_48_filled = IconData(0x10458, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_double_48_filled = IconData( + 0x10458, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 20 and filled style. - static const IconData tap_single_20_filled = IconData(0xfb5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_single_20_filled = IconData( + 0xfb5f, + 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); + static const IconData tap_single_24_filled = IconData( + 0xf797, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 32 and filled style. - static const IconData tap_single_32_filled = IconData(0x10459, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_single_32_filled = IconData( + 0x10459, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tap_single" in size 48 and filled style. - static const IconData tap_single_48_filled = IconData(0x1045a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tap_single_48_filled = IconData( + 0x1045a, + 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); + 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); + 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); + static const IconData target_24_filled = IconData( + 0xf79a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "target" in size 32 and filled style. - static const IconData target_32_filled = IconData(0xfd14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData target_32_filled = IconData( + 0xfd14, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 16 and filled style. - static const IconData target_arrow_16_filled = IconData(0xf7cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData target_arrow_16_filled = IconData( + 0xf7cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 20 and filled style. - static const IconData target_arrow_20_filled = IconData(0xf7d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData target_arrow_20_filled = IconData( + 0xf7d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "target_arrow" in size 24 and filled style. - static const IconData target_arrow_24_filled = IconData(0xffc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData target_arrow_24_filled = IconData( + 0xffc9, + 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); + 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); + 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); + static const IconData target_edit_24_filled = IconData( + 0xf79d, + 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); + 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); + static const IconData task_list_add_24_filled = IconData( + 0xf7a1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_ltr" in size 20 and filled style. - static const IconData task_list_ltr_20_filled = IconData(0xfd7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_ltr_20_filled = IconData( + 0xfd7f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_ltr" in size 24 and filled style. - static const IconData task_list_ltr_24_filled = IconData(0xfd80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_ltr_24_filled = IconData( + 0xfd80, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_rtl" in size 20 and filled style. - static const IconData task_list_rtl_20_filled = IconData(0xfd81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_rtl_20_filled = IconData( + 0xfd81, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_rtl" in size 24 and filled style. - static const IconData task_list_rtl_24_filled = IconData(0xfd82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_rtl_24_filled = IconData( + 0xfd82, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_add" in size 20 and filled style. - static const IconData task_list_square_add_20_filled = IconData(0xff04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_add_20_filled = IconData( + 0xff04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_add" in size 24 and filled style. - static const IconData task_list_square_add_24_filled = IconData(0xff05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_add_24_filled = IconData( + 0xff05, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_database" in size 20 and filled style. - static const IconData task_list_square_database_20_filled = IconData(0x106ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_database_20_filled = IconData( + 0x106ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_ltr" in size 20 and filled style. - static const IconData task_list_square_ltr_20_filled = IconData(0xff06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_ltr_20_filled = IconData( + 0xff06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_ltr" in size 24 and filled style. - static const IconData task_list_square_ltr_24_filled = IconData(0xff07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_ltr_24_filled = IconData( + 0xff07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_person" in size 20 and filled style. - static const IconData task_list_square_person_20_filled = IconData(0x10747, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_person_20_filled = IconData( + 0x10747, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_rtl" in size 20 and filled style. - static const IconData task_list_square_rtl_20_filled = IconData(0xff08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_rtl_20_filled = IconData( + 0xff08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_rtl" in size 24 and filled style. - static const IconData task_list_square_rtl_24_filled = IconData(0xff09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_rtl_24_filled = IconData( + 0xff09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "task_list_square_settings" in size 20 and filled style. - static const IconData task_list_square_settings_20_filled = IconData(0x10748, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData task_list_square_settings_20_filled = IconData( + 0x10748, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tasks_app" in size 20 and filled style. - static const IconData tasks_app_20_filled = IconData(0xfacc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tasks_app_20_filled = IconData( + 0xfacc, + 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); + 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); + static const IconData tasks_app_28_filled = IconData( + 0xf7a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "teddy" in size 20 and filled style. - static const IconData teddy_20_filled = IconData(0xfe3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData teddy_20_filled = IconData( + 0xfe3c, + 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); + static const IconData teddy_24_filled = IconData( + 0xf7a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "temperature" in size 16 and filled style. - static const IconData temperature_16_filled = IconData(0xffca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData temperature_16_filled = IconData( + 0xffca, + 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); + 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); + static const IconData temperature_24_filled = IconData( + 0xf7a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 12 and filled style. - static const IconData tent_12_filled = IconData(0xfacd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tent_12_filled = IconData( + 0xfacd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 16 and filled style. - static const IconData tent_16_filled = IconData(0xface, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tent_16_filled = IconData( + 0xface, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 20 and filled style. - static const IconData tent_20_filled = IconData(0xfacf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tent_20_filled = IconData( + 0xfacf, + 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); + static const IconData tent_24_filled = IconData( + 0xf7a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 28 and filled style. - static const IconData tent_28_filled = IconData(0xfad0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tent_28_filled = IconData( + 0xfad0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tent" in size 48 and filled style. - static const IconData tent_48_filled = IconData(0xfad1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tent_48_filled = IconData( + 0xfad1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 16 and filled style. - static const IconData tetris_app_16_filled = IconData(0xfd83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_16_filled = IconData( + 0xfd83, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 20 and filled style. - static const IconData tetris_app_20_filled = IconData(0xfd84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_20_filled = IconData( + 0xfd84, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 24 and filled style. - static const IconData tetris_app_24_filled = IconData(0xfd85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_24_filled = IconData( + 0xfd85, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 28 and filled style. - static const IconData tetris_app_28_filled = IconData(0xfd86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_28_filled = IconData( + 0xfd86, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 32 and filled style. - static const IconData tetris_app_32_filled = IconData(0xfd87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_32_filled = IconData( + 0xfd87, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tetris_app" in size 48 and filled style. - static const IconData tetris_app_48_filled = IconData(0xfd88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tetris_app_48_filled = IconData( + 0xfd88, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text" in size 20 and filled style. - static const IconData text_20_filled = IconData(0xfdf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_20_filled = IconData( + 0xfdf9, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_add_space_before_24_filled = IconData( + 0xf7b0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_add_t" in size 24 and filled style. - static const IconData text_add_t_24_filled = IconData(0x10093, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_add_t_24_filled = IconData( + 0x10093, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_center" in size 16 and filled style. - static const IconData text_align_center_16_filled = IconData(0x101b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_center_16_filled = IconData( + 0x101b5, + 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); + 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); + static const IconData text_align_center_24_filled = IconData( + 0xf7b2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_center_rotate_270" in size 24 and filled style. - static const IconData text_align_center_rotate_270_24_filled = IconData(0xffdb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_center_rotate_270_24_filled = IconData( + 0xffdb, + 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); + 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); + static const IconData text_align_distributed_24_filled = IconData( + 0xf7b4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_evenly" in size 20 and filled style. - static const IconData text_align_distributed_evenly_20_filled = IconData(0x1056a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_distributed_evenly_20_filled = IconData( + 0x1056a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_evenly" in size 24 and filled style. - static const IconData text_align_distributed_evenly_24_filled = IconData(0xff0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_distributed_evenly_24_filled = IconData( + 0xff0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_vertical" in size 20 and filled style. - static const IconData text_align_distributed_vertical_20_filled = IconData(0x1056b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_distributed_vertical_20_filled = IconData( + 0x1056b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_distributed_vertical" in size 24 and filled style. - static const IconData text_align_distributed_vertical_24_filled = IconData(0xff0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_distributed_vertical_24_filled = IconData( + 0xff0b, + 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); + 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); + static const IconData text_align_justify_24_filled = IconData( + 0xf7b6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low" in size 20 and filled style. - static const IconData text_align_justify_low_20_filled = IconData(0x1056c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_20_filled = IconData( + 0x1056c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low" in size 24 and filled style. - static const IconData text_align_justify_low_24_filled = IconData(0xff0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_24_filled = IconData( + 0xff0c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_low_rotate_90" in size 24 and filled style. - static const IconData text_align_justify_low_rotate_90_24_filled = IconData(0xffdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_justify_low_rotate_90_24_filled = IconData( + 0xffdc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_justify_rotate_90" in size 24 and filled style. - static const IconData text_align_justify_rotate_90_24_filled = IconData(0xffdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_justify_rotate_90_24_filled = IconData( + 0xffdd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_left" in size 16 and filled style. - static const IconData text_align_left_16_filled = IconData(0x101b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_left_16_filled = IconData( + 0x101b6, + 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); + 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); + static const IconData text_align_left_24_filled = IconData( + 0xf7b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_align_left_rotate_270" in size 24 and filled style. - static const IconData text_align_left_rotate_270_24_filled = IconData(0xffde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_left_rotate_270_24_filled = IconData( + 0xffde, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_align_right" in size 16 and filled style. - static const IconData text_align_right_16_filled = IconData(0x101b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_right_16_filled = IconData( + 0x101b7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData text_align_right_24_filled = IconData( + 0xf7ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_align_right_rotate_270" in size 24 and filled style. - static const IconData text_align_right_rotate_270_24_filled = IconData(0xffdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_align_right_rotate_270_24_filled = IconData( + 0xffdf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + static const IconData text_asterisk_20_filled = IconData( + 0xf7bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_baseline" in size 20 and filled style. - static const IconData text_baseline_20_filled = IconData(0x1011f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_baseline_20_filled = IconData( + 0x1011f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bold" in size 16 and filled style. - static const IconData text_bold_16_filled = IconData(0xfad2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bold_16_filled = IconData( + 0xfad2, + 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); + 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); + static const IconData text_bold_24_filled = IconData( + 0xf7bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box" in size 16 and filled style. - static const IconData text_box_16_filled = IconData(0x10036, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_box_16_filled = IconData( + 0x10036, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box_settings" in size 20 and filled style. - static const IconData text_box_settings_20_filled = IconData(0x10302, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_box_settings_20_filled = IconData( + 0x10302, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_box_settings" in size 24 and filled style. - static const IconData text_box_settings_24_filled = IconData(0x10303, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_box_settings_24_filled = IconData( + 0x10303, + 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(0xff0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_20_filled = IconData( + 0xff0d, + 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(0xff0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_24_filled = IconData( + 0xff0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_add" in size 20 and filled style. - static const IconData text_bullet_list_add_20_filled = IconData(0xfb60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_add_20_filled = IconData( + 0xfb60, + 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); + static const IconData text_bullet_list_add_24_filled = IconData( + 0xf7c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_checkmark" in size 20 and filled style. - static const IconData text_bullet_list_checkmark_20_filled = IconData(0x106bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_checkmark_20_filled = IconData( + 0x106bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_dismiss" in size 20 and filled style. - static const IconData text_bullet_list_dismiss_20_filled = IconData(0x106bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_dismiss_20_filled = IconData( + 0x106bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 16 and filled style. - static const IconData text_bullet_list_ltr_16_filled = IconData(0x100f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_16_filled = IconData( + 0x100f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 20 and filled style. - static const IconData text_bullet_list_ltr_20_filled = IconData(0xfd89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_20_filled = IconData( + 0xfd89, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_ltr" in size 24 and filled style. - static const IconData text_bullet_list_ltr_24_filled = IconData(0xfd8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_ltr_24_filled = IconData( + 0xfd8a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 16 and filled style. - static const IconData text_bullet_list_rtl_16_filled = IconData(0x100f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_16_filled = IconData( + 0x100f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 20 and filled style. - static const IconData text_bullet_list_rtl_20_filled = IconData(0xfd8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_20_filled = IconData( + 0xfd8b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_rtl" in size 24 and filled style. - static const IconData text_bullet_list_rtl_24_filled = IconData(0xfd8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_rtl_24_filled = IconData( + 0xfd8c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square" in size 20 and filled style. - static const IconData text_bullet_list_square_20_filled = IconData(0xfb61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_20_filled = IconData( + 0xfb61, + 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); + static const IconData text_bullet_list_square_24_filled = IconData( + 0xf7c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_clock" in size 20 and filled style. - static const IconData text_bullet_list_square_clock_20_filled = IconData(0x106bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_clock_20_filled = IconData( + 0x106bd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_edit" in size 20 and filled style. - static const IconData text_bullet_list_square_edit_20_filled = IconData(0xf7d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_edit_20_filled = IconData( + 0xf7d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_edit" in size 24 and filled style. - static const IconData text_bullet_list_square_edit_24_filled = IconData(0xf7d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_edit_24_filled = IconData( + 0xf7d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_person" in size 20 and filled style. - static const IconData text_bullet_list_square_person_20_filled = IconData(0x106be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_person_20_filled = IconData( + 0x106be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_search" in size 20 and filled style. - static const IconData text_bullet_list_square_search_20_filled = IconData(0x106bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_search_20_filled = IconData( + 0x106bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_settings" in size 20 and filled style. - static const IconData text_bullet_list_square_settings_20_filled = IconData(0x106c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_settings_20_filled = IconData( + 0x106c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_shield" in size 20 and filled style. - static const IconData text_bullet_list_square_shield_20_filled = IconData(0x106c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_shield_20_filled = IconData( + 0x106c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_bullet_list_square_toolbox" in size 20 and filled style. - static const IconData text_bullet_list_square_toolbox_20_filled = IconData(0x106c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_bullet_list_square_toolbox_20_filled = IconData( + 0x106c2, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_bullet_list_tree_24_filled = IconData( + 0xf7c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 16 and filled style. - static const IconData text_case_lowercase_16_filled = IconData(0x10204, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_16_filled = IconData( + 0x10204, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 20 and filled style. - static const IconData text_case_lowercase_20_filled = IconData(0x10205, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_20_filled = IconData( + 0x10205, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_lowercase" in size 24 and filled style. - static const IconData text_case_lowercase_24_filled = IconData(0x10206, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_lowercase_24_filled = IconData( + 0x10206, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 16 and filled style. - static const IconData text_case_title_16_filled = IconData(0x10207, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_title_16_filled = IconData( + 0x10207, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 20 and filled style. - static const IconData text_case_title_20_filled = IconData(0x10208, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_title_20_filled = IconData( + 0x10208, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_title" in size 24 and filled style. - static const IconData text_case_title_24_filled = IconData(0x10209, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_title_24_filled = IconData( + 0x10209, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 16 and filled style. - static const IconData text_case_uppercase_16_filled = IconData(0x1020a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_16_filled = IconData( + 0x1020a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 20 and filled style. - static const IconData text_case_uppercase_20_filled = IconData(0x1020b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_20_filled = IconData( + 0x1020b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_case_uppercase" in size 24 and filled style. - static const IconData text_case_uppercase_24_filled = IconData(0x1020c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_case_uppercase_24_filled = IconData( + 0x1020c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_change_case" in size 16 and filled style. - static const IconData text_change_case_16_filled = IconData(0x101b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_change_case_16_filled = IconData( + 0x101b8, + 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); + 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); + static const IconData text_change_case_24_filled = IconData( + 0xf7cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_clear_formatting" in size 16 and filled style. - static const IconData text_clear_formatting_16_filled = IconData(0x101b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_clear_formatting_16_filled = IconData( + 0x101b9, + 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); + 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); + static const IconData text_clear_formatting_24_filled = IconData( + 0xf7d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_clear_formatting_ga" in size 24 and filled style. - static const IconData text_clear_formatting_ga_24_filled = IconData(0xff0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_clear_formatting_ga_24_filled = IconData( + 0xff0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_collapse" in size 20 and filled style. - static const IconData text_collapse_20_filled = IconData(0x1071f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_collapse_20_filled = IconData( + 0x1071f, + 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); + static const IconData text_collapse_24_filled = IconData( + 0xf7d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color" in size 16 and filled style. - static const IconData text_color_16_filled = IconData(0xfad3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_16_filled = IconData( + 0xfad3, + 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); + 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); + static const IconData text_color_24_filled = IconData( + 0xf7d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 16 and filled style. - static const IconData text_color_accent_16_filled = IconData(0x101ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_accent_16_filled = IconData( + 0x101ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 20 and filled style. - static const IconData text_color_accent_20_filled = IconData(0x101bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_accent_20_filled = IconData( + 0x101bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_accent" in size 24 and filled style. - static const IconData text_color_accent_24_filled = IconData(0x101bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_accent_24_filled = IconData( + 0x101bc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_ga" in size 20 and filled style. - static const IconData text_color_ga_20_filled = IconData(0x105f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_ga_20_filled = IconData( + 0x105f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_color_ga" in size 24 and filled style. - static const IconData text_color_ga_24_filled = IconData(0xff10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_color_ga_24_filled = IconData( + 0xff10, + 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); + 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); + static const IconData text_column_one_24_filled = IconData( + 0xf7da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_narrow" in size 20 and filled style. - static const IconData text_column_one_narrow_20_filled = IconData(0xfad4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_narrow_20_filled = IconData( + 0xfad4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_narrow" in size 24 and filled style. - static const IconData text_column_one_narrow_24_filled = IconData(0xfad5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_narrow_24_filled = IconData( + 0xfad5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide" in size 20 and filled style. - static const IconData text_column_one_wide_20_filled = IconData(0xfad6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_20_filled = IconData( + 0xfad6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide" in size 24 and filled style. - static const IconData text_column_one_wide_24_filled = IconData(0xfad7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_24_filled = IconData( + 0xfad7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide_lightning" in size 20 and filled style. - static const IconData text_column_one_wide_lightning_20_filled = IconData(0x102a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_lightning_20_filled = IconData( + 0x102a0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_column_one_wide_lightning" in size 24 and filled style. - static const IconData text_column_one_wide_lightning_24_filled = IconData(0x102a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_column_one_wide_lightning_24_filled = IconData( + 0x102a1, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_column_two_right_24_filled = IconData( + 0xf7e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + matchTextDirection: true, + ); /// fluent icon named "text_continuous" in size 20 and filled style. - static const IconData text_continuous_20_filled = IconData(0x1056d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_continuous_20_filled = IconData( + 0x1056d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_continuous" in size 24 and filled style. - static const IconData text_continuous_24_filled = IconData(0xfad8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_continuous_24_filled = IconData( + 0xfad8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 16 and filled style. - static const IconData text_density_16_filled = IconData(0x105f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_density_16_filled = IconData( + 0x105f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 20 and filled style. - static const IconData text_density_20_filled = IconData(0x105f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_density_20_filled = IconData( + 0x105f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 24 and filled style. - static const IconData text_density_24_filled = IconData(0x106c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_density_24_filled = IconData( + 0x106c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_density" in size 28 and filled style. - static const IconData text_density_28_filled = IconData(0x106c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_density_28_filled = IconData( + 0x106c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// 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); + 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); + static const IconData text_description_24_filled = IconData( + 0xf7e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_left" in size 20 and filled style. - static const IconData text_direction_horizontal_left_20_filled = IconData(0x1003e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_left_20_filled = IconData( + 0x1003e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_left" in size 24 and filled style. - static const IconData text_direction_horizontal_left_24_filled = IconData(0x1003f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_left_24_filled = IconData( + 0x1003f, + 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); + 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); + static const IconData text_direction_horizontal_ltr_24_filled = IconData( + 0xf7e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_right" in size 20 and filled style. - static const IconData text_direction_horizontal_right_20_filled = IconData(0x10040, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_right_20_filled = IconData( + 0x10040, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_right" in size 24 and filled style. - static const IconData text_direction_horizontal_right_24_filled = IconData(0x10041, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_right_24_filled = IconData( + 0x10041, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_rtl" in size 20 and filled style. - static const IconData text_direction_horizontal_rtl_20_filled = IconData(0xff24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_rtl_20_filled = IconData( + 0xff24, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_horizontal_rtl" in size 24 and filled style. - static const IconData text_direction_horizontal_rtl_24_filled = IconData(0xff25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_horizontal_rtl_24_filled = IconData( + 0xff25, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_ltr_ac" in size 20 and filled style. - static const IconData text_direction_ltr_ac_20_filled = IconData(0xff11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_ltr_ac_20_filled = IconData( + 0xff11, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_ltr_ac" in size 24 and filled style. - static const IconData text_direction_ltr_ac_24_filled = IconData(0xff12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_ltr_ac_24_filled = IconData( + 0xff12, + 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); + 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); + 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); + 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); + static const IconData text_direction_rotate_270_ac_24_filled = IconData( + 0xf7ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_ltr" in size 20 and filled style. - static const IconData text_direction_rotate_270_ltr_20_filled = IconData(0x10037, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_ltr_20_filled = IconData( + 0x10037, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_ltr" in size 24 and filled style. - static const IconData text_direction_rotate_270_ltr_24_filled = IconData(0x10038, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_ltr_24_filled = IconData( + 0x10038, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_right" in size 20 and filled style. - static const IconData text_direction_rotate_270_right_20_filled = IconData(0x10042, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_right_20_filled = IconData( + 0x10042, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_270_right" in size 24 and filled style. - static const IconData text_direction_rotate_270_right_24_filled = IconData(0x10043, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_270_right_24_filled = IconData( + 0x10043, + 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); + 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); + static const IconData text_direction_rotate_90_24_filled = IconData( + 0xf7ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ac" in size 24 and filled style. - static const IconData text_direction_rotate_90_ac_24_filled = IconData(0xff13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ac_24_filled = IconData( + 0xff13, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_left" in size 20 and filled style. - static const IconData text_direction_rotate_90_left_20_filled = IconData(0x10044, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_left_20_filled = IconData( + 0x10044, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_left" in size 24 and filled style. - static const IconData text_direction_rotate_90_left_24_filled = IconData(0x10045, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_left_24_filled = IconData( + 0x10045, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ltr" in size 20 and filled style. - static const IconData text_direction_rotate_90_ltr_20_filled = IconData(0xffe8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ltr_20_filled = IconData( + 0xffe8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_ltr" in size 24 and filled style. - static const IconData text_direction_rotate_90_ltr_24_filled = IconData(0xffe9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_ltr_24_filled = IconData( + 0xffe9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_right" in size 20 and filled style. - static const IconData text_direction_rotate_90_right_20_filled = IconData(0x10046, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_right_20_filled = IconData( + 0x10046, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_right" in size 24 and filled style. - static const IconData text_direction_rotate_90_right_24_filled = IconData(0x10047, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_right_24_filled = IconData( + 0x10047, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_rtl" in size 20 and filled style. - static const IconData text_direction_rotate_90_rtl_20_filled = IconData(0xff26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_rtl_20_filled = IconData( + 0xff26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rotate_90_rtl" in size 24 and filled style. - static const IconData text_direction_rotate_90_rtl_24_filled = IconData(0xff27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rotate_90_rtl_24_filled = IconData( + 0xff27, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rtl_ac" in size 20 and filled style. - static const IconData text_direction_rtl_ac_20_filled = IconData(0xffe0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rtl_ac_20_filled = IconData( + 0xffe0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_rtl_ac" in size 24 and filled style. - static const IconData text_direction_rtl_ac_24_filled = IconData(0xffe1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_rtl_ac_24_filled = IconData( + 0xffe1, + 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); + 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); + static const IconData text_direction_vertical_24_filled = IconData( + 0xf7f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_direction_vertical_ac" in size 24 and filled style. - static const IconData text_direction_vertical_ac_24_filled = IconData(0xff14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_direction_vertical_ac_24_filled = IconData( + 0xff14, + 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); + 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); + static const IconData text_edit_style_24_filled = IconData( + 0xf7f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_edit_style_ga" in size 24 and filled style. - static const IconData text_edit_style_ga_24_filled = IconData(0xff15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_edit_style_ga_24_filled = IconData( + 0xff15, + 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); + 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); + static const IconData text_effects_24_filled = IconData( + 0xf7f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_effects_ga" in size 24 and filled style. - static const IconData text_effects_ga_24_filled = IconData(0xff16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_effects_ga_24_filled = IconData( + 0xff16, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_expand" in size 20 and filled style. - static const IconData text_expand_20_filled = IconData(0x106c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_expand_20_filled = IconData( + 0x106c5, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData text_font_24_filled = IconData( + 0xf7fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 16 and filled style. - static const IconData text_font_info_16_filled = IconData(0x102a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_font_info_16_filled = IconData( + 0x102a2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 20 and filled style. - static const IconData text_font_info_20_filled = IconData(0x102a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_font_info_20_filled = IconData( + 0x102a3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_info" in size 24 and filled style. - static const IconData text_font_info_24_filled = IconData(0x102a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_font_info_24_filled = IconData( + 0x102a4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_font_size" in size 16 and filled style. - static const IconData text_font_size_16_filled = IconData(0x101bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_font_size_16_filled = IconData( + 0x101bd, + 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); + 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); + 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); + 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); + static const IconData text_footnote_24_filled = IconData( + 0xf801, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_footnote_ga_na" in size 24 and filled style. - static const IconData text_footnote_ga_na_24_filled = IconData(0xff17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_footnote_ga_na_24_filled = IconData( + 0xff17, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_left" in size 20 and filled style. - static const IconData text_grammar_arrow_left_20_filled = IconData(0xfc94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_left_20_filled = IconData( + 0xfc94, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_left" in size 24 and filled style. - static const IconData text_grammar_arrow_left_24_filled = IconData(0xfc95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_left_24_filled = IconData( + 0xfc95, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_right" in size 20 and filled style. - static const IconData text_grammar_arrow_right_20_filled = IconData(0xfc96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_right_20_filled = IconData( + 0xfc96, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_arrow_right" in size 24 and filled style. - static const IconData text_grammar_arrow_right_24_filled = IconData(0xfc97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_arrow_right_24_filled = IconData( + 0xfc97, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_checkmark" in size 20 and filled style. - static const IconData text_grammar_checkmark_20_filled = IconData(0xfc98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_checkmark_20_filled = IconData( + 0xfc98, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_checkmark" in size 24 and filled style. - static const IconData text_grammar_checkmark_24_filled = IconData(0xfc99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_checkmark_24_filled = IconData( + 0xfc99, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_dismiss" in size 20 and filled style. - static const IconData text_grammar_dismiss_20_filled = IconData(0xfc9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_dismiss_20_filled = IconData( + 0xfc9a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_dismiss" in size 24 and filled style. - static const IconData text_grammar_dismiss_24_filled = IconData(0xfc9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_dismiss_24_filled = IconData( + 0xfc9b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_error" in size 20 and filled style. - static const IconData text_grammar_error_20_filled = IconData(0xfb62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_error_20_filled = IconData( + 0xfb62, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_settings" in size 20 and filled style. - static const IconData text_grammar_settings_20_filled = IconData(0xfc9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_settings_20_filled = IconData( + 0xfc9c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_settings" in size 24 and filled style. - static const IconData text_grammar_settings_24_filled = IconData(0xfc9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_settings_24_filled = IconData( + 0xfc9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 16 and filled style. - static const IconData text_grammar_wand_16_filled = IconData(0xfc9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_16_filled = IconData( + 0xfc9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 20 and filled style. - static const IconData text_grammar_wand_20_filled = IconData(0xfc9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_20_filled = IconData( + 0xfc9f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_grammar_wand" in size 24 and filled style. - static const IconData text_grammar_wand_24_filled = IconData(0xfca0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_grammar_wand_24_filled = IconData( + 0xfca0, + 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); + 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); + 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); + static const IconData text_header_1_20_filled = IconData( + 0xf807, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_1" in size 24 and filled style. - static const IconData text_header_1_24_filled = IconData(0x100f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_header_1_24_filled = IconData( + 0x100f4, + 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); + static const IconData text_header_2_20_filled = IconData( + 0xf808, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_2" in size 24 and filled style. - static const IconData text_header_2_24_filled = IconData(0x100f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_header_2_24_filled = IconData( + 0x100f5, + 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); + static const IconData text_header_3_20_filled = IconData( + 0xf809, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_header_3" in size 24 and filled style. - static const IconData text_header_3_24_filled = IconData(0x100f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_header_3_24_filled = IconData( + 0x100f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease" in size 16 and filled style. - static const IconData text_indent_decrease_16_filled = IconData(0x101be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_16_filled = IconData( + 0x101be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease" in size 20 and filled style. - static const IconData text_indent_decrease_20_filled = IconData(0xfad9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_20_filled = IconData( + 0xfad9, + 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); + static const IconData text_indent_decrease_24_filled = IconData( + 0xf80a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 16 and filled style. - static const IconData text_indent_decrease_ltr_16_filled = IconData(0x101bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_16_filled = IconData( + 0x101bf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 20 and filled style. - static const IconData text_indent_decrease_ltr_20_filled = IconData(0x101c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_20_filled = IconData( + 0x101c0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_ltr" in size 24 and filled style. - static const IconData text_indent_decrease_ltr_24_filled = IconData(0x101c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_ltr_24_filled = IconData( + 0x101c1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 16 and filled style. - static const IconData text_indent_decrease_rtl_16_filled = IconData(0x101c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_16_filled = IconData( + 0x101c2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 20 and filled style. - static const IconData text_indent_decrease_rtl_20_filled = IconData(0x101c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_20_filled = IconData( + 0x101c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_decrease_rtl" in size 24 and filled style. - static const IconData text_indent_decrease_rtl_24_filled = IconData(0x101c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_decrease_rtl_24_filled = IconData( + 0x101c4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase" in size 16 and filled style. - static const IconData text_indent_increase_16_filled = IconData(0x101c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_16_filled = IconData( + 0x101c5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase" in size 20 and filled style. - static const IconData text_indent_increase_20_filled = IconData(0xfada, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_20_filled = IconData( + 0xfada, + 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); + static const IconData text_indent_increase_24_filled = IconData( + 0xf80b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 16 and filled style. - static const IconData text_indent_increase_ltr_16_filled = IconData(0x101c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_16_filled = IconData( + 0x101c6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 20 and filled style. - static const IconData text_indent_increase_ltr_20_filled = IconData(0x101c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_20_filled = IconData( + 0x101c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_ltr" in size 24 and filled style. - static const IconData text_indent_increase_ltr_24_filled = IconData(0x101c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_ltr_24_filled = IconData( + 0x101c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 16 and filled style. - static const IconData text_indent_increase_rtl_16_filled = IconData(0x101c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_16_filled = IconData( + 0x101c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 20 and filled style. - static const IconData text_indent_increase_rtl_20_filled = IconData(0x101ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_20_filled = IconData( + 0x101ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_indent_increase_rtl" in size 24 and filled style. - static const IconData text_indent_increase_rtl_24_filled = IconData(0x101cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_indent_increase_rtl_24_filled = IconData( + 0x101cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_italic" in size 16 and filled style. - static const IconData text_italic_16_filled = IconData(0xfadb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_italic_16_filled = IconData( + 0xfadb, + 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); + 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); + 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); + 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); + static const IconData text_line_spacing_24_filled = IconData( + 0xf80f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_more" in size 20 and filled style. - static const IconData text_more_20_filled = IconData(0x10720, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_more_20_filled = IconData( + 0x10720, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_more" in size 24 and filled style. - static const IconData text_more_24_filled = IconData(0x10094, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_more_24_filled = IconData( + 0x10094, + 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); + 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); + static const IconData text_number_format_24_filled = IconData( + 0xf811, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_format_ga_na_da" in size 24 and filled style. - static const IconData text_number_format_ga_na_da_24_filled = IconData(0xff18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_number_format_ga_na_da_24_filled = IconData( + 0xff18, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_list_ltr" in size 16 and filled style. - static const IconData text_number_list_ltr_16_filled = IconData(0x101cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_number_list_ltr_16_filled = IconData( + 0x101cc, + 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); + 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); + 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 16 and filled style. - static const IconData text_number_list_rtl_16_filled = IconData(0x101cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_number_list_rtl_16_filled = IconData( + 0x101cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_number_list_rtl" in size 20 and filled style. - static const IconData text_number_list_rtl_20_filled = IconData(0xfb63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_number_list_rtl_20_filled = IconData( + 0xfb63, + 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); + static const IconData text_number_list_rtl_24_filled = IconData( + 0xf814, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 16 and filled style. - static const IconData text_paragraph_16_filled = IconData(0x10380, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_16_filled = IconData( + 0x10380, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 20 and filled style. - static const IconData text_paragraph_20_filled = IconData(0xfca1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_20_filled = IconData( + 0xfca1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph" in size 24 and filled style. - static const IconData text_paragraph_24_filled = IconData(0xfca2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_24_filled = IconData( + 0xfca2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction" in size 20 and filled style. - static const IconData text_paragraph_direction_20_filled = IconData(0xfca3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_20_filled = IconData( + 0xfca3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction" in size 24 and filled style. - static const IconData text_paragraph_direction_24_filled = IconData(0xfca4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_24_filled = IconData( + 0xfca4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_left" in size 16 and filled style. - static const IconData text_paragraph_direction_left_16_filled = IconData(0x101ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_left_16_filled = IconData( + 0x101ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_left" in size 20 and filled style. - static const IconData text_paragraph_direction_left_20_filled = IconData(0x101cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_left_20_filled = IconData( + 0x101cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_right" in size 16 and filled style. - static const IconData text_paragraph_direction_right_16_filled = IconData(0x101d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_right_16_filled = IconData( + 0x101d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_paragraph_direction_right" in size 20 and filled style. - static const IconData text_paragraph_direction_right_20_filled = IconData(0x101d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_paragraph_direction_right_20_filled = IconData( + 0x101d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_period_asterisk" in size 20 and filled style. - static const IconData text_period_asterisk_20_filled = IconData(0x100f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_period_asterisk_20_filled = IconData( + 0x100f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_behind" in size 20 and filled style. - static const IconData text_position_behind_20_filled = IconData(0xfca5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_behind_20_filled = IconData( + 0xfca5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_behind" in size 24 and filled style. - static const IconData text_position_behind_24_filled = IconData(0xfca6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_behind_24_filled = IconData( + 0xfca6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_front" in size 20 and filled style. - static const IconData text_position_front_20_filled = IconData(0xfca7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_front_20_filled = IconData( + 0xfca7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_front" in size 24 and filled style. - static const IconData text_position_front_24_filled = IconData(0xfca8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_front_24_filled = IconData( + 0xfca8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_line" in size 20 and filled style. - static const IconData text_position_line_20_filled = IconData(0xfca9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_line_20_filled = IconData( + 0xfca9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_line" in size 24 and filled style. - static const IconData text_position_line_24_filled = IconData(0xfcaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_line_24_filled = IconData( + 0xfcaa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_square" in size 20 and filled style. - static const IconData text_position_square_20_filled = IconData(0xfcab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_square_20_filled = IconData( + 0xfcab, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_square" in size 24 and filled style. - static const IconData text_position_square_24_filled = IconData(0xfcac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_square_24_filled = IconData( + 0xfcac, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_through" in size 20 and filled style. - static const IconData text_position_through_20_filled = IconData(0xfcad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_through_20_filled = IconData( + 0xfcad, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_through" in size 24 and filled style. - static const IconData text_position_through_24_filled = IconData(0xfcae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_through_24_filled = IconData( + 0xfcae, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_tight" in size 20 and filled style. - static const IconData text_position_tight_20_filled = IconData(0xfcaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_tight_20_filled = IconData( + 0xfcaf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_tight" in size 24 and filled style. - static const IconData text_position_tight_24_filled = IconData(0xfcb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_tight_24_filled = IconData( + 0xfcb0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_top_bottom" in size 20 and filled style. - static const IconData text_position_top_bottom_20_filled = IconData(0xfcb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_top_bottom_20_filled = IconData( + 0xfcb1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_position_top_bottom" in size 24 and filled style. - static const IconData text_position_top_bottom_24_filled = IconData(0xfcb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_position_top_bottom_24_filled = IconData( + 0xfcb2, + 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); + 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); + static const IconData text_proofing_tools_24_filled = IconData( + 0xf818, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_proofing_tools_ga_na_da" in size 24 and filled style. - static const IconData text_proofing_tools_ga_na_da_24_filled = IconData(0xff19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_proofing_tools_ga_na_da_24_filled = IconData( + 0xff19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_proofing_tools_zi" in size 24 and filled style. - static const IconData text_proofing_tools_zi_24_filled = IconData(0xff1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_proofing_tools_zi_24_filled = IconData( + 0xff1a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_quote" in size 16 and filled style. - static const IconData text_quote_16_filled = IconData(0x10039, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_quote_16_filled = IconData( + 0x10039, + 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); + 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); + static const IconData text_quote_24_filled = IconData( + 0xf81a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_ascending" in size 16 and filled style. - static const IconData text_sort_ascending_16_filled = IconData(0xfdfa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_sort_ascending_16_filled = IconData( + 0xfdfa, + 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); + static const IconData text_sort_ascending_20_filled = IconData( + 0xf81b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_ascending" in size 24 and filled style. - static const IconData text_sort_ascending_24_filled = IconData(0xfdfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_sort_ascending_24_filled = IconData( + 0xfdfb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_descending" in size 16 and filled style. - static const IconData text_sort_descending_16_filled = IconData(0xfdfc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_sort_descending_16_filled = IconData( + 0xfdfc, + 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); + static const IconData text_sort_descending_20_filled = IconData( + 0xf81c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_sort_descending" in size 24 and filled style. - static const IconData text_sort_descending_24_filled = IconData(0xfdfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_sort_descending_24_filled = IconData( + 0xfdfd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 16 and filled style. - static const IconData text_strikethrough_16_filled = IconData(0xffe2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_16_filled = IconData( + 0xffe2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 20 and filled style. - static const IconData text_strikethrough_20_filled = IconData(0xffe3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_20_filled = IconData( + 0xffe3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough" in size 24 and filled style. - static const IconData text_strikethrough_24_filled = IconData(0xffe4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_24_filled = IconData( + 0xffe4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 16 and filled style. - static const IconData text_strikethrough_s_16_filled = IconData(0xfd8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_16_filled = IconData( + 0xfd8d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 20 and filled style. - static const IconData text_strikethrough_s_20_filled = IconData(0xfd8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_20_filled = IconData( + 0xfd8e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_strikethrough_s" in size 24 and filled style. - static const IconData text_strikethrough_s_24_filled = IconData(0xfd8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_strikethrough_s_24_filled = IconData( + 0xfd8f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_subscript" in size 16 and filled style. - static const IconData text_subscript_16_filled = IconData(0x101d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_subscript_16_filled = IconData( + 0x101d2, + 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); + 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); + static const IconData text_subscript_24_filled = IconData( + 0xf820, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_superscript" in size 16 and filled style. - static const IconData text_superscript_16_filled = IconData(0x101d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_superscript_16_filled = IconData( + 0x101d3, + 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); + 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); + static const IconData text_superscript_24_filled = IconData( + 0xf822, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 20 and filled style. - static const IconData text_t_20_filled = IconData(0x10095, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_t_20_filled = IconData( + 0x10095, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 24 and filled style. - static const IconData text_t_24_filled = IconData(0x10096, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_t_24_filled = IconData( + 0x10096, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 28 and filled style. - static const IconData text_t_28_filled = IconData(0x10253, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_t_28_filled = IconData( + 0x10253, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_t" in size 48 and filled style. - static const IconData text_t_48_filled = IconData(0x10254, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_t_48_filled = IconData( + 0x10254, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "text_underline" in size 16 and filled style. - static const IconData text_underline_16_filled = IconData(0xfadd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData text_underline_16_filled = IconData( + 0xfadd, + 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); + 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); + 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); + 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); + 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); + static const IconData text_wrap_24_filled = IconData( + 0xf827, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox" in size 16 and filled style. - static const IconData textbox_16_filled = IconData(0x104e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_16_filled = IconData( + 0x104e8, + 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); + 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); + static const IconData textbox_24_filled = IconData( + 0xf829, + 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); + 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); + static const IconData textbox_align_bottom_24_filled = IconData( + 0xf82d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_bottom_rotate_90" in size 20 and filled style. - static const IconData textbox_align_bottom_rotate_90_20_filled = IconData(0x1056e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_bottom_rotate_90_20_filled = IconData( + 0x1056e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_bottom_rotate_90" in size 24 and filled style. - static const IconData textbox_align_bottom_rotate_90_24_filled = IconData(0xffe5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_bottom_rotate_90_24_filled = IconData( + 0xffe5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_center" in size 20 and filled style. - static const IconData textbox_align_center_20_filled = IconData(0xfcb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_center_20_filled = IconData( + 0xfcb3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_center" in size 24 and filled style. - static const IconData textbox_align_center_24_filled = IconData(0xfcb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_center_24_filled = IconData( + 0xfcb4, + 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); + 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); + static const IconData textbox_align_middle_24_filled = IconData( + 0xf82f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_middle_rotate_90" in size 20 and filled style. - static const IconData textbox_align_middle_rotate_90_20_filled = IconData(0x1056f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_middle_rotate_90_20_filled = IconData( + 0x1056f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_middle_rotate_90" in size 24 and filled style. - static const IconData textbox_align_middle_rotate_90_24_filled = IconData(0xffe6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_middle_rotate_90_24_filled = IconData( + 0xffe6, + 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); + 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); + static const IconData textbox_align_top_24_filled = IconData( + 0xf831, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_top_rotate_90" in size 20 and filled style. - static const IconData textbox_align_top_rotate_90_20_filled = IconData(0x10570, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_top_rotate_90_20_filled = IconData( + 0x10570, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_align_top_rotate_90" in size 24 and filled style. - static const IconData textbox_align_top_rotate_90_24_filled = IconData(0xffe7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_align_top_rotate_90_24_filled = IconData( + 0xffe7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_more" in size 20 and filled style. - static const IconData textbox_more_20_filled = IconData(0x10571, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_more_20_filled = IconData( + 0x10571, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_more" in size 24 and filled style. - static const IconData textbox_more_24_filled = IconData(0xff1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_more_24_filled = IconData( + 0xff1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_rotate_90" in size 20 and filled style. - static const IconData textbox_rotate_90_20_filled = IconData(0x104e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_rotate_90_20_filled = IconData( + 0x104e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "textbox_rotate_90" in size 24 and filled style. - static const IconData textbox_rotate_90_24_filled = IconData(0x104ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData textbox_rotate_90_24_filled = IconData( + 0x104ea, + 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); + 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); + 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); + 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); + static const IconData thinking_24_filled = IconData( + 0xf835, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_dislike" in size 16 and filled style. - static const IconData thumb_dislike_16_filled = IconData(0xffcb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData thumb_dislike_16_filled = IconData( + 0xffcb, + 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); + 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); + static const IconData thumb_dislike_24_filled = IconData( + 0xf837, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 16 and filled style. - static const IconData thumb_like_16_filled = IconData(0xfcb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData thumb_like_16_filled = IconData( + 0xfcb5, + 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); + 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); + static const IconData thumb_like_24_filled = IconData( + 0xf839, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 28 and filled style. - static const IconData thumb_like_28_filled = IconData(0x10255, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData thumb_like_28_filled = IconData( + 0x10255, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "thumb_like" in size 48 and filled style. - static const IconData thumb_like_48_filled = IconData(0x10256, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData thumb_like_48_filled = IconData( + 0x10256, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 16 and filled style. - static const IconData ticket_diagonal_16_filled = IconData(0xfaec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_16_filled = IconData( + 0xfaec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 20 and filled style. - static const IconData ticket_diagonal_20_filled = IconData(0xfaed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_20_filled = IconData( + 0xfaed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 24 and filled style. - static const IconData ticket_diagonal_24_filled = IconData(0xfaee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_24_filled = IconData( + 0xfaee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_diagonal" in size 28 and filled style. - static const IconData ticket_diagonal_28_filled = IconData(0xfaef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_diagonal_28_filled = IconData( + 0xfaef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_horizontal" in size 20 and filled style. - static const IconData ticket_horizontal_20_filled = IconData(0xfcb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_horizontal_20_filled = IconData( + 0xfcb6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "ticket_horizontal" in size 24 and filled style. - static const IconData ticket_horizontal_24_filled = IconData(0xfcb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData ticket_horizontal_24_filled = IconData( + 0xfcb7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "time_and_weather" in size 20 and filled style. - static const IconData time_and_weather_20_filled = IconData(0x10721, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData time_and_weather_20_filled = IconData( + 0x10721, + 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); + 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); + static const IconData time_picker_24_filled = IconData( + 0xf83d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timeline" in size 20 and filled style. - static const IconData timeline_20_filled = IconData(0x100f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timeline_20_filled = IconData( + 0x100f8, + 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); + static const IconData timeline_24_filled = IconData( + 0xf83e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_10" in size 20 and filled style. - static const IconData timer_10_20_filled = IconData(0x10749, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_10_20_filled = IconData( + 0x10749, + 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); + static const IconData timer_10_24_filled = IconData( + 0xf83f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 12 and filled style. - static const IconData timer_12_filled = IconData(0x1045b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_12_filled = IconData( + 0x1045b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 16 and filled style. - static const IconData timer_16_filled = IconData(0xfaf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_16_filled = IconData( + 0xfaf0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 20 and filled style. - static const IconData timer_20_filled = IconData(0xfaf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_20_filled = IconData( + 0xfaf1, + 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); + static const IconData timer_24_filled = IconData( + 0xf840, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 28 and filled style. - static const IconData timer_28_filled = IconData(0x1045c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_28_filled = IconData( + 0x1045c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_2" in size 20 and filled style. - static const IconData timer_2_20_filled = IconData(0x1074a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_2_20_filled = IconData( + 0x1074a, + 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); + static const IconData timer_2_24_filled = IconData( + 0xf841, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 32 and filled style. - static const IconData timer_32_filled = IconData(0x1045d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_32_filled = IconData( + 0x1045d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_3" in size 20 and filled style. - static const IconData timer_3_20_filled = IconData(0x1074b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_3_20_filled = IconData( + 0x1074b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_3" in size 24 and filled style. - static const IconData timer_3_24_filled = IconData(0xfd15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_3_24_filled = IconData( + 0xfd15, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer" in size 48 and filled style. - static const IconData timer_48_filled = IconData(0x1045e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_48_filled = IconData( + 0x1045e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "timer_off" in size 20 and filled style. - static const IconData timer_off_20_filled = IconData(0x106c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData timer_off_20_filled = IconData( + 0x106c6, + 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); + static const IconData timer_off_24_filled = IconData( + 0xf842, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 16 and filled style. - static const IconData toggle_left_16_filled = IconData(0xfaf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_left_16_filled = IconData( + 0xfaf2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 20 and filled style. - static const IconData toggle_left_20_filled = IconData(0xfaf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_left_20_filled = IconData( + 0xfaf3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 24 and filled style. - static const IconData toggle_left_24_filled = IconData(0xfaf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_left_24_filled = IconData( + 0xfaf4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 28 and filled style. - static const IconData toggle_left_28_filled = IconData(0xfaf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_left_28_filled = IconData( + 0xfaf5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_left" in size 48 and filled style. - static const IconData toggle_left_48_filled = IconData(0xfaf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_left_48_filled = IconData( + 0xfaf6, + 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); + 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); + 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); + static const IconData toggle_right_24_filled = IconData( + 0xf845, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_right" in size 28 and filled style. - static const IconData toggle_right_28_filled = IconData(0xfaf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_right_28_filled = IconData( + 0xfaf7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toggle_right" in size 48 and filled style. - static const IconData toggle_right_48_filled = IconData(0xfaf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toggle_right_48_filled = IconData( + 0xfaf8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "toolbox" in size 12 and filled style. - static const IconData toolbox_12_filled = IconData(0x1017c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData toolbox_12_filled = IconData( + 0x1017c, + 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); + 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); + 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); + 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); + static const IconData toolbox_28_filled = IconData( + 0xf849, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tooltip_quote" in size 20 and filled style. - static const IconData tooltip_quote_20_filled = IconData(0xf7d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tooltip_quote_20_filled = IconData( + 0xf7d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tooltip_quote" in size 24 and filled style. - static const IconData tooltip_quote_24_filled = IconData(0xffcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tooltip_quote_24_filled = IconData( + 0xffcc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "top_speed" in size 20 and filled style. - static const IconData top_speed_20_filled = IconData(0xfea4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData top_speed_20_filled = IconData( + 0xfea4, + 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); + 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); + 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); + static const IconData translate_24_filled = IconData( + 0xf84c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "transmission" in size 20 and filled style. - static const IconData transmission_20_filled = IconData(0x10722, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData transmission_20_filled = IconData( + 0x10722, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "transmission" in size 24 and filled style. - static const IconData transmission_24_filled = IconData(0xfefd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData transmission_24_filled = IconData( + 0xfefd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_add" in size 20 and filled style. - static const IconData tray_item_add_20_filled = IconData(0x102a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tray_item_add_20_filled = IconData( + 0x102a5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_add" in size 24 and filled style. - static const IconData tray_item_add_24_filled = IconData(0x102a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tray_item_add_24_filled = IconData( + 0x102a6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_remove" in size 20 and filled style. - static const IconData tray_item_remove_20_filled = IconData(0x102a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tray_item_remove_20_filled = IconData( + 0x102a7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tray_item_remove" in size 24 and filled style. - static const IconData tray_item_remove_24_filled = IconData(0x102a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tray_item_remove_24_filled = IconData( + 0x102a8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tree_deciduous" in size 20 and filled style. - static const IconData tree_deciduous_20_filled = IconData(0x1074c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tree_deciduous_20_filled = IconData( + 0x1074c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tree_evergreen" in size 20 and filled style. - static const IconData tree_evergreen_20_filled = IconData(0x1074d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tree_evergreen_20_filled = IconData( + 0x1074d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 12 and filled style. - static const IconData triangle_12_filled = IconData(0x100f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_12_filled = IconData( + 0x100f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 16 and filled style. - static const IconData triangle_16_filled = IconData(0x106c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_16_filled = IconData( + 0x106c7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 20 and filled style. - static const IconData triangle_20_filled = IconData(0x106c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_20_filled = IconData( + 0x106c8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 32 and filled style. - static const IconData triangle_32_filled = IconData(0x1020d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_32_filled = IconData( + 0x1020d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle" in size 48 and filled style. - static const IconData triangle_48_filled = IconData(0x103df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_48_filled = IconData( + 0x103df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 12 and filled style. - static const IconData triangle_down_12_filled = IconData(0x106c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_down_12_filled = IconData( + 0x106c9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 16 and filled style. - static const IconData triangle_down_16_filled = IconData(0x106ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_down_16_filled = IconData( + 0x106ca, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 20 and filled style. - static const IconData triangle_down_20_filled = IconData(0x106cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_down_20_filled = IconData( + 0x106cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 32 and filled style. - static const IconData triangle_down_32_filled = IconData(0x106cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_down_32_filled = IconData( + 0x106cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_down" in size 48 and filled style. - static const IconData triangle_down_48_filled = IconData(0x106cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_down_48_filled = IconData( + 0x106cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 12 and filled style. - static const IconData triangle_left_12_filled = IconData(0x106ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_left_12_filled = IconData( + 0x106ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 16 and filled style. - static const IconData triangle_left_16_filled = IconData(0x106cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_left_16_filled = IconData( + 0x106cf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 20 and filled style. - static const IconData triangle_left_20_filled = IconData(0x106d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_left_20_filled = IconData( + 0x106d0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 32 and filled style. - static const IconData triangle_left_32_filled = IconData(0x106d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_left_32_filled = IconData( + 0x106d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_left" in size 48 and filled style. - static const IconData triangle_left_48_filled = IconData(0x106d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_left_48_filled = IconData( + 0x106d2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 12 and filled style. - static const IconData triangle_right_12_filled = IconData(0x106d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_right_12_filled = IconData( + 0x106d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 16 and filled style. - static const IconData triangle_right_16_filled = IconData(0x106d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_right_16_filled = IconData( + 0x106d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 20 and filled style. - static const IconData triangle_right_20_filled = IconData(0x106d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_right_20_filled = IconData( + 0x106d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 32 and filled style. - static const IconData triangle_right_32_filled = IconData(0x106d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_right_32_filled = IconData( + 0x106d6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "triangle_right" in size 48 and filled style. - static const IconData triangle_right_48_filled = IconData(0x106d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData triangle_right_48_filled = IconData( + 0x106d7, + 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); + 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); + 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); + static const IconData trophy_24_filled = IconData( + 0xf84f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 28 and filled style. - static const IconData trophy_28_filled = IconData(0x103e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_28_filled = IconData( + 0x103e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 32 and filled style. - static const IconData trophy_32_filled = IconData(0x103e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_32_filled = IconData( + 0x103e1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy" in size 48 and filled style. - static const IconData trophy_48_filled = IconData(0x103e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_48_filled = IconData( + 0x103e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 16 and filled style. - static const IconData trophy_off_16_filled = IconData(0x103e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_16_filled = IconData( + 0x103e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 20 and filled style. - static const IconData trophy_off_20_filled = IconData(0x103e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_20_filled = IconData( + 0x103e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 24 and filled style. - static const IconData trophy_off_24_filled = IconData(0x103e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_24_filled = IconData( + 0x103e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 28 and filled style. - static const IconData trophy_off_28_filled = IconData(0x103e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_28_filled = IconData( + 0x103e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 32 and filled style. - static const IconData trophy_off_32_filled = IconData(0x103e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_32_filled = IconData( + 0x103e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "trophy_off" in size 48 and filled style. - static const IconData trophy_off_48_filled = IconData(0x103e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData trophy_off_48_filled = IconData( + 0x103e8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 16 and filled style. - static const IconData tv_16_filled = IconData(0xfaf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_16_filled = IconData( + 0xfaf9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 20 and filled style. - static const IconData tv_20_filled = IconData(0xfafa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_20_filled = IconData( + 0xfafa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 24 and filled style. - static const IconData tv_24_filled = IconData(0xfafb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_24_filled = IconData( + 0xfafb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 28 and filled style. - static const IconData tv_28_filled = IconData(0xfafc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_28_filled = IconData( + 0xfafc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv" in size 48 and filled style. - static const IconData tv_48_filled = IconData(0xfafd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_48_filled = IconData( + 0xfafd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_arrow_right" in size 20 and filled style. - static const IconData tv_arrow_right_20_filled = IconData(0xfbb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_arrow_right_20_filled = IconData( + 0xfbb0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 16 and filled style. - static const IconData tv_usb_16_filled = IconData(0xfd9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_usb_16_filled = IconData( + 0xfd9d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 20 and filled style. - static const IconData tv_usb_20_filled = IconData(0xfd9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_usb_20_filled = IconData( + 0xfd9e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 24 and filled style. - static const IconData tv_usb_24_filled = IconData(0xfd9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_usb_24_filled = IconData( + 0xfd9f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 28 and filled style. - static const IconData tv_usb_28_filled = IconData(0xfda0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_usb_28_filled = IconData( + 0xfda0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "tv_usb" in size 48 and filled style. - static const IconData tv_usb_48_filled = IconData(0xfda1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData tv_usb_48_filled = IconData( + 0xfda1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "umbrella" in size 20 and filled style. - static const IconData umbrella_20_filled = IconData(0xffcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData umbrella_20_filled = IconData( + 0xffcd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "umbrella" in size 24 and filled style. - static const IconData umbrella_24_filled = IconData(0xffce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData umbrella_24_filled = IconData( + 0xffce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "uninstall_app" in size 20 and filled style. - static const IconData uninstall_app_20_filled = IconData(0x1074e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData uninstall_app_20_filled = IconData( + 0x1074e, + 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); + static const IconData uninstall_app_24_filled = IconData( + 0xf850, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "usb_plug" in size 20 and filled style. - static const IconData usb_plug_20_filled = IconData(0x10097, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData usb_plug_20_filled = IconData( + 0x10097, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "usb_plug" in size 24 and filled style. - static const IconData usb_plug_24_filled = IconData(0x10098, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData usb_plug_24_filled = IconData( + 0x10098, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData vault_24_filled = IconData( + 0xf85b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bicycle" in size 16 and filled style. - static const IconData vehicle_bicycle_16_filled = IconData(0xfafe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_bicycle_16_filled = IconData( + 0xfafe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bicycle" in size 20 and filled style. - static const IconData vehicle_bicycle_20_filled = IconData(0xfaff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_bicycle_20_filled = IconData( + 0xfaff, + 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); + static const IconData vehicle_bicycle_24_filled = IconData( + 0xf85c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bus" in size 16 and filled style. - static const IconData vehicle_bus_16_filled = IconData(0xfb00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_bus_16_filled = IconData( + 0xfb00, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_bus" in size 20 and filled style. - static const IconData vehicle_bus_20_filled = IconData(0xfb01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_bus_20_filled = IconData( + 0xfb01, + 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); + static const IconData vehicle_bus_24_filled = IconData( + 0xf85d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 16 and filled style. - static const IconData vehicle_cab_16_filled = IconData(0xfd90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_cab_16_filled = IconData( + 0xfd90, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 20 and filled style. - static const IconData vehicle_cab_20_filled = IconData(0xfd91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_cab_20_filled = IconData( + 0xfd91, + 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); + static const IconData vehicle_cab_24_filled = IconData( + 0xf85e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_cab" in size 28 and filled style. - static const IconData vehicle_cab_28_filled = IconData(0xfd92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_cab_28_filled = IconData( + 0xfd92, + 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); + 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); + 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); + static const IconData vehicle_car_24_filled = IconData( + 0xf861, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car" in size 28 and filled style. - static const IconData vehicle_car_28_filled = IconData(0xfb02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_28_filled = IconData( + 0xfb02, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car" in size 48 and filled style. - static const IconData vehicle_car_48_filled = IconData(0xfb03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_48_filled = IconData( + 0xfb03, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 16 and filled style. - static const IconData vehicle_car_collision_16_filled = IconData(0x1017d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_16_filled = IconData( + 0x1017d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 20 and filled style. - static const IconData vehicle_car_collision_20_filled = IconData(0x1017e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_20_filled = IconData( + 0x1017e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 24 and filled style. - static const IconData vehicle_car_collision_24_filled = IconData(0x1017f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_24_filled = IconData( + 0x1017f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 28 and filled style. - static const IconData vehicle_car_collision_28_filled = IconData(0x10381, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_28_filled = IconData( + 0x10381, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 32 and filled style. - static const IconData vehicle_car_collision_32_filled = IconData(0x10382, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_32_filled = IconData( + 0x10382, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_collision" in size 48 and filled style. - static const IconData vehicle_car_collision_48_filled = IconData(0x10180, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_collision_48_filled = IconData( + 0x10180, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_ltr" in size 16 and filled style. - static const IconData vehicle_car_profile_ltr_16_filled = IconData(0xf7e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_ltr_16_filled = IconData( + 0xf7e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_ltr" in size 20 and filled style. - static const IconData vehicle_car_profile_ltr_20_filled = IconData(0x1003a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_ltr_20_filled = IconData( + 0x1003a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_rtl" in size 16 and filled style. - static const IconData vehicle_car_profile_rtl_16_filled = IconData(0xf7e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_rtl_16_filled = IconData( + 0xf7e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_car_profile_rtl" in size 20 and filled style. - static const IconData vehicle_car_profile_rtl_20_filled = IconData(0x1003b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_car_profile_rtl_20_filled = IconData( + 0x1003b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 16 and filled style. - static const IconData vehicle_ship_16_filled = IconData(0xfb04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_ship_16_filled = IconData( + 0xfb04, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 20 and filled style. - static const IconData vehicle_ship_20_filled = IconData(0xfb05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_ship_20_filled = IconData( + 0xfb05, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_ship" in size 24 and filled style. - static const IconData vehicle_ship_24_filled = IconData(0xfb06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_ship_24_filled = IconData( + 0xfb06, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 16 and filled style. - static const IconData vehicle_subway_16_filled = IconData(0xfb07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_subway_16_filled = IconData( + 0xfb07, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 20 and filled style. - static const IconData vehicle_subway_20_filled = IconData(0xfb08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_subway_20_filled = IconData( + 0xfb08, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_subway" in size 24 and filled style. - static const IconData vehicle_subway_24_filled = IconData(0xfb09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_subway_24_filled = IconData( + 0xfb09, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck" in size 16 and filled style. - static const IconData vehicle_truck_16_filled = IconData(0xfb0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_16_filled = IconData( + 0xfb0a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck" in size 20 and filled style. - static const IconData vehicle_truck_20_filled = IconData(0xfb0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_20_filled = IconData( + 0xfb0b, + 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); + static const IconData vehicle_truck_24_filled = IconData( + 0xf862, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_bag" in size 20 and filled style. - static const IconData vehicle_truck_bag_20_filled = IconData(0x102a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_bag_20_filled = IconData( + 0x102a9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_bag" in size 24 and filled style. - static const IconData vehicle_truck_bag_24_filled = IconData(0x102aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_bag_24_filled = IconData( + 0x102aa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_cube" in size 20 and filled style. - static const IconData vehicle_truck_cube_20_filled = IconData(0x10304, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_cube_20_filled = IconData( + 0x10304, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_cube" in size 24 and filled style. - static const IconData vehicle_truck_cube_24_filled = IconData(0x10305, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_cube_24_filled = IconData( + 0x10305, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 16 and filled style. - static const IconData vehicle_truck_profile_16_filled = IconData(0xf802, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_16_filled = IconData( + 0xf802, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 20 and filled style. - static const IconData vehicle_truck_profile_20_filled = IconData(0xffcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_20_filled = IconData( + 0xffcf, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vehicle_truck_profile" in size 24 and filled style. - static const IconData vehicle_truck_profile_24_filled = IconData(0xfd93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vehicle_truck_profile_24_filled = IconData( + 0xfd93, + 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); + 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); + 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); + 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); + static const IconData video_28_filled = IconData( + 0xf866, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video" in size 32 and filled style. - static const IconData video_32_filled = IconData(0xff1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_32_filled = IconData( + 0xff1c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360" in size 20 and filled style. - static const IconData video_360_20_filled = IconData(0xfb64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_360_20_filled = IconData( + 0xfb64, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360" in size 24 and filled style. - static const IconData video_360_24_filled = IconData(0xfb65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_360_24_filled = IconData( + 0xfb65, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_360_off" in size 20 and filled style. - static const IconData video_360_off_20_filled = IconData(0xfda2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_360_off_20_filled = IconData( + 0xfda2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video" in size 48 and filled style. - static const IconData video_48_filled = IconData(0xff1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_48_filled = IconData( + 0xff1d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_add" in size 20 and filled style. - static const IconData video_add_20_filled = IconData(0xffd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_add_20_filled = IconData( + 0xffd0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_add" in size 24 and filled style. - static const IconData video_add_24_filled = IconData(0xffd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_add_24_filled = IconData( + 0xffd1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_background_effect" in size 20 and filled style. - static const IconData video_background_effect_20_filled = IconData(0xfb28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_background_effect_20_filled = IconData( + 0xfb28, + 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); + static const IconData video_background_effect_24_filled = IconData( + 0xf867, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 16 and filled style. - static const IconData video_chat_16_filled = IconData(0x10572, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_16_filled = IconData( + 0x10572, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 20 and filled style. - static const IconData video_chat_20_filled = IconData(0x10573, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_20_filled = IconData( + 0x10573, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 24 and filled style. - static const IconData video_chat_24_filled = IconData(0x10574, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_24_filled = IconData( + 0x10574, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 28 and filled style. - static const IconData video_chat_28_filled = IconData(0x106d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_28_filled = IconData( + 0x106d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 32 and filled style. - static const IconData video_chat_32_filled = IconData(0x106d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_32_filled = IconData( + 0x106d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_chat" in size 48 and filled style. - static const IconData video_chat_48_filled = IconData(0x106da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_chat_48_filled = IconData( + 0x106da, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip" in size 16 and filled style. - static const IconData video_clip_16_filled = IconData(0xff1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_clip_16_filled = IconData( + 0xff1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip" in size 20 and filled style. - static const IconData video_clip_20_filled = IconData(0xfb0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_clip_20_filled = IconData( + 0xfb0c, + 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); + static const IconData video_clip_24_filled = IconData( + 0xf868, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 16 and filled style. - static const IconData video_clip_multiple_16_filled = IconData(0x10383, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_16_filled = IconData( + 0x10383, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 20 and filled style. - static const IconData video_clip_multiple_20_filled = IconData(0x10384, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_20_filled = IconData( + 0x10384, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_clip_multiple" in size 24 and filled style. - static const IconData video_clip_multiple_24_filled = IconData(0x10385, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_clip_multiple_24_filled = IconData( + 0x10385, + 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); + 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); + 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); + static const IconData video_off_28_filled = IconData( + 0xf86b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_off" in size 32 and filled style. - static const IconData video_off_32_filled = IconData(0x10257, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_off_32_filled = IconData( + 0x10257, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_off" in size 48 and filled style. - static const IconData video_off_48_filled = IconData(0x10258, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_off_48_filled = IconData( + 0x10258, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 12 and filled style. - static const IconData video_person_12_filled = IconData(0xfb66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_12_filled = IconData( + 0xfb66, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 16 and filled style. - static const IconData video_person_16_filled = IconData(0xfb67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_16_filled = IconData( + 0xfb67, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 20 and filled style. - static const IconData video_person_20_filled = IconData(0xfb68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_20_filled = IconData( + 0xfb68, + 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); + static const IconData video_person_24_filled = IconData( + 0xf86c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 28 and filled style. - static const IconData video_person_28_filled = IconData(0xfb69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_28_filled = IconData( + 0xfb69, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person" in size 48 and filled style. - static const IconData video_person_48_filled = IconData(0xfb6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_48_filled = IconData( + 0xfb6a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 16 and filled style. - static const IconData video_person_call_16_filled = IconData(0xfb6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_call_16_filled = IconData( + 0xfb6b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 20 and filled style. - static const IconData video_person_call_20_filled = IconData(0xfb6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_call_20_filled = IconData( + 0xfb6c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 24 and filled style. - static const IconData video_person_call_24_filled = IconData(0xfb6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_call_24_filled = IconData( + 0xfb6d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_call" in size 32 and filled style. - static const IconData video_person_call_32_filled = IconData(0xfdfe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_call_32_filled = IconData( + 0xfdfe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_off" in size 20 and filled style. - static const IconData video_person_off_20_filled = IconData(0x105f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_off_20_filled = IconData( + 0x105f8, + 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); + static const IconData video_person_off_24_filled = IconData( + 0xf86d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 16 and filled style. - static const IconData video_person_sparkle_16_filled = IconData(0x1020e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_16_filled = IconData( + 0x1020e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 20 and filled style. - static const IconData video_person_sparkle_20_filled = IconData(0x1020f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_20_filled = IconData( + 0x1020f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 24 and filled style. - static const IconData video_person_sparkle_24_filled = IconData(0x10210, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_24_filled = IconData( + 0x10210, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 28 and filled style. - static const IconData video_person_sparkle_28_filled = IconData(0x10211, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_28_filled = IconData( + 0x10211, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_sparkle" in size 48 and filled style. - static const IconData video_person_sparkle_48_filled = IconData(0x10212, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_sparkle_48_filled = IconData( + 0x10212, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star" in size 20 and filled style. - static const IconData video_person_star_20_filled = IconData(0xfb6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_star_20_filled = IconData( + 0xfb6e, + 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); + static const IconData video_person_star_24_filled = IconData( + 0xf86e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star_off" in size 20 and filled style. - static const IconData video_person_star_off_20_filled = IconData(0xfbb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_star_off_20_filled = IconData( + 0xfbb1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_person_star_off" in size 24 and filled style. - static const IconData video_person_star_off_24_filled = IconData(0xfe3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_person_star_off_24_filled = IconData( + 0xfe3d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_play_pause" in size 20 and filled style. - static const IconData video_play_pause_20_filled = IconData(0x10723, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_play_pause_20_filled = IconData( + 0x10723, + 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); + static const IconData video_play_pause_24_filled = IconData( + 0xf86f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 16 and filled style. - static const IconData video_prohibited_16_filled = IconData(0xfda3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_prohibited_16_filled = IconData( + 0xfda3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 20 and filled style. - static const IconData video_prohibited_20_filled = IconData(0xfb6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_prohibited_20_filled = IconData( + 0xfb6f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 24 and filled style. - static const IconData video_prohibited_24_filled = IconData(0xfda4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_prohibited_24_filled = IconData( + 0xfda4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_prohibited" in size 28 and filled style. - static const IconData video_prohibited_28_filled = IconData(0xfda5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_prohibited_28_filled = IconData( + 0xfda5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_recording" in size 20 and filled style. - static const IconData video_recording_20_filled = IconData(0xfbb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_recording_20_filled = IconData( + 0xfbb2, + 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); + 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); + static const IconData video_security_24_filled = IconData( + 0xf871, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_switch" in size 20 and filled style. - static const IconData video_switch_20_filled = IconData(0xfb70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_switch_20_filled = IconData( + 0xfb70, + 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); + static const IconData video_switch_24_filled = IconData( + 0xf872, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "video_sync" in size 20 and filled style. - static const IconData video_sync_20_filled = IconData(0xfbb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData video_sync_20_filled = IconData( + 0xfbb3, + 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); + 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); + 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); + 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); + static const IconData view_desktop_mobile_24_filled = IconData( + 0xf876, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "virtual_network" in size 20 and filled style. - static const IconData virtual_network_20_filled = IconData(0x106db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData virtual_network_20_filled = IconData( + 0x106db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "virtual_network_toolbox" in size 20 and filled style. - static const IconData virtual_network_toolbox_20_filled = IconData(0x106dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData virtual_network_toolbox_20_filled = IconData( + 0x106dc, + 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); + 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); + 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); + static const IconData voicemail_24_filled = IconData( + 0xf87c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail" in size 28 and filled style. - static const IconData voicemail_28_filled = IconData(0xfd16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_28_filled = IconData( + 0xfd16, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_back" in size 16 and filled style. - static const IconData voicemail_arrow_back_16_filled = IconData(0xf803, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_back_16_filled = IconData( + 0xf803, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_back" in size 20 and filled style. - static const IconData voicemail_arrow_back_20_filled = IconData(0x105f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_back_20_filled = IconData( + 0x105f9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_forward" in size 16 and filled style. - static const IconData voicemail_arrow_forward_16_filled = IconData(0xf804, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_forward_16_filled = IconData( + 0xf804, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_forward" in size 20 and filled style. - static const IconData voicemail_arrow_forward_20_filled = IconData(0x105fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_forward_20_filled = IconData( + 0x105fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_arrow_subtract" in size 20 and filled style. - static const IconData voicemail_arrow_subtract_20_filled = IconData(0x105fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_arrow_subtract_20_filled = IconData( + 0x105fb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "voicemail_subtract" in size 16 and filled style. - static const IconData voicemail_subtract_16_filled = IconData(0xf815, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData voicemail_subtract_16_filled = IconData( + 0xf815, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vote" in size 20 and filled style. - static const IconData vote_20_filled = IconData(0xfb0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vote_20_filled = IconData( + 0xfb0d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "vote" in size 24 and filled style. - static const IconData vote_24_filled = IconData(0xfb0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData vote_24_filled = IconData( + 0xfb0e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "walkie_talkie" in size 20 and filled style. - static const IconData walkie_talkie_20_filled = IconData(0xfd17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData walkie_talkie_20_filled = IconData( + 0xfd17, + 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); + 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); + static const IconData walkie_talkie_28_filled = IconData( + 0xf87e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 16 and filled style. - static const IconData wallet_16_filled = IconData(0x106dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_16_filled = IconData( + 0x106dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 20 and filled style. - static const IconData wallet_20_filled = IconData(0x10181, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_20_filled = IconData( + 0x10181, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 24 and filled style. - static const IconData wallet_24_filled = IconData(0x10182, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_24_filled = IconData( + 0x10182, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 28 and filled style. - static const IconData wallet_28_filled = IconData(0x10386, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_28_filled = IconData( + 0x10386, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 32 and filled style. - static const IconData wallet_32_filled = IconData(0x10387, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_32_filled = IconData( + 0x10387, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet" in size 48 and filled style. - static const IconData wallet_48_filled = IconData(0x10388, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_48_filled = IconData( + 0x10388, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 16 and filled style. - static const IconData wallet_credit_card_16_filled = IconData(0x106de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_16_filled = IconData( + 0x106de, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 20 and filled style. - static const IconData wallet_credit_card_20_filled = IconData(0x106df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_20_filled = IconData( + 0x106df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 24 and filled style. - static const IconData wallet_credit_card_24_filled = IconData(0x106e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_24_filled = IconData( + 0x106e0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wallet_credit_card" in size 32 and filled style. - static const IconData wallet_credit_card_32_filled = IconData(0x106e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wallet_credit_card_32_filled = IconData( + 0x106e1, + 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); + static const IconData wallpaper_24_filled = IconData( + 0xf87f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 16 and filled style. - static const IconData wand_16_filled = IconData(0xfcb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wand_16_filled = IconData( + 0xfcb8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 20 and filled style. - static const IconData wand_20_filled = IconData(0xfcb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wand_20_filled = IconData( + 0xfcb9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 24 and filled style. - static const IconData wand_24_filled = IconData(0xfcba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wand_24_filled = IconData( + 0xfcba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 28 and filled style. - static const IconData wand_28_filled = IconData(0xfcbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wand_28_filled = IconData( + 0xfcbb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wand" in size 48 and filled style. - static const IconData wand_48_filled = IconData(0xfcbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wand_48_filled = IconData( + 0xfcbc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "warning" in size 12 and filled style. - static const IconData warning_12_filled = IconData(0xffd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData warning_12_filled = IconData( + 0xffd2, + 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); + 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); + 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); + static const IconData warning_24_filled = IconData( + 0xf882, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "warning_shield" in size 20 and filled style. - static const IconData warning_shield_20_filled = IconData(0xfd18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData warning_shield_20_filled = IconData( + 0xfd18, + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_cloudy_48_filled = IconData( + 0xf888, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 20 and filled style. - static const IconData weather_drizzle_20_filled = IconData(0xfb0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_drizzle_20_filled = IconData( + 0xfb0f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 24 and filled style. - static const IconData weather_drizzle_24_filled = IconData(0xfb10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_drizzle_24_filled = IconData( + 0xfb10, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_drizzle" in size 48 and filled style. - static const IconData weather_drizzle_48_filled = IconData(0xfb11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_drizzle_48_filled = IconData( + 0xfb11, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_hail_night_48_filled = IconData( + 0xf894, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 20 and filled style. - static const IconData weather_haze_20_filled = IconData(0xfb12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_haze_20_filled = IconData( + 0xfb12, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 24 and filled style. - static const IconData weather_haze_24_filled = IconData(0xfb13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_haze_24_filled = IconData( + 0xfb13, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_haze" in size 48 and filled style. - static const IconData weather_haze_48_filled = IconData(0xfb14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_haze_48_filled = IconData( + 0xfb14, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon" in size 16 and filled style. - static const IconData weather_moon_16_filled = IconData(0xfb15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_16_filled = IconData( + 0xfb15, + 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); + 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); + static const IconData weather_moon_24_filled = IconData( + 0xf896, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon" in size 28 and filled style. - static const IconData weather_moon_28_filled = IconData(0xfb16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_28_filled = IconData( + 0xfb16, + 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); + static const IconData weather_moon_48_filled = IconData( + 0xf897, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 16 and filled style. - static const IconData weather_moon_off_16_filled = IconData(0xfb17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_off_16_filled = IconData( + 0xfb17, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 20 and filled style. - static const IconData weather_moon_off_20_filled = IconData(0xfb18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_off_20_filled = IconData( + 0xfb18, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 24 and filled style. - static const IconData weather_moon_off_24_filled = IconData(0xfb19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_off_24_filled = IconData( + 0xfb19, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 28 and filled style. - static const IconData weather_moon_off_28_filled = IconData(0xfb1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_off_28_filled = IconData( + 0xfb1a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_moon_off" in size 48 and filled style. - static const IconData weather_moon_off_48_filled = IconData(0xfb1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_moon_off_48_filled = IconData( + 0xfb1b, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_partly_cloudy_day" in size 16 and filled style. - static const IconData weather_partly_cloudy_day_16_filled = IconData(0x1003c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_partly_cloudy_day_16_filled = IconData( + 0x1003c, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData weather_squalls_48_filled = IconData( + 0xf8b8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 16 and filled style. - static const IconData weather_sunny_16_filled = IconData(0x1003d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_16_filled = IconData( + 0x1003d, + 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); + 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); + static const IconData weather_sunny_24_filled = IconData( + 0xf8ba, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 28 and filled style. - static const IconData weather_sunny_28_filled = IconData(0x10389, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_28_filled = IconData( + 0x10389, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny" in size 32 and filled style. - static const IconData weather_sunny_32_filled = IconData(0xfdff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_32_filled = IconData( + 0xfdff, + 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); + static const IconData weather_sunny_48_filled = IconData( + 0xf8bb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 20 and filled style. - static const IconData weather_sunny_high_20_filled = IconData(0xfb1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_20_filled = IconData( + 0xfb1c, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 24 and filled style. - static const IconData weather_sunny_high_24_filled = IconData(0xfb1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_24_filled = IconData( + 0xfb1d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_high" in size 48 and filled style. - static const IconData weather_sunny_high_48_filled = IconData(0xfb1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_high_48_filled = IconData( + 0xfb1e, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 20 and filled style. - static const IconData weather_sunny_low_20_filled = IconData(0xfb1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_20_filled = IconData( + 0xfb1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 24 and filled style. - static const IconData weather_sunny_low_24_filled = IconData(0xfb20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_24_filled = IconData( + 0xfb20, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "weather_sunny_low" in size 48 and filled style. - static const IconData weather_sunny_low_48_filled = IconData(0xfb21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData weather_sunny_low_48_filled = IconData( + 0xfb21, + 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); + 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); + 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); + static const IconData weather_thunderstorm_48_filled = IconData( + 0xf8be, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "web_asset" in size 20 and filled style. - static const IconData web_asset_20_filled = IconData(0x105fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData web_asset_20_filled = IconData( + 0x105fc, + 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); + static const IconData web_asset_24_filled = IconData( + 0xf8bf, + 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); + 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); + static const IconData whiteboard_24_filled = IconData( + 0xf8c3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "whiteboard" in size 48 and filled style. - static const IconData whiteboard_48_filled = IconData(0x10183, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData whiteboard_48_filled = IconData( + 0x10183, + 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); + 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); + 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); + 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); + 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); + 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); + 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); + 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); + static const IconData wifi_4_24_filled = IconData( + 0xf8cb, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_lock" in size 24 and filled style. - static const IconData wifi_lock_24_filled = IconData(0x10099, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_lock_24_filled = IconData( + 0x10099, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_off" in size 20 and filled style. - static const IconData wifi_off_20_filled = IconData(0xfefe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_off_20_filled = IconData( + 0xfefe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_off" in size 24 and filled style. - static const IconData wifi_off_24_filled = IconData(0xfeff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_off_24_filled = IconData( + 0xfeff, + 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); + static const IconData wifi_protected_24_filled = IconData( + 0xf8cc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_settings" in size 20 and filled style. - static const IconData wifi_settings_20_filled = IconData(0x100fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_settings_20_filled = IconData( + 0x100fa, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_warning" in size 20 and filled style. - static const IconData wifi_warning_20_filled = IconData(0xfb71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_warning_20_filled = IconData( + 0xfb71, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wifi_warning" in size 24 and filled style. - static const IconData wifi_warning_24_filled = IconData(0xf816, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wifi_warning_24_filled = IconData( + 0xf816, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 16 and filled style. - static const IconData window_16_filled = IconData(0x100fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_16_filled = IconData( + 0x100fb, + 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); + static const IconData window_20_filled = IconData( + 0xf8cd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 24 and filled style. - static const IconData window_24_filled = IconData(0x100fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_24_filled = IconData( + 0x100fc, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 28 and filled style. - static const IconData window_28_filled = IconData(0x103e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_28_filled = IconData( + 0x103e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 32 and filled style. - static const IconData window_32_filled = IconData(0x103ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_32_filled = IconData( + 0x103ea, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window" in size 48 and filled style. - static const IconData window_48_filled = IconData(0x103eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_48_filled = IconData( + 0x103eb, + 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); + static const IconData window_ad_20_filled = IconData( + 0xf8ce, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_ad_off" in size 20 and filled style. - static const IconData window_ad_off_20_filled = IconData(0x100fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_ad_off_20_filled = IconData( + 0x100fd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_ad_person" in size 20 and filled style. - static const IconData window_ad_person_20_filled = IconData(0xff1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_ad_person_20_filled = IconData( + 0xff1f, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 16 and filled style. - static const IconData window_apps_16_filled = IconData(0x103ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_16_filled = IconData( + 0x103ec, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 20 and filled style. - static const IconData window_apps_20_filled = IconData(0x103ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_20_filled = IconData( + 0x103ed, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 24 and filled style. - static const IconData window_apps_24_filled = IconData(0x103ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_24_filled = IconData( + 0x103ee, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 28 and filled style. - static const IconData window_apps_28_filled = IconData(0x103ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_28_filled = IconData( + 0x103ef, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 32 and filled style. - static const IconData window_apps_32_filled = IconData(0x103f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_32_filled = IconData( + 0x103f0, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_apps" in size 48 and filled style. - static const IconData window_apps_48_filled = IconData(0x103f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_apps_48_filled = IconData( + 0x103f1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 16 and filled style. - static const IconData window_arrow_up_16_filled = IconData(0x100fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_arrow_up_16_filled = IconData( + 0x100fe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 20 and filled style. - static const IconData window_arrow_up_20_filled = IconData(0x100ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_arrow_up_20_filled = IconData( + 0x100ff, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_arrow_up" in size 24 and filled style. - static const IconData window_arrow_up_24_filled = IconData(0xfcbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_arrow_up_24_filled = IconData( + 0xfcbd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_bullet_list" in size 20 and filled style. - static const IconData window_bullet_list_20_filled = IconData(0x106e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_bullet_list_20_filled = IconData( + 0x106e2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_bullet_list_add" in size 20 and filled style. - static const IconData window_bullet_list_add_20_filled = IconData(0x106e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_bullet_list_add_20_filled = IconData( + 0x106e3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_console" in size 20 and filled style. - static const IconData window_console_20_filled = IconData(0x10100, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_console_20_filled = IconData( + 0x10100, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_database" in size 20 and filled style. - static const IconData window_database_20_filled = IconData(0x106e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_database_20_filled = IconData( + 0x106e4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_dev_edit" in size 16 and filled style. - static const IconData window_dev_edit_16_filled = IconData(0xff20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_dev_edit_16_filled = IconData( + 0xff20, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_dev_edit" in size 20 and filled style. - static const IconData window_dev_edit_20_filled = IconData(0xffd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_dev_edit_20_filled = IconData( + 0xffd3, + 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); + 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); + 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); + static const IconData window_dev_tools_24_filled = IconData( + 0xf8d1, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_edit" in size 16 and filled style. - static const IconData window_edit_16_filled = IconData(0xf81d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_edit_16_filled = IconData( + 0xf81d, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_horizontal" in size 20 and filled style. - static const IconData window_header_horizontal_20_filled = IconData(0xfcbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_header_horizontal_20_filled = IconData( + 0xfcbe, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_horizontal_off" in size 20 and filled style. - static const IconData window_header_horizontal_off_20_filled = IconData(0x10101, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_header_horizontal_off_20_filled = IconData( + 0x10101, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_header_vertical" in size 20 and filled style. - static const IconData window_header_vertical_20_filled = IconData(0xfcbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_header_vertical_20_filled = IconData( + 0xfcbf, + 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); + 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); + static const IconData window_inprivate_account_20_filled = IconData( + 0xf8d3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_location_target" in size 20 and filled style. - static const IconData window_location_target_20_filled = IconData(0x106e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_location_target_20_filled = IconData( + 0x106e5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_multiple" in size 16 and filled style. - static const IconData window_multiple_16_filled = IconData(0x10102, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_multiple_16_filled = IconData( + 0x10102, + 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); + static const IconData window_multiple_20_filled = IconData( + 0xf8d4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_multiple_swap" in size 20 and filled style. - static const IconData window_multiple_swap_20_filled = IconData(0x106e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_multiple_swap_20_filled = IconData( + 0x106e6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_new" in size 16 and filled style. - static const IconData window_new_16_filled = IconData(0xfb23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_new_16_filled = IconData( + 0xfb23, + 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); + static const IconData window_new_20_filled = IconData( + 0xf8d5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_new" in size 24 and filled style. - static const IconData window_new_24_filled = IconData(0xfb24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_new_24_filled = IconData( + 0xfb24, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_play" in size 20 and filled style. - static const IconData window_play_20_filled = IconData(0x106e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_play_20_filled = IconData( + 0x106e7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_settings" in size 20 and filled style. - static const IconData window_settings_20_filled = IconData(0x106e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_settings_20_filled = IconData( + 0x106e8, + 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); + 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); + 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); + static const IconData window_shield_24_filled = IconData( + 0xf8d8, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_text" in size 20 and filled style. - static const IconData window_text_20_filled = IconData(0x106e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_text_20_filled = IconData( + 0x106e9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 16 and filled style. - static const IconData window_wrench_16_filled = IconData(0x103f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_16_filled = IconData( + 0x103f2, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 20 and filled style. - static const IconData window_wrench_20_filled = IconData(0x103f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_20_filled = IconData( + 0x103f3, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 24 and filled style. - static const IconData window_wrench_24_filled = IconData(0x103f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_24_filled = IconData( + 0x103f4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 28 and filled style. - static const IconData window_wrench_28_filled = IconData(0x103f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_28_filled = IconData( + 0x103f5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 32 and filled style. - static const IconData window_wrench_32_filled = IconData(0x103f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_32_filled = IconData( + 0x103f6, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "window_wrench" in size 48 and filled style. - static const IconData window_wrench_48_filled = IconData(0x103f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData window_wrench_48_filled = IconData( + 0x103f7, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench" in size 16 and filled style. - static const IconData wrench_16_filled = IconData(0xfb26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wrench_16_filled = IconData( + 0xfb26, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench" in size 20 and filled style. - static const IconData wrench_20_filled = IconData(0xfb27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wrench_20_filled = IconData( + 0xfb27, + 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); + static const IconData wrench_24_filled = IconData( + 0xf8d9, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench_screwdriver" in size 20 and filled style. - static const IconData wrench_screwdriver_20_filled = IconData(0x1038a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wrench_screwdriver_20_filled = IconData( + 0x1038a, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "wrench_screwdriver" in size 24 and filled style. - static const IconData wrench_screwdriver_24_filled = IconData(0x1038b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData wrench_screwdriver_24_filled = IconData( + 0x1038b, + 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); + 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); + static const IconData xbox_console_24_filled = IconData( + 0xf8db, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "xray" in size 20 and filled style. - static const IconData xray_20_filled = IconData(0xffd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData xray_20_filled = IconData( + 0xffd4, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "xray" in size 24 and filled style. - static const IconData xray_24_filled = IconData(0xffd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData xray_24_filled = IconData( + 0xffd5, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "zoom_in" in size 16 and filled style. - static const IconData zoom_in_16_filled = IconData(0x10103, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData zoom_in_16_filled = IconData( + 0x10103, + 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); + 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); + static const IconData zoom_in_24_filled = IconData( + 0xf8dd, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); /// fluent icon named "zoom_out" in size 16 and filled style. - static const IconData zoom_out_16_filled = IconData(0x10104, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); + static const IconData zoom_out_16_filled = IconData( + 0x10104, + 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); + 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); + static const IconData zoom_out_24_filled = IconData( + 0xf8df, + fontFamily: 'FluentSystemIcons-Filled', + fontPackage: _kFontPkg, + ); // END GENERATED } From 0dcf7be0bd1056736e66afc73a1476bf3336c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asc=C3=AAnio=20Sanderson?= Date: Sat, 15 Oct 2022 16:29:08 -0300 Subject: [PATCH 3/3] chore: revert "refactor: formats code" This reverts commit cec176562c923497412678924510a38b7deacf14. --- flutter/example/lib/sample_icons.dart | 91361 ++++++------------------ flutter/lib/src/fluent_icons.dart | 68610 +++--------------- 2 files changed, 34262 insertions(+), 125709 deletions(-) diff --git a/flutter/example/lib/sample_icons.dart b/flutter/example/lib/sample_icons.dart index 1688495337..967ff2797a 100644 --- a/flutter/example/lib/sample_icons.dart +++ b/flutter/example/lib/sample_icons.dart @@ -5,68529 +5,22850 @@ import 'package:fluentui_system_icons/fluentui_system_icons.dart'; import 'fluentui_sample_icon.dart'; -final icons = [ +final icons = [ + // Generated code: do not hand-edit. // BEGIN GENERATED - FluentUISampleIcon( - FluentIcons.access_time_20_regular, - 'access_time_20_regular', - 20, - ), - - 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.accessibility_32_regular, - 'accessibility_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_48_regular, - 'accessibility_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_checkmark_20_regular, - 'accessibility_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_checkmark_24_regular, - 'accessibility_checkmark_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_16_regular, - 'add_circle_16_regular', - 16, - ), - - 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.add_circle_32_regular, - 'add_circle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.add_square_20_regular, - 'add_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_square_24_regular, - 'add_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.add_square_multiple_16_regular, - 'add_square_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.add_square_multiple_20_regular, - 'add_square_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_16_regular, - 'add_subtract_circle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_20_regular, - 'add_subtract_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_24_regular, - 'add_subtract_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_28_regular, - 'add_subtract_circle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_48_regular, - 'add_subtract_circle_48_regular', - 48, - ), - - 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.album_20_regular, - 'album_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.album_24_regular, - 'album_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.album_add_20_regular, - 'album_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.album_add_24_regular, - 'album_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.alert_16_regular, - 'alert_16_regular', - 16, - ), - - 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_32_regular, - 'alert_32_regular', - 32, - ), - - 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_20_regular, - 'alert_on_20_regular', - 20, - ), - - 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_16_regular, - 'alert_urgent_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.alert_urgent_20_regular, - 'alert_urgent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.alert_urgent_24_regular, - 'alert_urgent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_16_regular, - 'align_bottom_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_20_regular, - 'align_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_24_regular, - 'align_bottom_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_28_regular, - 'align_bottom_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_32_regular, - 'align_bottom_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_48_regular, - 'align_bottom_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_16_regular, - 'align_center_horizontal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_20_regular, - 'align_center_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_24_regular, - 'align_center_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_28_regular, - 'align_center_horizontal_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_32_regular, - 'align_center_horizontal_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_48_regular, - 'align_center_horizontal_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_16_regular, - 'align_center_vertical_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_20_regular, - 'align_center_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_24_regular, - 'align_center_vertical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_28_regular, - 'align_center_vertical_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_32_regular, - 'align_center_vertical_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_48_regular, - 'align_center_vertical_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_end_horizontal_20_regular, - 'align_end_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_end_vertical_20_regular, - 'align_end_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_left_16_regular, - 'align_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_left_20_regular, - 'align_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_left_24_regular, - 'align_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_left_28_regular, - 'align_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_left_32_regular, - 'align_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_left_48_regular, - 'align_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_right_16_regular, - 'align_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_right_20_regular, - 'align_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_right_24_regular, - 'align_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_right_28_regular, - 'align_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_right_32_regular, - 'align_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_right_48_regular, - 'align_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_space_around_horizontal_20_regular, - 'align_space_around_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_around_vertical_20_regular, - 'align_space_around_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_between_horizontal_20_regular, - 'align_space_between_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_between_vertical_20_regular, - 'align_space_between_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_evenly_horizontal_20_regular, - 'align_space_evenly_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_evenly_vertical_20_regular, - 'align_space_evenly_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_fit_vertical_20_regular, - 'align_space_fit_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_start_horizontal_20_regular, - 'align_start_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_start_vertical_20_regular, - 'align_start_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_stretch_horizontal_20_regular, - 'align_stretch_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_stretch_vertical_20_regular, - 'align_stretch_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_top_16_regular, - 'align_top_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_top_20_regular, - 'align_top_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_top_24_regular, - 'align_top_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_top_28_regular, - 'align_top_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_top_32_regular, - 'align_top_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_top_48_regular, - 'align_top_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_16_regular, - 'animal_cat_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_20_regular, - 'animal_cat_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_24_regular, - 'animal_cat_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_28_regular, - 'animal_cat_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_16_regular, - 'animal_dog_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_20_regular, - 'animal_dog_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_24_regular, - 'animal_dog_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_16_regular, - 'animal_rabbit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_20_regular, - 'animal_rabbit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_24_regular, - 'animal_rabbit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_28_regular, - 'animal_rabbit_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_16_regular, - 'animal_turtle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_20_regular, - 'animal_turtle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_24_regular, - 'animal_turtle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_28_regular, - 'animal_turtle_28_regular', - 28, - ), - - 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_20_regular, - 'app_generic_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_generic_24_regular, - 'app_generic_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_recent_20_regular, - 'app_recent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_recent_24_regular, - 'app_recent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_store_24_regular, - 'app_store_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_title_20_regular, - 'app_title_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_title_24_regular, - 'app_title_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.approval_app_32_regular, - 'approval_app_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_16_regular, - 'approvals_app_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_20_regular, - 'approvals_app_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_24_regular, - 'approvals_app_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_28_regular, - 'approvals_app_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_32_regular, - 'approvals_app_32_regular', - 32, - ), - - 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_16_regular, - 'apps_add_in_16_regular', - 16, - ), - - 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_add_in_28_regular, - 'apps_add_in_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_20_regular, - 'apps_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_24_regular, - 'apps_list_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_detail_20_regular, - 'apps_list_detail_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_detail_24_regular, - 'apps_list_detail_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_16_regular, - 'archive_16_regular', - 16, - ), - - 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_32_regular, - 'archive_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.archive_48_regular, - 'archive_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_16_regular, - 'archive_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_20_regular, - 'archive_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_24_regular, - 'archive_arrow_back_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_28_regular, - 'archive_arrow_back_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_32_regular, - 'archive_arrow_back_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_48_regular, - 'archive_arrow_back_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_16_regular, - 'archive_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_20_regular, - 'archive_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_24_regular, - 'archive_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_16_regular, - 'archive_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_20_regular, - 'archive_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_24_regular, - 'archive_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_content_24_regular, - 'arrow_autofit_content_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_down_20_regular, - 'arrow_autofit_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_down_24_regular, - 'arrow_autofit_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_20_regular, - 'arrow_autofit_height_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_24_regular, - 'arrow_autofit_height_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_dotted_20_regular, - 'arrow_autofit_height_dotted_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_dotted_24_regular, - 'arrow_autofit_height_dotted_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_up_20_regular, - 'arrow_autofit_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_up_24_regular, - 'arrow_autofit_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_20_regular, - 'arrow_autofit_width_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_24_regular, - 'arrow_autofit_width_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_dotted_20_regular, - 'arrow_autofit_width_dotted_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_dotted_24_regular, - 'arrow_autofit_width_dotted_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_between_down_20_regular, - 'arrow_between_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_between_down_24_regular, - 'arrow_between_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_12_regular, - 'arrow_bidirectional_up_down_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_16_regular, - 'arrow_bidirectional_up_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_20_regular, - 'arrow_bidirectional_up_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_24_regular, - 'arrow_bidirectional_up_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_16_regular, - 'arrow_bounce_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_20_regular, - 'arrow_bounce_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_24_regular, - 'arrow_bounce_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_12_regular, - 'arrow_circle_down_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_16_regular, - 'arrow_circle_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_20_regular, - 'arrow_circle_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_24_regular, - 'arrow_circle_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_28_regular, - 'arrow_circle_down_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_32_regular, - 'arrow_circle_down_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_48_regular, - 'arrow_circle_down_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_double_20_regular, - 'arrow_circle_down_double_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_double_24_regular, - 'arrow_circle_down_double_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_16_regular, - 'arrow_circle_down_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_20_regular, - 'arrow_circle_down_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_24_regular, - 'arrow_circle_down_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_split_20_regular, - 'arrow_circle_down_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_split_24_regular, - 'arrow_circle_down_split_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_up_20_regular, - 'arrow_circle_down_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_12_regular, - 'arrow_circle_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_16_regular, - 'arrow_circle_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_20_regular, - 'arrow_circle_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_24_regular, - 'arrow_circle_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_28_regular, - 'arrow_circle_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_32_regular, - 'arrow_circle_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_48_regular, - 'arrow_circle_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_12_regular, - 'arrow_circle_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_16_regular, - 'arrow_circle_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_20_regular, - 'arrow_circle_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_24_regular, - 'arrow_circle_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_28_regular, - 'arrow_circle_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_32_regular, - 'arrow_circle_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_48_regular, - 'arrow_circle_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_12_regular, - 'arrow_circle_up_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_16_regular, - 'arrow_circle_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_20_regular, - 'arrow_circle_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_24_regular, - 'arrow_circle_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_28_regular, - 'arrow_circle_up_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_32_regular, - 'arrow_circle_up_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_48_regular, - 'arrow_circle_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_left_20_regular, - 'arrow_circle_up_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_left_24_regular, - 'arrow_circle_up_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_12_regular, - 'arrow_clockwise_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_16_regular, - 'arrow_clockwise_16_regular', - 16, - ), - - 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_clockwise_28_regular, - 'arrow_clockwise_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_32_regular, - 'arrow_clockwise_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_48_regular, - 'arrow_clockwise_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_dashes_20_regular, - 'arrow_clockwise_dashes_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_dashes_24_regular, - 'arrow_clockwise_dashes_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_collapse_all_20_regular, - 'arrow_collapse_all_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_collapse_all_24_regular, - 'arrow_collapse_all_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_12_regular, - 'arrow_counterclockwise_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_16_regular, - 'arrow_counterclockwise_16_regular', - 16, - ), - - 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_counterclockwise_28_regular, - 'arrow_counterclockwise_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_32_regular, - 'arrow_counterclockwise_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_48_regular, - 'arrow_counterclockwise_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_dashes_20_regular, - 'arrow_counterclockwise_dashes_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_dashes_24_regular, - 'arrow_counterclockwise_dashes_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_16_regular, - 'arrow_curve_down_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_20_regular, - 'arrow_curve_down_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_24_regular, - 'arrow_curve_down_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_28_regular, - 'arrow_curve_down_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_right_20_regular, - 'arrow_curve_down_right_20_regular', - 20, - ), - - 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_12_regular, - 'arrow_down_12_regular', - 12, - ), - - 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_32_regular, - 'arrow_down_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_48_regular, - 'arrow_down_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_16_regular, - 'arrow_down_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_20_regular, - 'arrow_down_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_24_regular, - 'arrow_down_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_32_regular, - 'arrow_down_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_48_regular, - 'arrow_down_left_48_regular', - 48, - ), - - 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_eject_20_regular, - 'arrow_eject_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_20_regular, - 'arrow_enter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_left_20_regular, - 'arrow_enter_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_left_24_regular, - 'arrow_enter_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_up_20_regular, - 'arrow_enter_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_up_24_regular, - 'arrow_enter_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_exit_20_regular, - 'arrow_exit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_expand_20_regular, - 'arrow_expand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_expand_24_regular, - 'arrow_expand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_16_regular, - 'arrow_export_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_20_regular, - 'arrow_export_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_24_regular, - 'arrow_export_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_16_regular, - 'arrow_export_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_20_regular, - 'arrow_export_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_24_regular, - 'arrow_export_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_up_20_regular, - 'arrow_export_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_up_24_regular, - 'arrow_export_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_fit_16_regular, - 'arrow_fit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_fit_20_regular, - 'arrow_fit_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_forward_48_regular, - 'arrow_forward_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_lightning_20_regular, - 'arrow_forward_down_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_lightning_24_regular, - 'arrow_forward_down_lightning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_person_20_regular, - 'arrow_forward_down_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_person_24_regular, - 'arrow_forward_down_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_growth_20_regular, - 'arrow_growth_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_growth_24_regular, - 'arrow_growth_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_16_regular, - 'arrow_hook_down_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_20_regular, - 'arrow_hook_down_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_24_regular, - 'arrow_hook_down_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_28_regular, - 'arrow_hook_down_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_16_regular, - 'arrow_hook_down_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_20_regular, - 'arrow_hook_down_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_24_regular, - 'arrow_hook_down_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_28_regular, - 'arrow_hook_down_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_16_regular, - 'arrow_hook_up_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_20_regular, - 'arrow_hook_up_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_24_regular, - 'arrow_hook_up_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_28_regular, - 'arrow_hook_up_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_16_regular, - 'arrow_hook_up_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_20_regular, - 'arrow_hook_up_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_24_regular, - 'arrow_hook_up_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_28_regular, - 'arrow_hook_up_right_28_regular', - 28, - ), - - 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_join_20_regular, - 'arrow_join_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_12_regular, - 'arrow_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_16_regular, - 'arrow_left_16_regular', - 16, - ), - - 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_left_32_regular, - 'arrow_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_48_regular, - 'arrow_left_48_regular', - 48, - ), - - 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_32_regular, - 'arrow_maximize_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_maximize_48_regular, - 'arrow_maximize_48_regular', - 48, - ), - - 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_maximize_vertical_48_regular, - 'arrow_maximize_vertical_48_regular', - 48, - ), - - 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_20_regular, - 'arrow_minimize_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_minimize_vertical_24_regular, - 'arrow_minimize_vertical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_20_regular, - 'arrow_move_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_24_regular, - 'arrow_move_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_inward_20_regular, - 'arrow_move_inward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_next_12_regular, - 'arrow_next_12_regular', - 12, - ), - - 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_outline_up_right_32_regular, - 'arrow_outline_up_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_outline_up_right_48_regular, - 'arrow_outline_up_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_paragraph_20_regular, - 'arrow_paragraph_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_previous_12_regular, - 'arrow_previous_12_regular', - 12, - ), - - 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_16_regular, - 'arrow_redo_16_regular', - 16, - ), - - 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_redo_28_regular, - 'arrow_redo_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_redo_32_regular, - 'arrow_redo_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_redo_48_regular, - 'arrow_redo_48_regular', - 48, - ), - - 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_reset_20_regular, - 'arrow_reset_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_24_regular, - 'arrow_reset_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_32_regular, - 'arrow_reset_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_48_regular, - 'arrow_reset_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_12_regular, - 'arrow_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_16_regular, - 'arrow_right_16_regular', - 16, - ), - - 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_32_regular, - 'arrow_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_48_regular, - 'arrow_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_rotate_clockwise_16_regular, - 'arrow_rotate_clockwise_16_regular', - 16, - ), - - 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_routing_20_regular, - 'arrow_routing_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_24_regular, - 'arrow_routing_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_rectangle_multiple_20_regular, - 'arrow_routing_rectangle_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_rectangle_multiple_24_regular, - 'arrow_routing_rectangle_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_16_regular, - 'arrow_sort_16_regular', - 16, - ), - - 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_sort_down_16_regular, - 'arrow_sort_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_20_regular, - 'arrow_sort_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_24_regular, - 'arrow_sort_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_line_20_regular, - 'arrow_sort_down_line_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_16_regular, - 'arrow_sort_down_lines_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_20_regular, - 'arrow_sort_down_lines_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_24_regular, - 'arrow_sort_down_lines_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_16_regular, - 'arrow_sort_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_20_regular, - 'arrow_sort_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_24_regular, - 'arrow_sort_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_split_20_regular, - 'arrow_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_square_down_20_regular, - 'arrow_square_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_square_down_24_regular, - 'arrow_square_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_back_16_regular, - 'arrow_step_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_back_20_regular, - 'arrow_step_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_12_regular, - 'arrow_step_in_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_16_regular, - 'arrow_step_in_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_20_regular, - 'arrow_step_in_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_24_regular, - 'arrow_step_in_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_28_regular, - 'arrow_step_in_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_default_20_regular, - 'arrow_step_in_default_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_default_24_regular, - 'arrow_step_in_default_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_12_regular, - 'arrow_step_in_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_16_regular, - 'arrow_step_in_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_20_regular, - 'arrow_step_in_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_24_regular, - 'arrow_step_in_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_28_regular, - 'arrow_step_in_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_12_regular, - 'arrow_step_in_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_16_regular, - 'arrow_step_in_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_20_regular, - 'arrow_step_in_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_24_regular, - 'arrow_step_in_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_28_regular, - 'arrow_step_in_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_12_regular, - 'arrow_step_out_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_16_regular, - 'arrow_step_out_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_20_regular, - 'arrow_step_out_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_24_regular, - 'arrow_step_out_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_28_regular, - 'arrow_step_out_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_over_16_regular, - 'arrow_step_over_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_over_20_regular, - 'arrow_step_over_20_regular', - 20, - ), - - 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_16_regular, - 'arrow_sync_16_regular', - 16, - ), - - 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_checkmark_20_regular, - 'arrow_sync_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_checkmark_24_regular, - 'arrow_sync_checkmark_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_dismiss_20_regular, - 'arrow_sync_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_dismiss_24_regular, - 'arrow_sync_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_12_regular, - 'arrow_sync_off_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_16_regular, - 'arrow_sync_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_20_regular, - 'arrow_sync_off_20_regular', - 20, - ), - - 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_trending_checkmark_20_regular, - 'arrow_trending_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_checkmark_24_regular, - 'arrow_trending_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_16_regular, - 'arrow_trending_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_20_regular, - 'arrow_trending_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_24_regular, - 'arrow_trending_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_lines_20_regular, - 'arrow_trending_lines_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_lines_24_regular, - 'arrow_trending_lines_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_settings_20_regular, - 'arrow_trending_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_settings_24_regular, - 'arrow_trending_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_text_20_regular, - 'arrow_trending_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_text_24_regular, - 'arrow_trending_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_wrench_20_regular, - 'arrow_trending_wrench_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_wrench_24_regular, - 'arrow_trending_wrench_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_bidirectional_down_right_20_regular, - 'arrow_turn_bidirectional_down_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_bidirectional_down_right_24_regular, - 'arrow_turn_bidirectional_down_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_right_20_regular, - 'arrow_turn_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_right_24_regular, - 'arrow_turn_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_undo_16_regular, - 'arrow_undo_16_regular', - 16, - ), - - 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_undo_32_regular, - 'arrow_undo_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_undo_48_regular, - 'arrow_undo_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_12_regular, - 'arrow_up_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_16_regular, - 'arrow_up_16_regular', - 16, - ), - - 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_32_regular, - 'arrow_up_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_48_regular, - 'arrow_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_16_regular, - 'arrow_up_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_20_regular, - 'arrow_up_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_24_regular, - 'arrow_up_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_48_regular, - 'arrow_up_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_16_regular, - 'arrow_up_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_20_regular, - 'arrow_up_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_24_regular, - 'arrow_up_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_32_regular, - 'arrow_up_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_48_regular, - 'arrow_up_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_16_regular, - 'arrow_upload_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_20_regular, - 'arrow_upload_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_24_regular, - 'arrow_upload_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_wrap_20_regular, - 'arrow_wrap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_wrap_off_20_regular, - 'arrow_wrap_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrows_bidirectional_20_regular, - 'arrows_bidirectional_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrows_bidirectional_24_regular, - 'arrows_bidirectional_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.attach_12_regular, - 'attach_12_regular', - 12, - ), - - 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_arrow_right_20_regular, - 'attach_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.attach_arrow_right_24_regular, - 'attach_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.attach_text_20_regular, - 'attach_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.attach_text_24_regular, - 'attach_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_height_20_regular, - 'auto_fit_height_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_height_24_regular, - 'auto_fit_height_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_width_20_regular, - 'auto_fit_width_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_width_24_regular, - 'auto_fit_width_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autocorrect_20_regular, - 'autocorrect_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.autocorrect_24_regular, - 'autocorrect_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autofit_content_24_regular, - 'autofit_content_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autosum_20_regular, - 'autosum_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.autosum_24_regular, - 'autosum_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_12_regular, - 'backpack_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.backpack_16_regular, - 'backpack_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.backpack_20_regular, - 'backpack_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backpack_24_regular, - 'backpack_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_28_regular, - 'backpack_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.backpack_32_regular, - 'backpack_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.backpack_48_regular, - 'backpack_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_20_regular, - 'backpack_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_24_regular, - 'backpack_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_28_regular, - 'backpack_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_48_regular, - 'backpack_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.backspace_20_regular, - 'backspace_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backspace_24_regular, - 'backspace_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.badge_20_regular, - 'badge_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.badge_24_regular, - 'badge_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.balloon_12_regular, - 'balloon_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.balloon_16_regular, - 'balloon_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.balloon_20_regular, - 'balloon_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.balloon_24_regular, - 'balloon_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.barcode_scanner_20_regular, - 'barcode_scanner_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.barcode_scanner_24_regular, - 'barcode_scanner_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_10_20_regular, - 'battery_10_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_10_24_regular, - 'battery_10_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_20_regular, - 'battery_20_regular', - 20, - ), - - 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_checkmark_20_regular, - 'battery_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_checkmark_24_regular, - 'battery_checkmark_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_20_regular, - 'battery_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_warning_24_regular, - 'battery_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.beach_16_regular, - 'beach_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.beach_20_regular, - 'beach_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.beach_24_regular, - 'beach_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.beach_28_regular, - 'beach_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.beach_32_regular, - 'beach_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.beach_48_regular, - 'beach_48_regular', - 48, - ), - - 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.beaker_edit_20_regular, - 'beaker_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.beaker_edit_24_regular, - 'beaker_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bed_16_regular, - 'bed_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bed_20_regular, - 'bed_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bed_24_regular, - 'bed_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_20_regular, - 'bezier_curve_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_square_12_regular, - 'bezier_curve_square_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_square_20_regular, - 'bezier_curve_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bin_full_20_regular, - 'bin_full_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bin_full_24_regular, - 'bin_full_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_28_regular, - 'bluetooth_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_connected_20_regular, - 'bluetooth_connected_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_connected_24_regular, - 'bluetooth_connected_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_disabled_20_regular, - 'bluetooth_disabled_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_disabled_24_regular, - 'bluetooth_disabled_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_searching_20_regular, - 'bluetooth_searching_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_searching_24_regular, - 'bluetooth_searching_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.blur_16_regular, - 'blur_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.blur_20_regular, - 'blur_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.blur_24_regular, - 'blur_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.blur_28_regular, - 'blur_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_16_regular, - 'board_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_20_regular, - 'board_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_24_regular, - 'board_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_28_regular, - 'board_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_games_20_regular, - 'board_games_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_16_regular, - 'board_heart_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_20_regular, - 'board_heart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_24_regular, - 'board_heart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_split_16_regular, - 'board_split_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_split_20_regular, - 'board_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_split_24_regular, - 'board_split_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_split_28_regular, - 'board_split_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_split_48_regular, - 'board_split_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_20_regular, - 'book_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_24_regular, - 'book_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_add_20_regular, - 'book_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_add_24_regular, - 'book_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_arrow_clockwise_20_regular, - 'book_arrow_clockwise_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_arrow_clockwise_24_regular, - 'book_arrow_clockwise_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_clock_20_regular, - 'book_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_clock_24_regular, - 'book_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_coins_20_regular, - 'book_coins_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_coins_24_regular, - 'book_coins_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_compass_20_regular, - 'book_compass_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_compass_24_regular, - 'book_compass_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_20_regular, - 'book_contacts_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_24_regular, - 'book_contacts_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_28_regular, - 'book_contacts_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_32_regular, - 'book_contacts_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_database_20_regular, - 'book_database_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_database_24_regular, - 'book_database_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_exclamation_mark_20_regular, - 'book_exclamation_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_exclamation_mark_24_regular, - 'book_exclamation_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_globe_20_regular, - 'book_globe_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_globe_24_regular, - 'book_globe_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_information_20_regular, - 'book_information_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_information_24_regular, - 'book_information_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_letter_20_regular, - 'book_letter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_letter_24_regular, - 'book_letter_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.book_open_16_regular, - 'book_open_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.book_open_20_regular, - 'book_open_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_24_regular, - 'book_open_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_28_regular, - 'book_open_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_open_32_regular, - 'book_open_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_open_48_regular, - 'book_open_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_open_globe_20_regular, - 'book_open_globe_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_globe_24_regular, - 'book_open_globe_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_20_regular, - 'book_open_microphone_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_24_regular, - 'book_open_microphone_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_28_regular, - 'book_open_microphone_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_32_regular, - 'book_open_microphone_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_48_regular, - 'book_open_microphone_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_pulse_20_regular, - 'book_pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_pulse_24_regular, - 'book_pulse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_20_regular, - 'book_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_24_regular, - 'book_question_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_rtl_20_regular, - 'book_question_mark_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_rtl_24_regular, - 'book_question_mark_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_search_20_regular, - 'book_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_search_24_regular, - 'book_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_star_20_regular, - 'book_star_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_star_24_regular, - 'book_star_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_template_20_regular, - 'book_template_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_theta_20_regular, - 'book_theta_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_theta_24_regular, - 'book_theta_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_toolbox_20_regular, - 'book_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_toolbox_24_regular, - 'book_toolbox_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_32_regular, - 'bookmark_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_add_20_regular, - 'bookmark_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_add_24_regular, - 'bookmark_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_16_regular, - 'bookmark_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_20_regular, - 'bookmark_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_24_regular, - 'bookmark_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_28_regular, - 'bookmark_multiple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_32_regular, - 'bookmark_multiple_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_48_regular, - 'bookmark_multiple_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_off_20_regular, - 'bookmark_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_off_24_regular, - 'bookmark_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_search_20_regular, - 'bookmark_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_search_24_regular, - 'bookmark_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_24_regular, - 'border_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_all_16_regular, - 'border_all_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.border_all_20_regular, - 'border_all_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_all_24_regular, - 'border_all_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_20_regular, - 'border_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_24_regular, - 'border_bottom_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_double_20_regular, - 'border_bottom_double_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_double_24_regular, - 'border_bottom_double_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_thick_20_regular, - 'border_bottom_thick_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_thick_24_regular, - 'border_bottom_thick_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_left_20_regular, - 'border_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_left_24_regular, - 'border_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_left_right_20_regular, - 'border_left_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_left_right_24_regular, - 'border_left_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_none_20_regular, - 'border_none_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_none_24_regular, - 'border_none_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_20_regular, - 'border_outside_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_24_regular, - 'border_outside_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_thick_20_regular, - 'border_outside_thick_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_thick_24_regular, - 'border_outside_thick_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_right_20_regular, - 'border_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_right_24_regular, - 'border_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_20_regular, - 'border_top_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_24_regular, - 'border_top_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_20_regular, - 'border_top_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_24_regular, - 'border_top_bottom_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_double_20_regular, - 'border_top_bottom_double_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_double_24_regular, - 'border_top_bottom_double_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_thick_20_regular, - 'border_top_bottom_thick_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_thick_24_regular, - 'border_top_bottom_thick_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bot_20_regular, - 'bot_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bot_24_regular, - 'bot_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bot_add_20_regular, - 'bot_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bot_add_24_regular, - 'bot_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_16_regular, - 'bowl_chopsticks_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_20_regular, - 'bowl_chopsticks_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_24_regular, - 'bowl_chopsticks_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_28_regular, - 'bowl_chopsticks_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.box_16_regular, - 'box_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.box_20_regular, - 'box_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_24_regular, - 'box_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_left_20_regular, - 'box_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_left_24_regular, - 'box_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_up_20_regular, - 'box_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_up_24_regular, - 'box_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_checkmark_20_regular, - 'box_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_checkmark_24_regular, - 'box_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_dismiss_20_regular, - 'box_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_dismiss_24_regular, - 'box_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_edit_20_regular, - 'box_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_edit_24_regular, - 'box_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_20_regular, - 'box_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_24_regular, - 'box_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_left_20_regular, - 'box_multiple_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_left_24_regular, - 'box_multiple_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_right_20_regular, - 'box_multiple_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_right_24_regular, - 'box_multiple_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_checkmark_20_regular, - 'box_multiple_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_checkmark_24_regular, - 'box_multiple_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_search_20_regular, - 'box_multiple_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_search_24_regular, - 'box_multiple_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_search_20_regular, - 'box_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_search_24_regular, - 'box_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_toolbox_20_regular, - 'box_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_toolbox_24_regular, - 'box_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.braces_20_regular, - 'braces_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.braces_24_regular, - 'braces_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.braces_variable_20_regular, - 'braces_variable_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.braces_variable_24_regular, - 'braces_variable_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brain_circuit_20_regular, - 'brain_circuit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brain_circuit_24_regular, - 'brain_circuit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_20_regular, - 'branch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_24_regular, - 'branch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_16_regular, - 'branch_compare_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_20_regular, - 'branch_compare_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_24_regular, - 'branch_compare_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_16_regular, - 'branch_fork_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_20_regular, - 'branch_fork_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_24_regular, - 'branch_fork_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_hint_20_regular, - 'branch_fork_hint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_hint_24_regular, - 'branch_fork_hint_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_link_20_regular, - 'branch_fork_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_link_24_regular, - 'branch_fork_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_20_regular, - 'breakout_room_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_24_regular, - 'breakout_room_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_28_regular, - 'breakout_room_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_12_regular, - 'briefcase_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_16_regular, - 'briefcase_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_20_regular, - 'briefcase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_24_regular, - 'briefcase_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_28_regular, - 'briefcase_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_32_regular, - 'briefcase_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_48_regular, - 'briefcase_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_16_regular, - 'briefcase_medical_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_20_regular, - 'briefcase_medical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_24_regular, - 'briefcase_medical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_32_regular, - 'briefcase_medical_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_16_regular, - 'briefcase_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_20_regular, - 'briefcase_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_24_regular, - 'briefcase_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_28_regular, - 'briefcase_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_32_regular, - 'briefcase_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_48_regular, - 'briefcase_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_16_regular, - 'brightness_high_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_20_regular, - 'brightness_high_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_24_regular, - 'brightness_high_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_28_regular, - 'brightness_high_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_32_regular, - 'brightness_high_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_48_regular, - 'brightness_high_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_16_regular, - 'brightness_low_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_20_regular, - 'brightness_low_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_24_regular, - 'brightness_low_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_28_regular, - 'brightness_low_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_32_regular, - 'brightness_low_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_48_regular, - 'brightness_low_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_16_regular, - 'broad_activity_feed_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_20_regular, - 'broad_activity_feed_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_24_regular, - 'broad_activity_feed_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.broom_16_regular, - 'broom_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.broom_20_regular, - 'broom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.broom_24_regular, - 'broom_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bug_16_regular, - 'bug_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bug_20_regular, - 'bug_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bug_24_regular, - 'bug_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_16_regular, - 'building_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_20_regular, - 'building_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_24_regular, - 'building_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_16_regular, - 'building_bank_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_20_regular, - 'building_bank_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_24_regular, - 'building_bank_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_28_regular, - 'building_bank_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_48_regular, - 'building_bank_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_16_regular, - 'building_bank_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_20_regular, - 'building_bank_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_24_regular, - 'building_bank_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_28_regular, - 'building_bank_link_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_48_regular, - 'building_bank_link_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_toolbox_20_regular, - 'building_bank_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_toolbox_24_regular, - 'building_bank_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_16_regular, - 'building_factory_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_20_regular, - 'building_factory_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_24_regular, - 'building_factory_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_28_regular, - 'building_factory_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_32_regular, - 'building_factory_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_48_regular, - 'building_factory_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_government_20_regular, - 'building_government_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_government_24_regular, - 'building_government_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_government_32_regular, - 'building_government_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.building_home_16_regular, - 'building_home_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_home_20_regular, - 'building_home_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_home_24_regular, - 'building_home_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_lighthouse_20_regular, - 'building_lighthouse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_multiple_20_regular, - 'building_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_multiple_24_regular, - 'building_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_20_regular, - 'building_retail_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_24_regular, - 'building_retail_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_money_20_regular, - 'building_retail_money_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_money_24_regular, - 'building_retail_money_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_more_20_regular, - 'building_retail_more_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_shield_20_regular, - 'building_retail_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_shield_24_regular, - 'building_retail_shield_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_toolbox_20_regular, - 'building_retail_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_toolbox_24_regular, - 'building_retail_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_16_regular, - 'building_shop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_20_regular, - 'building_shop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_24_regular, - 'building_shop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_16_regular, - 'building_skyscraper_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_20_regular, - 'building_skyscraper_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_24_regular, - 'building_skyscraper_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_20_regular, - 'calculator_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_24_regular, - 'calculator_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_arrow_clockwise_20_regular, - 'calculator_arrow_clockwise_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_arrow_clockwise_24_regular, - 'calculator_arrow_clockwise_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_multiple_20_regular, - 'calculator_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_multiple_24_regular, - 'calculator_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_3_day_16_regular, - 'calendar_3_day_16_regular', - 16, - ), - - 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_16_regular, - 'calendar_add_16_regular', - 16, - ), - - 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_add_28_regular, - 'calendar_add_28_regular', - 28, - ), - - 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_down_20_regular, - 'calendar_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_down_24_regular, - 'calendar_arrow_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_16_regular, - 'calendar_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_20_regular, - 'calendar_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_24_regular, - 'calendar_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_assistant_16_regular, - 'calendar_assistant_16_regular', - 16, - ), - - 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_16_regular, - 'calendar_cancel_16_regular', - 16, - ), - - 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_chat_20_regular, - 'calendar_chat_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_chat_24_regular, - 'calendar_chat_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_checkmark_28_regular, - 'calendar_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_clock_16_regular, - 'calendar_clock_16_regular', - 16, - ), - - 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_day_16_regular, - 'calendar_day_16_regular', - 16, - ), - - 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_edit_16_regular, - 'calendar_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_edit_20_regular, - 'calendar_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_edit_24_regular, - 'calendar_edit_24_regular', - 24, - ), - - 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_empty_32_regular, - 'calendar_empty_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_error_20_regular, - 'calendar_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_error_24_regular, - 'calendar_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_info_16_regular, - 'calendar_info_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_info_20_regular, - 'calendar_info_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_12_regular, - 'calendar_ltr_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_16_regular, - 'calendar_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_20_regular, - 'calendar_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_24_regular, - 'calendar_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_28_regular, - 'calendar_ltr_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_32_regular, - 'calendar_ltr_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_48_regular, - 'calendar_ltr_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mail_16_regular, - 'calendar_mail_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mail_20_regular, - 'calendar_mail_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mention_20_regular, - 'calendar_mention_20_regular', - 20, - ), - - 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_16_regular, - 'calendar_multiple_16_regular', - 16, - ), - - 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_multiple_32_regular, - 'calendar_multiple_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_overdue_24_regular, - 'calendar_overdue_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_pattern_16_regular, - 'calendar_pattern_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_pattern_20_regular, - 'calendar_pattern_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_patterns_16_regular, - 'calendar_patterns_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_16_regular, - 'calendar_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_20_regular, - 'calendar_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_24_regular, - 'calendar_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_phone_16_regular, - 'calendar_phone_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_phone_20_regular, - 'calendar_phone_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_16_regular, - 'calendar_question_mark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_20_regular, - 'calendar_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_24_regular, - 'calendar_question_mark_24_regular', - 24, - ), - - 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_rtl_12_regular, - 'calendar_rtl_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_16_regular, - 'calendar_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_20_regular, - 'calendar_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_24_regular, - 'calendar_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_28_regular, - 'calendar_rtl_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_32_regular, - 'calendar_rtl_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_48_regular, - 'calendar_rtl_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.calendar_search_16_regular, - 'calendar_search_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_search_20_regular, - 'calendar_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_settings_16_regular, - 'calendar_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_settings_20_regular, - 'calendar_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_star_16_regular, - 'calendar_star_16_regular', - 16, - ), - - 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_toolbox_20_regular, - 'calendar_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_toolbox_24_regular, - 'calendar_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_week_numbers_20_regular, - 'calendar_week_numbers_20_regular', - 20, - ), - - 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.calendar_work_week_28_regular, - 'calendar_work_week_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_16_regular, - 'call_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_20_regular, - 'call_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_24_regular, - 'call_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_28_regular, - 'call_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_32_regular, - 'call_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.call_48_regular, - 'call_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_add_20_regular, - 'call_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_add_24_regular, - 'call_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_checkmark_20_regular, - 'call_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_checkmark_24_regular, - 'call_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_connecting_20_regular, - 'call_connecting_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_dismiss_20_regular, - 'call_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_dismiss_24_regular, - 'call_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_end_16_regular, - 'call_end_16_regular', - 16, - ), - - 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_exclamation_20_regular, - 'call_exclamation_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_16_regular, - 'call_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_20_regular, - 'call_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_24_regular, - 'call_forward_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_28_regular, - 'call_forward_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_48_regular, - 'call_forward_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_16_regular, - 'call_inbound_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_20_regular, - 'call_inbound_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_24_regular, - 'call_inbound_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_28_regular, - 'call_inbound_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_48_regular, - 'call_inbound_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_16_regular, - 'call_missed_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_20_regular, - 'call_missed_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_24_regular, - 'call_missed_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_28_regular, - 'call_missed_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_48_regular, - 'call_missed_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_16_regular, - 'call_outbound_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_20_regular, - 'call_outbound_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_24_regular, - 'call_outbound_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_28_regular, - 'call_outbound_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_48_regular, - 'call_outbound_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_park_16_regular, - 'call_park_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_park_20_regular, - 'call_park_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_park_24_regular, - 'call_park_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_park_28_regular, - 'call_park_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_park_32_regular, - 'call_park_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.call_park_48_regular, - 'call_park_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_pause_20_regular, - 'call_pause_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_pause_24_regular, - 'call_pause_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_16_regular, - 'call_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_20_regular, - 'call_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_24_regular, - 'call_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_28_regular, - 'call_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_48_regular, - 'call_prohibited_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_transfer_20_regular, - 'call_transfer_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_20_regular, - 'calligraphy_pen_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_24_regular, - 'calligraphy_pen_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_checkmark_20_regular, - 'calligraphy_pen_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_error_20_regular, - 'calligraphy_pen_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_question_mark_20_regular, - 'calligraphy_pen_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_16_regular, - 'camera_16_regular', - 16, - ), - - 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_dome_16_regular, - 'camera_dome_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_20_regular, - 'camera_dome_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_24_regular, - 'camera_dome_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_28_regular, - 'camera_dome_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_48_regular, - 'camera_dome_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.camera_edit_20_regular, - 'camera_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_off_20_regular, - 'camera_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_off_24_regular, - 'camera_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.camera_switch_20_regular, - 'camera_switch_20_regular', - 20, - ), - - 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_down_left_12_regular, - 'caret_down_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_16_regular, - 'caret_down_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_20_regular, - 'caret_down_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_24_regular, - 'caret_down_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_12_regular, - 'caret_down_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_16_regular, - 'caret_down_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_20_regular, - 'caret_down_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_24_regular, - 'caret_down_right_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.caret_up_12_regular, - 'caret_up_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_16_regular, - 'caret_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_20_regular, - 'caret_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_24_regular, - 'caret_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cart_16_regular, - 'cart_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cart_20_regular, - 'cart_20_regular', - 20, - ), - - 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_20_regular, - 'cellular_3g_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_3g_24_regular, - 'cellular_3g_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_4g_20_regular, - 'cellular_4g_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_4g_24_regular, - 'cellular_4g_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_5g_20_regular, - 'cellular_5g_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_5g_24_regular, - 'cellular_5g_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_cellular_off_24_regular, - 'cellular_data_cellular_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_data_cellular_unavailable_24_regular, - 'cellular_data_cellular_unavailable_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_data_unavailable_24_regular, - 'cellular_data_unavailable_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_off_20_regular, - 'cellular_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_off_24_regular, - 'cellular_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_warning_20_regular, - 'cellular_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_warning_24_regular, - 'cellular_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.center_horizontal_20_regular, - 'center_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.center_horizontal_24_regular, - 'center_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.center_vertical_20_regular, - 'center_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.center_vertical_24_regular, - 'center_vertical_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_28_regular, - 'channel_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_48_regular, - 'channel_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_16_regular, - 'channel_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_20_regular, - 'channel_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_24_regular, - 'channel_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_28_regular, - 'channel_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_48_regular, - 'channel_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_16_regular, - 'channel_alert_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_20_regular, - 'channel_alert_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_24_regular, - 'channel_alert_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_28_regular, - 'channel_alert_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_48_regular, - 'channel_alert_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_16_regular, - 'channel_arrow_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_20_regular, - 'channel_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_24_regular, - 'channel_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_28_regular, - 'channel_arrow_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_48_regular, - 'channel_arrow_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_16_regular, - 'channel_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_20_regular, - 'channel_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_24_regular, - 'channel_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_28_regular, - 'channel_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_48_regular, - 'channel_dismiss_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_12_regular, - 'channel_share_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_16_regular, - 'channel_share_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_20_regular, - 'channel_share_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_24_regular, - 'channel_share_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_28_regular, - 'channel_share_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_48_regular, - 'channel_share_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_16_regular, - 'channel_subtract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_20_regular, - 'channel_subtract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_24_regular, - 'channel_subtract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_28_regular, - 'channel_subtract_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_48_regular, - 'channel_subtract_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chart_multiple_20_regular, - 'chart_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chart_multiple_24_regular, - 'chart_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_20_regular, - 'chart_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_24_regular, - 'chart_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_28_regular, - 'chart_person_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_48_regular, - 'chart_person_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chat_12_regular, - 'chat_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chat_16_regular, - 'chat_16_regular', - 16, - ), - - 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_32_regular, - 'chat_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chat_48_regular, - 'chat_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_back_16_regular, - 'chat_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_back_20_regular, - 'chat_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_double_back_16_regular, - 'chat_arrow_double_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_double_back_20_regular, - 'chat_arrow_double_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_16_regular, - 'chat_bubbles_question_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_20_regular, - 'chat_bubbles_question_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_24_regular, - 'chat_bubbles_question_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_16_regular, - 'chat_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_20_regular, - 'chat_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_24_regular, - 'chat_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_help_20_regular, - 'chat_help_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_help_24_regular, - 'chat_help_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_mail_20_regular, - 'chat_mail_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_16_regular, - 'chat_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_20_regular, - 'chat_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_24_regular, - 'chat_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_off_20_regular, - 'chat_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_off_24_regular, - 'chat_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_settings_20_regular, - 'chat_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_settings_24_regular, - 'chat_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_video_20_regular, - 'chat_video_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_video_24_regular, - 'chat_video_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_16_regular, - 'chat_warning_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_20_regular, - 'chat_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_24_regular, - 'chat_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.check_20_regular, - 'check_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.check_24_regular, - 'check_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_1_20_regular, - 'checkbox_1_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_1_24_regular, - 'checkbox_1_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_2_20_regular, - 'checkbox_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_2_24_regular, - 'checkbox_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_arrow_right_20_regular, - 'checkbox_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_arrow_right_24_regular, - 'checkbox_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_checked_16_regular, - 'checkbox_checked_16_regular', - 16, - ), - - 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_checked_sync_16_regular, - 'checkbox_checked_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_checked_sync_20_regular, - 'checkbox_checked_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_16_regular, - 'checkbox_indeterminate_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_20_regular, - 'checkbox_indeterminate_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_24_regular, - 'checkbox_indeterminate_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_16_regular, - 'checkbox_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_20_regular, - 'checkbox_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_24_regular, - 'checkbox_person_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.checkbox_warning_20_regular, - 'checkbox_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_warning_24_regular, - 'checkbox_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_12_regular, - 'checkmark_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_16_regular, - 'checkmark_16_regular', - 16, - ), - - 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_32_regular, - 'checkmark_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_48_regular, - 'checkmark_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_circle_12_regular, - 'checkmark_circle_12_regular', - 12, - ), - - 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_32_regular, - 'checkmark_circle_32_regular', - 32, - ), - - 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_note_20_regular, - 'checkmark_note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_square_24_regular, - 'checkmark_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_16_regular, - 'checkmark_starburst_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_20_regular, - 'checkmark_starburst_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_24_regular, - 'checkmark_starburst_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_circle_down_12_regular, - 'chevron_circle_down_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_16_regular, - 'chevron_circle_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_20_regular, - 'chevron_circle_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_24_regular, - 'chevron_circle_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_28_regular, - 'chevron_circle_down_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_32_regular, - 'chevron_circle_down_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_48_regular, - 'chevron_circle_down_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_12_regular, - 'chevron_circle_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_16_regular, - 'chevron_circle_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_20_regular, - 'chevron_circle_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_24_regular, - 'chevron_circle_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_28_regular, - 'chevron_circle_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_32_regular, - 'chevron_circle_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_48_regular, - 'chevron_circle_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_12_regular, - 'chevron_circle_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_16_regular, - 'chevron_circle_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_20_regular, - 'chevron_circle_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_24_regular, - 'chevron_circle_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_28_regular, - 'chevron_circle_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_32_regular, - 'chevron_circle_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_48_regular, - 'chevron_circle_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_12_regular, - 'chevron_circle_up_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_16_regular, - 'chevron_circle_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_20_regular, - 'chevron_circle_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_24_regular, - 'chevron_circle_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_28_regular, - 'chevron_circle_up_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_32_regular, - 'chevron_circle_up_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_48_regular, - 'chevron_circle_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_down_16_regular, - 'chevron_double_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_down_20_regular, - 'chevron_double_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_left_16_regular, - 'chevron_double_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_left_20_regular, - 'chevron_double_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_right_16_regular, - 'chevron_double_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_right_20_regular, - 'chevron_double_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_up_16_regular, - 'chevron_double_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_up_20_regular, - 'chevron_double_up_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_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.chevron_up_down_16_regular, - 'chevron_up_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_up_down_20_regular, - 'chevron_up_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_up_down_24_regular, - 'chevron_up_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_16_regular, - 'chopsticks_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_20_regular, - 'chopsticks_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_24_regular, - 'chopsticks_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_28_regular, - 'chopsticks_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.circle_12_regular, - 'circle_12_regular', - 12, - ), - - 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_32_regular, - 'circle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.circle_48_regular, - 'circle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.circle_edit_20_regular, - 'circle_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_edit_24_regular, - 'circle_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_half_fill_12_regular, - 'circle_half_fill_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.circle_half_fill_16_regular, - 'circle_half_fill_16_regular', - 16, - ), - - 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_12_regular, - 'circle_line_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.circle_line_20_regular, - 'circle_line_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_line_24_regular, - 'circle_line_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_multiple_subtract_checkmark_20_regular, - 'circle_multiple_subtract_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_off_16_regular, - 'circle_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_off_20_regular, - 'circle_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_small_20_regular, - 'circle_small_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_small_24_regular, - 'circle_small_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_back_16_regular, - 'circle_subtract_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_back_20_regular, - 'circle_subtract_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_forward_16_regular, - 'circle_subtract_arrow_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_forward_20_regular, - 'circle_subtract_arrow_forward_20_regular', - 20, - ), - - 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_20_regular, - 'class_20_regular', - 20, - ), - - 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_16_regular, - 'clear_formatting_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clear_formatting_20_regular, - 'clear_formatting_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clear_formatting_24_regular, - 'clear_formatting_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_16_regular, - 'clipboard_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_20_regular, - 'clipboard_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_24_regular, - 'clipboard_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_16_regular, - 'clipboard_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_20_regular, - 'clipboard_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_24_regular, - 'clipboard_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_ltr_16_regular, - 'clipboard_bullet_list_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_ltr_20_regular, - 'clipboard_bullet_list_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_rtl_16_regular, - 'clipboard_bullet_list_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_rtl_20_regular, - 'clipboard_bullet_list_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_checkmark_20_regular, - 'clipboard_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_checkmark_24_regular, - 'clipboard_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_clock_20_regular, - 'clipboard_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_clock_24_regular, - 'clipboard_clock_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_data_bar_20_regular, - 'clipboard_data_bar_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_data_bar_24_regular, - 'clipboard_data_bar_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_data_bar_32_regular, - 'clipboard_data_bar_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_edit_20_regular, - 'clipboard_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_error_20_regular, - 'clipboard_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_error_24_regular, - 'clipboard_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_heart_20_regular, - 'clipboard_heart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_heart_24_regular, - 'clipboard_heart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_image_20_regular, - 'clipboard_image_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_image_24_regular, - 'clipboard_image_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_20_regular, - 'clipboard_more_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_more_24_regular, - 'clipboard_more_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_note_20_regular, - 'clipboard_note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_paste_16_regular, - 'clipboard_paste_16_regular', - 16, - ), - - 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_pulse_20_regular, - 'clipboard_pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_pulse_24_regular, - 'clipboard_pulse_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_settings_20_regular, - 'clipboard_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_settings_24_regular, - 'clipboard_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_20_regular, - 'clipboard_task_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_24_regular, - 'clipboard_task_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_add_20_regular, - 'clipboard_task_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_add_24_regular, - 'clipboard_task_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_ltr_20_regular, - 'clipboard_task_list_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_ltr_24_regular, - 'clipboard_task_list_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_rtl_20_regular, - 'clipboard_task_list_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_rtl_24_regular, - 'clipboard_task_list_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_ltr_20_regular, - 'clipboard_text_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_ltr_24_regular, - 'clipboard_text_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_rtl_20_regular, - 'clipboard_text_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_rtl_24_regular, - 'clipboard_text_rtl_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_32_regular, - 'clock_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clock_48_regular, - 'clock_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_16_regular, - 'clock_alarm_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_20_regular, - 'clock_alarm_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_24_regular, - 'clock_alarm_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_32_regular, - 'clock_alarm_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clock_arrow_download_20_regular, - 'clock_arrow_download_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_arrow_download_24_regular, - 'clock_arrow_download_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_dismiss_20_regular, - 'clock_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_dismiss_24_regular, - 'clock_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_pause_20_regular, - 'clock_pause_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_pause_24_regular, - 'clock_pause_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_toolbox_20_regular, - 'clock_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_toolbox_24_regular, - 'clock_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_16_regular, - 'closed_caption_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_20_regular, - 'closed_caption_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_24_regular, - 'closed_caption_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_28_regular, - 'closed_caption_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_32_regular, - 'closed_caption_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_48_regular, - 'closed_caption_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_16_regular, - 'closed_caption_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_20_regular, - 'closed_caption_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_24_regular, - 'closed_caption_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_28_regular, - 'closed_caption_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_48_regular, - 'closed_caption_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_16_regular, - 'cloud_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_20_regular, - 'cloud_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_24_regular, - 'cloud_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_28_regular, - 'cloud_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_32_regular, - 'cloud_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_48_regular, - 'cloud_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_add_16_regular, - 'cloud_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_add_20_regular, - 'cloud_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_16_regular, - 'cloud_archive_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_20_regular, - 'cloud_archive_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_24_regular, - 'cloud_archive_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_28_regular, - 'cloud_archive_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_32_regular, - 'cloud_archive_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_48_regular, - 'cloud_archive_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_16_regular, - 'cloud_arrow_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_20_regular, - 'cloud_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_24_regular, - 'cloud_arrow_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_28_regular, - 'cloud_arrow_down_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_32_regular, - 'cloud_arrow_down_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_48_regular, - 'cloud_arrow_down_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_16_regular, - 'cloud_arrow_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_20_regular, - 'cloud_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_24_regular, - 'cloud_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_28_regular, - 'cloud_arrow_up_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_32_regular, - 'cloud_arrow_up_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_48_regular, - 'cloud_arrow_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_16_regular, - 'cloud_backup_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_20_regular, - 'cloud_backup_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_24_regular, - 'cloud_backup_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_28_regular, - 'cloud_backup_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_32_regular, - 'cloud_backup_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_48_regular, - 'cloud_backup_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_16_regular, - 'cloud_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_20_regular, - 'cloud_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_24_regular, - 'cloud_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_28_regular, - 'cloud_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_32_regular, - 'cloud_checkmark_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_48_regular, - 'cloud_checkmark_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_16_regular, - 'cloud_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_20_regular, - 'cloud_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_24_regular, - 'cloud_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_28_regular, - 'cloud_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_32_regular, - 'cloud_dismiss_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_48_regular, - 'cloud_dismiss_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_16_regular, - 'cloud_download_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_20_regular, - 'cloud_download_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_24_regular, - 'cloud_download_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_28_regular, - 'cloud_download_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_32_regular, - 'cloud_download_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_48_regular, - 'cloud_download_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_edit_16_regular, - 'cloud_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_edit_20_regular, - 'cloud_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_flow_20_regular, - 'cloud_flow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_flow_24_regular, - 'cloud_flow_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_link_16_regular, - 'cloud_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_link_20_regular, - 'cloud_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_16_regular, - 'cloud_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_20_regular, - 'cloud_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_24_regular, - 'cloud_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_28_regular, - 'cloud_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_32_regular, - 'cloud_off_32_regular', - 32, - ), - - 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_swap_20_regular, - 'cloud_swap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_swap_24_regular, - 'cloud_swap_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_16_regular, - 'cloud_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_20_regular, - 'cloud_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_24_regular, - 'cloud_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_28_regular, - 'cloud_sync_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_32_regular, - 'cloud_sync_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_48_regular, - 'cloud_sync_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_16_regular, - 'cloud_sync_complete_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_20_regular, - 'cloud_sync_complete_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_24_regular, - 'cloud_sync_complete_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_28_regular, - 'cloud_sync_complete_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_32_regular, - 'cloud_sync_complete_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_48_regular, - 'cloud_sync_complete_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_16_regular, - 'cloud_words_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_20_regular, - 'cloud_words_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_24_regular, - 'cloud_words_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_28_regular, - 'cloud_words_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_32_regular, - 'cloud_words_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_48_regular, - 'cloud_words_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.code_16_regular, - 'code_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.code_20_regular, - 'code_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_24_regular, - 'code_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.code_circle_20_regular, - 'code_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_text_20_regular, - 'code_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_text_edit_20_regular, - 'code_text_edit_20_regular', - 20, - ), - - 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_16_regular, - 'color_16_regular', - 16, - ), - - 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_background_accent_20_regular, - 'color_background_accent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.color_background_accent_24_regular, - 'color_background_accent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.color_fill_16_regular, - 'color_fill_16_regular', - 16, - ), - - 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_fill_28_regular, - 'color_fill_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.color_fill_accent_16_regular, - 'color_fill_accent_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.color_fill_accent_20_regular, - 'color_fill_accent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.color_fill_accent_24_regular, - 'color_fill_accent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.color_fill_accent_28_regular, - 'color_fill_accent_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.color_line_16_regular, - 'color_line_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.color_line_20_regular, - 'color_line_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.color_line_24_regular, - 'color_line_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.color_line_accent_16_regular, - 'color_line_accent_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.color_line_accent_20_regular, - 'color_line_accent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.color_line_accent_24_regular, - 'color_line_accent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.column_20_regular, - 'column_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_arrow_right_20_regular, - 'column_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_edit_20_regular, - 'column_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_edit_24_regular, - 'column_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_20_regular, - 'column_triple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_24_regular, - 'column_triple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_edit_20_regular, - 'column_triple_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_edit_24_regular, - 'column_triple_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comma_24_regular, - 'comma_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_12_regular, - 'comment_12_regular', - 12, - ), - - 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_28_regular, - 'comment_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_48_regular, - 'comment_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_12_regular, - 'comment_add_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_16_regular, - 'comment_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_20_regular, - 'comment_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_24_regular, - 'comment_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_28_regular, - 'comment_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_48_regular, - 'comment_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_12_regular, - 'comment_arrow_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_16_regular, - 'comment_arrow_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_20_regular, - 'comment_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_24_regular, - 'comment_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_28_regular, - 'comment_arrow_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_48_regular, - 'comment_arrow_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_12_regular, - 'comment_arrow_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_16_regular, - 'comment_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_20_regular, - 'comment_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_24_regular, - 'comment_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_28_regular, - 'comment_arrow_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_48_regular, - 'comment_arrow_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_12_regular, - 'comment_checkmark_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_16_regular, - 'comment_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_20_regular, - 'comment_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_24_regular, - 'comment_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_28_regular, - 'comment_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_48_regular, - 'comment_checkmark_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_dismiss_20_regular, - 'comment_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_dismiss_24_regular, - 'comment_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_edit_20_regular, - 'comment_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_edit_24_regular, - 'comment_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_16_regular, - 'comment_error_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_20_regular, - 'comment_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_24_regular, - 'comment_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_lightning_20_regular, - 'comment_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_lightning_24_regular, - 'comment_lightning_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_multiple_28_regular, - 'comment_multiple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_32_regular, - 'comment_multiple_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_16_regular, - 'comment_multiple_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_20_regular, - 'comment_multiple_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_24_regular, - 'comment_multiple_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_28_regular, - 'comment_multiple_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_16_regular, - 'comment_multiple_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_20_regular, - 'comment_multiple_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_24_regular, - 'comment_multiple_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_28_regular, - 'comment_multiple_link_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_32_regular, - 'comment_multiple_link_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.comment_note_20_regular, - 'comment_note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_note_24_regular, - 'comment_note_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_16_regular, - 'comment_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_20_regular, - 'comment_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_24_regular, - 'comment_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_28_regular, - 'comment_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_48_regular, - 'comment_off_48_regular', - 48, - ), - - 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.communication_person_20_regular, - 'communication_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.communication_person_24_regular, - 'communication_person_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.component_2_double_tap_swipe_down_24_regular, - 'component_2_double_tap_swipe_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.component_2_double_tap_swipe_up_24_regular, - 'component_2_double_tap_swipe_up_24_regular', - 24, - ), - - 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_16_regular, - 'contact_card_16_regular', - 16, - ), - - 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_28_regular, - 'contact_card_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_32_regular, - 'contact_card_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_48_regular, - 'contact_card_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_16_regular, - 'contact_card_group_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_20_regular, - 'contact_card_group_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_24_regular, - 'contact_card_group_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_28_regular, - 'contact_card_group_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_48_regular, - 'contact_card_group_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_link_16_regular, - 'contact_card_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_link_20_regular, - 'contact_card_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_16_regular, - 'contact_card_ribbon_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_20_regular, - 'contact_card_ribbon_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_24_regular, - 'contact_card_ribbon_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_28_regular, - 'contact_card_ribbon_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_32_regular, - 'contact_card_ribbon_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_48_regular, - 'contact_card_ribbon_48_regular', - 48, - ), - - 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.content_settings_32_regular, - 'content_settings_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.content_view_20_regular, - 'content_view_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.content_view_32_regular, - 'content_view_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.content_view_gallery_20_regular, - 'content_view_gallery_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_16_regular, - 'contract_down_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_20_regular, - 'contract_down_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_24_regular, - 'contract_down_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_28_regular, - 'contract_down_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_32_regular, - 'contract_down_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_48_regular, - 'contract_down_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.control_button_20_regular, - 'control_button_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.control_button_24_regular, - 'control_button_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.convert_range_20_regular, - 'convert_range_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.convert_range_24_regular, - 'convert_range_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.convert_to_type_20_regular, - 'convert_to_type_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.convert_to_type_24_regular, - 'convert_to_type_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.convert_to_type_off_20_regular, - 'convert_to_type_off_20_regular', - 20, - ), - - 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_add_20_regular, - 'copy_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.copy_add_24_regular, - 'copy_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_16_regular, - 'copy_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_20_regular, - 'copy_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_24_regular, - 'copy_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.copy_select_20_regular, - 'copy_select_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.couch_12_regular, - 'couch_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.couch_20_regular, - 'couch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.couch_24_regular, - 'couch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_person_20_regular, - 'credit_card_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_person_24_regular, - 'credit_card_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_toolbox_20_regular, - 'credit_card_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_toolbox_24_regular, - 'credit_card_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_20_regular, - 'crop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_24_regular, - 'crop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_20_regular, - 'crop_interim_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_24_regular, - 'crop_interim_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_off_20_regular, - 'crop_interim_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_off_24_regular, - 'crop_interim_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_12_regular, - 'cube_12_regular', - 12, - ), - - 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.cube_add_20_regular, - 'cube_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_link_20_regular, - 'cube_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_multiple_20_regular, - 'cube_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_multiple_24_regular, - 'cube_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_16_regular, - 'cube_quick_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_20_regular, - 'cube_quick_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_24_regular, - 'cube_quick_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_28_regular, - 'cube_quick_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cube_rotate_20_regular, - 'cube_rotate_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_sync_20_regular, - 'cube_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_sync_24_regular, - 'cube_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_tree_20_regular, - 'cube_tree_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_tree_24_regular, - 'cube_tree_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_16_regular, - 'currency_dollar_euro_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_20_regular, - 'currency_dollar_euro_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_24_regular, - 'currency_dollar_euro_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_16_regular, - 'currency_dollar_rupee_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_20_regular, - 'currency_dollar_rupee_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_24_regular, - 'currency_dollar_rupee_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_20_regular, - 'cursor_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_24_regular, - 'cursor_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_click_20_regular, - 'cursor_click_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_click_24_regular, - 'cursor_click_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_16_regular, - 'cursor_hover_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_20_regular, - 'cursor_hover_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_24_regular, - 'cursor_hover_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_28_regular, - 'cursor_hover_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_32_regular, - 'cursor_hover_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_48_regular, - 'cursor_hover_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_16_regular, - 'cursor_hover_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_20_regular, - 'cursor_hover_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_24_regular, - 'cursor_hover_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_28_regular, - 'cursor_hover_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_48_regular, - 'cursor_hover_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cut_20_regular, - 'cut_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cut_24_regular, - 'cut_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dark_theme_20_regular, - 'dark_theme_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dark_theme_24_regular, - 'dark_theme_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_area_20_regular, - 'data_area_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_area_24_regular, - 'data_area_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_bar_horizontal_20_regular, - 'data_bar_horizontal_20_regular', - 20, - ), - - 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_bar_vertical_add_20_regular, - 'data_bar_vertical_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_bar_vertical_add_24_regular, - 'data_bar_vertical_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_funnel_20_regular, - 'data_funnel_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_funnel_24_regular, - 'data_funnel_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_histogram_20_regular, - 'data_histogram_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_histogram_24_regular, - 'data_histogram_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_line_20_regular, - 'data_line_20_regular', - 20, - ), - - 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_20_regular, - 'data_scatter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_scatter_24_regular, - 'data_scatter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_sunburst_20_regular, - 'data_sunburst_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_sunburst_24_regular, - 'data_sunburst_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_treemap_20_regular, - 'data_treemap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_treemap_24_regular, - 'data_treemap_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_16_regular, - 'data_trending_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_20_regular, - 'data_trending_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_24_regular, - 'data_trending_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_20_regular, - 'data_usage_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_24_regular, - 'data_usage_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_edit_20_regular, - 'data_usage_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_edit_24_regular, - 'data_usage_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_settings_20_regular, - 'data_usage_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_toolbox_20_regular, - 'data_usage_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_toolbox_24_regular, - 'data_usage_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_waterfall_20_regular, - 'data_waterfall_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_waterfall_24_regular, - 'data_waterfall_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_whisker_20_regular, - 'data_whisker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_whisker_24_regular, - 'data_whisker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_20_regular, - 'database_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_24_regular, - 'database_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_down_20_regular, - 'database_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_right_20_regular, - 'database_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_up_20_regular, - 'database_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_lightning_20_regular, - 'database_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_link_20_regular, - 'database_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_link_24_regular, - 'database_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_multiple_20_regular, - 'database_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_person_20_regular, - 'database_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_person_24_regular, - 'database_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_plug_connected_20_regular, - 'database_plug_connected_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_search_20_regular, - 'database_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_search_24_regular, - 'database_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_warning_20_regular, - 'database_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_window_20_regular, - 'database_window_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_left_20_regular, - 'decimal_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_left_24_regular, - 'decimal_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_right_20_regular, - 'decimal_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_right_24_regular, - 'decimal_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.delete_16_regular, - 'delete_16_regular', - 16, - ), - - 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_arrow_back_16_regular, - 'delete_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.delete_arrow_back_20_regular, - 'delete_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_20_regular, - 'delete_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_24_regular, - 'delete_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_28_regular, - 'delete_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.delete_lines_20_regular, - 'delete_lines_20_regular', - 20, - ), - - 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_12_regular, - 'dentist_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.dentist_16_regular, - 'dentist_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dentist_20_regular, - 'dentist_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dentist_24_regular, - 'dentist_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dentist_28_regular, - 'dentist_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dentist_48_regular, - 'dentist_48_regular', - 48, - ), - - 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.desktop_32_regular, - 'desktop_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_16_regular, - 'desktop_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_20_regular, - 'desktop_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_24_regular, - 'desktop_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_16_regular, - 'desktop_cursor_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_20_regular, - 'desktop_cursor_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_24_regular, - 'desktop_cursor_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_28_regular, - 'desktop_cursor_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_16_regular, - 'desktop_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_20_regular, - 'desktop_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_24_regular, - 'desktop_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_flow_20_regular, - 'desktop_flow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_flow_24_regular, - 'desktop_flow_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_16_regular, - 'desktop_keyboard_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_20_regular, - 'desktop_keyboard_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_24_regular, - 'desktop_keyboard_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_28_regular, - 'desktop_keyboard_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_16_regular, - 'desktop_mac_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_20_regular, - 'desktop_mac_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_24_regular, - 'desktop_mac_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_32_regular, - 'desktop_mac_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_16_regular, - 'desktop_pulse_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_20_regular, - 'desktop_pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_24_regular, - 'desktop_pulse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_28_regular, - 'desktop_pulse_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_32_regular, - 'desktop_pulse_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_48_regular, - 'desktop_pulse_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.desktop_signal_20_regular, - 'desktop_signal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_signal_24_regular, - 'desktop_signal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_20_regular, - 'desktop_speaker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_24_regular, - 'desktop_speaker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_off_20_regular, - 'desktop_speaker_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_off_24_regular, - 'desktop_speaker_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_16_regular, - 'desktop_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_20_regular, - 'desktop_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_24_regular, - 'desktop_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_toolbox_20_regular, - 'desktop_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_toolbox_24_regular, - 'desktop_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_20_regular, - 'developer_board_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_24_regular, - 'developer_board_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_lightning_20_regular, - 'developer_board_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_lightning_toolbox_20_regular, - 'developer_board_lightning_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_search_20_regular, - 'developer_board_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_search_24_regular, - 'developer_board_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_eq_20_regular, - 'device_eq_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_eq_24_regular, - 'device_eq_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_16_regular, - 'device_meeting_room_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_20_regular, - 'device_meeting_room_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_24_regular, - 'device_meeting_room_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_28_regular, - 'device_meeting_room_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_32_regular, - 'device_meeting_room_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_48_regular, - 'device_meeting_room_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_16_regular, - 'device_meeting_room_remote_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_20_regular, - 'device_meeting_room_remote_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_24_regular, - 'device_meeting_room_remote_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_28_regular, - 'device_meeting_room_remote_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_32_regular, - 'device_meeting_room_remote_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_48_regular, - 'device_meeting_room_remote_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.diagram_20_regular, - 'diagram_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diagram_24_regular, - 'diagram_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_20_regular, - 'dialpad_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_24_regular, - 'dialpad_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_28_regular, - 'dialpad_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_32_regular, - 'dialpad_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_48_regular, - 'dialpad_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_off_20_regular, - 'dialpad_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_off_24_regular, - 'dialpad_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diamond_16_regular, - 'diamond_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.diamond_20_regular, - 'diamond_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diamond_24_regular, - 'diamond_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diamond_28_regular, - 'diamond_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.diamond_32_regular, - 'diamond_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.diamond_48_regular, - 'diamond_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.directions_16_regular, - 'directions_16_regular', - 16, - ), - - 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_32_regular, - 'dismiss_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_48_regular, - 'dismiss_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_12_regular, - 'dismiss_circle_12_regular', - 12, - ), - - 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_28_regular, - 'dismiss_circle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_32_regular, - 'dismiss_circle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_48_regular, - 'dismiss_circle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_20_regular, - 'dismiss_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_24_regular, - 'dismiss_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_multiple_16_regular, - 'dismiss_square_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_multiple_20_regular, - 'dismiss_square_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diversity_20_regular, - 'diversity_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diversity_24_regular, - 'diversity_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diversity_28_regular, - 'diversity_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.diversity_48_regular, - 'diversity_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_16_regular, - 'divider_short_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_20_regular, - 'divider_short_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_24_regular, - 'divider_short_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_16_regular, - 'divider_tall_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_20_regular, - 'divider_tall_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_24_regular, - 'divider_tall_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_20_regular, - 'dock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_24_regular, - 'dock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_bottom_20_regular, - 'dock_panel_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_16_regular, - 'dock_panel_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_20_regular, - 'dock_panel_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_24_regular, - 'dock_panel_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_28_regular, - 'dock_panel_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_48_regular, - 'dock_panel_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_16_regular, - 'dock_panel_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_20_regular, - 'dock_panel_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_24_regular, - 'dock_panel_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_28_regular, - 'dock_panel_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_48_regular, - 'dock_panel_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dock_row_20_regular, - 'dock_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_row_24_regular, - 'dock_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.doctor_12_regular, - 'doctor_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.doctor_16_regular, - 'doctor_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.doctor_20_regular, - 'doctor_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.doctor_24_regular, - 'doctor_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.doctor_28_regular, - 'doctor_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.doctor_48_regular, - 'doctor_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_16_regular, - 'document_16_regular', - 16, - ), - - 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_32_regular, - 'document_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_48_regular, - 'document_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_add_16_regular, - 'document_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_add_20_regular, - 'document_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_add_24_regular, - 'document_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_add_28_regular, - 'document_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_add_48_regular, - 'document_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_down_16_regular, - 'document_arrow_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_down_20_regular, - 'document_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_16_regular, - 'document_arrow_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_20_regular, - 'document_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_24_regular, - 'document_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_28_regular, - 'document_arrow_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_48_regular, - 'document_arrow_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_right_20_regular, - 'document_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_right_24_regular, - 'document_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_up_16_regular, - 'document_arrow_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_up_20_regular, - 'document_arrow_up_20_regular', - 20, - ), - - 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_bullet_list_20_regular, - 'document_bullet_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_24_regular, - 'document_bullet_list_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_clock_20_regular, - 'document_bullet_list_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_clock_24_regular, - 'document_bullet_list_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_multiple_20_regular, - 'document_bullet_list_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_multiple_24_regular, - 'document_bullet_list_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_off_20_regular, - 'document_bullet_list_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_off_24_regular, - 'document_bullet_list_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_16_regular, - 'document_catch_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_20_regular, - 'document_catch_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_24_regular, - 'document_catch_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_checkmark_20_regular, - 'document_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_checkmark_24_regular, - 'document_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_chevron_double_20_regular, - 'document_chevron_double_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_chevron_double_24_regular, - 'document_chevron_double_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_css_20_regular, - 'document_css_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_css_24_regular, - 'document_css_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_dismiss_16_regular, - 'document_dismiss_16_regular', - 16, - ), - - 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_flowchart_20_regular, - 'document_flowchart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_flowchart_24_regular, - 'document_flowchart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_16_regular, - 'document_footer_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_20_regular, - 'document_footer_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_24_regular, - 'document_footer_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_dismiss_20_regular, - 'document_footer_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_dismiss_24_regular, - 'document_footer_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_remove_24_regular, - 'document_footer_remove_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_16_regular, - 'document_header_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_header_20_regular, - 'document_header_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_24_regular, - 'document_header_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_16_regular, - 'document_header_arrow_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_20_regular, - 'document_header_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_24_regular, - 'document_header_arrow_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_dismiss_20_regular, - 'document_header_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_dismiss_24_regular, - 'document_header_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_footer_16_regular, - 'document_header_footer_16_regular', - 16, - ), - - 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_heart_20_regular, - 'document_heart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_24_regular, - 'document_heart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_pulse_20_regular, - 'document_heart_pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_pulse_24_regular, - 'document_heart_pulse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_javascript_20_regular, - 'document_javascript_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_javascript_24_regular, - 'document_javascript_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_landscape_data_20_regular, - 'document_landscape_data_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_data_24_regular, - 'document_landscape_data_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_20_regular, - 'document_landscape_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_24_regular, - 'document_landscape_split_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_hint_20_regular, - 'document_landscape_split_hint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_link_16_regular, - 'document_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_link_20_regular, - 'document_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_link_24_regular, - 'document_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_16_regular, - 'document_lock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_20_regular, - 'document_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_24_regular, - 'document_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_28_regular, - 'document_lock_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_32_regular, - 'document_lock_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_48_regular, - 'document_lock_48_regular', - 48, - ), - - 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_mention_16_regular, - 'document_mention_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_20_regular, - 'document_mention_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_24_regular, - 'document_mention_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_28_regular, - 'document_mention_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_48_regular, - 'document_mention_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_16_regular, - 'document_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_20_regular, - 'document_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_24_regular, - 'document_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_percent_20_regular, - 'document_multiple_percent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_percent_24_regular, - 'document_multiple_percent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_prohibited_20_regular, - 'document_multiple_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_prohibited_24_regular, - 'document_multiple_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_sync_20_regular, - 'document_multiple_sync_20_regular', - 20, - ), - - 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_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_20_regular, - 'document_page_break_20_regular', - 20, - ), - - 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_pdf_32_regular, - 'document_pdf_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_percent_20_regular, - 'document_percent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_percent_24_regular, - 'document_percent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_person_16_regular, - 'document_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_person_20_regular, - 'document_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_pill_20_regular, - 'document_pill_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_pill_24_regular, - 'document_pill_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_prohibited_20_regular, - 'document_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_prohibited_24_regular, - 'document_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_16_regular, - 'document_question_mark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_20_regular, - 'document_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_24_regular, - 'document_question_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_20_regular, - 'document_queue_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_24_regular, - 'document_queue_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_add_20_regular, - 'document_queue_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_add_24_regular, - 'document_queue_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_multiple_20_regular, - 'document_queue_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_multiple_24_regular, - 'document_queue_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_16_regular, - 'document_ribbon_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_20_regular, - 'document_ribbon_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_24_regular, - 'document_ribbon_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_28_regular, - 'document_ribbon_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_32_regular, - 'document_ribbon_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_48_regular, - 'document_ribbon_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_save_20_regular, - 'document_save_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_save_24_regular, - 'document_save_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_search_16_regular, - 'document_search_16_regular', - 16, - ), - - 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_settings_16_regular, - 'document_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_settings_20_regular, - 'document_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_16_regular, - 'document_split_hint_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_20_regular, - 'document_split_hint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_24_regular, - 'document_split_hint_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_16_regular, - 'document_split_hint_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_20_regular, - 'document_split_hint_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_24_regular, - 'document_split_hint_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_16_regular, - 'document_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_20_regular, - 'document_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_24_regular, - 'document_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_16_regular, - 'document_table_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_table_20_regular, - 'document_table_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_24_regular, - 'document_table_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_arrow_right_20_regular, - 'document_table_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_arrow_right_24_regular, - 'document_table_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_checkmark_20_regular, - 'document_table_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_checkmark_24_regular, - 'document_table_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_cube_20_regular, - 'document_table_cube_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_cube_24_regular, - 'document_table_cube_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_search_20_regular, - 'document_table_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_search_24_regular, - 'document_table_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_truck_20_regular, - 'document_table_truck_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_truck_24_regular, - 'document_table_truck_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_20_regular, - 'document_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_24_regular, - 'document_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_clock_20_regular, - 'document_text_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_clock_24_regular, - 'document_text_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_extract_20_regular, - 'document_text_extract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_extract_24_regular, - 'document_text_extract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_link_20_regular, - 'document_text_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_link_24_regular, - 'document_text_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_toolbox_20_regular, - 'document_text_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_toolbox_24_regular, - 'document_text_toolbox_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_width_20_regular, - 'document_width_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_width_24_regular, - 'document_width_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.door_16_regular, - 'door_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_20_regular, - 'door_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_28_regular, - 'door_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_16_regular, - 'door_arrow_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_20_regular, - 'door_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_24_regular, - 'door_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_16_regular, - 'door_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_20_regular, - 'door_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_28_regular, - 'door_arrow_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.door_tag_20_regular, - 'door_tag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_tag_24_regular, - 'door_tag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_down_20_regular, - 'double_swipe_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_down_24_regular, - 'double_swipe_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_up_20_regular, - 'double_swipe_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_up_24_regular, - 'double_swipe_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_down_20_regular, - 'double_tap_swipe_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_down_24_regular, - 'double_tap_swipe_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_up_20_regular, - 'double_tap_swipe_up_20_regular', - 20, - ), - - 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_20_regular, - 'drag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drag_24_regular, - 'drag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_image_20_regular, - 'draw_image_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_image_24_regular, - 'draw_image_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_shape_20_regular, - 'draw_shape_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_shape_24_regular, - 'draw_shape_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_text_20_regular, - 'draw_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_text_24_regular, - 'draw_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_add_20_regular, - 'drawer_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_add_24_regular, - 'drawer_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_arrow_download_20_regular, - 'drawer_arrow_download_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_arrow_download_24_regular, - 'drawer_arrow_download_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_dismiss_20_regular, - 'drawer_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_dismiss_24_regular, - 'drawer_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_download_20_regular, - 'drawer_download_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_download_24_regular, - 'drawer_download_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_play_20_regular, - 'drawer_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_play_24_regular, - 'drawer_play_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_subtract_20_regular, - 'drawer_subtract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_subtract_24_regular, - 'drawer_subtract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_16_regular, - 'drink_beer_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_20_regular, - 'drink_beer_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_24_regular, - 'drink_beer_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_coffee_16_regular, - 'drink_coffee_16_regular', - 16, - ), - - 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_16_regular, - 'drink_margarita_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_margarita_20_regular, - 'drink_margarita_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_margarita_24_regular, - 'drink_margarita_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_to_go_20_regular, - 'drink_to_go_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_to_go_24_regular, - 'drink_to_go_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_16_regular, - 'drink_wine_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_20_regular, - 'drink_wine_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_24_regular, - 'drink_wine_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drive_train_20_regular, - 'drive_train_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drive_train_24_regular, - 'drive_train_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drop_12_regular, - 'drop_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.drop_16_regular, - 'drop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drop_20_regular, - 'drop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drop_24_regular, - 'drop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drop_28_regular, - 'drop_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.drop_48_regular, - 'drop_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_20_regular, - 'dual_screen_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_24_regular, - 'dual_screen_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_add_20_regular, - 'dual_screen_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_add_24_regular, - 'dual_screen_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_right_20_regular, - 'dual_screen_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_right_24_regular, - 'dual_screen_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_up_20_regular, - 'dual_screen_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_up_24_regular, - 'dual_screen_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_clock_20_regular, - 'dual_screen_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_clock_24_regular, - 'dual_screen_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_closed_alert_20_regular, - 'dual_screen_closed_alert_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_closed_alert_24_regular, - 'dual_screen_closed_alert_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_desktop_20_regular, - 'dual_screen_desktop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_desktop_24_regular, - 'dual_screen_desktop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_dismiss_20_regular, - 'dual_screen_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_dismiss_24_regular, - 'dual_screen_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_group_20_regular, - 'dual_screen_group_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_group_24_regular, - 'dual_screen_group_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_header_20_regular, - 'dual_screen_header_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_header_24_regular, - 'dual_screen_header_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_lock_20_regular, - 'dual_screen_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_lock_24_regular, - 'dual_screen_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_mirror_20_regular, - 'dual_screen_mirror_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_mirror_24_regular, - 'dual_screen_mirror_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_pagination_20_regular, - 'dual_screen_pagination_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_pagination_24_regular, - 'dual_screen_pagination_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_settings_20_regular, - 'dual_screen_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_settings_24_regular, - 'dual_screen_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_span_20_regular, - 'dual_screen_span_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_span_24_regular, - 'dual_screen_span_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_speaker_20_regular, - 'dual_screen_speaker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_speaker_24_regular, - 'dual_screen_speaker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_status_bar_20_regular, - 'dual_screen_status_bar_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_status_bar_24_regular, - 'dual_screen_status_bar_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_tablet_20_regular, - 'dual_screen_tablet_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_tablet_24_regular, - 'dual_screen_tablet_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_update_20_regular, - 'dual_screen_update_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_update_24_regular, - 'dual_screen_update_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vertical_scroll_20_regular, - 'dual_screen_vertical_scroll_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vertical_scroll_24_regular, - 'dual_screen_vertical_scroll_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vibrate_20_regular, - 'dual_screen_vibrate_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vibrate_24_regular, - 'dual_screen_vibrate_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_16_regular, - 'dumbbell_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_20_regular, - 'dumbbell_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_24_regular, - 'dumbbell_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_28_regular, - 'dumbbell_28_regular', - 28, - ), - - 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.edit_28_regular, - 'edit_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_32_regular, - 'edit_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_48_regular, - 'edit_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_arrow_back_16_regular, - 'edit_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_arrow_back_20_regular, - 'edit_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_16_regular, - 'edit_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_20_regular, - 'edit_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_24_regular, - 'edit_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_28_regular, - 'edit_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_32_regular, - 'edit_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_48_regular, - 'edit_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_16_regular, - 'edit_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_20_regular, - 'edit_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_24_regular, - 'edit_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_28_regular, - 'edit_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_32_regular, - 'edit_prohibited_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_48_regular, - 'edit_prohibited_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_settings_20_regular, - 'edit_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_settings_24_regular, - 'edit_settings_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_28_regular, - 'emoji_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_32_regular, - 'emoji_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.emoji_48_regular, - 'emoji_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_add_16_regular, - 'emoji_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_add_20_regular, - 'emoji_add_20_regular', - 20, - ), - - 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_edit_16_regular, - 'emoji_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_20_regular, - 'emoji_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_24_regular, - 'emoji_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_28_regular, - 'emoji_edit_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_48_regular, - 'emoji_edit_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_20_regular, - 'emoji_hand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_24_regular, - 'emoji_hand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_28_regular, - 'emoji_hand_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_laugh_16_regular, - 'emoji_laugh_16_regular', - 16, - ), - - 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_multiple_20_regular, - 'emoji_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_multiple_24_regular, - 'emoji_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sad_16_regular, - 'emoji_sad_16_regular', - 16, - ), - - 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_sad_slight_20_regular, - 'emoji_sad_slight_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sad_slight_24_regular, - 'emoji_sad_slight_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_smile_slight_20_regular, - 'emoji_smile_slight_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_smile_slight_24_regular, - 'emoji_smile_slight_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_16_regular, - 'emoji_sparkle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_20_regular, - 'emoji_sparkle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_24_regular, - 'emoji_sparkle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_28_regular, - 'emoji_sparkle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_32_regular, - 'emoji_sparkle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_48_regular, - 'emoji_sparkle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_surprise_20_regular, - 'emoji_surprise_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_surprise_24_regular, - 'emoji_surprise_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.engine_20_regular, - 'engine_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.engine_24_regular, - 'engine_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.equal_circle_20_regular, - 'equal_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.equal_circle_24_regular, - 'equal_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.equal_off_20_regular, - 'equal_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.equal_off_24_regular, - 'equal_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_20_regular, - 'eraser_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_24_regular, - 'eraser_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_medium_20_regular, - 'eraser_medium_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_medium_24_regular, - 'eraser_medium_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_segment_20_regular, - 'eraser_segment_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_segment_24_regular, - 'eraser_segment_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_small_20_regular, - 'eraser_small_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_small_24_regular, - 'eraser_small_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_tool_20_regular, - 'eraser_tool_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_tool_24_regular, - 'eraser_tool_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.error_circle_12_regular, - 'error_circle_12_regular', - 12, - ), - - 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.error_circle_settings_16_regular, - 'error_circle_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.error_circle_settings_20_regular, - 'error_circle_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_16_regular, - 'expand_up_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_20_regular, - 'expand_up_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_24_regular, - 'expand_up_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_28_regular, - 'expand_up_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_32_regular, - 'expand_up_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_48_regular, - 'expand_up_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_16_regular, - 'expand_up_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_20_regular, - 'expand_up_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_24_regular, - 'expand_up_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_28_regular, - 'expand_up_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_32_regular, - 'expand_up_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_48_regular, - 'expand_up_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.extended_dock_20_regular, - 'extended_dock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.extended_dock_24_regular, - 'extended_dock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.extension_16_regular, - 'extension_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.extension_20_regular, - 'extension_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.extension_24_regular, - 'extension_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_12_regular, - 'eye_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.eye_16_regular, - 'eye_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_20_regular, - 'eye_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_24_regular, - 'eye_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_off_16_regular, - 'eye_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_off_20_regular, - 'eye_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_off_24_regular, - 'eye_off_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.eye_tracking_16_regular, - 'eye_tracking_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_20_regular, - 'eye_tracking_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_24_regular, - 'eye_tracking_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_16_regular, - 'eye_tracking_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_20_regular, - 'eye_tracking_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_24_regular, - 'eye_tracking_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_16_regular, - 'eye_tracking_on_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_20_regular, - 'eye_tracking_on_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_24_regular, - 'eye_tracking_on_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_20_regular, - 'eyedropper_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_24_regular, - 'eyedropper_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_off_20_regular, - 'eyedropper_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_off_24_regular, - 'eyedropper_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_16_regular, - 'f_stop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_20_regular, - 'f_stop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_24_regular, - 'f_stop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_28_regular, - 'f_stop_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fast_acceleration_20_regular, - 'fast_acceleration_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fast_acceleration_24_regular, - 'fast_acceleration_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fast_forward_16_regular, - 'fast_forward_16_regular', - 16, - ), - - 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_forward_28_regular, - 'fast_forward_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fax_16_regular, - 'fax_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fax_20_regular, - 'fax_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_12_regular, - 'filter_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.filter_16_regular, - 'filter_16_regular', - 16, - ), - - 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.filter_add_20_regular, - 'filter_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_16_regular, - 'filter_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_20_regular, - 'filter_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_24_regular, - 'filter_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.filter_sync_20_regular, - 'filter_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_sync_24_regular, - 'filter_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_20_regular, - 'fingerprint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_24_regular, - 'fingerprint_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_48_regular, - 'fingerprint_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fixed_width_20_regular, - 'fixed_width_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fixed_width_24_regular, - 'fixed_width_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_16_regular, - 'flag_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flag_off_20_regular, - 'flag_off_20_regular', - 20, - ), - - 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_16_regular, - 'flash_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_20_regular, - 'flash_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_24_regular, - 'flash_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_28_regular, - 'flash_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flash_add_20_regular, - 'flash_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_auto_20_regular, - 'flash_auto_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_auto_24_regular, - 'flash_auto_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_16_regular, - 'flash_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_20_regular, - 'flash_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_24_regular, - 'flash_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_28_regular, - 'flash_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_16_regular, - 'flash_flow_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_20_regular, - 'flash_flow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_24_regular, - 'flash_flow_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_off_20_regular, - 'flash_off_20_regular', - 20, - ), - - 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.flash_play_20_regular, - 'flash_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_settings_20_regular, - 'flash_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_settings_24_regular, - 'flash_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_16_regular, - 'flashlight_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_20_regular, - 'flashlight_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_24_regular, - 'flashlight_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_off_20_regular, - 'flashlight_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_off_24_regular, - 'flashlight_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_16_regular, - 'flip_horizontal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_20_regular, - 'flip_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_24_regular, - 'flip_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_28_regular, - 'flip_horizontal_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_32_regular, - 'flip_horizontal_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_48_regular, - 'flip_horizontal_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_16_regular, - 'flip_vertical_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_20_regular, - 'flip_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_24_regular, - 'flip_vertical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_28_regular, - 'flip_vertical_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_32_regular, - 'flip_vertical_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_48_regular, - 'flip_vertical_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.flow_16_regular, - 'flow_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flow_20_regular, - 'flow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_20_regular, - 'flowchart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_24_regular, - 'flowchart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_circle_20_regular, - 'flowchart_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_circle_24_regular, - 'flowchart_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fluent_20_regular, - 'fluent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fluent_24_regular, - 'fluent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fluent_32_regular, - 'fluent_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.fluent_48_regular, - 'fluent_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fluid_16_regular, - 'fluid_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fluid_20_regular, - 'fluid_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fluid_24_regular, - 'fluid_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_16_regular, - 'folder_16_regular', - 16, - ), - - 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_32_regular, - 'folder_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.folder_48_regular, - 'folder_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_add_16_regular, - 'folder_add_16_regular', - 16, - ), - - 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_arrow_left_16_regular, - 'folder_arrow_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_20_regular, - 'folder_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_24_regular, - 'folder_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_28_regular, - 'folder_arrow_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_32_regular, - 'folder_arrow_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_16_regular, - 'folder_arrow_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_20_regular, - 'folder_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_24_regular, - 'folder_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_28_regular, - 'folder_arrow_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_48_regular, - 'folder_arrow_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_16_regular, - 'folder_arrow_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_20_regular, - 'folder_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_24_regular, - 'folder_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_28_regular, - 'folder_arrow_up_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_48_regular, - 'folder_arrow_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_briefcase_20_regular, - 'folder_briefcase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_globe_16_regular, - 'folder_globe_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_globe_20_regular, - 'folder_globe_20_regular', - 20, - ), - - 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_mail_16_regular, - 'folder_mail_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_mail_20_regular, - 'folder_mail_20_regular', - 20, - ), - - 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_person_16_regular, - 'folder_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_person_20_regular, - 'folder_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_16_regular, - 'folder_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_20_regular, - 'folder_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_24_regular, - 'folder_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_28_regular, - 'folder_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_48_regular, - 'folder_prohibited_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_16_regular, - 'folder_swap_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_20_regular, - 'folder_swap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_24_regular, - 'folder_swap_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_16_regular, - 'folder_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_20_regular, - 'folder_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_24_regular, - 'folder_sync_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_16_regular, - 'food_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_20_regular, - 'food_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_24_regular, - 'food_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_apple_20_regular, - 'food_apple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_apple_24_regular, - 'food_apple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_12_regular, - 'food_cake_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_16_regular, - 'food_cake_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_20_regular, - 'food_cake_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_24_regular, - 'food_cake_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_16_regular, - 'food_egg_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_20_regular, - 'food_egg_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_24_regular, - 'food_egg_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_grains_20_regular, - 'food_grains_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_grains_24_regular, - 'food_grains_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_pizza_20_regular, - 'food_pizza_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_pizza_24_regular, - 'food_pizza_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_16_regular, - 'food_toast_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_20_regular, - 'food_toast_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_24_regular, - 'food_toast_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.form_new_20_regular, - 'form_new_20_regular', - 20, - ), - - 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.fps_120_20_regular, - 'fps_120_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_120_24_regular, - 'fps_120_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_240_20_regular, - 'fps_240_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_240_24_regular, - 'fps_240_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_16_regular, - 'fps_30_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_20_regular, - 'fps_30_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_24_regular, - 'fps_30_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_28_regular, - 'fps_30_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_48_regular, - 'fps_30_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_16_regular, - 'fps_60_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_20_regular, - 'fps_60_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_24_regular, - 'fps_60_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_28_regular, - 'fps_60_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_48_regular, - 'fps_60_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fps_960_20_regular, - 'fps_960_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_960_24_regular, - 'fps_960_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_16_regular, - 'full_screen_maximize_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_20_regular, - 'full_screen_maximize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_24_regular, - 'full_screen_maximize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_16_regular, - 'full_screen_minimize_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_20_regular, - 'full_screen_minimize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_24_regular, - 'full_screen_minimize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.games_16_regular, - 'games_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.games_20_regular, - 'games_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.games_24_regular, - 'games_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.games_28_regular, - 'games_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.games_32_regular, - 'games_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.games_48_regular, - 'games_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.gantt_chart_20_regular, - 'gantt_chart_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gantt_chart_24_regular, - 'gantt_chart_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gas_20_regular, - 'gas_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gas_24_regular, - 'gas_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gas_pump_20_regular, - 'gas_pump_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gas_pump_24_regular, - 'gas_pump_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gauge_20_regular, - 'gauge_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gauge_24_regular, - 'gauge_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gauge_add_20_regular, - 'gauge_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gavel_20_regular, - 'gavel_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gavel_24_regular, - 'gavel_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gavel_32_regular, - 'gavel_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.gesture_20_regular, - 'gesture_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gesture_24_regular, - 'gesture_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gif_16_regular, - 'gif_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gif_20_regular, - 'gif_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gif_24_regular, - 'gif_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_16_regular, - 'gift_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gift_20_regular, - 'gift_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_24_regular, - 'gift_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_16_regular, - 'gift_card_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_20_regular, - 'gift_card_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_24_regular, - 'gift_card_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_add_20_regular, - 'gift_card_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_add_24_regular, - 'gift_card_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_arrow_right_20_regular, - 'gift_card_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_arrow_right_24_regular, - 'gift_card_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_money_20_regular, - 'gift_card_money_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_money_24_regular, - 'gift_card_money_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_multiple_20_regular, - 'gift_card_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_multiple_24_regular, - 'gift_card_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glance_20_regular, - 'glance_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glance_24_regular, - 'glance_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glance_default_12_regular, - 'glance_default_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_12_regular, - 'glance_horizontal_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_20_regular, - 'glance_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_24_regular, - 'glance_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_16_regular, - 'glasses_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.glasses_20_regular, - 'glasses_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glasses_24_regular, - 'glasses_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_28_regular, - 'glasses_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.glasses_48_regular, - 'glasses_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_16_regular, - 'glasses_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_20_regular, - 'glasses_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_24_regular, - 'glasses_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_28_regular, - 'glasses_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_48_regular, - 'glasses_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.globe_16_regular, - 'globe_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_20_regular, - 'globe_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_24_regular, - 'globe_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_32_regular, - 'globe_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.globe_add_20_regular, - 'globe_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_add_24_regular, - 'globe_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_16_regular, - 'globe_clock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_20_regular, - 'globe_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_24_regular, - 'globe_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_desktop_20_regular, - 'globe_desktop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_desktop_24_regular, - 'globe_desktop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_location_20_regular, - 'globe_location_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_location_24_regular, - 'globe_location_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_person_20_regular, - 'globe_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_person_24_regular, - 'globe_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_prohibited_20_regular, - 'globe_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_search_20_regular, - 'globe_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_search_24_regular, - 'globe_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_shield_20_regular, - 'globe_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_shield_24_regular, - 'globe_shield_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_star_16_regular, - 'globe_star_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_star_20_regular, - 'globe_star_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_surface_20_regular, - 'globe_surface_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_surface_24_regular, - 'globe_surface_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_20_regular, - 'globe_video_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_24_regular, - 'globe_video_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_28_regular, - 'globe_video_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_32_regular, - 'globe_video_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_48_regular, - 'globe_video_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.grid_16_regular, - 'grid_16_regular', - 16, - ), - - 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.grid_dots_20_regular, - 'grid_dots_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.grid_dots_24_regular, - 'grid_dots_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.grid_dots_28_regular, - 'grid_dots_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.grid_kanban_20_regular, - 'grid_kanban_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_20_regular, - 'group_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_24_regular, - 'group_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_dismiss_20_regular, - 'group_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_dismiss_24_regular, - 'group_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_list_20_regular, - 'group_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_list_24_regular, - 'group_list_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_return_20_regular, - 'group_return_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_return_24_regular, - 'group_return_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guardian_20_regular, - 'guardian_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guardian_24_regular, - 'guardian_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guardian_28_regular, - 'guardian_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.guardian_48_regular, - 'guardian_48_regular', - 48, - ), - - 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_20_regular, - 'guest_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guest_add_24_regular, - 'guest_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guitar_16_regular, - 'guitar_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.guitar_20_regular, - 'guitar_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guitar_24_regular, - 'guitar_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guitar_28_regular, - 'guitar_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_16_regular, - 'hand_draw_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_20_regular, - 'hand_draw_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_24_regular, - 'hand_draw_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_28_regular, - 'hand_draw_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_16_regular, - 'hand_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_20_regular, - 'hand_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_24_regular, - 'hand_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_28_regular, - 'hand_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_16_regular, - 'hand_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_20_regular, - 'hand_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_24_regular, - 'hand_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_28_regular, - 'hand_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_off_20_regular, - 'hand_right_off_20_regular', - 20, - ), - - 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.hard_drive_20_regular, - 'hard_drive_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_12_regular, - 'hat_graduation_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_16_regular, - 'hat_graduation_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_20_regular, - 'hat_graduation_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_24_regular, - 'hat_graduation_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hd_16_regular, - 'hd_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hd_20_regular, - 'hd_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hd_24_regular, - 'hd_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hdr_20_regular, - 'hdr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hdr_24_regular, - 'hdr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hdr_off_20_regular, - 'hdr_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hdr_off_24_regular, - 'hdr_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_20_regular, - 'headphones_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headphones_24_regular, - 'headphones_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_28_regular, - 'headphones_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headphones_32_regular, - 'headphones_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headphones_48_regular, - 'headphones_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_20_regular, - 'headphones_sound_wave_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_24_regular, - 'headphones_sound_wave_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_28_regular, - 'headphones_sound_wave_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_32_regular, - 'headphones_sound_wave_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_48_regular, - 'headphones_sound_wave_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headset_16_regular, - 'headset_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.headset_20_regular, - 'headset_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headset_24_regular, - 'headset_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headset_28_regular, - 'headset_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headset_32_regular, - 'headset_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headset_48_regular, - 'headset_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headset_add_20_regular, - 'headset_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headset_add_24_regular, - 'headset_add_24_regular', - 24, - ), - - 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_12_regular, - 'heart_12_regular', - 12, - ), - - 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.heart_28_regular, - 'heart_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.heart_32_regular, - 'heart_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.heart_48_regular, - 'heart_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.heart_broken_16_regular, - 'heart_broken_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.heart_broken_20_regular, - 'heart_broken_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_16_regular, - 'heart_circle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_20_regular, - 'heart_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_24_regular, - 'heart_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_20_regular, - 'heart_pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_24_regular, - 'heart_pulse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_32_regular, - 'heart_pulse_32_regular', - 32, - ), - - 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.highlight_link_20_regular, - 'highlight_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_16_regular, - 'history_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.history_20_regular, - 'history_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_24_regular, - 'history_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.history_28_regular, - 'history_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.history_32_regular, - 'history_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.history_48_regular, - 'history_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_20_regular, - 'history_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_24_regular, - 'history_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_28_regular, - 'history_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_32_regular, - 'history_dismiss_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_48_regular, - 'history_dismiss_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.home_12_regular, - 'home_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.home_16_regular, - 'home_16_regular', - 16, - ), - - 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_32_regular, - 'home_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.home_48_regular, - 'home_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.home_add_20_regular, - 'home_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_add_24_regular, - 'home_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_16_regular, - 'home_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_20_regular, - 'home_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_24_regular, - 'home_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.home_database_20_regular, - 'home_database_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_more_20_regular, - 'home_more_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_person_20_regular, - 'home_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_person_24_regular, - 'home_person_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_20_regular, - 'image_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_add_24_regular, - 'image_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_alt_text_16_regular, - 'image_alt_text_16_regular', - 16, - ), - - 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_arrow_back_20_regular, - 'image_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_back_24_regular, - 'image_arrow_back_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_counterclockwise_20_regular, - 'image_arrow_counterclockwise_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_counterclockwise_24_regular, - 'image_arrow_counterclockwise_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_forward_20_regular, - 'image_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_forward_24_regular, - 'image_arrow_forward_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_globe_20_regular, - 'image_globe_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_globe_24_regular, - 'image_globe_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_16_regular, - 'image_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_20_regular, - 'image_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_24_regular, - 'image_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_28_regular, - 'image_multiple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_32_regular, - 'image_multiple_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_48_regular, - 'image_multiple_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_off_16_regular, - 'image_multiple_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.image_off_20_regular, - 'image_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_off_24_regular, - 'image_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_prohibited_20_regular, - 'image_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_prohibited_24_regular, - 'image_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_reflection_20_regular, - 'image_reflection_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_reflection_24_regular, - 'image_reflection_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.image_shadow_20_regular, - 'image_shadow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_shadow_24_regular, - 'image_shadow_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_16_regular, - 'immersive_reader_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_20_regular, - 'immersive_reader_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_24_regular, - 'immersive_reader_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_28_regular, - 'immersive_reader_28_regular', - 28, - ), - - 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_20_regular, - 'incognito_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.incognito_24_regular, - 'incognito_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.info_12_regular, - 'info_12_regular', - 12, - ), - - 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.info_shield_20_regular, - 'info_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ink_stroke_20_regular, - 'ink_stroke_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ink_stroke_24_regular, - 'ink_stroke_24_regular', - 24, - ), - - 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.inking_tool_32_regular, - 'inking_tool_32_regular', - 32, - ), - - 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.ios_arrow_left_24_regular, - 'ios_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_ltr_24_regular, - 'ios_arrow_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_right_24_regular, - 'ios_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_rtl_24_regular, - 'ios_arrow_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_chevron_right_20_regular, - 'ios_chevron_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.iot_20_regular, - 'iot_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.iot_24_regular, - 'iot_24_regular', - 24, - ), - - 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_16_regular, - 'key_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.key_20_regular, - 'key_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_24_regular, - 'key_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.key_32_regular, - 'key_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.key_command_16_regular, - 'key_command_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.key_command_20_regular, - 'key_command_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_command_24_regular, - 'key_command_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.key_multiple_20_regular, - 'key_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_reset_20_regular, - 'key_reset_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_reset_24_regular, - 'key_reset_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_123_20_regular, - 'keyboard_123_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_123_24_regular, - 'keyboard_123_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_16_regular, - 'keyboard_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_20_regular, - 'keyboard_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_24_regular, - 'keyboard_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_dock_20_regular, - 'keyboard_dock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_dock_24_regular, - 'keyboard_dock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_float_20_regular, - 'keyboard_layout_float_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_float_24_regular, - 'keyboard_layout_float_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_one_handed_left_20_regular, - 'keyboard_layout_one_handed_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_one_handed_left_24_regular, - 'keyboard_layout_one_handed_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_resize_20_regular, - 'keyboard_layout_resize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_resize_24_regular, - 'keyboard_layout_resize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_split_20_regular, - 'keyboard_layout_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_split_24_regular, - 'keyboard_layout_split_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_16_regular, - 'keyboard_shift_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_20_regular, - 'keyboard_shift_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_24_regular, - 'keyboard_shift_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_16_regular, - 'keyboard_shift_uppercase_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_20_regular, - 'keyboard_shift_uppercase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_24_regular, - 'keyboard_shift_uppercase_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_tab_20_regular, - 'keyboard_tab_20_regular', - 20, - ), - - 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.laptop_dismiss_16_regular, - 'laptop_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.laptop_dismiss_20_regular, - 'laptop_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lasso_20_regular, - 'lasso_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lasso_24_regular, - 'lasso_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lasso_28_regular, - 'lasso_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.launcher_settings_20_regular, - 'launcher_settings_20_regular', - 20, - ), - - 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_one_16_regular, - 'leaf_one_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.leaf_one_20_regular, - 'leaf_one_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.leaf_one_24_regular, - 'leaf_one_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_16_regular, - 'leaf_three_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_20_regular, - 'leaf_three_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_24_regular, - 'leaf_three_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.learning_app_20_regular, - 'learning_app_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.learning_app_24_regular, - 'learning_app_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.library_16_regular, - 'library_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.library_20_regular, - 'library_20_regular', - 20, - ), - - 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_20_regular, - 'lightbulb_circle_20_regular', - 20, - ), - - 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.lightbulb_filament_48_regular, - 'lightbulb_filament_48_regular', - 48, - ), - - 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_20_regular, - 'line_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_24_regular, - 'line_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.line_32_regular, - 'line_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.line_48_regular, - 'line_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_20_regular, - 'line_dashes_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_24_regular, - 'line_dashes_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_32_regular, - 'line_dashes_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_48_regular, - 'line_dashes_48_regular', - 48, - ), - - 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.line_horizontal_5_error_20_regular, - 'line_horizontal_5_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_style_20_regular, - 'line_style_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_style_24_regular, - 'line_style_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.link_12_regular, - 'link_12_regular', - 12, - ), - - 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_32_regular, - 'link_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.link_48_regular, - 'link_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_16_regular, - 'link_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_20_regular, - 'link_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_24_regular, - 'link_dismiss_24_regular', - 24, - ), - - 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_square_12_regular, - 'link_square_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.link_square_16_regular, - 'link_square_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.link_square_20_regular, - 'link_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.link_square_24_regular, - 'link_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.link_toolbox_20_regular, - 'link_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.list_16_regular, - 'list_16_regular', - 16, - ), - - 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.live_off_20_regular, - 'live_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.live_off_24_regular, - 'live_off_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.local_language_zi_24_regular, - 'local_language_zi_24_regular', - 24, - ), - - 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_48_regular, - 'location_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_add_16_regular, - 'location_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.location_add_20_regular, - 'location_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_24_regular, - 'location_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.location_add_left_20_regular, - 'location_add_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_right_20_regular, - 'location_add_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_up_20_regular, - 'location_add_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_left_48_regular, - 'location_arrow_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_right_48_regular, - 'location_arrow_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_up_48_regular, - 'location_arrow_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_dismiss_20_regular, - 'location_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_dismiss_24_regular, - 'location_dismiss_24_regular', - 24, - ), - - 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_off_16_regular, - 'location_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.location_off_20_regular, - 'location_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_off_24_regular, - 'location_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.location_off_28_regular, - 'location_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.location_off_48_regular, - 'location_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_12_regular, - 'lock_closed_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_16_regular, - 'lock_closed_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_20_regular, - 'lock_closed_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_24_regular, - 'lock_closed_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_32_regular, - 'lock_closed_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.lock_multiple_20_regular, - 'lock_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_multiple_24_regular, - 'lock_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_16_regular, - 'lock_open_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_20_regular, - 'lock_open_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_24_regular, - 'lock_open_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_28_regular, - 'lock_open_28_regular', - 28, - ), - - 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.lottery_20_regular, - 'lottery_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lottery_24_regular, - 'lottery_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.luggage_16_regular, - 'luggage_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.luggage_20_regular, - 'luggage_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.luggage_24_regular, - 'luggage_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.luggage_28_regular, - 'luggage_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.luggage_32_regular, - 'luggage_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.luggage_48_regular, - 'luggage_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mail_12_regular, - 'mail_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.mail_16_regular, - 'mail_16_regular', - 16, - ), - - 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_16_regular, - 'mail_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_add_20_regular, - 'mail_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_add_24_regular, - 'mail_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_16_regular, - 'mail_alert_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_20_regular, - 'mail_alert_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_24_regular, - 'mail_alert_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_28_regular, - 'mail_alert_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_16_regular, - 'mail_all_16_regular', - 16, - ), - - 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_read_16_regular, - 'mail_all_read_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_20_regular, - 'mail_all_read_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_24_regular, - 'mail_all_read_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_28_regular, - 'mail_all_read_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_unread_20_regular, - 'mail_all_unread_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_double_back_16_regular, - 'mail_arrow_double_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_double_back_20_regular, - 'mail_arrow_double_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_down_16_regular, - 'mail_arrow_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_down_20_regular, - 'mail_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_forward_16_regular, - 'mail_arrow_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_forward_20_regular, - 'mail_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_16_regular, - 'mail_arrow_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_20_regular, - 'mail_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_24_regular, - 'mail_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_attach_16_regular, - 'mail_attach_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_attach_20_regular, - 'mail_attach_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_checkmark_16_regular, - 'mail_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_checkmark_20_regular, - 'mail_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_16_regular, - 'mail_clock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_20_regular, - 'mail_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_24_regular, - 'mail_clock_24_regular', - 24, - ), - - 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_dismiss_16_regular, - 'mail_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_20_regular, - 'mail_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_24_regular, - 'mail_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_28_regular, - 'mail_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_edit_20_regular, - 'mail_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_edit_24_regular, - 'mail_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_16_regular, - 'mail_error_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_20_regular, - 'mail_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_24_regular, - 'mail_error_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_all_20_regular, - 'mail_inbox_all_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_all_24_regular, - 'mail_inbox_all_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_down_16_regular, - 'mail_inbox_arrow_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_down_20_regular, - 'mail_inbox_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_right_20_regular, - 'mail_inbox_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_right_24_regular, - 'mail_inbox_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_up_20_regular, - 'mail_inbox_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_up_24_regular, - 'mail_inbox_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_16_regular, - 'mail_inbox_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_20_regular, - 'mail_inbox_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_24_regular, - 'mail_inbox_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_28_regular, - 'mail_inbox_checkmark_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_link_20_regular, - 'mail_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_link_24_regular, - 'mail_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_16_regular, - 'mail_list_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_20_regular, - 'mail_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_24_regular, - 'mail_list_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_28_regular, - 'mail_list_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_16_regular, - 'mail_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_20_regular, - 'mail_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_24_regular, - 'mail_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_28_regular, - 'mail_multiple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_off_20_regular, - 'mail_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_off_24_regular, - 'mail_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_16_regular, - 'mail_open_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_20_regular, - 'mail_open_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_24_regular, - 'mail_open_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_pause_16_regular, - 'mail_pause_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_pause_20_regular, - 'mail_pause_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_16_regular, - 'mail_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_20_regular, - 'mail_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_24_regular, - 'mail_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_16_regular, - 'mail_read_16_regular', - 16, - ), - - 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_read_multiple_16_regular, - 'mail_read_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_multiple_24_regular, - 'mail_read_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_multiple_28_regular, - 'mail_read_multiple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_settings_16_regular, - 'mail_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_settings_20_regular, - 'mail_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_shield_16_regular, - 'mail_shield_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_shield_20_regular, - 'mail_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_16_regular, - 'mail_template_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_20_regular, - 'mail_template_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_24_regular, - 'mail_template_24_regular', - 24, - ), - - 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_warning_16_regular, - 'mail_warning_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_warning_20_regular, - 'mail_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_warning_24_regular, - 'mail_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.map_20_regular, - 'map_20_regular', - 20, - ), - - 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_20_regular, - 'match_app_layout_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.match_app_layout_24_regular, - 'match_app_layout_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_format_linear_20_regular, - 'math_format_linear_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_format_linear_24_regular, - 'math_format_linear_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_format_professional_20_regular, - 'math_format_professional_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_format_professional_24_regular, - 'math_format_professional_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_16_regular, - 'math_formula_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_20_regular, - 'math_formula_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_24_regular, - 'math_formula_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_32_regular, - 'math_formula_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_16_regular, - 'math_symbols_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_20_regular, - 'math_symbols_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_24_regular, - 'math_symbols_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_28_regular, - 'math_symbols_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_32_regular, - 'math_symbols_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_48_regular, - 'math_symbols_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.maximize_16_regular, - 'maximize_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.maximize_20_regular, - 'maximize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.maximize_24_regular, - 'maximize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.maximize_28_regular, - 'maximize_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.maximize_48_regular, - 'maximize_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_16_regular, - 'meet_now_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.meet_now_28_regular, - 'meet_now_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_32_regular, - 'meet_now_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_48_regular, - 'meet_now_48_regular', - 48, - ), - - 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_loud_20_regular, - 'megaphone_loud_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_loud_24_regular, - 'megaphone_loud_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_16_regular, - 'megaphone_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_20_regular, - 'megaphone_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_24_regular, - 'megaphone_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_28_regular, - 'megaphone_off_28_regular', - 28, - ), - - 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.mention_arrow_down_20_regular, - 'mention_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mention_brackets_20_regular, - 'mention_brackets_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.merge_20_regular, - 'merge_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.merge_24_regular, - 'merge_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_16_regular, - 'mic_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_20_regular, - 'mic_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_24_regular, - 'mic_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_28_regular, - 'mic_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mic_32_regular, - 'mic_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_48_regular, - 'mic_48_regular', - 48, - ), - - 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_20_regular, - 'mic_off_20_regular', - 20, - ), - - 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_off_32_regular, - 'mic_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_off_48_regular, - 'mic_off_48_regular', - 48, - ), - - 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_32_regular, - 'mic_on_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_on_48_regular, - 'mic_on_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_16_regular, - 'mic_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_20_regular, - 'mic_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_24_regular, - 'mic_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_28_regular, - 'mic_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_48_regular, - 'mic_prohibited_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mic_settings_20_regular, - 'mic_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_settings_24_regular, - 'mic_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_16_regular, - 'mic_sparkle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_20_regular, - 'mic_sparkle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_24_regular, - 'mic_sparkle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_sync_20_regular, - 'mic_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.microscope_20_regular, - 'microscope_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.microscope_24_regular, - 'microscope_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.midi_20_regular, - 'midi_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.midi_24_regular, - 'midi_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mobile_optimized_20_regular, - 'mobile_optimized_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mobile_optimized_24_regular, - 'mobile_optimized_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.molecule_16_regular, - 'molecule_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.molecule_20_regular, - 'molecule_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.molecule_24_regular, - 'molecule_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.molecule_28_regular, - 'molecule_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.molecule_32_regular, - 'molecule_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.molecule_48_regular, - 'molecule_48_regular', - 48, - ), - - 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.money_calculator_20_regular, - 'money_calculator_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_calculator_24_regular, - 'money_calculator_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_dismiss_20_regular, - 'money_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_dismiss_24_regular, - 'money_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_hand_20_regular, - 'money_hand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_hand_24_regular, - 'money_hand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_off_20_regular, - 'money_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_off_24_regular, - 'money_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_settings_20_regular, - 'money_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_circle_20_regular, - 'more_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_circle_32_regular, - 'more_circle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_16_regular, - 'more_horizontal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_20_regular, - 'more_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_24_regular, - 'more_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_28_regular, - 'more_horizontal_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_32_regular, - 'more_horizontal_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_48_regular, - 'more_horizontal_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.more_vertical_16_regular, - 'more_vertical_16_regular', - 16, - ), - - 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_32_regular, - 'more_vertical_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_vertical_48_regular, - 'more_vertical_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_16_regular, - 'movies_and_tv_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_20_regular, - 'movies_and_tv_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_24_regular, - 'movies_and_tv_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_20_regular, - 'multiplier_1_2x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_24_regular, - 'multiplier_1_2x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_28_regular, - 'multiplier_1_2x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_32_regular, - 'multiplier_1_2x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_48_regular, - 'multiplier_1_2x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_20_regular, - 'multiplier_1_5x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_24_regular, - 'multiplier_1_5x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_28_regular, - 'multiplier_1_5x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_32_regular, - 'multiplier_1_5x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_48_regular, - 'multiplier_1_5x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_20_regular, - 'multiplier_1_8x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_24_regular, - 'multiplier_1_8x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_28_regular, - 'multiplier_1_8x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_32_regular, - 'multiplier_1_8x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_48_regular, - 'multiplier_1_8x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_20_regular, - 'multiplier_1x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_24_regular, - 'multiplier_1x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_28_regular, - 'multiplier_1x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_32_regular, - 'multiplier_1x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_48_regular, - 'multiplier_1x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_20_regular, - 'multiplier_2x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_24_regular, - 'multiplier_2x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_28_regular, - 'multiplier_2x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_32_regular, - 'multiplier_2x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_48_regular, - 'multiplier_2x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_20_regular, - 'multiplier_5x_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_24_regular, - 'multiplier_5x_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_28_regular, - 'multiplier_5x_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_32_regular, - 'multiplier_5x_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_48_regular, - 'multiplier_5x_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_16_regular, - 'multiselect_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_20_regular, - 'multiselect_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_24_regular, - 'multiselect_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_16_regular, - 'multiselect_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_20_regular, - 'multiselect_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_24_regular, - 'multiselect_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rlt_20_regular, - 'multiselect_rlt_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_16_regular, - 'multiselect_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_20_regular, - 'multiselect_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_24_regular, - 'multiselect_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_1_20_regular, - 'music_note_1_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_1_24_regular, - 'music_note_1_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_16_regular, - 'music_note_2_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_20_regular, - 'music_note_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_24_regular, - 'music_note_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_play_20_regular, - 'music_note_2_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_1_20_regular, - 'music_note_off_1_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_1_24_regular, - 'music_note_off_1_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_16_regular, - 'music_note_off_2_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_20_regular, - 'music_note_off_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_24_regular, - 'music_note_off_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.my_location_12_regular, - 'my_location_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.my_location_16_regular, - 'my_location_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.my_location_20_regular, - 'my_location_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.my_location_24_regular, - 'my_location_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.navigation_16_regular, - 'navigation_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.navigation_20_regular, - 'navigation_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_24_regular, - 'navigation_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.navigation_location_target_20_regular, - 'navigation_location_target_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_play_20_regular, - 'navigation_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_unread_20_regular, - 'navigation_unread_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_unread_24_regular, - 'navigation_unread_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.network_check_20_regular, - 'network_check_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.network_check_24_regular, - 'network_check_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.new_16_regular, - 'new_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.new_20_regular, - 'new_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.new_24_regular, - 'new_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.news_16_regular, - 'news_16_regular', - 16, - ), - - 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.next_28_regular, - 'next_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.next_32_regular, - 'next_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.next_48_regular, - 'next_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.note_16_regular, - 'note_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.note_20_regular, - 'note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.note_24_regular, - 'note_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.note_28_regular, - 'note_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.note_48_regular, - 'note_48_regular', - 48, - ), - - 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.note_add_28_regular, - 'note_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.note_add_48_regular, - 'note_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.note_edit_20_regular, - 'note_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.note_edit_24_regular, - 'note_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.note_pin_16_regular, - 'note_pin_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.note_pin_20_regular, - 'note_pin_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_20_regular, - 'notebook_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_24_regular, - 'notebook_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_add_20_regular, - 'notebook_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_add_24_regular, - 'notebook_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_error_20_regular, - 'notebook_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_error_24_regular, - 'notebook_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_lightning_20_regular, - 'notebook_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_lightning_24_regular, - 'notebook_lightning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_question_mark_20_regular, - 'notebook_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_question_mark_24_regular, - 'notebook_question_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_20_regular, - 'notebook_section_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_24_regular, - 'notebook_section_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_arrow_right_24_regular, - 'notebook_section_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_subsection_20_regular, - 'notebook_subsection_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_subsection_24_regular, - 'notebook_subsection_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_sync_20_regular, - 'notebook_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_sync_24_regular, - 'notebook_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notepad_12_regular, - 'notepad_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.notepad_16_regular, - 'notepad_16_regular', - 16, - ), - - 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.notepad_32_regular, - 'notepad_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.notepad_edit_16_regular, - 'notepad_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.notepad_edit_20_regular, - 'notepad_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_16_regular, - 'notepad_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_20_regular, - 'notepad_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_24_regular, - 'notepad_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_16_regular, - 'number_circle_1_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_20_regular, - 'number_circle_1_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_24_regular, - 'number_circle_1_24_regular', - 24, - ), - - 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.number_symbol_28_regular, - 'number_symbol_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_32_regular, - 'number_symbol_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_48_regular, - 'number_symbol_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_dismiss_20_regular, - 'number_symbol_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_dismiss_24_regular, - 'number_symbol_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_square_20_regular, - 'number_symbol_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_square_24_regular, - 'number_symbol_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.office_apps_20_regular, - 'office_apps_20_regular', - 20, - ), - - 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_28_regular, - 'open_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_32_regular, - 'open_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.open_48_regular, - 'open_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_16_regular, - 'open_folder_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_20_regular, - 'open_folder_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_24_regular, - 'open_folder_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_28_regular, - 'open_folder_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_48_regular, - 'open_folder_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.open_off_16_regular, - 'open_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.open_off_20_regular, - 'open_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.open_off_24_regular, - 'open_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.open_off_28_regular, - 'open_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_off_48_regular, - 'open_off_48_regular', - 48, - ), - - 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.options_48_regular, - 'options_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.organization_12_regular, - 'organization_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.organization_16_regular, - 'organization_16_regular', - 16, - ), - - 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.organization_32_regular, - 'organization_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.organization_48_regular, - 'organization_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.organization_horizontal_20_regular, - 'organization_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.orientation_20_regular, - 'orientation_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.orientation_24_regular, - 'orientation_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.oval_16_regular, - 'oval_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.oval_20_regular, - 'oval_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.oval_24_regular, - 'oval_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.oval_28_regular, - 'oval_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.oval_32_regular, - 'oval_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.oval_48_regular, - 'oval_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.padding_down_20_regular, - 'padding_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_down_24_regular, - 'padding_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_left_20_regular, - 'padding_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_left_24_regular, - 'padding_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_right_20_regular, - 'padding_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_right_24_regular, - 'padding_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_top_20_regular, - 'padding_top_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_top_24_regular, - 'padding_top_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_brush_arrow_down_20_regular, - 'paint_brush_arrow_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_down_24_regular, - 'paint_brush_arrow_down_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_up_20_regular, - 'paint_brush_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_up_24_regular, - 'paint_brush_arrow_up_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_20_regular, - 'pair_20_regular', - 20, - ), - - 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.panel_bottom_20_regular, - 'panel_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_bottom_contract_20_regular, - 'panel_bottom_contract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_bottom_expand_20_regular, - 'panel_bottom_expand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_16_regular, - 'panel_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_20_regular, - 'panel_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_24_regular, - 'panel_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_28_regular, - 'panel_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_48_regular, - 'panel_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_16_regular, - 'panel_left_contract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_20_regular, - 'panel_left_contract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_24_regular, - 'panel_left_contract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_28_regular, - 'panel_left_contract_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_16_regular, - 'panel_left_expand_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_20_regular, - 'panel_left_expand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_24_regular, - 'panel_left_expand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_28_regular, - 'panel_left_expand_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_16_regular, - 'panel_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_20_regular, - 'panel_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_24_regular, - 'panel_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_28_regular, - 'panel_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_48_regular, - 'panel_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_16_regular, - 'panel_right_contract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_20_regular, - 'panel_right_contract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_24_regular, - 'panel_right_contract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_16_regular, - 'panel_right_expand_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_20_regular, - 'panel_right_expand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_24_regular, - 'panel_right_expand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_separate_window_20_regular, - 'panel_separate_window_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_top_contract_20_regular, - 'panel_top_contract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_top_expand_20_regular, - 'panel_top_expand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.password_16_regular, - 'password_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.password_20_regular, - 'password_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.password_24_regular, - 'password_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patch_20_regular, - 'patch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.patch_24_regular, - 'patch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patient_20_regular, - 'patient_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.patient_24_regular, - 'patient_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patient_32_regular, - 'patient_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pause_12_regular, - 'pause_12_regular', - 12, - ), - - 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.pause_circle_20_regular, - 'pause_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pause_circle_24_regular, - 'pause_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pause_off_16_regular, - 'pause_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pause_off_20_regular, - 'pause_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pause_settings_16_regular, - 'pause_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pause_settings_20_regular, - 'pause_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.payment_16_regular, - 'payment_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.payment_20_regular, - 'payment_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.payment_24_regular, - 'payment_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.payment_28_regular, - 'payment_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_16_regular, - 'pen_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_20_regular, - 'pen_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_24_regular, - 'pen_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_28_regular, - 'pen_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_32_regular, - 'pen_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_48_regular, - 'pen_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_16_regular, - 'pen_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_20_regular, - 'pen_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_24_regular, - 'pen_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_28_regular, - 'pen_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_32_regular, - 'pen_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_48_regular, - 'pen_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_16_regular, - 'pen_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_20_regular, - 'pen_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_24_regular, - 'pen_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_28_regular, - 'pen_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_32_regular, - 'pen_prohibited_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_48_regular, - 'pen_prohibited_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_20_regular, - 'pentagon_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_32_regular, - 'pentagon_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_48_regular, - 'pentagon_48_regular', - 48, - ), - - 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_32_regular, - 'people_32_regular', - 32, - ), - - 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_add_28_regular, - 'people_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_audience_20_regular, - 'people_audience_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_audience_24_regular, - 'people_audience_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_call_16_regular, - 'people_call_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_call_20_regular, - 'people_call_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_16_regular, - 'people_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_20_regular, - 'people_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_24_regular, - 'people_checkmark_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_20_regular, - 'people_community_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_community_add_24_regular, - 'people_community_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_community_add_28_regular, - 'people_community_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_edit_20_regular, - 'people_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_error_16_regular, - 'people_error_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_error_20_regular, - 'people_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_error_24_regular, - 'people_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_list_16_regular, - 'people_list_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_list_20_regular, - 'people_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_list_24_regular, - 'people_list_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_list_28_regular, - 'people_list_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_lock_20_regular, - 'people_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_lock_24_regular, - 'people_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_money_20_regular, - 'people_money_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_money_24_regular, - 'people_money_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_16_regular, - 'people_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_20_regular, - 'people_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_24_regular, - 'people_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_queue_20_regular, - 'people_queue_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_queue_24_regular, - 'people_queue_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_search_20_regular, - 'people_search_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_settings_24_regular, - 'people_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_settings_28_regular, - 'people_settings_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_16_regular, - 'people_swap_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_20_regular, - 'people_swap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_24_regular, - 'people_swap_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_28_regular, - 'people_swap_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_16_regular, - 'people_sync_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_20_regular, - 'people_sync_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_28_regular, - 'people_sync_28_regular', - 28, - ), - - 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.people_team_32_regular, - 'people_team_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.people_team_add_20_regular, - 'people_team_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_add_24_regular, - 'people_team_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_16_regular, - 'people_team_delete_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_20_regular, - 'people_team_delete_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_24_regular, - 'people_team_delete_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_28_regular, - 'people_team_delete_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_32_regular, - 'people_team_delete_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.people_team_toolbox_20_regular, - 'people_team_toolbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_toolbox_24_regular, - 'people_team_toolbox_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_toolbox_16_regular, - 'people_toolbox_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_toolbox_20_regular, - 'people_toolbox_20_regular', - 20, - ), - - 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_32_regular, - 'person_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_48_regular, - 'person_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.person_5_20_regular, - 'person_5_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_5_32_regular, - 'person_5_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_6_20_regular, - 'person_6_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_6_32_regular, - 'person_6_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_accounts_20_regular, - 'person_accounts_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_accounts_24_regular, - 'person_accounts_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_add_16_regular, - 'person_add_16_regular', - 16, - ), - - 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_add_28_regular, - 'person_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_arrow_left_16_regular, - 'person_arrow_left_16_regular', - 16, - ), - - 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_20_regular, - 'person_available_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_available_24_regular, - 'person_available_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_16_regular, - 'person_call_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_call_20_regular, - 'person_call_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_call_24_regular, - 'person_call_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_16_regular, - 'person_chat_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_20_regular, - 'person_chat_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_24_regular, - 'person_chat_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_12_regular, - 'person_circle_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_20_regular, - 'person_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_24_regular, - 'person_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_16_regular, - 'person_clock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_20_regular, - 'person_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_24_regular, - 'person_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_16_regular, - 'person_delete_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_20_regular, - 'person_delete_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_24_regular, - 'person_delete_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_edit_20_regular, - 'person_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_edit_24_regular, - 'person_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_feedback_16_regular, - 'person_feedback_16_regular', - 16, - ), - - 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_info_16_regular, - 'person_info_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_info_20_regular, - 'person_info_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_key_20_regular, - 'person_key_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lightbulb_20_regular, - 'person_lightbulb_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lightbulb_24_regular, - 'person_lightbulb_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_16_regular, - 'person_lock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_20_regular, - 'person_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_24_regular, - 'person_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_16_regular, - 'person_mail_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_20_regular, - 'person_mail_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_24_regular, - 'person_mail_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_28_regular, - 'person_mail_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_48_regular, - 'person_mail_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.person_money_20_regular, - 'person_money_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_money_24_regular, - 'person_money_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_note_20_regular, - 'person_note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_note_24_regular, - 'person_note_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_pill_20_regular, - 'person_pill_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_pill_24_regular, - 'person_pill_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_16_regular, - 'person_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_20_regular, - 'person_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_24_regular, - 'person_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_28_regular, - 'person_prohibited_28_regular', - 28, - ), - - 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_settings_16_regular, - 'person_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_settings_20_regular, - 'person_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_subtract_16_regular, - 'person_subtract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_subtract_20_regular, - 'person_subtract_20_regular', - 20, - ), - - 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_sync_24_regular, - 'person_sync_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_20_regular, - 'person_tag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_24_regular, - 'person_tag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_28_regular, - 'person_tag_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_32_regular, - 'person_tag_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_48_regular, - 'person_tag_48_regular', - 48, - ), - - 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_12_regular, - 'phone_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.phone_16_regular, - 'phone_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_20_regular, - 'phone_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_24_regular, - 'phone_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_add_20_regular, - 'phone_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_add_24_regular, - 'phone_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_arrow_right_20_regular, - 'phone_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_arrow_right_24_regular, - 'phone_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_checkmark_16_regular, - 'phone_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_checkmark_20_regular, - 'phone_checkmark_20_regular', - 20, - ), - - 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_desktop_add_20_regular, - 'phone_desktop_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_dismiss_20_regular, - 'phone_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_dismiss_24_regular, - 'phone_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_eraser_16_regular, - 'phone_eraser_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_eraser_20_regular, - 'phone_eraser_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_laptop_16_regular, - 'phone_laptop_16_regular', - 16, - ), - - 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_laptop_32_regular, - 'phone_laptop_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.phone_link_setup_20_regular, - 'phone_link_setup_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_link_setup_24_regular, - 'phone_link_setup_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_lock_20_regular, - 'phone_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_lock_24_regular, - 'phone_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_page_header_20_regular, - 'phone_page_header_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_page_header_24_regular, - 'phone_page_header_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_pagination_20_regular, - 'phone_pagination_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_pagination_24_regular, - 'phone_pagination_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_screen_time_20_regular, - 'phone_screen_time_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_screen_time_24_regular, - 'phone_screen_time_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_shake_20_regular, - 'phone_shake_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_shake_24_regular, - 'phone_shake_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_16_regular, - 'phone_span_in_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_20_regular, - 'phone_span_in_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_24_regular, - 'phone_span_in_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_28_regular, - 'phone_span_in_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_16_regular, - 'phone_span_out_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_20_regular, - 'phone_span_out_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_24_regular, - 'phone_span_out_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_28_regular, - 'phone_span_out_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.phone_speaker_20_regular, - 'phone_speaker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_speaker_24_regular, - 'phone_speaker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_status_bar_20_regular, - 'phone_status_bar_20_regular', - 20, - ), - - 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_update_20_regular, - 'phone_update_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_24_regular, - 'phone_update_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_checkmark_20_regular, - 'phone_update_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_checkmark_24_regular, - 'phone_update_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_vertical_scroll_20_regular, - 'phone_vertical_scroll_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_vertical_scroll_24_regular, - 'phone_vertical_scroll_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_vibrate_20_regular, - 'phone_vibrate_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_vibrate_24_regular, - 'phone_vibrate_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.photo_filter_20_regular, - 'photo_filter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.photo_filter_24_regular, - 'photo_filter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pi_20_regular, - 'pi_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pi_24_regular, - 'pi_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.picture_in_picture_enter_16_regular, - 'picture_in_picture_enter_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_enter_20_regular, - 'picture_in_picture_enter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_enter_24_regular, - 'picture_in_picture_enter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_16_regular, - 'picture_in_picture_exit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_20_regular, - 'picture_in_picture_exit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_24_regular, - 'picture_in_picture_exit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pill_16_regular, - 'pill_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pill_20_regular, - 'pill_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pill_24_regular, - 'pill_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pill_28_regular, - 'pill_28_regular', - 28, - ), - - 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_28_regular, - 'pin_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pin_32_regular, - 'pin_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pin_48_regular, - 'pin_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_16_regular, - 'pin_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_20_regular, - 'pin_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_24_regular, - 'pin_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_28_regular, - 'pin_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_32_regular, - 'pin_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_48_regular, - 'pin_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_20_regular, - 'pipeline_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_add_20_regular, - 'pipeline_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_play_20_regular, - 'pipeline_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pivot_20_regular, - 'pivot_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pivot_24_regular, - 'pivot_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_12_regular, - 'play_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.play_16_regular, - 'play_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.play_20_regular, - 'play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.play_24_regular, - 'play_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_28_regular, - 'play_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.play_32_regular, - 'play_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.play_48_regular, - 'play_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_16_regular, - 'play_circle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_20_regular, - 'play_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_24_regular, - 'play_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_28_regular, - 'play_circle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_48_regular, - 'play_circle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.play_settings_20_regular, - 'play_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_20_regular, - 'plug_connected_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_24_regular, - 'plug_connected_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_add_20_regular, - 'plug_connected_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_checkmark_20_regular, - 'plug_connected_checkmark_20_regular', - 20, - ), - - 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_20_regular, - 'point_scan_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.point_scan_24_regular, - 'point_scan_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.poll_16_regular, - 'poll_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.poll_20_regular, - 'poll_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.poll_24_regular, - 'poll_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_hdmi_20_regular, - 'port_hdmi_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.port_hdmi_24_regular, - 'port_hdmi_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_micro_usb_24_regular, - 'port_micro_usb_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_a_20_regular, - 'port_usb_a_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_a_24_regular, - 'port_usb_a_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_c_24_regular, - 'port_usb_c_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_backward_20_regular, - 'position_backward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_backward_24_regular, - 'position_backward_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_forward_20_regular, - 'position_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_forward_24_regular, - 'position_forward_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_to_back_20_regular, - 'position_to_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_to_back_24_regular, - 'position_to_back_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_to_front_20_regular, - 'position_to_front_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_to_front_24_regular, - 'position_to_front_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_20_regular, - 'predictions_20_regular', - 20, - ), - - 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.premium_32_regular, - 'premium_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.premium_person_20_regular, - 'premium_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.premium_person_24_regular, - 'premium_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_10_regular, - 'presence_available_10_regular', - 10, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_12_regular, - 'presence_available_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_16_regular, - 'presence_available_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_20_regular, - 'presence_available_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_24_regular, - 'presence_available_24_regular', - 24, - ), - - 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_blocked_20_regular, - 'presence_blocked_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_blocked_24_regular, - 'presence_blocked_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_10_regular, - 'presence_dnd_10_regular', - 10, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_12_regular, - 'presence_dnd_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_16_regular, - 'presence_dnd_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_20_regular, - 'presence_dnd_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_24_regular, - 'presence_dnd_24_regular', - 24, - ), - - 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_offline_20_regular, - 'presence_offline_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_offline_24_regular, - 'presence_offline_24_regular', - 24, - ), - - 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_oof_20_regular, - 'presence_oof_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_oof_24_regular, - 'presence_oof_24_regular', - 24, - ), - - 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.presence_unknown_20_regular, - 'presence_unknown_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_unknown_24_regular, - 'presence_unknown_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presenter_20_regular, - 'presenter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presenter_24_regular, - 'presenter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presenter_off_20_regular, - 'presenter_off_20_regular', - 20, - ), - - 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.previous_28_regular, - 'previous_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.previous_32_regular, - 'previous_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.previous_48_regular, - 'previous_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.print_16_regular, - 'print_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.print_20_regular, - 'print_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.print_24_regular, - 'print_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.print_28_regular, - 'print_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.print_48_regular, - 'print_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.print_add_20_regular, - 'print_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.print_add_24_regular, - 'print_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.production_20_regular, - 'production_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.production_24_regular, - 'production_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.production_checkmark_20_regular, - 'production_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.production_checkmark_24_regular, - 'production_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_12_regular, - 'prohibited_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_16_regular, - 'prohibited_16_regular', - 16, - ), - - 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.prohibited_multiple_16_regular, - 'prohibited_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_multiple_20_regular, - 'prohibited_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_multiple_24_regular, - 'prohibited_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_note_20_regular, - 'prohibited_note_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_16_regular, - 'projection_screen_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_20_regular, - 'projection_screen_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_24_regular, - 'projection_screen_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_28_regular, - 'projection_screen_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_16_regular, - 'projection_screen_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_20_regular, - 'projection_screen_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_24_regular, - 'projection_screen_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_28_regular, - 'projection_screen_dismiss_28_regular', - 28, - ), - - 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.pulse_20_regular, - 'pulse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pulse_24_regular, - 'pulse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pulse_28_regular, - 'pulse_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pulse_32_regular, - 'pulse_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pulse_square_20_regular, - 'pulse_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pulse_square_24_regular, - 'pulse_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_16_regular, - 'puzzle_cube_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_20_regular, - 'puzzle_cube_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_24_regular, - 'puzzle_cube_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_28_regular, - 'puzzle_cube_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_48_regular, - 'puzzle_cube_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_piece_20_regular, - 'puzzle_cube_piece_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_16_regular, - 'puzzle_piece_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_20_regular, - 'puzzle_piece_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_24_regular, - 'puzzle_piece_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_shield_20_regular, - 'puzzle_piece_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.qr_code_20_regular, - 'qr_code_20_regular', - 20, - ), - - 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_12_regular, - 'question_circle_12_regular', - 12, - ), - - 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_32_regular, - 'question_circle_32_regular', - 32, - ), - - 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.radar_20_regular, - 'radar_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radar_checkmark_20_regular, - 'radar_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radar_rectangle_multiple_20_regular, - 'radar_rectangle_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radio_button_20_regular, - 'radio_button_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radio_button_24_regular, - 'radio_button_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ram_20_regular, - 'ram_20_regular', - 20, - ), - - 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.ratio_one_to_one_20_regular, - 'ratio_one_to_one_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ratio_one_to_one_24_regular, - 'ratio_one_to_one_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_horizontal_16_regular, - 're_order_dots_horizontal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_horizontal_20_regular, - 're_order_dots_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_horizontal_24_regular, - 're_order_dots_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_16_regular, - 're_order_dots_vertical_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_20_regular, - 're_order_dots_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_24_regular, - 're_order_dots_vertical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.read_aloud_16_regular, - 'read_aloud_16_regular', - 16, - ), - - 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_aloud_28_regular, - 'read_aloud_28_regular', - 28, - ), - - 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_mobile_20_regular, - 'reading_mode_mobile_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.reading_mode_mobile_24_regular, - 'reading_mode_mobile_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.real_estate_20_regular, - 'real_estate_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.real_estate_24_regular, - 'real_estate_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_20_regular, - 'receipt_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_24_regular, - 'receipt_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_add_20_regular, - 'receipt_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_add_24_regular, - 'receipt_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_bag_20_regular, - 'receipt_bag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_bag_24_regular, - 'receipt_bag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_cube_20_regular, - 'receipt_cube_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_cube_24_regular, - 'receipt_cube_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_money_20_regular, - 'receipt_money_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_money_24_regular, - 'receipt_money_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_play_20_regular, - 'receipt_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_play_24_regular, - 'receipt_play_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_search_20_regular, - 'receipt_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.record_12_regular, - 'record_12_regular', - 12, - ), - - 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.record_28_regular, - 'record_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.record_32_regular, - 'record_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.record_48_regular, - 'record_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_12_regular, - 'record_stop_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_16_regular, - 'record_stop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_20_regular, - 'record_stop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_24_regular, - 'record_stop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_28_regular, - 'record_stop_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_32_regular, - 'record_stop_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_48_regular, - 'record_stop_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_12_regular, - 'rectangle_landscape_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_16_regular, - 'rectangle_landscape_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_20_regular, - 'rectangle_landscape_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_24_regular, - 'rectangle_landscape_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_28_regular, - 'rectangle_landscape_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_32_regular, - 'rectangle_landscape_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_48_regular, - 'rectangle_landscape_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_portrait_location_target_20_regular, - 'rectangle_portrait_location_target_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.remote_16_regular, - 'remote_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.remote_20_regular, - 'remote_20_regular', - 20, - ), - - 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.reorder_20_regular, - 'reorder_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.replay_20_regular, - 'replay_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_20_regular, - 'resize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_24_regular, - 'resize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_image_20_regular, - 'resize_image_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_image_24_regular, - 'resize_image_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_16_regular, - 'resize_large_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_20_regular, - 'resize_large_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_24_regular, - 'resize_large_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_16_regular, - 'resize_small_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_20_regular, - 'resize_small_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_24_regular, - 'resize_small_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_table_20_regular, - 'resize_table_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_table_24_regular, - 'resize_table_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_video_20_regular, - 'resize_video_20_regular', - 20, - ), - - 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_16_regular, - 'rewind_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rewind_20_regular, - 'rewind_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rewind_24_regular, - 'rewind_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rewind_28_regular, - 'rewind_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_16_regular, - 'rhombus_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_20_regular, - 'rhombus_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_24_regular, - 'rhombus_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_28_regular, - 'rhombus_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_32_regular, - 'rhombus_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_48_regular, - 'rhombus_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_12_regular, - 'ribbon_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_16_regular, - 'ribbon_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_20_regular, - 'ribbon_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_24_regular, - 'ribbon_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_32_regular, - 'ribbon_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_add_20_regular, - 'ribbon_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_add_24_regular, - 'ribbon_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_12_regular, - 'ribbon_off_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_16_regular, - 'ribbon_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_20_regular, - 'ribbon_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_24_regular, - 'ribbon_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_32_regular, - 'ribbon_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_star_20_regular, - 'ribbon_star_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_star_24_regular, - 'ribbon_star_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_16_regular, - 'road_cone_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_20_regular, - 'road_cone_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_24_regular, - 'road_cone_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_28_regular, - 'road_cone_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_32_regular, - 'road_cone_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_48_regular, - 'road_cone_48_regular', - 48, - ), - - 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.rotate_left_20_regular, - 'rotate_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rotate_left_24_regular, - 'rotate_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rotate_right_20_regular, - 'rotate_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rotate_right_24_regular, - 'rotate_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.router_20_regular, - 'router_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.router_24_regular, - 'router_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.row_triple_20_regular, - 'row_triple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.row_triple_24_regular, - 'row_triple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rss_24_regular, - 'rss_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_16_regular, - 'run_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.run_20_regular, - 'run_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.run_24_regular, - 'run_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sanitize_20_regular, - 'sanitize_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sanitize_24_regular, - 'sanitize_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_16_regular, - 'save_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.save_20_regular, - 'save_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_24_regular, - 'save_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_arrow_right_20_regular, - 'save_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_arrow_right_24_regular, - 'save_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_copy_24_regular, - 'save_copy_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_edit_20_regular, - 'save_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_edit_24_regular, - 'save_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_image_20_regular, - 'save_image_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_multiple_20_regular, - 'save_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_multiple_24_regular, - 'save_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_search_20_regular, - 'save_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_sync_20_regular, - 'save_sync_20_regular', - 20, - ), - - 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_20_regular, - 'scale_fill_20_regular', - 20, - ), - - 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.scales_24_regular, - 'scales_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scales_32_regular, - 'scales_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.scan_16_regular, - 'scan_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_20_regular, - 'scan_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_24_regular, - 'scan_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_16_regular, - 'scan_camera_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_20_regular, - 'scan_camera_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_24_regular, - 'scan_camera_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_28_regular, - 'scan_camera_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_48_regular, - 'scan_camera_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_12_regular, - 'scan_dash_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_16_regular, - 'scan_dash_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_20_regular, - 'scan_dash_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_24_regular, - 'scan_dash_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_28_regular, - 'scan_dash_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_32_regular, - 'scan_dash_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_48_regular, - 'scan_dash_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_object_20_regular, - 'scan_object_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_object_24_regular, - 'scan_object_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_table_20_regular, - 'scan_table_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_table_24_regular, - 'scan_table_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_text_20_regular, - 'scan_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_text_24_regular, - 'scan_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_16_regular, - 'scan_thumb_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_20_regular, - 'scan_thumb_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_24_regular, - 'scan_thumb_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_28_regular, - 'scan_thumb_up_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_48_regular, - 'scan_thumb_up_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_16_regular, - 'scan_thumb_up_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_20_regular, - 'scan_thumb_up_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_24_regular, - 'scan_thumb_up_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_28_regular, - 'scan_thumb_up_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_48_regular, - 'scan_thumb_up_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_20_regular, - 'scan_type_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_24_regular, - 'scan_type_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_checkmark_20_regular, - 'scan_type_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_checkmark_24_regular, - 'scan_type_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_off_20_regular, - 'scan_type_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scratchpad_20_regular, - 'scratchpad_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scratchpad_24_regular, - 'scratchpad_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.screen_cut_20_regular, - 'screen_cut_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_person_20_regular, - 'screen_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_search_20_regular, - 'screen_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_search_24_regular, - 'screen_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.screen_share_start_48_regular, - 'screen_share_start_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.screenshot_20_regular, - 'screenshot_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screenshot_24_regular, - 'screenshot_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.search_12_regular, - 'search_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.search_16_regular, - 'search_16_regular', - 16, - ), - - 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_32_regular, - 'search_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.search_48_regular, - 'search_48_regular', - 48, - ), - - 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_settings_20_regular, - 'search_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_shield_20_regular, - 'search_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_square_20_regular, - 'search_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_square_24_regular, - 'search_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_16_regular, - 'search_visual_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_20_regular, - 'search_visual_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_24_regular, - 'search_visual_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_all_off_24_regular, - 'select_all_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_all_on_24_regular, - 'select_all_on_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.select_object_skew_20_regular, - 'select_object_skew_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_24_regular, - 'select_object_skew_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_dismiss_20_regular, - 'select_object_skew_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_dismiss_24_regular, - 'select_object_skew_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_edit_20_regular, - 'select_object_skew_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_edit_24_regular, - 'select_object_skew_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.send_16_regular, - 'send_16_regular', - 16, - ), - - 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_clock_24_regular, - 'send_clock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.send_copy_24_regular, - 'send_copy_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.server_20_regular, - 'server_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.server_24_regular, - 'server_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.server_multiple_20_regular, - 'server_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.server_play_20_regular, - 'server_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.service_bell_20_regular, - 'service_bell_20_regular', - 20, - ), - - 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.settings_32_regular, - 'settings_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.settings_48_regular, - 'settings_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.settings_chat_20_regular, - 'settings_chat_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.settings_chat_24_regular, - 'settings_chat_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_16_regular, - 'shape_exclude_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_20_regular, - 'shape_exclude_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_24_regular, - 'shape_exclude_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_16_regular, - 'shape_intersect_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_20_regular, - 'shape_intersect_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_24_regular, - 'shape_intersect_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_16_regular, - 'shape_subtract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_20_regular, - 'shape_subtract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_24_regular, - 'shape_subtract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_16_regular, - 'shape_union_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_20_regular, - 'shape_union_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_24_regular, - 'shape_union_24_regular', - 24, - ), - - 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.shapes_28_regular, - 'shapes_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shapes_48_regular, - 'shapes_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.share_16_regular, - 'share_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_20_regular, - 'share_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_24_regular, - 'share_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_28_regular, - 'share_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_48_regular, - 'share_48_regular', - 48, - ), - - 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_20_regular, - 'share_close_tray_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_close_tray_24_regular, - 'share_close_tray_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_person_16_regular, - 'share_screen_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_20_regular, - 'share_screen_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_24_regular, - 'share_screen_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_28_regular, - 'share_screen_person_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_16_regular, - 'share_screen_person_overlay_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_20_regular, - 'share_screen_person_overlay_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_24_regular, - 'share_screen_person_overlay_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_28_regular, - 'share_screen_person_overlay_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_16_regular, - 'share_screen_person_overlay_inside_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_20_regular, - 'share_screen_person_overlay_inside_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_24_regular, - 'share_screen_person_overlay_inside_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_28_regular, - 'share_screen_person_overlay_inside_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_16_regular, - 'share_screen_person_p_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_20_regular, - 'share_screen_person_p_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_24_regular, - 'share_screen_person_p_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_28_regular, - 'share_screen_person_p_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_20_regular, - 'share_screen_start_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_24_regular, - 'share_screen_start_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_28_regular, - 'share_screen_start_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_48_regular, - 'share_screen_start_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_16_regular, - 'share_screen_stop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_20_regular, - 'share_screen_stop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_24_regular, - 'share_screen_stop_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_28_regular, - 'share_screen_stop_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_48_regular, - 'share_screen_stop_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_16_regular, - 'shield_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_20_regular, - 'shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_24_regular, - 'shield_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_28_regular, - 'shield_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_48_regular, - 'shield_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_badge_20_regular, - 'shield_badge_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_badge_24_regular, - 'shield_badge_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_16_regular, - 'shield_checkmark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_20_regular, - 'shield_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_24_regular, - 'shield_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_28_regular, - 'shield_checkmark_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_48_regular, - 'shield_checkmark_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_dismiss_16_regular, - 'shield_dismiss_16_regular', - 16, - ), - - 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_dismiss_shield_20_regular, - 'shield_dismiss_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_error_16_regular, - 'shield_error_16_regular', - 16, - ), - - 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_lock_16_regular, - 'shield_lock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_20_regular, - 'shield_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_24_regular, - 'shield_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_28_regular, - 'shield_lock_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_48_regular, - 'shield_lock_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_person_20_regular, - 'shield_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_person_add_20_regular, - 'shield_person_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_prohibited_20_regular, - 'shield_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_prohibited_24_regular, - 'shield_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_16_regular, - 'shield_task_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_20_regular, - 'shield_task_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_24_regular, - 'shield_task_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_28_regular, - 'shield_task_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_48_regular, - 'shield_task_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_24_regular, - 'shield_video_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_28_regular, - 'shield_video_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_48_regular, - 'shield_video_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shifts_16_regular, - 'shifts_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shifts_20_regular, - 'shifts_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_24_regular, - 'shifts_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_28_regular, - 'shifts_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shifts_30_minutes_20_regular, - 'shifts_30_minutes_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_30_minutes_24_regular, - 'shifts_30_minutes_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_32_regular, - 'shifts_32_regular', - 32, - ), - - 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_20_regular, - 'shifts_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_add_24_regular, - 'shifts_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_availability_20_regular, - 'shifts_availability_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_availability_24_regular, - 'shifts_availability_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_checkmark_20_regular, - 'shifts_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_checkmark_24_regular, - 'shifts_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_day_20_regular, - 'shifts_day_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_day_24_regular, - 'shifts_day_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_prohibited_20_regular, - 'shifts_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_prohibited_24_regular, - 'shifts_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_question_mark_20_regular, - 'shifts_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_question_mark_24_regular, - 'shifts_question_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_team_24_regular, - 'shifts_team_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_16_regular, - 'shopping_bag_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_20_regular, - 'shopping_bag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_24_regular, - 'shopping_bag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_arrow_left_20_regular, - 'shopping_bag_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_arrow_left_24_regular, - 'shopping_bag_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_dismiss_20_regular, - 'shopping_bag_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_dismiss_24_regular, - 'shopping_bag_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_pause_20_regular, - 'shopping_bag_pause_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_pause_24_regular, - 'shopping_bag_pause_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_percent_20_regular, - 'shopping_bag_percent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_percent_24_regular, - 'shopping_bag_percent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_play_20_regular, - 'shopping_bag_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_play_24_regular, - 'shopping_bag_play_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_tag_20_regular, - 'shopping_bag_tag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_tag_24_regular, - 'shopping_bag_tag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shortpick_20_regular, - 'shortpick_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shortpick_24_regular, - 'shortpick_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sidebar_search_ltr_20_regular, - 'sidebar_search_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sidebar_search_rtl_20_regular, - 'sidebar_search_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sign_out_20_regular, - 'sign_out_20_regular', - 20, - ), - - 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.skip_back_10_20_regular, - 'skip_back_10_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_24_regular, - 'skip_back_10_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_28_regular, - 'skip_back_10_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_32_regular, - 'skip_back_10_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_48_regular, - 'skip_back_10_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_24_regular, - 'skip_backward_10_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_28_regular, - 'skip_backward_10_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_32_regular, - 'skip_backward_10_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_48_regular, - 'skip_backward_10_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_20_regular, - 'skip_forward_10_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_24_regular, - 'skip_forward_10_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_28_regular, - 'skip_forward_10_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_32_regular, - 'skip_forward_10_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_48_regular, - 'skip_forward_10_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_20_regular, - 'skip_forward_30_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_24_regular, - 'skip_forward_30_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_28_regular, - 'skip_forward_30_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_32_regular, - 'skip_forward_30_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_48_regular, - 'skip_forward_30_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_tab_20_regular, - 'skip_forward_tab_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_tab_24_regular, - 'skip_forward_tab_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sleep_20_regular, - 'sleep_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sleep_24_regular, - 'sleep_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_16_regular, - 'slide_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_20_regular, - 'slide_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_24_regular, - 'slide_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_28_regular, - 'slide_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_32_regular, - 'slide_add_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_48_regular, - 'slide_add_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.slide_arrow_right_20_regular, - 'slide_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_arrow_right_24_regular, - 'slide_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_design_24_regular, - 'slide_design_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_16_regular, - 'slide_eraser_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_20_regular, - 'slide_eraser_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_24_regular, - 'slide_eraser_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_grid_20_regular, - 'slide_grid_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_grid_24_regular, - 'slide_grid_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_microphone_32_regular, - 'slide_microphone_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_20_regular, - 'slide_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_24_regular, - 'slide_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_arrow_right_20_regular, - 'slide_multiple_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_arrow_right_24_regular, - 'slide_multiple_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_search_20_regular, - 'slide_multiple_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_search_24_regular, - 'slide_multiple_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_search_24_regular, - 'slide_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_search_28_regular, - 'slide_search_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_settings_20_regular, - 'slide_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_settings_24_regular, - 'slide_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_size_20_regular, - 'slide_size_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_size_24_regular, - 'slide_size_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_16_regular, - 'slide_text_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_20_regular, - 'slide_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_24_regular, - 'slide_text_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_28_regular, - 'slide_text_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_48_regular, - 'slide_text_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.slide_transition_20_regular, - 'slide_transition_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_transition_24_regular, - 'slide_transition_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_20_regular, - 'smartwatch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_24_regular, - 'smartwatch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_dot_20_regular, - 'smartwatch_dot_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_dot_24_regular, - 'smartwatch_dot_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.snooze_16_regular, - 'snooze_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.snooze_20_regular, - 'snooze_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.snooze_24_regular, - 'snooze_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_20_regular, - 'sound_source_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_24_regular, - 'sound_source_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_28_regular, - 'sound_source_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.sound_wave_circle_20_regular, - 'sound_wave_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sound_wave_circle_24_regular, - 'sound_wave_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.spacebar_20_regular, - 'spacebar_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.spacebar_24_regular, - 'spacebar_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_16_regular, - 'sparkle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_20_regular, - 'sparkle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_24_regular, - 'sparkle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_28_regular, - 'sparkle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_48_regular, - 'sparkle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_16_regular, - 'speaker_0_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_20_regular, - 'speaker_0_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_24_regular, - 'speaker_0_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_28_regular, - 'speaker_0_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_32_regular, - 'speaker_0_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_48_regular, - 'speaker_0_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_16_regular, - 'speaker_1_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_20_regular, - 'speaker_1_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_24_regular, - 'speaker_1_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_28_regular, - 'speaker_1_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_32_regular, - 'speaker_1_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_48_regular, - 'speaker_1_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_16_regular, - 'speaker_2_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_20_regular, - 'speaker_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_24_regular, - 'speaker_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_28_regular, - 'speaker_2_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_32_regular, - 'speaker_2_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_48_regular, - 'speaker_2_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_bluetooth_24_regular, - 'speaker_bluetooth_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_bluetooth_28_regular, - 'speaker_bluetooth_28_regular', - 28, - ), - - 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_mute_16_regular, - 'speaker_mute_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_20_regular, - 'speaker_mute_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_24_regular, - 'speaker_mute_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_28_regular, - 'speaker_mute_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_48_regular, - 'speaker_mute_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_off_16_regular, - 'speaker_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_off_20_regular, - 'speaker_off_20_regular', - 20, - ), - - 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_off_48_regular, - 'speaker_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_20_regular, - 'speaker_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_24_regular, - 'speaker_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_28_regular, - 'speaker_settings_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_usb_24_regular, - 'speaker_usb_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_usb_28_regular, - 'speaker_usb_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.spinner_ios_20_regular, - 'spinner_ios_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_hint_20_regular, - 'split_hint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_12_regular, - 'split_horizontal_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_16_regular, - 'split_horizontal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_20_regular, - 'split_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_24_regular, - 'split_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_28_regular, - 'split_horizontal_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_32_regular, - 'split_horizontal_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_48_regular, - 'split_horizontal_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_12_regular, - 'split_vertical_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_16_regular, - 'split_vertical_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_20_regular, - 'split_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_24_regular, - 'split_vertical_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_28_regular, - 'split_vertical_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_32_regular, - 'split_vertical_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_48_regular, - 'split_vertical_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.sport_16_regular, - 'sport_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sport_20_regular, - 'sport_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_24_regular, - 'sport_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_american_football_20_regular, - 'sport_american_football_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_american_football_24_regular, - 'sport_american_football_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_baseball_20_regular, - 'sport_baseball_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_baseball_24_regular, - 'sport_baseball_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_basketball_24_regular, - 'sport_basketball_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_hockey_20_regular, - 'sport_hockey_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_hockey_24_regular, - 'sport_hockey_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_16_regular, - 'sport_soccer_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_20_regular, - 'sport_soccer_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_24_regular, - 'sport_soccer_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_12_regular, - 'square_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.square_16_regular, - 'square_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_20_regular, - 'square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_24_regular, - 'square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_28_regular, - 'square_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_32_regular, - 'square_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_48_regular, - 'square_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_add_16_regular, - 'square_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_add_20_regular, - 'square_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_16_regular, - 'square_arrow_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_20_regular, - 'square_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_24_regular, - 'square_arrow_forward_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_28_regular, - 'square_arrow_forward_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_32_regular, - 'square_arrow_forward_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_48_regular, - 'square_arrow_forward_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_dismiss_16_regular, - 'square_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_dismiss_20_regular, - 'square_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_16_regular, - 'square_hint_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_20_regular, - 'square_hint_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_24_regular, - 'square_hint_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_28_regular, - 'square_hint_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_32_regular, - 'square_hint_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_48_regular, - 'square_hint_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_apps_20_regular, - 'square_hint_apps_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_apps_24_regular, - 'square_hint_apps_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_arrow_back_16_regular, - 'square_hint_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_arrow_back_20_regular, - 'square_hint_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_16_regular, - 'square_hint_sparkles_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_20_regular, - 'square_hint_sparkles_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_24_regular, - 'square_hint_sparkles_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_28_regular, - 'square_hint_sparkles_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_32_regular, - 'square_hint_sparkles_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_48_regular, - 'square_hint_sparkles_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_16_regular, - 'square_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_20_regular, - 'square_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_24_regular, - 'square_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_shadow_12_regular, - 'square_shadow_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.square_shadow_20_regular, - 'square_shadow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.squares_nested_20_regular, - 'squares_nested_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_16_regular, - 'stack_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.stack_20_regular, - 'stack_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_24_regular, - 'stack_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stack_arrow_forward_20_regular, - 'stack_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_arrow_forward_24_regular, - 'stack_arrow_forward_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_16_regular, - 'stack_star_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_20_regular, - 'stack_star_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_24_regular, - 'stack_star_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_48_regular, - 'star_48_regular', - 48, - ), - - 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_add_28_regular, - 'star_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_end_20_regular, - 'star_arrow_right_end_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_end_24_regular, - 'star_arrow_right_end_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_start_20_regular, - 'star_arrow_right_start_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_start_24_regular, - 'star_arrow_right_start_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_16_regular, - 'star_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_20_regular, - 'star_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_24_regular, - 'star_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_28_regular, - 'star_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.star_edit_20_regular, - 'star_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_edit_24_regular, - 'star_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_20_regular, - 'star_emphasis_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_24_regular, - 'star_emphasis_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_32_regular, - 'star_emphasis_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.star_half_12_regular, - 'star_half_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.star_half_16_regular, - 'star_half_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_half_20_regular, - 'star_half_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_half_24_regular, - 'star_half_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_half_28_regular, - 'star_half_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.star_line_horizontal_3_16_regular, - 'star_line_horizontal_3_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_line_horizontal_3_20_regular, - 'star_line_horizontal_3_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_line_horizontal_3_24_regular, - 'star_line_horizontal_3_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_one_quarter_12_regular, - 'star_one_quarter_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.star_one_quarter_16_regular, - 'star_one_quarter_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_one_quarter_20_regular, - 'star_one_quarter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_one_quarter_24_regular, - 'star_one_quarter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_one_quarter_28_regular, - 'star_one_quarter_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_20_regular, - 'star_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_settings_24_regular, - 'star_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_three_quarter_12_regular, - 'star_three_quarter_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.star_three_quarter_16_regular, - 'star_three_quarter_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_three_quarter_20_regular, - 'star_three_quarter_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_three_quarter_24_regular, - 'star_three_quarter_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_three_quarter_28_regular, - 'star_three_quarter_28_regular', - 28, - ), - - 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.steps_20_regular, - 'steps_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.steps_24_regular, - 'steps_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stethoscope_20_regular, - 'stethoscope_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stethoscope_24_regular, - 'stethoscope_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sticker_12_regular, - 'sticker_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.sticker_20_regular, - 'sticker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sticker_24_regular, - 'sticker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sticker_add_20_regular, - 'sticker_add_20_regular', - 20, - ), - - 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_20_regular, - 'storage_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.storage_24_regular, - 'storage_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.stream_20_regular, - 'stream_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_24_regular, - 'stream_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stream_input_20_regular, - 'stream_input_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_input_output_20_regular, - 'stream_input_output_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_output_20_regular, - 'stream_output_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_16_regular, - 'strikethrough_ga_na_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_20_regular, - 'strikethrough_ga_na_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_24_regular, - 'strikethrough_ga_na_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.style_guide_20_regular, - 'style_guide_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.style_guide_24_regular, - 'style_guide_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sub_grid_20_regular, - 'sub_grid_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sub_grid_24_regular, - 'sub_grid_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_16_regular, - 'subtitles_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_20_regular, - 'subtitles_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_24_regular, - 'subtitles_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_12_regular, - 'subtract_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.subtract_16_regular, - 'subtract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_20_regular, - 'subtract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_24_regular, - 'subtract_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_28_regular, - 'subtract_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.subtract_48_regular, - 'subtract_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_12_regular, - 'subtract_circle_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_16_regular, - 'subtract_circle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_20_regular, - 'subtract_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_24_regular, - 'subtract_circle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_28_regular, - 'subtract_circle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_32_regular, - 'subtract_circle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_back_16_regular, - 'subtract_circle_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_back_20_regular, - 'subtract_circle_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_forward_16_regular, - 'subtract_circle_arrow_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_forward_20_regular, - 'subtract_circle_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_20_regular, - 'subtract_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_24_regular, - 'subtract_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_multiple_16_regular, - 'subtract_square_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_multiple_20_regular, - 'subtract_square_multiple_20_regular', - 20, - ), - - 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_16_regular, - 'symbols_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.symbols_20_regular, - 'symbols_20_regular', - 20, - ), - - 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.syringe_20_regular, - 'syringe_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.syringe_24_regular, - 'syringe_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.system_20_regular, - 'system_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_add_20_regular, - 'tab_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_add_24_regular, - 'tab_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_arrow_left_20_regular, - 'tab_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_arrow_left_24_regular, - 'tab_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_16_regular, - 'tab_desktop_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_20_regular, - 'tab_desktop_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_24_regular, - 'tab_desktop_24_regular', - 24, - ), - - 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_arrow_left_20_regular, - 'tab_desktop_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_bottom_20_regular, - 'tab_desktop_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_bottom_24_regular, - 'tab_desktop_bottom_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_multiple_bottom_24_regular, - 'tab_desktop_multiple_bottom_24_regular', - 24, - ), - - 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_prohibited_20_regular, - 'tab_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_prohibited_24_regular, - 'tab_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_shield_dismiss_20_regular, - 'tab_shield_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_shield_dismiss_24_regular, - 'tab_shield_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_16_regular, - 'table_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_20_regular, - 'table_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_24_regular, - 'table_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_28_regular, - 'table_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_32_regular, - 'table_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.table_48_regular, - 'table_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_add_16_regular, - 'table_add_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_add_20_regular, - 'table_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_add_24_regular, - 'table_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_add_28_regular, - 'table_add_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_16_regular, - 'table_bottom_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_20_regular, - 'table_bottom_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_24_regular, - 'table_bottom_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_28_regular, - 'table_bottom_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_32_regular, - 'table_bottom_row_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_48_regular, - 'table_bottom_row_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_16_regular, - 'table_cell_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_20_regular, - 'table_cell_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_24_regular, - 'table_cell_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_28_regular, - 'table_cell_edit_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_cells_merge_16_regular, - 'table_cells_merge_16_regular', - 16, - ), - - 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_merge_28_regular, - 'table_cells_merge_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_cells_split_16_regular, - 'table_cells_split_16_regular', - 16, - ), - - 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_cells_split_28_regular, - 'table_cells_split_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_checker_20_regular, - 'table_checker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_copy_20_regular, - 'table_copy_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_16_regular, - 'table_delete_column_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_20_regular, - 'table_delete_column_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_24_regular, - 'table_delete_column_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_28_regular, - 'table_delete_column_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_16_regular, - 'table_delete_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_20_regular, - 'table_delete_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_24_regular, - 'table_delete_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_28_regular, - 'table_delete_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_16_regular, - 'table_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_20_regular, - 'table_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_24_regular, - 'table_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_28_regular, - 'table_dismiss_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_16_regular, - 'table_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_20_regular, - 'table_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_24_regular, - 'table_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_28_regular, - 'table_edit_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_16_regular, - 'table_freeze_column_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_20_regular, - 'table_freeze_column_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_24_regular, - 'table_freeze_column_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_28_regular, - 'table_freeze_column_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_16_regular, - 'table_freeze_column_and_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_20_regular, - 'table_freeze_column_and_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_24_regular, - 'table_freeze_column_and_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_28_regular, - 'table_freeze_column_and_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_16_regular, - 'table_freeze_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_20_regular, - 'table_freeze_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_24_regular, - 'table_freeze_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_28_regular, - 'table_freeze_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_image_20_regular, - 'table_image_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_16_regular, - 'table_insert_column_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_20_regular, - 'table_insert_column_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_24_regular, - 'table_insert_column_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_28_regular, - 'table_insert_column_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_16_regular, - 'table_insert_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_20_regular, - 'table_insert_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_24_regular, - 'table_insert_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_28_regular, - 'table_insert_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_16_regular, - 'table_lightning_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_20_regular, - 'table_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_24_regular, - 'table_lightning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_28_regular, - 'table_lightning_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_link_16_regular, - 'table_link_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_link_20_regular, - 'table_link_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_link_24_regular, - 'table_link_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_link_28_regular, - 'table_link_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_16_regular, - 'table_move_above_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_20_regular, - 'table_move_above_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_24_regular, - 'table_move_above_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_28_regular, - 'table_move_above_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_16_regular, - 'table_move_below_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_20_regular, - 'table_move_below_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_24_regular, - 'table_move_below_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_28_regular, - 'table_move_below_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_16_regular, - 'table_move_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_20_regular, - 'table_move_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_24_regular, - 'table_move_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_28_regular, - 'table_move_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_16_regular, - 'table_move_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_20_regular, - 'table_move_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_24_regular, - 'table_move_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_28_regular, - 'table_move_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_multiple_20_regular, - 'table_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_16_regular, - 'table_resize_column_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_20_regular, - 'table_resize_column_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_24_regular, - 'table_resize_column_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_28_regular, - 'table_resize_column_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_16_regular, - 'table_resize_row_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_20_regular, - 'table_resize_row_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_24_regular, - 'table_resize_row_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_28_regular, - 'table_resize_row_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_search_20_regular, - 'table_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_16_regular, - 'table_settings_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_20_regular, - 'table_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_24_regular, - 'table_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_28_regular, - 'table_settings_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_16_regular, - 'table_simple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_20_regular, - 'table_simple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_24_regular, - 'table_simple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_28_regular, - 'table_simple_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_48_regular, - 'table_simple_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_split_20_regular, - 'table_split_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_16_regular, - 'table_stack_above_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_20_regular, - 'table_stack_above_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_24_regular, - 'table_stack_above_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_28_regular, - 'table_stack_above_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_16_regular, - 'table_stack_below_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_20_regular, - 'table_stack_below_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_24_regular, - 'table_stack_below_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_28_regular, - 'table_stack_below_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_down_20_regular, - 'table_stack_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_16_regular, - 'table_stack_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_20_regular, - 'table_stack_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_24_regular, - 'table_stack_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_28_regular, - 'table_stack_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_16_regular, - 'table_stack_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_20_regular, - 'table_stack_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_24_regular, - 'table_stack_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_28_regular, - 'table_stack_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_16_regular, - 'table_switch_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_20_regular, - 'table_switch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_24_regular, - 'table_switch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_28_regular, - 'table_switch_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tablet_12_regular, - 'tablet_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.tablet_16_regular, - 'tablet_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tablet_20_regular, - 'tablet_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tablet_24_regular, - 'tablet_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tablet_32_regular, - 'tablet_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tablet_48_regular, - 'tablet_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tablet_speaker_20_regular, - 'tablet_speaker_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tablet_speaker_24_regular, - 'tablet_speaker_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tabs_24_regular, - 'tabs_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_16_regular, - 'tag_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_20_regular, - 'tag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_24_regular, - 'tag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_32_regular, - 'tag_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_circle_20_regular, - 'tag_circle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_16_regular, - 'tag_dismiss_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_20_regular, - 'tag_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_24_regular, - 'tag_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_16_regular, - 'tag_error_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_20_regular, - 'tag_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_24_regular, - 'tag_error_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_16_regular, - 'tag_lock_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_20_regular, - 'tag_lock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_24_regular, - 'tag_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_32_regular, - 'tag_lock_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_16_regular, - 'tag_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_20_regular, - 'tag_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_24_regular, - 'tag_multiple_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_off_20_regular, - 'tag_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_off_24_regular, - 'tag_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_16_regular, - 'tag_question_mark_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_20_regular, - 'tag_question_mark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_24_regular, - 'tag_question_mark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_32_regular, - 'tag_question_mark_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_reset_20_regular, - 'tag_reset_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_reset_24_regular, - 'tag_reset_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_search_20_regular, - 'tag_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_search_24_regular, - 'tag_search_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_20_regular, - 'tap_double_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_24_regular, - 'tap_double_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_32_regular, - 'tap_double_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_48_regular, - 'tap_double_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_20_regular, - 'tap_single_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_24_regular, - 'tap_single_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_32_regular, - 'tap_single_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_48_regular, - 'tap_single_48_regular', - 48, - ), - - 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_32_regular, - 'target_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_16_regular, - 'target_arrow_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_20_regular, - 'target_arrow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_24_regular, - 'target_arrow_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_add_20_regular, - 'task_list_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_add_24_regular, - 'task_list_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_ltr_20_regular, - 'task_list_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_ltr_24_regular, - 'task_list_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_rtl_20_regular, - 'task_list_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_rtl_24_regular, - 'task_list_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_add_20_regular, - 'task_list_square_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_add_24_regular, - 'task_list_square_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_database_20_regular, - 'task_list_square_database_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_ltr_20_regular, - 'task_list_square_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_ltr_24_regular, - 'task_list_square_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_person_20_regular, - 'task_list_square_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_rtl_20_regular, - 'task_list_square_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_rtl_24_regular, - 'task_list_square_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_settings_20_regular, - 'task_list_square_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_20_regular, - 'tasks_app_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_24_regular, - 'tasks_app_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_28_regular, - 'tasks_app_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.teddy_20_regular, - 'teddy_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.teddy_24_regular, - 'teddy_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.temperature_16_regular, - 'temperature_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.temperature_20_regular, - 'temperature_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.temperature_24_regular, - 'temperature_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tent_12_regular, - 'tent_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.tent_16_regular, - 'tent_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tent_20_regular, - 'tent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tent_24_regular, - 'tent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tent_28_regular, - 'tent_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tent_48_regular, - 'tent_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_16_regular, - 'tetris_app_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_20_regular, - 'tetris_app_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_24_regular, - 'tetris_app_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_28_regular, - 'tetris_app_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_32_regular, - 'tetris_app_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_48_regular, - 'tetris_app_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.text_20_regular, - 'text_20_regular', - 20, - ), - - 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_add_t_24_regular, - 'text_add_t_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_center_16_regular, - 'text_align_center_16_regular', - 16, - ), - - 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_center_rotate_270_24_regular, - 'text_align_center_rotate_270_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_distributed_evenly_20_regular, - 'text_align_distributed_evenly_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_evenly_24_regular, - 'text_align_distributed_evenly_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_vertical_20_regular, - 'text_align_distributed_vertical_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_vertical_24_regular, - 'text_align_distributed_vertical_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_justify_low_20_regular, - 'text_align_justify_low_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_low_24_regular, - 'text_align_justify_low_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_low_rotate_90_24_regular, - 'text_align_justify_low_rotate_90_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_rotate_90_24_regular, - 'text_align_justify_rotate_90_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_left_16_regular, - 'text_align_left_16_regular', - 16, - ), - - 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_left_rotate_270_24_regular, - 'text_align_left_rotate_270_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_right_16_regular, - 'text_align_right_16_regular', - 16, - ), - - 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_align_right_rotate_270_24_regular, - 'text_align_right_rotate_270_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_asterisk_20_regular, - 'text_asterisk_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_baseline_20_regular, - 'text_baseline_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bold_16_regular, - 'text_bold_16_regular', - 16, - ), - - 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_box_16_regular, - 'text_box_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_box_settings_20_regular, - 'text_box_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_box_settings_24_regular, - 'text_box_settings_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_20_regular, - 'text_bullet_list_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_add_24_regular, - 'text_bullet_list_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_checkmark_20_regular, - 'text_bullet_list_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_dismiss_20_regular, - 'text_bullet_list_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_16_regular, - 'text_bullet_list_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_20_regular, - 'text_bullet_list_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_24_regular, - 'text_bullet_list_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_16_regular, - 'text_bullet_list_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_20_regular, - 'text_bullet_list_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_24_regular, - 'text_bullet_list_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_20_regular, - 'text_bullet_list_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_24_regular, - 'text_bullet_list_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_clock_20_regular, - 'text_bullet_list_square_clock_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_edit_20_regular, - 'text_bullet_list_square_edit_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_edit_24_regular, - 'text_bullet_list_square_edit_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_person_20_regular, - 'text_bullet_list_square_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_search_20_regular, - 'text_bullet_list_square_search_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_settings_20_regular, - 'text_bullet_list_square_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_shield_20_regular, - 'text_bullet_list_square_shield_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_toolbox_20_regular, - 'text_bullet_list_square_toolbox_20_regular', - 20, - ), - - 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_case_lowercase_16_regular, - 'text_case_lowercase_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_lowercase_20_regular, - 'text_case_lowercase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_lowercase_24_regular, - 'text_case_lowercase_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_16_regular, - 'text_case_title_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_20_regular, - 'text_case_title_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_24_regular, - 'text_case_title_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_16_regular, - 'text_case_uppercase_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_20_regular, - 'text_case_uppercase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_24_regular, - 'text_case_uppercase_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_change_case_16_regular, - 'text_change_case_16_regular', - 16, - ), - - 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_clear_formatting_16_regular, - 'text_clear_formatting_16_regular', - 16, - ), - - 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_clear_formatting_ga_24_regular, - 'text_clear_formatting_ga_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_collapse_20_regular, - 'text_collapse_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_collapse_24_regular, - 'text_collapse_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_color_16_regular, - 'text_color_16_regular', - 16, - ), - - 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_color_accent_16_regular, - 'text_color_accent_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_color_accent_20_regular, - 'text_color_accent_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_color_accent_24_regular, - 'text_color_accent_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_color_ga_20_regular, - 'text_color_ga_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_color_ga_24_regular, - 'text_color_ga_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_one_narrow_20_regular, - 'text_column_one_narrow_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_narrow_24_regular, - 'text_column_one_narrow_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_20_regular, - 'text_column_one_wide_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_24_regular, - 'text_column_one_wide_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_lightning_20_regular, - 'text_column_one_wide_lightning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_lightning_24_regular, - 'text_column_one_wide_lightning_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_continuous_20_regular, - 'text_continuous_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_continuous_24_regular, - 'text_continuous_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_density_16_regular, - 'text_density_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_density_20_regular, - 'text_density_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_density_24_regular, - 'text_density_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_density_28_regular, - 'text_density_28_regular', - 28, - ), - - 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_horizontal_left_20_regular, - 'text_direction_horizontal_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_left_24_regular, - 'text_direction_horizontal_left_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_horizontal_right_20_regular, - 'text_direction_horizontal_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_right_24_regular, - 'text_direction_horizontal_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_rtl_20_regular, - 'text_direction_horizontal_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_rtl_24_regular, - 'text_direction_horizontal_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_ltr_ac_20_regular, - 'text_direction_ltr_ac_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_ltr_ac_24_regular, - 'text_direction_ltr_ac_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_270_ltr_20_regular, - 'text_direction_rotate_270_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_ltr_24_regular, - 'text_direction_rotate_270_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_right_20_regular, - 'text_direction_rotate_270_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_right_24_regular, - 'text_direction_rotate_270_right_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_rotate_90_ac_24_regular, - 'text_direction_rotate_90_ac_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_left_20_regular, - 'text_direction_rotate_90_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_left_24_regular, - 'text_direction_rotate_90_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_ltr_20_regular, - 'text_direction_rotate_90_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_ltr_24_regular, - 'text_direction_rotate_90_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_right_20_regular, - 'text_direction_rotate_90_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_right_24_regular, - 'text_direction_rotate_90_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_rtl_20_regular, - 'text_direction_rotate_90_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_rtl_24_regular, - 'text_direction_rotate_90_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rtl_ac_20_regular, - 'text_direction_rtl_ac_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rtl_ac_24_regular, - 'text_direction_rtl_ac_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_direction_vertical_ac_24_regular, - 'text_direction_vertical_ac_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_edit_style_ga_24_regular, - 'text_edit_style_ga_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_effects_ga_24_regular, - 'text_effects_ga_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_expand_20_regular, - 'text_expand_20_regular', - 20, - ), - - 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_info_16_regular, - 'text_font_info_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_font_info_20_regular, - 'text_font_info_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_font_info_24_regular, - 'text_font_info_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_font_size_16_regular, - 'text_font_size_16_regular', - 16, - ), - - 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_footnote_ga_na_24_regular, - 'text_footnote_ga_na_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_left_20_regular, - 'text_grammar_arrow_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_left_24_regular, - 'text_grammar_arrow_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_right_20_regular, - 'text_grammar_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_right_24_regular, - 'text_grammar_arrow_right_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_checkmark_20_regular, - 'text_grammar_checkmark_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_checkmark_24_regular, - 'text_grammar_checkmark_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_dismiss_20_regular, - 'text_grammar_dismiss_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_dismiss_24_regular, - 'text_grammar_dismiss_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_error_20_regular, - 'text_grammar_error_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_settings_20_regular, - 'text_grammar_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_settings_24_regular, - 'text_grammar_settings_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_16_regular, - 'text_grammar_wand_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_20_regular, - 'text_grammar_wand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_24_regular, - 'text_grammar_wand_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_1_24_regular, - 'text_header_1_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_header_2_20_regular, - 'text_header_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_header_2_24_regular, - 'text_header_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_header_3_20_regular, - 'text_header_3_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_header_3_24_regular, - 'text_header_3_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_16_regular, - 'text_indent_decrease_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_20_regular, - 'text_indent_decrease_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_24_regular, - 'text_indent_decrease_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_16_regular, - 'text_indent_decrease_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_20_regular, - 'text_indent_decrease_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_24_regular, - 'text_indent_decrease_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_16_regular, - 'text_indent_decrease_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_20_regular, - 'text_indent_decrease_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_24_regular, - 'text_indent_decrease_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_16_regular, - 'text_indent_increase_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_20_regular, - 'text_indent_increase_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_24_regular, - 'text_indent_increase_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_16_regular, - 'text_indent_increase_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_20_regular, - 'text_indent_increase_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_24_regular, - 'text_indent_increase_ltr_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_16_regular, - 'text_indent_increase_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_20_regular, - 'text_indent_increase_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_24_regular, - 'text_indent_increase_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_italic_16_regular, - 'text_italic_16_regular', - 16, - ), - - 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_more_20_regular, - 'text_more_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_more_24_regular, - 'text_more_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_number_format_20_regular, - 'text_number_format_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_number_format_24_regular, - 'text_number_format_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_number_format_ga_na_da_24_regular, - 'text_number_format_ga_na_da_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_ltr_16_regular, - 'text_number_list_ltr_16_regular', - 16, - ), - - 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_16_regular, - 'text_number_list_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_rtl_20_regular, - 'text_number_list_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_rtl_24_regular, - 'text_number_list_rtl_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_16_regular, - 'text_paragraph_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_20_regular, - 'text_paragraph_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_24_regular, - 'text_paragraph_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_20_regular, - 'text_paragraph_direction_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_24_regular, - 'text_paragraph_direction_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_left_16_regular, - 'text_paragraph_direction_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_left_20_regular, - 'text_paragraph_direction_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_right_16_regular, - 'text_paragraph_direction_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_right_20_regular, - 'text_paragraph_direction_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_period_asterisk_20_regular, - 'text_period_asterisk_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_behind_20_regular, - 'text_position_behind_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_behind_24_regular, - 'text_position_behind_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_front_20_regular, - 'text_position_front_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_front_24_regular, - 'text_position_front_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_line_20_regular, - 'text_position_line_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_line_24_regular, - 'text_position_line_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_square_20_regular, - 'text_position_square_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_square_24_regular, - 'text_position_square_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_through_20_regular, - 'text_position_through_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_through_24_regular, - 'text_position_through_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_tight_20_regular, - 'text_position_tight_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_tight_24_regular, - 'text_position_tight_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_top_bottom_20_regular, - 'text_position_top_bottom_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_top_bottom_24_regular, - 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_regular, - 'text_proofing_tools_ga_na_da_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_proofing_tools_zi_24_regular, - 'text_proofing_tools_zi_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_quote_16_regular, - 'text_quote_16_regular', - 16, - ), - - 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_16_regular, - 'text_sort_ascending_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_ascending_20_regular, - 'text_sort_ascending_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_ascending_24_regular, - 'text_sort_ascending_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_16_regular, - 'text_sort_descending_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_20_regular, - 'text_sort_descending_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_24_regular, - 'text_sort_descending_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_16_regular, - 'text_strikethrough_16_regular', - 16, - ), - - 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_strikethrough_s_16_regular, - 'text_strikethrough_s_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_s_20_regular, - 'text_strikethrough_s_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_s_24_regular, - 'text_strikethrough_s_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_subscript_16_regular, - 'text_subscript_16_regular', - 16, - ), - - 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_16_regular, - 'text_superscript_16_regular', - 16, - ), - - 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_t_20_regular, - 'text_t_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_t_24_regular, - 'text_t_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_t_28_regular, - 'text_t_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.text_t_48_regular, - 'text_t_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.text_underline_16_regular, - 'text_underline_16_regular', - 16, - ), - - 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_16_regular, - 'textbox_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.textbox_20_regular, - 'textbox_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_24_regular, - 'textbox_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_bottom_rotate_90_20_regular, - 'textbox_align_bottom_rotate_90_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_bottom_rotate_90_24_regular, - 'textbox_align_bottom_rotate_90_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_center_20_regular, - 'textbox_align_center_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_center_24_regular, - 'textbox_align_center_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_middle_rotate_90_20_regular, - 'textbox_align_middle_rotate_90_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_middle_rotate_90_24_regular, - 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_regular, - 'textbox_align_top_rotate_90_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_top_rotate_90_24_regular, - 'textbox_align_top_rotate_90_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_more_20_regular, - 'textbox_more_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_more_24_regular, - 'textbox_more_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_rotate_90_20_regular, - 'textbox_rotate_90_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_rotate_90_24_regular, - 'textbox_rotate_90_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_16_regular, - 'thumb_dislike_16_regular', - 16, - ), - - 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_16_regular, - 'thumb_like_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_20_regular, - 'thumb_like_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_24_regular, - 'thumb_like_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_28_regular, - 'thumb_like_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_48_regular, - 'thumb_like_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_16_regular, - 'ticket_diagonal_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_20_regular, - 'ticket_diagonal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_24_regular, - 'ticket_diagonal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_28_regular, - 'ticket_diagonal_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.ticket_horizontal_20_regular, - 'ticket_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ticket_horizontal_24_regular, - 'ticket_horizontal_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.time_and_weather_20_regular, - 'time_and_weather_20_regular', - 20, - ), - - 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_20_regular, - 'timeline_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timeline_24_regular, - 'timeline_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_10_20_regular, - 'timer_10_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_10_24_regular, - 'timer_10_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_12_regular, - 'timer_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.timer_16_regular, - 'timer_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.timer_20_regular, - 'timer_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_24_regular, - 'timer_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_28_regular, - 'timer_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.timer_2_20_regular, - 'timer_2_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_2_24_regular, - 'timer_2_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_32_regular, - 'timer_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.timer_3_20_regular, - 'timer_3_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_3_24_regular, - 'timer_3_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_48_regular, - 'timer_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.timer_off_20_regular, - 'timer_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_off_24_regular, - 'timer_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_16_regular, - 'toggle_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_20_regular, - 'toggle_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_24_regular, - 'toggle_left_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_28_regular, - 'toggle_left_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_48_regular, - 'toggle_left_48_regular', - 48, - ), - - 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.toggle_right_28_regular, - 'toggle_right_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.toggle_right_48_regular, - 'toggle_right_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.toolbox_12_regular, - 'toolbox_12_regular', - 12, - ), - - 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.tooltip_quote_20_regular, - 'tooltip_quote_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tooltip_quote_24_regular, - 'tooltip_quote_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.top_speed_20_regular, - 'top_speed_20_regular', - 20, - ), - - 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.transmission_20_regular, - 'transmission_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.transmission_24_regular, - 'transmission_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_add_20_regular, - 'tray_item_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_add_24_regular, - 'tray_item_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_remove_20_regular, - 'tray_item_remove_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_remove_24_regular, - 'tray_item_remove_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tree_deciduous_20_regular, - 'tree_deciduous_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tree_evergreen_20_regular, - 'tree_evergreen_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_12_regular, - 'triangle_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_16_regular, - 'triangle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_20_regular, - 'triangle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_32_regular, - 'triangle_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_48_regular, - 'triangle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_12_regular, - 'triangle_down_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_16_regular, - 'triangle_down_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_20_regular, - 'triangle_down_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_32_regular, - 'triangle_down_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_48_regular, - 'triangle_down_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_12_regular, - 'triangle_left_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_16_regular, - 'triangle_left_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_20_regular, - 'triangle_left_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_32_regular, - 'triangle_left_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_48_regular, - 'triangle_left_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_12_regular, - 'triangle_right_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_16_regular, - 'triangle_right_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_20_regular, - 'triangle_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_32_regular, - 'triangle_right_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_48_regular, - 'triangle_right_48_regular', - 48, - ), - - 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.trophy_28_regular, - 'trophy_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.trophy_32_regular, - 'trophy_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.trophy_48_regular, - 'trophy_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_16_regular, - 'trophy_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_20_regular, - 'trophy_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_24_regular, - 'trophy_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_28_regular, - 'trophy_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_32_regular, - 'trophy_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_48_regular, - 'trophy_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tv_16_regular, - 'tv_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tv_20_regular, - 'tv_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_24_regular, - 'tv_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tv_28_regular, - 'tv_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tv_48_regular, - 'tv_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tv_arrow_right_20_regular, - 'tv_arrow_right_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_16_regular, - 'tv_usb_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_20_regular, - 'tv_usb_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_24_regular, - 'tv_usb_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_28_regular, - 'tv_usb_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_48_regular, - 'tv_usb_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.umbrella_20_regular, - 'umbrella_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.umbrella_24_regular, - 'umbrella_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.uninstall_app_20_regular, - 'uninstall_app_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.uninstall_app_24_regular, - 'uninstall_app_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.usb_plug_20_regular, - 'usb_plug_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.usb_plug_24_regular, - 'usb_plug_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_16_regular, - 'vehicle_bicycle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bicycle_20_regular, - 'vehicle_bicycle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bicycle_24_regular, - 'vehicle_bicycle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_16_regular, - 'vehicle_bus_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_20_regular, - 'vehicle_bus_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_24_regular, - 'vehicle_bus_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_16_regular, - 'vehicle_cab_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_20_regular, - 'vehicle_cab_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_24_regular, - 'vehicle_cab_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_28_regular, - 'vehicle_cab_28_regular', - 28, - ), - - 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_car_28_regular, - 'vehicle_car_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_48_regular, - 'vehicle_car_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_16_regular, - 'vehicle_car_collision_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_20_regular, - 'vehicle_car_collision_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_24_regular, - 'vehicle_car_collision_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_28_regular, - 'vehicle_car_collision_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_32_regular, - 'vehicle_car_collision_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_48_regular, - 'vehicle_car_collision_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_ltr_16_regular, - 'vehicle_car_profile_ltr_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_ltr_20_regular, - 'vehicle_car_profile_ltr_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_rtl_16_regular, - 'vehicle_car_profile_rtl_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_rtl_20_regular, - 'vehicle_car_profile_rtl_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_16_regular, - 'vehicle_ship_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_20_regular, - 'vehicle_ship_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_24_regular, - 'vehicle_ship_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_16_regular, - 'vehicle_subway_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_20_regular, - 'vehicle_subway_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_24_regular, - 'vehicle_subway_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_16_regular, - 'vehicle_truck_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_20_regular, - 'vehicle_truck_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_24_regular, - 'vehicle_truck_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_bag_20_regular, - 'vehicle_truck_bag_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_bag_24_regular, - 'vehicle_truck_bag_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_cube_20_regular, - 'vehicle_truck_cube_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_cube_24_regular, - 'vehicle_truck_cube_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_16_regular, - 'vehicle_truck_profile_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_20_regular, - 'vehicle_truck_profile_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_24_regular, - 'vehicle_truck_profile_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_32_regular, - 'video_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_360_20_regular, - 'video_360_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_360_24_regular, - 'video_360_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_360_off_20_regular, - 'video_360_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_48_regular, - 'video_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_add_20_regular, - 'video_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_add_24_regular, - 'video_add_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_background_effect_20_regular, - 'video_background_effect_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_background_effect_24_regular, - 'video_background_effect_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_16_regular, - 'video_chat_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_20_regular, - 'video_chat_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_24_regular, - 'video_chat_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_28_regular, - 'video_chat_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_32_regular, - 'video_chat_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_48_regular, - 'video_chat_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_16_regular, - 'video_clip_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_20_regular, - 'video_clip_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_24_regular, - 'video_clip_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_16_regular, - 'video_clip_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_20_regular, - 'video_clip_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_24_regular, - 'video_clip_multiple_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_off_32_regular, - 'video_off_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_off_48_regular, - 'video_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_12_regular, - 'video_person_12_regular', - 12, - ), - - FluentUISampleIcon( - FluentIcons.video_person_16_regular, - 'video_person_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_20_regular, - 'video_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_24_regular, - 'video_person_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_28_regular, - 'video_person_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_person_48_regular, - 'video_person_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_16_regular, - 'video_person_call_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_20_regular, - 'video_person_call_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_24_regular, - 'video_person_call_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_32_regular, - 'video_person_call_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_person_off_20_regular, - 'video_person_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_off_24_regular, - 'video_person_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_16_regular, - 'video_person_sparkle_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_20_regular, - 'video_person_sparkle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_24_regular, - 'video_person_sparkle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_28_regular, - 'video_person_sparkle_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_48_regular, - 'video_person_sparkle_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_20_regular, - 'video_person_star_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_24_regular, - 'video_person_star_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_off_20_regular, - 'video_person_star_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_off_24_regular, - 'video_person_star_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_play_pause_20_regular, - 'video_play_pause_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_play_pause_24_regular, - 'video_play_pause_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_16_regular, - 'video_prohibited_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_20_regular, - 'video_prohibited_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_24_regular, - 'video_prohibited_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_28_regular, - 'video_prohibited_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_recording_20_regular, - 'video_recording_20_regular', - 20, - ), - - 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_20_regular, - 'video_switch_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_switch_24_regular, - 'video_switch_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_sync_20_regular, - 'video_sync_20_regular', - 20, - ), - - 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.virtual_network_20_regular, - 'virtual_network_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.virtual_network_toolbox_20_regular, - 'virtual_network_toolbox_20_regular', - 20, - ), - - 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.voicemail_28_regular, - 'voicemail_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_back_16_regular, - 'voicemail_arrow_back_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_back_20_regular, - 'voicemail_arrow_back_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_forward_16_regular, - 'voicemail_arrow_forward_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_forward_20_regular, - 'voicemail_arrow_forward_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_subtract_20_regular, - 'voicemail_arrow_subtract_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_subtract_16_regular, - 'voicemail_subtract_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vote_20_regular, - 'vote_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vote_24_regular, - 'vote_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_20_regular, - 'walkie_talkie_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_24_regular, - 'walkie_talkie_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_28_regular, - 'walkie_talkie_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wallet_16_regular, - 'wallet_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wallet_20_regular, - 'wallet_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wallet_24_regular, - 'wallet_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wallet_28_regular, - 'wallet_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wallet_32_regular, - 'wallet_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.wallet_48_regular, - 'wallet_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_16_regular, - 'wallet_credit_card_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_20_regular, - 'wallet_credit_card_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_24_regular, - 'wallet_credit_card_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_32_regular, - 'wallet_credit_card_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.wallpaper_24_regular, - 'wallpaper_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wand_16_regular, - 'wand_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wand_20_regular, - 'wand_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wand_24_regular, - 'wand_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wand_28_regular, - 'wand_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wand_48_regular, - 'wand_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.warning_12_regular, - 'warning_12_regular', - 12, - ), - - 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.warning_shield_20_regular, - 'warning_shield_20_regular', - 20, - ), - - 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_drizzle_20_regular, - 'weather_drizzle_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_drizzle_24_regular, - 'weather_drizzle_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_drizzle_48_regular, - 'weather_drizzle_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_haze_20_regular, - 'weather_haze_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_haze_24_regular, - 'weather_haze_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_haze_48_regular, - 'weather_haze_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_16_regular, - 'weather_moon_16_regular', - 16, - ), - - 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_28_regular, - 'weather_moon_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_48_regular, - 'weather_moon_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_16_regular, - 'weather_moon_off_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_20_regular, - 'weather_moon_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_24_regular, - 'weather_moon_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_28_regular, - 'weather_moon_off_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_48_regular, - 'weather_moon_off_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_partly_cloudy_day_16_regular, - 'weather_partly_cloudy_day_16_regular', - 16, - ), - - 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_16_regular, - 'weather_sunny_16_regular', - 16, - ), - - 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_28_regular, - 'weather_sunny_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_32_regular, - 'weather_sunny_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_48_regular, - 'weather_sunny_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_20_regular, - 'weather_sunny_high_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_24_regular, - 'weather_sunny_high_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_48_regular, - 'weather_sunny_high_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_20_regular, - 'weather_sunny_low_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_24_regular, - 'weather_sunny_low_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_48_regular, - 'weather_sunny_low_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_20_regular, - 'web_asset_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.web_asset_24_regular, - 'web_asset_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_20_regular, - 'whiteboard_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_24_regular, - 'whiteboard_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_48_regular, - 'whiteboard_48_regular', - 48, - ), - - 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_lock_24_regular, - 'wifi_lock_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_off_20_regular, - 'wifi_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_off_24_regular, - 'wifi_off_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_protected_24_regular, - 'wifi_protected_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_settings_20_regular, - 'wifi_settings_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_warning_20_regular, - 'wifi_warning_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_warning_24_regular, - 'wifi_warning_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_16_regular, - 'window_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_20_regular, - 'window_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_24_regular, - 'window_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_28_regular, - 'window_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_32_regular, - 'window_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_48_regular, - 'window_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_20_regular, - 'window_ad_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_off_20_regular, - 'window_ad_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_person_20_regular, - 'window_ad_person_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_16_regular, - 'window_apps_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_20_regular, - 'window_apps_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_24_regular, - 'window_apps_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_28_regular, - 'window_apps_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_32_regular, - 'window_apps_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_48_regular, - 'window_apps_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_16_regular, - 'window_arrow_up_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_20_regular, - 'window_arrow_up_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_24_regular, - 'window_arrow_up_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_bullet_list_20_regular, - 'window_bullet_list_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_bullet_list_add_20_regular, - 'window_bullet_list_add_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_console_20_regular, - 'window_console_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_database_20_regular, - 'window_database_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_dev_edit_16_regular, - 'window_dev_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_dev_edit_20_regular, - 'window_dev_edit_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_edit_16_regular, - 'window_edit_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_header_horizontal_20_regular, - 'window_header_horizontal_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_header_horizontal_off_20_regular, - 'window_header_horizontal_off_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_header_vertical_20_regular, - 'window_header_vertical_20_regular', - 20, - ), - - 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_location_target_20_regular, - 'window_location_target_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_16_regular, - 'window_multiple_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_20_regular, - 'window_multiple_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_swap_20_regular, - 'window_multiple_swap_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_new_16_regular, - 'window_new_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_new_20_regular, - 'window_new_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_new_24_regular, - 'window_new_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_play_20_regular, - 'window_play_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_settings_20_regular, - 'window_settings_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.window_text_20_regular, - 'window_text_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_16_regular, - 'window_wrench_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_20_regular, - 'window_wrench_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_24_regular, - 'window_wrench_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_28_regular, - 'window_wrench_28_regular', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_32_regular, - 'window_wrench_32_regular', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_48_regular, - 'window_wrench_48_regular', - 48, - ), - - FluentUISampleIcon( - FluentIcons.wrench_16_regular, - 'wrench_16_regular', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wrench_20_regular, - 'wrench_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wrench_24_regular, - 'wrench_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wrench_screwdriver_20_regular, - 'wrench_screwdriver_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wrench_screwdriver_24_regular, - 'wrench_screwdriver_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.xray_20_regular, - 'xray_20_regular', - 20, - ), - - FluentUISampleIcon( - FluentIcons.xray_24_regular, - 'xray_24_regular', - 24, - ), - - FluentUISampleIcon( - FluentIcons.zoom_in_16_regular, - 'zoom_in_16_regular', - 16, - ), - - 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_16_regular, - 'zoom_out_16_regular', - 16, - ), - - 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_20_filled, - 'access_time_20_filled', - 20, - ), - - 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.accessibility_32_filled, - 'accessibility_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_48_filled, - 'accessibility_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_checkmark_20_filled, - 'accessibility_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.accessibility_checkmark_24_filled, - 'accessibility_checkmark_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_16_filled, - 'add_circle_16_filled', - 16, - ), - - 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.add_circle_32_filled, - 'add_circle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.add_square_20_filled, - 'add_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_square_24_filled, - 'add_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.add_square_multiple_16_filled, - 'add_square_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.add_square_multiple_20_filled, - 'add_square_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_16_filled, - 'add_subtract_circle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_20_filled, - 'add_subtract_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_24_filled, - 'add_subtract_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_28_filled, - 'add_subtract_circle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.add_subtract_circle_48_filled, - 'add_subtract_circle_48_filled', - 48, - ), - - 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.album_20_filled, - 'album_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.album_24_filled, - 'album_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.album_add_20_filled, - 'album_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.album_add_24_filled, - 'album_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.alert_16_filled, - 'alert_16_filled', - 16, - ), - - 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_32_filled, - 'alert_32_filled', - 32, - ), - - 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_20_filled, - 'alert_on_20_filled', - 20, - ), - - 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_16_filled, - 'alert_urgent_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.alert_urgent_20_filled, - 'alert_urgent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.alert_urgent_24_filled, - 'alert_urgent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_16_filled, - 'align_bottom_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_20_filled, - 'align_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_24_filled, - 'align_bottom_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_28_filled, - 'align_bottom_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_32_filled, - 'align_bottom_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_bottom_48_filled, - 'align_bottom_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_16_filled, - 'align_center_horizontal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_20_filled, - 'align_center_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_24_filled, - 'align_center_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_28_filled, - 'align_center_horizontal_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_32_filled, - 'align_center_horizontal_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_center_horizontal_48_filled, - 'align_center_horizontal_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_16_filled, - 'align_center_vertical_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_20_filled, - 'align_center_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_24_filled, - 'align_center_vertical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_28_filled, - 'align_center_vertical_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_32_filled, - 'align_center_vertical_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_center_vertical_48_filled, - 'align_center_vertical_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_end_horizontal_20_filled, - 'align_end_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_end_vertical_20_filled, - 'align_end_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_left_16_filled, - 'align_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_left_20_filled, - 'align_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_left_24_filled, - 'align_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_left_28_filled, - 'align_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_left_32_filled, - 'align_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_left_48_filled, - 'align_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_right_16_filled, - 'align_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_right_20_filled, - 'align_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_right_24_filled, - 'align_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_right_28_filled, - 'align_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_right_32_filled, - 'align_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_right_48_filled, - 'align_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.align_space_around_horizontal_20_filled, - 'align_space_around_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_around_vertical_20_filled, - 'align_space_around_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_between_horizontal_20_filled, - 'align_space_between_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_between_vertical_20_filled, - 'align_space_between_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_evenly_horizontal_20_filled, - 'align_space_evenly_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_evenly_vertical_20_filled, - 'align_space_evenly_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_space_fit_vertical_20_filled, - 'align_space_fit_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_start_horizontal_20_filled, - 'align_start_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_start_vertical_20_filled, - 'align_start_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_stretch_horizontal_20_filled, - 'align_stretch_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_stretch_vertical_20_filled, - 'align_stretch_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_top_16_filled, - 'align_top_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.align_top_20_filled, - 'align_top_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.align_top_24_filled, - 'align_top_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.align_top_28_filled, - 'align_top_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.align_top_32_filled, - 'align_top_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.align_top_48_filled, - 'align_top_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_16_filled, - 'animal_cat_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_20_filled, - 'animal_cat_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_24_filled, - 'animal_cat_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_cat_28_filled, - 'animal_cat_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_16_filled, - 'animal_dog_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_20_filled, - 'animal_dog_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_dog_24_filled, - 'animal_dog_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_16_filled, - 'animal_rabbit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_20_filled, - 'animal_rabbit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_24_filled, - 'animal_rabbit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_rabbit_28_filled, - 'animal_rabbit_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_16_filled, - 'animal_turtle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_20_filled, - 'animal_turtle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_24_filled, - 'animal_turtle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.animal_turtle_28_filled, - 'animal_turtle_28_filled', - 28, - ), - - 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_20_filled, - 'app_generic_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_generic_24_filled, - 'app_generic_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_recent_20_filled, - 'app_recent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_recent_24_filled, - 'app_recent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_store_24_filled, - 'app_store_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.app_title_20_filled, - 'app_title_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.app_title_24_filled, - 'app_title_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.approval_app_32_filled, - 'approval_app_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_16_filled, - 'approvals_app_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_20_filled, - 'approvals_app_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_24_filled, - 'approvals_app_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_28_filled, - 'approvals_app_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.approvals_app_32_filled, - 'approvals_app_32_filled', - 32, - ), - - 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_16_filled, - 'apps_add_in_16_filled', - 16, - ), - - 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_add_in_28_filled, - 'apps_add_in_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_20_filled, - 'apps_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_24_filled, - 'apps_list_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_detail_20_filled, - 'apps_list_detail_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.apps_list_detail_24_filled, - 'apps_list_detail_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_16_filled, - 'archive_16_filled', - 16, - ), - - 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_32_filled, - 'archive_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.archive_48_filled, - 'archive_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_16_filled, - 'archive_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_20_filled, - 'archive_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_24_filled, - 'archive_arrow_back_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_28_filled, - 'archive_arrow_back_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_32_filled, - 'archive_arrow_back_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.archive_arrow_back_48_filled, - 'archive_arrow_back_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_16_filled, - 'archive_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_20_filled, - 'archive_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_multiple_24_filled, - 'archive_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_16_filled, - 'archive_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_20_filled, - 'archive_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.archive_settings_24_filled, - 'archive_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_content_24_filled, - 'arrow_autofit_content_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_down_20_filled, - 'arrow_autofit_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_down_24_filled, - 'arrow_autofit_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_20_filled, - 'arrow_autofit_height_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_24_filled, - 'arrow_autofit_height_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_dotted_20_filled, - 'arrow_autofit_height_dotted_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_height_dotted_24_filled, - 'arrow_autofit_height_dotted_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_up_20_filled, - 'arrow_autofit_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_up_24_filled, - 'arrow_autofit_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_20_filled, - 'arrow_autofit_width_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_24_filled, - 'arrow_autofit_width_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_dotted_20_filled, - 'arrow_autofit_width_dotted_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_autofit_width_dotted_24_filled, - 'arrow_autofit_width_dotted_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_between_down_20_filled, - 'arrow_between_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_between_down_24_filled, - 'arrow_between_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_12_filled, - 'arrow_bidirectional_up_down_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_16_filled, - 'arrow_bidirectional_up_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_20_filled, - 'arrow_bidirectional_up_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bidirectional_up_down_24_filled, - 'arrow_bidirectional_up_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_16_filled, - 'arrow_bounce_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_20_filled, - 'arrow_bounce_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_bounce_24_filled, - 'arrow_bounce_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_12_filled, - 'arrow_circle_down_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_16_filled, - 'arrow_circle_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_20_filled, - 'arrow_circle_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_24_filled, - 'arrow_circle_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_28_filled, - 'arrow_circle_down_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_32_filled, - 'arrow_circle_down_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_48_filled, - 'arrow_circle_down_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_double_20_filled, - 'arrow_circle_down_double_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_double_24_filled, - 'arrow_circle_down_double_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_16_filled, - 'arrow_circle_down_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_20_filled, - 'arrow_circle_down_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_right_24_filled, - 'arrow_circle_down_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_split_20_filled, - 'arrow_circle_down_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_split_24_filled, - 'arrow_circle_down_split_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_down_up_20_filled, - 'arrow_circle_down_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_12_filled, - 'arrow_circle_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_16_filled, - 'arrow_circle_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_20_filled, - 'arrow_circle_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_24_filled, - 'arrow_circle_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_28_filled, - 'arrow_circle_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_32_filled, - 'arrow_circle_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_left_48_filled, - 'arrow_circle_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_12_filled, - 'arrow_circle_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_16_filled, - 'arrow_circle_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_20_filled, - 'arrow_circle_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_24_filled, - 'arrow_circle_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_28_filled, - 'arrow_circle_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_32_filled, - 'arrow_circle_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_right_48_filled, - 'arrow_circle_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_12_filled, - 'arrow_circle_up_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_16_filled, - 'arrow_circle_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_20_filled, - 'arrow_circle_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_24_filled, - 'arrow_circle_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_28_filled, - 'arrow_circle_up_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_32_filled, - 'arrow_circle_up_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_48_filled, - 'arrow_circle_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_left_20_filled, - 'arrow_circle_up_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_circle_up_left_24_filled, - 'arrow_circle_up_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_12_filled, - 'arrow_clockwise_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_16_filled, - 'arrow_clockwise_16_filled', - 16, - ), - - 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_clockwise_28_filled, - 'arrow_clockwise_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_32_filled, - 'arrow_clockwise_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_48_filled, - 'arrow_clockwise_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_dashes_20_filled, - 'arrow_clockwise_dashes_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_clockwise_dashes_24_filled, - 'arrow_clockwise_dashes_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_collapse_all_20_filled, - 'arrow_collapse_all_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_collapse_all_24_filled, - 'arrow_collapse_all_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_12_filled, - 'arrow_counterclockwise_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_16_filled, - 'arrow_counterclockwise_16_filled', - 16, - ), - - 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_counterclockwise_28_filled, - 'arrow_counterclockwise_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_32_filled, - 'arrow_counterclockwise_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_48_filled, - 'arrow_counterclockwise_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_dashes_20_filled, - 'arrow_counterclockwise_dashes_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_counterclockwise_dashes_24_filled, - 'arrow_counterclockwise_dashes_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_16_filled, - 'arrow_curve_down_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_20_filled, - 'arrow_curve_down_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_24_filled, - 'arrow_curve_down_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_left_28_filled, - 'arrow_curve_down_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_curve_down_right_20_filled, - 'arrow_curve_down_right_20_filled', - 20, - ), - - 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_12_filled, - 'arrow_down_12_filled', - 12, - ), - - 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_32_filled, - 'arrow_down_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_48_filled, - 'arrow_down_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_16_filled, - 'arrow_down_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_20_filled, - 'arrow_down_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_24_filled, - 'arrow_down_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_32_filled, - 'arrow_down_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_down_left_48_filled, - 'arrow_down_left_48_filled', - 48, - ), - - 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_eject_20_filled, - 'arrow_eject_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_20_filled, - 'arrow_enter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_left_20_filled, - 'arrow_enter_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_left_24_filled, - 'arrow_enter_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_up_20_filled, - 'arrow_enter_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_enter_up_24_filled, - 'arrow_enter_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_exit_20_filled, - 'arrow_exit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_expand_20_filled, - 'arrow_expand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_expand_24_filled, - 'arrow_expand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_16_filled, - 'arrow_export_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_20_filled, - 'arrow_export_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_ltr_24_filled, - 'arrow_export_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_16_filled, - 'arrow_export_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_20_filled, - 'arrow_export_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_rtl_24_filled, - 'arrow_export_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_up_20_filled, - 'arrow_export_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_export_up_24_filled, - 'arrow_export_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_fit_16_filled, - 'arrow_fit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_fit_20_filled, - 'arrow_fit_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_forward_48_filled, - 'arrow_forward_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_lightning_20_filled, - 'arrow_forward_down_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_lightning_24_filled, - 'arrow_forward_down_lightning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_person_20_filled, - 'arrow_forward_down_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_forward_down_person_24_filled, - 'arrow_forward_down_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_growth_20_filled, - 'arrow_growth_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_growth_24_filled, - 'arrow_growth_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_16_filled, - 'arrow_hook_down_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_20_filled, - 'arrow_hook_down_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_24_filled, - 'arrow_hook_down_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_left_28_filled, - 'arrow_hook_down_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_16_filled, - 'arrow_hook_down_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_20_filled, - 'arrow_hook_down_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_24_filled, - 'arrow_hook_down_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_down_right_28_filled, - 'arrow_hook_down_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_16_filled, - 'arrow_hook_up_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_20_filled, - 'arrow_hook_up_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_24_filled, - 'arrow_hook_up_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_left_28_filled, - 'arrow_hook_up_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_16_filled, - 'arrow_hook_up_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_20_filled, - 'arrow_hook_up_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_24_filled, - 'arrow_hook_up_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_hook_up_right_28_filled, - 'arrow_hook_up_right_28_filled', - 28, - ), - - 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_join_20_filled, - 'arrow_join_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_12_filled, - 'arrow_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_16_filled, - 'arrow_left_16_filled', - 16, - ), - - 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_left_32_filled, - 'arrow_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_left_48_filled, - 'arrow_left_48_filled', - 48, - ), - - 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_32_filled, - 'arrow_maximize_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_maximize_48_filled, - 'arrow_maximize_48_filled', - 48, - ), - - 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_maximize_vertical_48_filled, - 'arrow_maximize_vertical_48_filled', - 48, - ), - - 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_20_filled, - 'arrow_minimize_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_minimize_vertical_24_filled, - 'arrow_minimize_vertical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_20_filled, - 'arrow_move_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_24_filled, - 'arrow_move_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_move_inward_20_filled, - 'arrow_move_inward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_next_12_filled, - 'arrow_next_12_filled', - 12, - ), - - 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_outline_up_right_32_filled, - 'arrow_outline_up_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_outline_up_right_48_filled, - 'arrow_outline_up_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_paragraph_20_filled, - 'arrow_paragraph_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_previous_12_filled, - 'arrow_previous_12_filled', - 12, - ), - - 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_16_filled, - 'arrow_redo_16_filled', - 16, - ), - - 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_redo_28_filled, - 'arrow_redo_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_redo_32_filled, - 'arrow_redo_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_redo_48_filled, - 'arrow_redo_48_filled', - 48, - ), - - 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_reset_20_filled, - 'arrow_reset_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_24_filled, - 'arrow_reset_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_32_filled, - 'arrow_reset_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_reset_48_filled, - 'arrow_reset_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_12_filled, - 'arrow_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_16_filled, - 'arrow_right_16_filled', - 16, - ), - - 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_32_filled, - 'arrow_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_right_48_filled, - 'arrow_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_rotate_clockwise_16_filled, - 'arrow_rotate_clockwise_16_filled', - 16, - ), - - 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_routing_20_filled, - 'arrow_routing_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_24_filled, - 'arrow_routing_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_rectangle_multiple_20_filled, - 'arrow_routing_rectangle_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_routing_rectangle_multiple_24_filled, - 'arrow_routing_rectangle_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_16_filled, - 'arrow_sort_16_filled', - 16, - ), - - 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_sort_down_16_filled, - 'arrow_sort_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_20_filled, - 'arrow_sort_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_24_filled, - 'arrow_sort_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_line_20_filled, - 'arrow_sort_down_line_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_16_filled, - 'arrow_sort_down_lines_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_20_filled, - 'arrow_sort_down_lines_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_down_lines_24_filled, - 'arrow_sort_down_lines_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_16_filled, - 'arrow_sort_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_20_filled, - 'arrow_sort_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sort_up_24_filled, - 'arrow_sort_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_split_20_filled, - 'arrow_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_square_down_20_filled, - 'arrow_square_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_square_down_24_filled, - 'arrow_square_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_back_16_filled, - 'arrow_step_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_back_20_filled, - 'arrow_step_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_12_filled, - 'arrow_step_in_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_16_filled, - 'arrow_step_in_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_20_filled, - 'arrow_step_in_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_24_filled, - 'arrow_step_in_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_28_filled, - 'arrow_step_in_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_default_20_filled, - 'arrow_step_in_default_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_default_24_filled, - 'arrow_step_in_default_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_12_filled, - 'arrow_step_in_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_16_filled, - 'arrow_step_in_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_20_filled, - 'arrow_step_in_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_24_filled, - 'arrow_step_in_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_left_28_filled, - 'arrow_step_in_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_12_filled, - 'arrow_step_in_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_16_filled, - 'arrow_step_in_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_20_filled, - 'arrow_step_in_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_24_filled, - 'arrow_step_in_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_in_right_28_filled, - 'arrow_step_in_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_12_filled, - 'arrow_step_out_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_16_filled, - 'arrow_step_out_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_20_filled, - 'arrow_step_out_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_24_filled, - 'arrow_step_out_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_out_28_filled, - 'arrow_step_out_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_over_16_filled, - 'arrow_step_over_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_step_over_20_filled, - 'arrow_step_over_20_filled', - 20, - ), - - 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_16_filled, - 'arrow_sync_16_filled', - 16, - ), - - 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_checkmark_20_filled, - 'arrow_sync_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_checkmark_24_filled, - 'arrow_sync_checkmark_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_dismiss_20_filled, - 'arrow_sync_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_dismiss_24_filled, - 'arrow_sync_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_12_filled, - 'arrow_sync_off_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_16_filled, - 'arrow_sync_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_sync_off_20_filled, - 'arrow_sync_off_20_filled', - 20, - ), - - 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_trending_checkmark_20_filled, - 'arrow_trending_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_checkmark_24_filled, - 'arrow_trending_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_16_filled, - 'arrow_trending_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_20_filled, - 'arrow_trending_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_down_24_filled, - 'arrow_trending_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_lines_20_filled, - 'arrow_trending_lines_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_lines_24_filled, - 'arrow_trending_lines_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_settings_20_filled, - 'arrow_trending_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_settings_24_filled, - 'arrow_trending_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_text_20_filled, - 'arrow_trending_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_text_24_filled, - 'arrow_trending_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_wrench_20_filled, - 'arrow_trending_wrench_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_trending_wrench_24_filled, - 'arrow_trending_wrench_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_bidirectional_down_right_20_filled, - 'arrow_turn_bidirectional_down_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_bidirectional_down_right_24_filled, - 'arrow_turn_bidirectional_down_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_right_20_filled, - 'arrow_turn_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_turn_right_24_filled, - 'arrow_turn_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_undo_16_filled, - 'arrow_undo_16_filled', - 16, - ), - - 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_undo_32_filled, - 'arrow_undo_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_undo_48_filled, - 'arrow_undo_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_12_filled, - 'arrow_up_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_16_filled, - 'arrow_up_16_filled', - 16, - ), - - 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_32_filled, - 'arrow_up_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_48_filled, - 'arrow_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_16_filled, - 'arrow_up_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_20_filled, - 'arrow_up_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_24_filled, - 'arrow_up_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_left_48_filled, - 'arrow_up_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_16_filled, - 'arrow_up_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_20_filled, - 'arrow_up_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_24_filled, - 'arrow_up_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_32_filled, - 'arrow_up_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.arrow_up_right_48_filled, - 'arrow_up_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_16_filled, - 'arrow_upload_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_20_filled, - 'arrow_upload_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_upload_24_filled, - 'arrow_upload_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.arrow_wrap_20_filled, - 'arrow_wrap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrow_wrap_off_20_filled, - 'arrow_wrap_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrows_bidirectional_20_filled, - 'arrows_bidirectional_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.arrows_bidirectional_24_filled, - 'arrows_bidirectional_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.attach_12_filled, - 'attach_12_filled', - 12, - ), - - 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_arrow_right_20_filled, - 'attach_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.attach_arrow_right_24_filled, - 'attach_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.attach_text_20_filled, - 'attach_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.attach_text_24_filled, - 'attach_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_height_20_filled, - 'auto_fit_height_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_height_24_filled, - 'auto_fit_height_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_width_20_filled, - 'auto_fit_width_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.auto_fit_width_24_filled, - 'auto_fit_width_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autocorrect_20_filled, - 'autocorrect_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.autocorrect_24_filled, - 'autocorrect_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autofit_content_24_filled, - 'autofit_content_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.autosum_20_filled, - 'autosum_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.autosum_24_filled, - 'autosum_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_12_filled, - 'backpack_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.backpack_16_filled, - 'backpack_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.backpack_20_filled, - 'backpack_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backpack_24_filled, - 'backpack_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_28_filled, - 'backpack_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.backpack_32_filled, - 'backpack_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.backpack_48_filled, - 'backpack_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_20_filled, - 'backpack_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_24_filled, - 'backpack_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_28_filled, - 'backpack_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.backpack_add_48_filled, - 'backpack_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.backspace_20_filled, - 'backspace_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.backspace_24_filled, - 'backspace_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.badge_20_filled, - 'badge_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.badge_24_filled, - 'badge_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.balloon_12_filled, - 'balloon_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.balloon_16_filled, - 'balloon_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.balloon_20_filled, - 'balloon_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.balloon_24_filled, - 'balloon_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.barcode_scanner_20_filled, - 'barcode_scanner_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.barcode_scanner_24_filled, - 'barcode_scanner_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_10_20_filled, - 'battery_10_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_10_24_filled, - 'battery_10_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_20_filled, - 'battery_20_filled', - 20, - ), - - 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_checkmark_20_filled, - 'battery_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_checkmark_24_filled, - 'battery_checkmark_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_20_filled, - 'battery_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.battery_warning_24_filled, - 'battery_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.beach_16_filled, - 'beach_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.beach_20_filled, - 'beach_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.beach_24_filled, - 'beach_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.beach_28_filled, - 'beach_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.beach_32_filled, - 'beach_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.beach_48_filled, - 'beach_48_filled', - 48, - ), - - 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.beaker_edit_20_filled, - 'beaker_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.beaker_edit_24_filled, - 'beaker_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bed_16_filled, - 'bed_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bed_20_filled, - 'bed_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bed_24_filled, - 'bed_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_20_filled, - 'bezier_curve_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_square_12_filled, - 'bezier_curve_square_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.bezier_curve_square_20_filled, - 'bezier_curve_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bin_full_20_filled, - 'bin_full_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bin_full_24_filled, - 'bin_full_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_28_filled, - 'bluetooth_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_connected_20_filled, - 'bluetooth_connected_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_connected_24_filled, - 'bluetooth_connected_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_disabled_20_filled, - 'bluetooth_disabled_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_disabled_24_filled, - 'bluetooth_disabled_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_searching_20_filled, - 'bluetooth_searching_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bluetooth_searching_24_filled, - 'bluetooth_searching_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.blur_16_filled, - 'blur_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.blur_20_filled, - 'blur_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.blur_24_filled, - 'blur_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.blur_28_filled, - 'blur_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_16_filled, - 'board_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_20_filled, - 'board_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_24_filled, - 'board_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_28_filled, - 'board_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_games_20_filled, - 'board_games_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_16_filled, - 'board_heart_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_20_filled, - 'board_heart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_heart_24_filled, - 'board_heart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_split_16_filled, - 'board_split_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.board_split_20_filled, - 'board_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.board_split_24_filled, - 'board_split_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.board_split_28_filled, - 'board_split_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.board_split_48_filled, - 'board_split_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_20_filled, - 'book_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_24_filled, - 'book_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_add_20_filled, - 'book_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_add_24_filled, - 'book_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_arrow_clockwise_20_filled, - 'book_arrow_clockwise_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_arrow_clockwise_24_filled, - 'book_arrow_clockwise_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_clock_20_filled, - 'book_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_clock_24_filled, - 'book_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_coins_20_filled, - 'book_coins_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_coins_24_filled, - 'book_coins_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_compass_20_filled, - 'book_compass_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_compass_24_filled, - 'book_compass_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_20_filled, - 'book_contacts_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_24_filled, - 'book_contacts_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_28_filled, - 'book_contacts_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_contacts_32_filled, - 'book_contacts_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_database_20_filled, - 'book_database_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_database_24_filled, - 'book_database_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_exclamation_mark_20_filled, - 'book_exclamation_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_exclamation_mark_24_filled, - 'book_exclamation_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_globe_20_filled, - 'book_globe_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_globe_24_filled, - 'book_globe_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_information_20_filled, - 'book_information_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_information_24_filled, - 'book_information_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_letter_20_filled, - 'book_letter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_letter_24_filled, - 'book_letter_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.book_open_16_filled, - 'book_open_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.book_open_20_filled, - 'book_open_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_24_filled, - 'book_open_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_28_filled, - 'book_open_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_open_32_filled, - 'book_open_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_open_48_filled, - 'book_open_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_open_globe_20_filled, - 'book_open_globe_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_globe_24_filled, - 'book_open_globe_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_20_filled, - 'book_open_microphone_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_24_filled, - 'book_open_microphone_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_28_filled, - 'book_open_microphone_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_32_filled, - 'book_open_microphone_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.book_open_microphone_48_filled, - 'book_open_microphone_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.book_pulse_20_filled, - 'book_pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_pulse_24_filled, - 'book_pulse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_20_filled, - 'book_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_24_filled, - 'book_question_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_rtl_20_filled, - 'book_question_mark_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_question_mark_rtl_24_filled, - 'book_question_mark_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_search_20_filled, - 'book_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_search_24_filled, - 'book_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_star_20_filled, - 'book_star_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_star_24_filled, - 'book_star_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_template_20_filled, - 'book_template_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_theta_20_filled, - 'book_theta_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_theta_24_filled, - 'book_theta_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.book_toolbox_20_filled, - 'book_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.book_toolbox_24_filled, - 'book_toolbox_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_32_filled, - 'bookmark_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_add_20_filled, - 'bookmark_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_add_24_filled, - 'bookmark_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_16_filled, - 'bookmark_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_20_filled, - 'bookmark_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_24_filled, - 'bookmark_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_28_filled, - 'bookmark_multiple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_32_filled, - 'bookmark_multiple_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_multiple_48_filled, - 'bookmark_multiple_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_off_20_filled, - 'bookmark_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_off_24_filled, - 'bookmark_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_search_20_filled, - 'bookmark_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bookmark_search_24_filled, - 'bookmark_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_24_filled, - 'border_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_all_16_filled, - 'border_all_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.border_all_20_filled, - 'border_all_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_all_24_filled, - 'border_all_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_20_filled, - 'border_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_24_filled, - 'border_bottom_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_double_20_filled, - 'border_bottom_double_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_double_24_filled, - 'border_bottom_double_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_thick_20_filled, - 'border_bottom_thick_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_bottom_thick_24_filled, - 'border_bottom_thick_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_left_20_filled, - 'border_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_left_24_filled, - 'border_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_left_right_20_filled, - 'border_left_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_left_right_24_filled, - 'border_left_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_none_20_filled, - 'border_none_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_none_24_filled, - 'border_none_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_20_filled, - 'border_outside_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_24_filled, - 'border_outside_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_thick_20_filled, - 'border_outside_thick_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_outside_thick_24_filled, - 'border_outside_thick_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_right_20_filled, - 'border_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_right_24_filled, - 'border_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_20_filled, - 'border_top_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_24_filled, - 'border_top_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_20_filled, - 'border_top_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_24_filled, - 'border_top_bottom_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_double_20_filled, - 'border_top_bottom_double_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_double_24_filled, - 'border_top_bottom_double_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_thick_20_filled, - 'border_top_bottom_thick_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.border_top_bottom_thick_24_filled, - 'border_top_bottom_thick_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bot_20_filled, - 'bot_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bot_24_filled, - 'bot_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bot_add_20_filled, - 'bot_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bot_add_24_filled, - 'bot_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_16_filled, - 'bowl_chopsticks_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_20_filled, - 'bowl_chopsticks_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_24_filled, - 'bowl_chopsticks_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bowl_chopsticks_28_filled, - 'bowl_chopsticks_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.box_16_filled, - 'box_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.box_20_filled, - 'box_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_24_filled, - 'box_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_left_20_filled, - 'box_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_left_24_filled, - 'box_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_up_20_filled, - 'box_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_arrow_up_24_filled, - 'box_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_checkmark_20_filled, - 'box_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_checkmark_24_filled, - 'box_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_dismiss_20_filled, - 'box_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_dismiss_24_filled, - 'box_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_edit_20_filled, - 'box_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_edit_24_filled, - 'box_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_20_filled, - 'box_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_24_filled, - 'box_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_left_20_filled, - 'box_multiple_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_left_24_filled, - 'box_multiple_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_right_20_filled, - 'box_multiple_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_arrow_right_24_filled, - 'box_multiple_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_checkmark_20_filled, - 'box_multiple_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_checkmark_24_filled, - 'box_multiple_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_search_20_filled, - 'box_multiple_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_multiple_search_24_filled, - 'box_multiple_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_search_20_filled, - 'box_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_search_24_filled, - 'box_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.box_toolbox_20_filled, - 'box_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.box_toolbox_24_filled, - 'box_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.braces_20_filled, - 'braces_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.braces_24_filled, - 'braces_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.braces_variable_20_filled, - 'braces_variable_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.braces_variable_24_filled, - 'braces_variable_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brain_circuit_20_filled, - 'brain_circuit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brain_circuit_24_filled, - 'brain_circuit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_20_filled, - 'branch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_24_filled, - 'branch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_16_filled, - 'branch_compare_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_20_filled, - 'branch_compare_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_compare_24_filled, - 'branch_compare_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_16_filled, - 'branch_fork_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_20_filled, - 'branch_fork_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_24_filled, - 'branch_fork_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_hint_20_filled, - 'branch_fork_hint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_hint_24_filled, - 'branch_fork_hint_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_link_20_filled, - 'branch_fork_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.branch_fork_link_24_filled, - 'branch_fork_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_20_filled, - 'breakout_room_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_24_filled, - 'breakout_room_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.breakout_room_28_filled, - 'breakout_room_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_12_filled, - 'briefcase_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_16_filled, - 'briefcase_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_20_filled, - 'briefcase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_24_filled, - 'briefcase_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_28_filled, - 'briefcase_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_32_filled, - 'briefcase_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_48_filled, - 'briefcase_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_16_filled, - 'briefcase_medical_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_20_filled, - 'briefcase_medical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_24_filled, - 'briefcase_medical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_medical_32_filled, - 'briefcase_medical_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_16_filled, - 'briefcase_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_20_filled, - 'briefcase_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_24_filled, - 'briefcase_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_28_filled, - 'briefcase_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_32_filled, - 'briefcase_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.briefcase_off_48_filled, - 'briefcase_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_16_filled, - 'brightness_high_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_20_filled, - 'brightness_high_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_24_filled, - 'brightness_high_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_28_filled, - 'brightness_high_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_32_filled, - 'brightness_high_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.brightness_high_48_filled, - 'brightness_high_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_16_filled, - 'brightness_low_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_20_filled, - 'brightness_low_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_24_filled, - 'brightness_low_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_28_filled, - 'brightness_low_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_32_filled, - 'brightness_low_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.brightness_low_48_filled, - 'brightness_low_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_16_filled, - 'broad_activity_feed_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_20_filled, - 'broad_activity_feed_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.broad_activity_feed_24_filled, - 'broad_activity_feed_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.broom_16_filled, - 'broom_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.broom_20_filled, - 'broom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.broom_24_filled, - 'broom_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.bug_16_filled, - 'bug_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.bug_20_filled, - 'bug_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.bug_24_filled, - 'bug_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_16_filled, - 'building_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_20_filled, - 'building_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_24_filled, - 'building_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_16_filled, - 'building_bank_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_20_filled, - 'building_bank_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_24_filled, - 'building_bank_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_28_filled, - 'building_bank_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_48_filled, - 'building_bank_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_16_filled, - 'building_bank_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_20_filled, - 'building_bank_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_24_filled, - 'building_bank_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_28_filled, - 'building_bank_link_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_link_48_filled, - 'building_bank_link_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_toolbox_20_filled, - 'building_bank_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_bank_toolbox_24_filled, - 'building_bank_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_16_filled, - 'building_factory_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_20_filled, - 'building_factory_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_24_filled, - 'building_factory_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_28_filled, - 'building_factory_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_32_filled, - 'building_factory_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.building_factory_48_filled, - 'building_factory_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.building_government_20_filled, - 'building_government_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_government_24_filled, - 'building_government_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_government_32_filled, - 'building_government_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.building_home_16_filled, - 'building_home_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_home_20_filled, - 'building_home_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_home_24_filled, - 'building_home_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_lighthouse_20_filled, - 'building_lighthouse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_multiple_20_filled, - 'building_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_multiple_24_filled, - 'building_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_20_filled, - 'building_retail_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_24_filled, - 'building_retail_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_money_20_filled, - 'building_retail_money_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_money_24_filled, - 'building_retail_money_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_more_20_filled, - 'building_retail_more_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_shield_20_filled, - 'building_retail_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_shield_24_filled, - 'building_retail_shield_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_toolbox_20_filled, - 'building_retail_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_retail_toolbox_24_filled, - 'building_retail_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_16_filled, - 'building_shop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_20_filled, - 'building_shop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_shop_24_filled, - 'building_shop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_16_filled, - 'building_skyscraper_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_20_filled, - 'building_skyscraper_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.building_skyscraper_24_filled, - 'building_skyscraper_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_20_filled, - 'calculator_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_24_filled, - 'calculator_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_arrow_clockwise_20_filled, - 'calculator_arrow_clockwise_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_arrow_clockwise_24_filled, - 'calculator_arrow_clockwise_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calculator_multiple_20_filled, - 'calculator_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calculator_multiple_24_filled, - 'calculator_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_3_day_16_filled, - 'calendar_3_day_16_filled', - 16, - ), - - 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_16_filled, - 'calendar_add_16_filled', - 16, - ), - - 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_add_28_filled, - 'calendar_add_28_filled', - 28, - ), - - 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_down_20_filled, - 'calendar_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_down_24_filled, - 'calendar_arrow_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_16_filled, - 'calendar_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_20_filled, - 'calendar_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_arrow_right_24_filled, - 'calendar_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_assistant_16_filled, - 'calendar_assistant_16_filled', - 16, - ), - - 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_16_filled, - 'calendar_cancel_16_filled', - 16, - ), - - 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_chat_20_filled, - 'calendar_chat_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_chat_24_filled, - 'calendar_chat_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_checkmark_28_filled, - 'calendar_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_clock_16_filled, - 'calendar_clock_16_filled', - 16, - ), - - 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_day_16_filled, - 'calendar_day_16_filled', - 16, - ), - - 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_edit_16_filled, - 'calendar_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_edit_20_filled, - 'calendar_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_edit_24_filled, - 'calendar_edit_24_filled', - 24, - ), - - 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_empty_32_filled, - 'calendar_empty_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_error_20_filled, - 'calendar_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_error_24_filled, - 'calendar_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_info_16_filled, - 'calendar_info_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_info_20_filled, - 'calendar_info_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_12_filled, - 'calendar_ltr_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_16_filled, - 'calendar_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_20_filled, - 'calendar_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_24_filled, - 'calendar_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_28_filled, - 'calendar_ltr_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_32_filled, - 'calendar_ltr_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_ltr_48_filled, - 'calendar_ltr_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mail_16_filled, - 'calendar_mail_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mail_20_filled, - 'calendar_mail_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_mention_20_filled, - 'calendar_mention_20_filled', - 20, - ), - - 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_16_filled, - 'calendar_multiple_16_filled', - 16, - ), - - 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_multiple_32_filled, - 'calendar_multiple_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_overdue_24_filled, - 'calendar_overdue_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_pattern_16_filled, - 'calendar_pattern_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_pattern_20_filled, - 'calendar_pattern_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_patterns_16_filled, - 'calendar_patterns_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_16_filled, - 'calendar_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_20_filled, - 'calendar_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_person_24_filled, - 'calendar_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_phone_16_filled, - 'calendar_phone_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_phone_20_filled, - 'calendar_phone_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_16_filled, - 'calendar_question_mark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_20_filled, - 'calendar_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_question_mark_24_filled, - 'calendar_question_mark_24_filled', - 24, - ), - - 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_rtl_12_filled, - 'calendar_rtl_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_16_filled, - 'calendar_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_20_filled, - 'calendar_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_24_filled, - 'calendar_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_28_filled, - 'calendar_rtl_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_32_filled, - 'calendar_rtl_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.calendar_rtl_48_filled, - 'calendar_rtl_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.calendar_search_16_filled, - 'calendar_search_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_search_20_filled, - 'calendar_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_settings_16_filled, - 'calendar_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.calendar_settings_20_filled, - 'calendar_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_star_16_filled, - 'calendar_star_16_filled', - 16, - ), - - 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_toolbox_20_filled, - 'calendar_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calendar_toolbox_24_filled, - 'calendar_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calendar_week_numbers_20_filled, - 'calendar_week_numbers_20_filled', - 20, - ), - - 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.calendar_work_week_28_filled, - 'calendar_work_week_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_16_filled, - 'call_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_20_filled, - 'call_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_24_filled, - 'call_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_28_filled, - 'call_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_32_filled, - 'call_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.call_48_filled, - 'call_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_add_20_filled, - 'call_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_add_24_filled, - 'call_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_checkmark_20_filled, - 'call_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_checkmark_24_filled, - 'call_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_connecting_20_filled, - 'call_connecting_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_dismiss_20_filled, - 'call_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_dismiss_24_filled, - 'call_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_end_16_filled, - 'call_end_16_filled', - 16, - ), - - 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_exclamation_20_filled, - 'call_exclamation_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_16_filled, - 'call_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_20_filled, - 'call_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_24_filled, - 'call_forward_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_28_filled, - 'call_forward_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_forward_48_filled, - 'call_forward_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_16_filled, - 'call_inbound_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_20_filled, - 'call_inbound_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_24_filled, - 'call_inbound_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_28_filled, - 'call_inbound_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_inbound_48_filled, - 'call_inbound_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_16_filled, - 'call_missed_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_20_filled, - 'call_missed_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_24_filled, - 'call_missed_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_28_filled, - 'call_missed_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_missed_48_filled, - 'call_missed_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_16_filled, - 'call_outbound_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_20_filled, - 'call_outbound_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_24_filled, - 'call_outbound_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_28_filled, - 'call_outbound_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_outbound_48_filled, - 'call_outbound_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_park_16_filled, - 'call_park_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_park_20_filled, - 'call_park_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_park_24_filled, - 'call_park_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_park_28_filled, - 'call_park_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_park_32_filled, - 'call_park_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.call_park_48_filled, - 'call_park_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_pause_20_filled, - 'call_pause_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_pause_24_filled, - 'call_pause_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_16_filled, - 'call_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_20_filled, - 'call_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_24_filled, - 'call_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_28_filled, - 'call_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.call_prohibited_48_filled, - 'call_prohibited_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.call_transfer_20_filled, - 'call_transfer_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_20_filled, - 'calligraphy_pen_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_24_filled, - 'calligraphy_pen_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_checkmark_20_filled, - 'calligraphy_pen_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_error_20_filled, - 'calligraphy_pen_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.calligraphy_pen_question_mark_20_filled, - 'calligraphy_pen_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_16_filled, - 'camera_16_filled', - 16, - ), - - 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_dome_16_filled, - 'camera_dome_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_20_filled, - 'camera_dome_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_24_filled, - 'camera_dome_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_28_filled, - 'camera_dome_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.camera_dome_48_filled, - 'camera_dome_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.camera_edit_20_filled, - 'camera_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_off_20_filled, - 'camera_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.camera_off_24_filled, - 'camera_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.camera_switch_20_filled, - 'camera_switch_20_filled', - 20, - ), - - 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_down_left_12_filled, - 'caret_down_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_16_filled, - 'caret_down_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_20_filled, - 'caret_down_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_left_24_filled, - 'caret_down_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_12_filled, - 'caret_down_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_16_filled, - 'caret_down_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_20_filled, - 'caret_down_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_down_right_24_filled, - 'caret_down_right_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.caret_up_12_filled, - 'caret_up_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_16_filled, - 'caret_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_20_filled, - 'caret_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.caret_up_24_filled, - 'caret_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cart_16_filled, - 'cart_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cart_20_filled, - 'cart_20_filled', - 20, - ), - - 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_20_filled, - 'cellular_3g_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_3g_24_filled, - 'cellular_3g_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_4g_20_filled, - 'cellular_4g_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_4g_24_filled, - 'cellular_4g_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_5g_20_filled, - 'cellular_5g_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_5g_24_filled, - 'cellular_5g_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_cellular_off_24_filled, - 'cellular_data_cellular_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_data_cellular_unavailable_24_filled, - 'cellular_data_cellular_unavailable_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_data_unavailable_24_filled, - 'cellular_data_unavailable_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_off_20_filled, - 'cellular_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_off_24_filled, - 'cellular_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cellular_warning_20_filled, - 'cellular_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cellular_warning_24_filled, - 'cellular_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.center_horizontal_20_filled, - 'center_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.center_horizontal_24_filled, - 'center_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.center_vertical_20_filled, - 'center_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.center_vertical_24_filled, - 'center_vertical_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_28_filled, - 'channel_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_48_filled, - 'channel_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_16_filled, - 'channel_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_20_filled, - 'channel_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_24_filled, - 'channel_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_28_filled, - 'channel_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_add_48_filled, - 'channel_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_16_filled, - 'channel_alert_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_20_filled, - 'channel_alert_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_24_filled, - 'channel_alert_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_28_filled, - 'channel_alert_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_alert_48_filled, - 'channel_alert_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_16_filled, - 'channel_arrow_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_20_filled, - 'channel_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_24_filled, - 'channel_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_28_filled, - 'channel_arrow_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_arrow_left_48_filled, - 'channel_arrow_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_16_filled, - 'channel_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_20_filled, - 'channel_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_24_filled, - 'channel_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_28_filled, - 'channel_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_dismiss_48_filled, - 'channel_dismiss_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_12_filled, - 'channel_share_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_16_filled, - 'channel_share_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_20_filled, - 'channel_share_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_24_filled, - 'channel_share_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_28_filled, - 'channel_share_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_share_48_filled, - 'channel_share_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_16_filled, - 'channel_subtract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_20_filled, - 'channel_subtract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_24_filled, - 'channel_subtract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_28_filled, - 'channel_subtract_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.channel_subtract_48_filled, - 'channel_subtract_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chart_multiple_20_filled, - 'chart_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chart_multiple_24_filled, - 'chart_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_20_filled, - 'chart_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_24_filled, - 'chart_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_28_filled, - 'chart_person_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chart_person_48_filled, - 'chart_person_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chat_12_filled, - 'chat_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chat_16_filled, - 'chat_16_filled', - 16, - ), - - 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_32_filled, - 'chat_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chat_48_filled, - 'chat_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_back_16_filled, - 'chat_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_back_20_filled, - 'chat_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_double_back_16_filled, - 'chat_arrow_double_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_arrow_double_back_20_filled, - 'chat_arrow_double_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_16_filled, - 'chat_bubbles_question_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_20_filled, - 'chat_bubbles_question_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_bubbles_question_24_filled, - 'chat_bubbles_question_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_16_filled, - 'chat_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_20_filled, - 'chat_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_dismiss_24_filled, - 'chat_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_help_20_filled, - 'chat_help_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_help_24_filled, - 'chat_help_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_mail_20_filled, - 'chat_mail_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_16_filled, - 'chat_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_20_filled, - 'chat_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_multiple_24_filled, - 'chat_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_off_20_filled, - 'chat_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_off_24_filled, - 'chat_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_settings_20_filled, - 'chat_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_settings_24_filled, - 'chat_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_video_20_filled, - 'chat_video_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_video_24_filled, - 'chat_video_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_16_filled, - 'chat_warning_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_20_filled, - 'chat_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chat_warning_24_filled, - 'chat_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.check_20_filled, - 'check_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.check_24_filled, - 'check_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_1_20_filled, - 'checkbox_1_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_1_24_filled, - 'checkbox_1_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_2_20_filled, - 'checkbox_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_2_24_filled, - 'checkbox_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_arrow_right_20_filled, - 'checkbox_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_arrow_right_24_filled, - 'checkbox_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_checked_16_filled, - 'checkbox_checked_16_filled', - 16, - ), - - 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_checked_sync_16_filled, - 'checkbox_checked_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_checked_sync_20_filled, - 'checkbox_checked_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_16_filled, - 'checkbox_indeterminate_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_20_filled, - 'checkbox_indeterminate_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_indeterminate_24_filled, - 'checkbox_indeterminate_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_16_filled, - 'checkbox_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_20_filled, - 'checkbox_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_person_24_filled, - 'checkbox_person_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.checkbox_warning_20_filled, - 'checkbox_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkbox_warning_24_filled, - 'checkbox_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_12_filled, - 'checkmark_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_16_filled, - 'checkmark_16_filled', - 16, - ), - - 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_32_filled, - 'checkmark_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_48_filled, - 'checkmark_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_circle_12_filled, - 'checkmark_circle_12_filled', - 12, - ), - - 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_32_filled, - 'checkmark_circle_32_filled', - 32, - ), - - 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_note_20_filled, - 'checkmark_note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_square_24_filled, - 'checkmark_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_16_filled, - 'checkmark_starburst_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_20_filled, - 'checkmark_starburst_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.checkmark_starburst_24_filled, - 'checkmark_starburst_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_circle_down_12_filled, - 'chevron_circle_down_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_16_filled, - 'chevron_circle_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_20_filled, - 'chevron_circle_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_24_filled, - 'chevron_circle_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_28_filled, - 'chevron_circle_down_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_32_filled, - 'chevron_circle_down_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_down_48_filled, - 'chevron_circle_down_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_12_filled, - 'chevron_circle_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_16_filled, - 'chevron_circle_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_20_filled, - 'chevron_circle_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_24_filled, - 'chevron_circle_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_28_filled, - 'chevron_circle_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_32_filled, - 'chevron_circle_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_left_48_filled, - 'chevron_circle_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_12_filled, - 'chevron_circle_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_16_filled, - 'chevron_circle_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_20_filled, - 'chevron_circle_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_24_filled, - 'chevron_circle_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_28_filled, - 'chevron_circle_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_32_filled, - 'chevron_circle_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_right_48_filled, - 'chevron_circle_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_12_filled, - 'chevron_circle_up_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_16_filled, - 'chevron_circle_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_20_filled, - 'chevron_circle_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_24_filled, - 'chevron_circle_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_28_filled, - 'chevron_circle_up_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_32_filled, - 'chevron_circle_up_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.chevron_circle_up_48_filled, - 'chevron_circle_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_down_16_filled, - 'chevron_double_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_down_20_filled, - 'chevron_double_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_left_16_filled, - 'chevron_double_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_left_20_filled, - 'chevron_double_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_right_16_filled, - 'chevron_double_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_right_20_filled, - 'chevron_double_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_up_16_filled, - 'chevron_double_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_double_up_20_filled, - 'chevron_double_up_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_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.chevron_up_down_16_filled, - 'chevron_up_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chevron_up_down_20_filled, - 'chevron_up_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chevron_up_down_24_filled, - 'chevron_up_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_16_filled, - 'chopsticks_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_20_filled, - 'chopsticks_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_24_filled, - 'chopsticks_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.chopsticks_28_filled, - 'chopsticks_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.circle_12_filled, - 'circle_12_filled', - 12, - ), - - 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_32_filled, - 'circle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.circle_48_filled, - 'circle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.circle_edit_20_filled, - 'circle_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_edit_24_filled, - 'circle_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_half_fill_12_filled, - 'circle_half_fill_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.circle_half_fill_16_filled, - 'circle_half_fill_16_filled', - 16, - ), - - 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_12_filled, - 'circle_line_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.circle_line_20_filled, - 'circle_line_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_line_24_filled, - 'circle_line_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_multiple_subtract_checkmark_20_filled, - 'circle_multiple_subtract_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_off_16_filled, - 'circle_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_off_20_filled, - 'circle_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_small_20_filled, - 'circle_small_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_small_24_filled, - 'circle_small_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_back_16_filled, - 'circle_subtract_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_back_20_filled, - 'circle_subtract_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_forward_16_filled, - 'circle_subtract_arrow_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.circle_subtract_arrow_forward_20_filled, - 'circle_subtract_arrow_forward_20_filled', - 20, - ), - - 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_20_filled, - 'class_20_filled', - 20, - ), - - 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_16_filled, - 'clear_formatting_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clear_formatting_20_filled, - 'clear_formatting_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clear_formatting_24_filled, - 'clear_formatting_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_16_filled, - 'clipboard_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_20_filled, - 'clipboard_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_24_filled, - 'clipboard_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_16_filled, - 'clipboard_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_20_filled, - 'clipboard_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_arrow_right_24_filled, - 'clipboard_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_ltr_16_filled, - 'clipboard_bullet_list_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_ltr_20_filled, - 'clipboard_bullet_list_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_rtl_16_filled, - 'clipboard_bullet_list_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_bullet_list_rtl_20_filled, - 'clipboard_bullet_list_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_checkmark_20_filled, - 'clipboard_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_checkmark_24_filled, - 'clipboard_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_clock_20_filled, - 'clipboard_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_clock_24_filled, - 'clipboard_clock_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_data_bar_20_filled, - 'clipboard_data_bar_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_data_bar_24_filled, - 'clipboard_data_bar_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_data_bar_32_filled, - 'clipboard_data_bar_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_edit_20_filled, - 'clipboard_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_error_20_filled, - 'clipboard_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_error_24_filled, - 'clipboard_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_heart_20_filled, - 'clipboard_heart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_heart_24_filled, - 'clipboard_heart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_image_20_filled, - 'clipboard_image_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_image_24_filled, - 'clipboard_image_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_20_filled, - 'clipboard_more_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_more_24_filled, - 'clipboard_more_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_note_20_filled, - 'clipboard_note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_paste_16_filled, - 'clipboard_paste_16_filled', - 16, - ), - - 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_pulse_20_filled, - 'clipboard_pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_pulse_24_filled, - 'clipboard_pulse_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_settings_20_filled, - 'clipboard_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_settings_24_filled, - 'clipboard_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_20_filled, - 'clipboard_task_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_24_filled, - 'clipboard_task_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_add_20_filled, - 'clipboard_task_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_add_24_filled, - 'clipboard_task_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_ltr_20_filled, - 'clipboard_task_list_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_ltr_24_filled, - 'clipboard_task_list_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_rtl_20_filled, - 'clipboard_task_list_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_task_list_rtl_24_filled, - 'clipboard_task_list_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_ltr_20_filled, - 'clipboard_text_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_ltr_24_filled, - 'clipboard_text_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_rtl_20_filled, - 'clipboard_text_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clipboard_text_rtl_24_filled, - 'clipboard_text_rtl_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_32_filled, - 'clock_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clock_48_filled, - 'clock_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_16_filled, - 'clock_alarm_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_20_filled, - 'clock_alarm_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_24_filled, - 'clock_alarm_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_alarm_32_filled, - 'clock_alarm_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.clock_arrow_download_20_filled, - 'clock_arrow_download_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_arrow_download_24_filled, - 'clock_arrow_download_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_dismiss_20_filled, - 'clock_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_dismiss_24_filled, - 'clock_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_pause_20_filled, - 'clock_pause_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_pause_24_filled, - 'clock_pause_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.clock_toolbox_20_filled, - 'clock_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.clock_toolbox_24_filled, - 'clock_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_16_filled, - 'closed_caption_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_20_filled, - 'closed_caption_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_24_filled, - 'closed_caption_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_28_filled, - 'closed_caption_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_32_filled, - 'closed_caption_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_48_filled, - 'closed_caption_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_16_filled, - 'closed_caption_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_20_filled, - 'closed_caption_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_24_filled, - 'closed_caption_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_28_filled, - 'closed_caption_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.closed_caption_off_48_filled, - 'closed_caption_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_16_filled, - 'cloud_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_20_filled, - 'cloud_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_24_filled, - 'cloud_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_28_filled, - 'cloud_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_32_filled, - 'cloud_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_48_filled, - 'cloud_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_add_16_filled, - 'cloud_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_add_20_filled, - 'cloud_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_16_filled, - 'cloud_archive_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_20_filled, - 'cloud_archive_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_24_filled, - 'cloud_archive_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_28_filled, - 'cloud_archive_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_32_filled, - 'cloud_archive_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_archive_48_filled, - 'cloud_archive_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_16_filled, - 'cloud_arrow_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_20_filled, - 'cloud_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_24_filled, - 'cloud_arrow_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_28_filled, - 'cloud_arrow_down_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_32_filled, - 'cloud_arrow_down_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_down_48_filled, - 'cloud_arrow_down_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_16_filled, - 'cloud_arrow_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_20_filled, - 'cloud_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_24_filled, - 'cloud_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_28_filled, - 'cloud_arrow_up_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_32_filled, - 'cloud_arrow_up_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_arrow_up_48_filled, - 'cloud_arrow_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_16_filled, - 'cloud_backup_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_20_filled, - 'cloud_backup_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_24_filled, - 'cloud_backup_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_28_filled, - 'cloud_backup_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_32_filled, - 'cloud_backup_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_backup_48_filled, - 'cloud_backup_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_16_filled, - 'cloud_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_20_filled, - 'cloud_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_24_filled, - 'cloud_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_28_filled, - 'cloud_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_32_filled, - 'cloud_checkmark_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_checkmark_48_filled, - 'cloud_checkmark_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_16_filled, - 'cloud_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_20_filled, - 'cloud_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_24_filled, - 'cloud_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_28_filled, - 'cloud_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_32_filled, - 'cloud_dismiss_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_dismiss_48_filled, - 'cloud_dismiss_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_16_filled, - 'cloud_download_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_20_filled, - 'cloud_download_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_24_filled, - 'cloud_download_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_28_filled, - 'cloud_download_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_32_filled, - 'cloud_download_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_download_48_filled, - 'cloud_download_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_edit_16_filled, - 'cloud_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_edit_20_filled, - 'cloud_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_flow_20_filled, - 'cloud_flow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_flow_24_filled, - 'cloud_flow_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_link_16_filled, - 'cloud_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_link_20_filled, - 'cloud_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_16_filled, - 'cloud_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_20_filled, - 'cloud_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_24_filled, - 'cloud_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_28_filled, - 'cloud_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_off_32_filled, - 'cloud_off_32_filled', - 32, - ), - - 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_swap_20_filled, - 'cloud_swap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_swap_24_filled, - 'cloud_swap_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_16_filled, - 'cloud_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_20_filled, - 'cloud_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_24_filled, - 'cloud_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_28_filled, - 'cloud_sync_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_32_filled, - 'cloud_sync_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_48_filled, - 'cloud_sync_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_16_filled, - 'cloud_sync_complete_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_20_filled, - 'cloud_sync_complete_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_24_filled, - 'cloud_sync_complete_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_28_filled, - 'cloud_sync_complete_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_32_filled, - 'cloud_sync_complete_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_sync_complete_48_filled, - 'cloud_sync_complete_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_16_filled, - 'cloud_words_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_20_filled, - 'cloud_words_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_24_filled, - 'cloud_words_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_28_filled, - 'cloud_words_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_32_filled, - 'cloud_words_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cloud_words_48_filled, - 'cloud_words_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.code_16_filled, - 'code_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.code_20_filled, - 'code_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_24_filled, - 'code_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.code_circle_20_filled, - 'code_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_text_20_filled, - 'code_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.code_text_edit_20_filled, - 'code_text_edit_20_filled', - 20, - ), - - 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_16_filled, - 'color_16_filled', - 16, - ), - - 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_16_filled, - 'color_fill_16_filled', - 16, - ), - - 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_fill_28_filled, - 'color_fill_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.color_line_16_filled, - 'color_line_16_filled', - 16, - ), - - 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_20_filled, - 'column_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_arrow_right_20_filled, - 'column_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_edit_20_filled, - 'column_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_edit_24_filled, - 'column_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_20_filled, - 'column_triple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_24_filled, - 'column_triple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_edit_20_filled, - 'column_triple_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.column_triple_edit_24_filled, - 'column_triple_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comma_24_filled, - 'comma_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_12_filled, - 'comment_12_filled', - 12, - ), - - 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_28_filled, - 'comment_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_48_filled, - 'comment_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_12_filled, - 'comment_add_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_16_filled, - 'comment_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_20_filled, - 'comment_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_24_filled, - 'comment_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_28_filled, - 'comment_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_add_48_filled, - 'comment_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_12_filled, - 'comment_arrow_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_16_filled, - 'comment_arrow_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_20_filled, - 'comment_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_24_filled, - 'comment_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_28_filled, - 'comment_arrow_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_left_48_filled, - 'comment_arrow_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_12_filled, - 'comment_arrow_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_16_filled, - 'comment_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_20_filled, - 'comment_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_24_filled, - 'comment_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_28_filled, - 'comment_arrow_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_arrow_right_48_filled, - 'comment_arrow_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_12_filled, - 'comment_checkmark_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_16_filled, - 'comment_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_20_filled, - 'comment_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_24_filled, - 'comment_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_28_filled, - 'comment_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_checkmark_48_filled, - 'comment_checkmark_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.comment_dismiss_20_filled, - 'comment_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_dismiss_24_filled, - 'comment_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_edit_20_filled, - 'comment_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_edit_24_filled, - 'comment_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_16_filled, - 'comment_error_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_20_filled, - 'comment_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_error_24_filled, - 'comment_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_lightning_20_filled, - 'comment_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_lightning_24_filled, - 'comment_lightning_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_multiple_28_filled, - 'comment_multiple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_32_filled, - 'comment_multiple_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_16_filled, - 'comment_multiple_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_20_filled, - 'comment_multiple_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_24_filled, - 'comment_multiple_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_checkmark_28_filled, - 'comment_multiple_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_16_filled, - 'comment_multiple_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_20_filled, - 'comment_multiple_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_24_filled, - 'comment_multiple_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_28_filled, - 'comment_multiple_link_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_multiple_link_32_filled, - 'comment_multiple_link_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.comment_note_20_filled, - 'comment_note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_note_24_filled, - 'comment_note_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_16_filled, - 'comment_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_20_filled, - 'comment_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_24_filled, - 'comment_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_28_filled, - 'comment_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.comment_off_48_filled, - 'comment_off_48_filled', - 48, - ), - - 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.communication_person_20_filled, - 'communication_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.communication_person_24_filled, - 'communication_person_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.component_2_double_tap_swipe_down_24_filled, - 'component_2_double_tap_swipe_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.component_2_double_tap_swipe_up_24_filled, - 'component_2_double_tap_swipe_up_24_filled', - 24, - ), - - 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_16_filled, - 'contact_card_16_filled', - 16, - ), - - 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_28_filled, - 'contact_card_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_32_filled, - 'contact_card_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_48_filled, - 'contact_card_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_16_filled, - 'contact_card_group_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_20_filled, - 'contact_card_group_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_24_filled, - 'contact_card_group_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_28_filled, - 'contact_card_group_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_group_48_filled, - 'contact_card_group_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_link_16_filled, - 'contact_card_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_link_20_filled, - 'contact_card_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_16_filled, - 'contact_card_ribbon_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_20_filled, - 'contact_card_ribbon_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_24_filled, - 'contact_card_ribbon_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_28_filled, - 'contact_card_ribbon_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_32_filled, - 'contact_card_ribbon_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contact_card_ribbon_48_filled, - 'contact_card_ribbon_48_filled', - 48, - ), - - 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.content_settings_32_filled, - 'content_settings_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.content_view_20_filled, - 'content_view_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.content_view_32_filled, - 'content_view_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.content_view_gallery_20_filled, - 'content_view_gallery_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_16_filled, - 'contract_down_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_20_filled, - 'contract_down_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_24_filled, - 'contract_down_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_28_filled, - 'contract_down_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_32_filled, - 'contract_down_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.contract_down_left_48_filled, - 'contract_down_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.control_button_20_filled, - 'control_button_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.control_button_24_filled, - 'control_button_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.convert_range_20_filled, - 'convert_range_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.convert_range_24_filled, - 'convert_range_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.convert_to_type_20_filled, - 'convert_to_type_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.convert_to_type_24_filled, - 'convert_to_type_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.convert_to_type_off_20_filled, - 'convert_to_type_off_20_filled', - 20, - ), - - 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_add_20_filled, - 'copy_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.copy_add_24_filled, - 'copy_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_16_filled, - 'copy_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_20_filled, - 'copy_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.copy_arrow_right_24_filled, - 'copy_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.copy_select_20_filled, - 'copy_select_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.couch_12_filled, - 'couch_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.couch_20_filled, - 'couch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.couch_24_filled, - 'couch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_person_20_filled, - 'credit_card_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_person_24_filled, - 'credit_card_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_toolbox_20_filled, - 'credit_card_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.credit_card_toolbox_24_filled, - 'credit_card_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_20_filled, - 'crop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_24_filled, - 'crop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_20_filled, - 'crop_interim_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_24_filled, - 'crop_interim_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_off_20_filled, - 'crop_interim_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.crop_interim_off_24_filled, - 'crop_interim_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_12_filled, - 'cube_12_filled', - 12, - ), - - 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.cube_add_20_filled, - 'cube_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_link_20_filled, - 'cube_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_multiple_20_filled, - 'cube_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_multiple_24_filled, - 'cube_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_16_filled, - 'cube_quick_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_20_filled, - 'cube_quick_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_24_filled, - 'cube_quick_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_quick_28_filled, - 'cube_quick_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cube_rotate_20_filled, - 'cube_rotate_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_sync_20_filled, - 'cube_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_sync_24_filled, - 'cube_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cube_tree_20_filled, - 'cube_tree_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cube_tree_24_filled, - 'cube_tree_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_16_filled, - 'currency_dollar_euro_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_20_filled, - 'currency_dollar_euro_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_euro_24_filled, - 'currency_dollar_euro_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_16_filled, - 'currency_dollar_rupee_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_20_filled, - 'currency_dollar_rupee_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.currency_dollar_rupee_24_filled, - 'currency_dollar_rupee_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_20_filled, - 'cursor_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_24_filled, - 'cursor_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_click_20_filled, - 'cursor_click_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_click_24_filled, - 'cursor_click_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_16_filled, - 'cursor_hover_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_20_filled, - 'cursor_hover_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_24_filled, - 'cursor_hover_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_28_filled, - 'cursor_hover_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_32_filled, - 'cursor_hover_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_48_filled, - 'cursor_hover_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_16_filled, - 'cursor_hover_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_20_filled, - 'cursor_hover_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_24_filled, - 'cursor_hover_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_28_filled, - 'cursor_hover_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.cursor_hover_off_48_filled, - 'cursor_hover_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.cut_20_filled, - 'cut_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.cut_24_filled, - 'cut_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dark_theme_20_filled, - 'dark_theme_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dark_theme_24_filled, - 'dark_theme_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_area_20_filled, - 'data_area_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_area_24_filled, - 'data_area_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_bar_horizontal_20_filled, - 'data_bar_horizontal_20_filled', - 20, - ), - - 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_bar_vertical_add_20_filled, - 'data_bar_vertical_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_bar_vertical_add_24_filled, - 'data_bar_vertical_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_funnel_20_filled, - 'data_funnel_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_funnel_24_filled, - 'data_funnel_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_histogram_20_filled, - 'data_histogram_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_histogram_24_filled, - 'data_histogram_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_line_20_filled, - 'data_line_20_filled', - 20, - ), - - 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_20_filled, - 'data_scatter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_scatter_24_filled, - 'data_scatter_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_sunburst_20_filled, - 'data_sunburst_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_sunburst_24_filled, - 'data_sunburst_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_treemap_20_filled, - 'data_treemap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_treemap_24_filled, - 'data_treemap_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_16_filled, - 'data_trending_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_20_filled, - 'data_trending_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_trending_24_filled, - 'data_trending_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_20_filled, - 'data_usage_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_24_filled, - 'data_usage_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_edit_20_filled, - 'data_usage_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_edit_24_filled, - 'data_usage_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_settings_20_filled, - 'data_usage_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_toolbox_20_filled, - 'data_usage_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_usage_toolbox_24_filled, - 'data_usage_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_waterfall_20_filled, - 'data_waterfall_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_waterfall_24_filled, - 'data_waterfall_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.data_whisker_20_filled, - 'data_whisker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.data_whisker_24_filled, - 'data_whisker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_20_filled, - 'database_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_24_filled, - 'database_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_down_20_filled, - 'database_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_right_20_filled, - 'database_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_arrow_up_20_filled, - 'database_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_lightning_20_filled, - 'database_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_link_20_filled, - 'database_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_link_24_filled, - 'database_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_multiple_20_filled, - 'database_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_person_20_filled, - 'database_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_person_24_filled, - 'database_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_plug_connected_20_filled, - 'database_plug_connected_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_search_20_filled, - 'database_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_search_24_filled, - 'database_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.database_warning_20_filled, - 'database_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.database_window_20_filled, - 'database_window_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_left_20_filled, - 'decimal_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_left_24_filled, - 'decimal_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_right_20_filled, - 'decimal_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.decimal_arrow_right_24_filled, - 'decimal_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.delete_16_filled, - 'delete_16_filled', - 16, - ), - - 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_arrow_back_16_filled, - 'delete_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.delete_arrow_back_20_filled, - 'delete_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_20_filled, - 'delete_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_24_filled, - 'delete_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.delete_dismiss_28_filled, - 'delete_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.delete_lines_20_filled, - 'delete_lines_20_filled', - 20, - ), - - 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_12_filled, - 'dentist_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.dentist_16_filled, - 'dentist_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dentist_20_filled, - 'dentist_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dentist_24_filled, - 'dentist_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dentist_28_filled, - 'dentist_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dentist_48_filled, - 'dentist_48_filled', - 48, - ), - - 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.desktop_32_filled, - 'desktop_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_16_filled, - 'desktop_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_20_filled, - 'desktop_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_arrow_right_24_filled, - 'desktop_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_16_filled, - 'desktop_cursor_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_20_filled, - 'desktop_cursor_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_24_filled, - 'desktop_cursor_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_cursor_28_filled, - 'desktop_cursor_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_16_filled, - 'desktop_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_20_filled, - 'desktop_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_edit_24_filled, - 'desktop_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_flow_20_filled, - 'desktop_flow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_flow_24_filled, - 'desktop_flow_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_16_filled, - 'desktop_keyboard_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_20_filled, - 'desktop_keyboard_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_24_filled, - 'desktop_keyboard_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_keyboard_28_filled, - 'desktop_keyboard_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_16_filled, - 'desktop_mac_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_20_filled, - 'desktop_mac_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_24_filled, - 'desktop_mac_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_mac_32_filled, - 'desktop_mac_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_16_filled, - 'desktop_pulse_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_20_filled, - 'desktop_pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_24_filled, - 'desktop_pulse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_28_filled, - 'desktop_pulse_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_32_filled, - 'desktop_pulse_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.desktop_pulse_48_filled, - 'desktop_pulse_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.desktop_signal_20_filled, - 'desktop_signal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_signal_24_filled, - 'desktop_signal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_20_filled, - 'desktop_speaker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_24_filled, - 'desktop_speaker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_off_20_filled, - 'desktop_speaker_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_speaker_off_24_filled, - 'desktop_speaker_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_16_filled, - 'desktop_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_20_filled, - 'desktop_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_sync_24_filled, - 'desktop_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.desktop_toolbox_20_filled, - 'desktop_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.desktop_toolbox_24_filled, - 'desktop_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_20_filled, - 'developer_board_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_24_filled, - 'developer_board_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_lightning_20_filled, - 'developer_board_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_lightning_toolbox_20_filled, - 'developer_board_lightning_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_search_20_filled, - 'developer_board_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.developer_board_search_24_filled, - 'developer_board_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_eq_20_filled, - 'device_eq_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_eq_24_filled, - 'device_eq_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_16_filled, - 'device_meeting_room_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_20_filled, - 'device_meeting_room_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_24_filled, - 'device_meeting_room_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_28_filled, - 'device_meeting_room_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_32_filled, - 'device_meeting_room_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_48_filled, - 'device_meeting_room_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_16_filled, - 'device_meeting_room_remote_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_20_filled, - 'device_meeting_room_remote_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_24_filled, - 'device_meeting_room_remote_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_28_filled, - 'device_meeting_room_remote_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_32_filled, - 'device_meeting_room_remote_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.device_meeting_room_remote_48_filled, - 'device_meeting_room_remote_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.diagram_20_filled, - 'diagram_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diagram_24_filled, - 'diagram_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_20_filled, - 'dialpad_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_24_filled, - 'dialpad_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_28_filled, - 'dialpad_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_32_filled, - 'dialpad_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_48_filled, - 'dialpad_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_off_20_filled, - 'dialpad_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dialpad_off_24_filled, - 'dialpad_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diamond_16_filled, - 'diamond_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.diamond_20_filled, - 'diamond_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diamond_24_filled, - 'diamond_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diamond_28_filled, - 'diamond_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.diamond_32_filled, - 'diamond_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.diamond_48_filled, - 'diamond_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.directions_16_filled, - 'directions_16_filled', - 16, - ), - - 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_32_filled, - 'dismiss_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_48_filled, - 'dismiss_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_12_filled, - 'dismiss_circle_12_filled', - 12, - ), - - 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_28_filled, - 'dismiss_circle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_32_filled, - 'dismiss_circle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_circle_48_filled, - 'dismiss_circle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_20_filled, - 'dismiss_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_24_filled, - 'dismiss_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_multiple_16_filled, - 'dismiss_square_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dismiss_square_multiple_20_filled, - 'dismiss_square_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diversity_20_filled, - 'diversity_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.diversity_24_filled, - 'diversity_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.diversity_28_filled, - 'diversity_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.diversity_48_filled, - 'diversity_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_16_filled, - 'divider_short_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_20_filled, - 'divider_short_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.divider_short_24_filled, - 'divider_short_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_16_filled, - 'divider_tall_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_20_filled, - 'divider_tall_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.divider_tall_24_filled, - 'divider_tall_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_20_filled, - 'dock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_24_filled, - 'dock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_bottom_20_filled, - 'dock_panel_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_16_filled, - 'dock_panel_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_20_filled, - 'dock_panel_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_24_filled, - 'dock_panel_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_28_filled, - 'dock_panel_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_left_48_filled, - 'dock_panel_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_16_filled, - 'dock_panel_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_20_filled, - 'dock_panel_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_24_filled, - 'dock_panel_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_28_filled, - 'dock_panel_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.dock_panel_right_48_filled, - 'dock_panel_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dock_row_20_filled, - 'dock_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dock_row_24_filled, - 'dock_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.doctor_12_filled, - 'doctor_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.doctor_16_filled, - 'doctor_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.doctor_20_filled, - 'doctor_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.doctor_24_filled, - 'doctor_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.doctor_28_filled, - 'doctor_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.doctor_48_filled, - 'doctor_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_16_filled, - 'document_16_filled', - 16, - ), - - 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_32_filled, - 'document_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_48_filled, - 'document_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_add_16_filled, - 'document_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_add_20_filled, - 'document_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_add_24_filled, - 'document_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_add_28_filled, - 'document_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_add_48_filled, - 'document_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_down_16_filled, - 'document_arrow_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_down_20_filled, - 'document_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_16_filled, - 'document_arrow_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_20_filled, - 'document_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_24_filled, - 'document_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_28_filled, - 'document_arrow_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_left_48_filled, - 'document_arrow_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_right_20_filled, - 'document_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_right_24_filled, - 'document_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_up_16_filled, - 'document_arrow_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_arrow_up_20_filled, - 'document_arrow_up_20_filled', - 20, - ), - - 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_bullet_list_20_filled, - 'document_bullet_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_24_filled, - 'document_bullet_list_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_clock_20_filled, - 'document_bullet_list_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_clock_24_filled, - 'document_bullet_list_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_multiple_20_filled, - 'document_bullet_list_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_multiple_24_filled, - 'document_bullet_list_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_off_20_filled, - 'document_bullet_list_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_bullet_list_off_24_filled, - 'document_bullet_list_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_16_filled, - 'document_catch_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_20_filled, - 'document_catch_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_catch_up_24_filled, - 'document_catch_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_checkmark_20_filled, - 'document_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_checkmark_24_filled, - 'document_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_chevron_double_20_filled, - 'document_chevron_double_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_chevron_double_24_filled, - 'document_chevron_double_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_css_20_filled, - 'document_css_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_css_24_filled, - 'document_css_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_dismiss_16_filled, - 'document_dismiss_16_filled', - 16, - ), - - 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_flowchart_20_filled, - 'document_flowchart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_flowchart_24_filled, - 'document_flowchart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_16_filled, - 'document_footer_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_20_filled, - 'document_footer_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_24_filled, - 'document_footer_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_dismiss_20_filled, - 'document_footer_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_dismiss_24_filled, - 'document_footer_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_footer_remove_24_filled, - 'document_footer_remove_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_16_filled, - 'document_header_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_header_20_filled, - 'document_header_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_24_filled, - 'document_header_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_16_filled, - 'document_header_arrow_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_20_filled, - 'document_header_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_arrow_down_24_filled, - 'document_header_arrow_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_dismiss_20_filled, - 'document_header_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_header_dismiss_24_filled, - 'document_header_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_header_footer_16_filled, - 'document_header_footer_16_filled', - 16, - ), - - 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_heart_20_filled, - 'document_heart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_24_filled, - 'document_heart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_pulse_20_filled, - 'document_heart_pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_heart_pulse_24_filled, - 'document_heart_pulse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_javascript_20_filled, - 'document_javascript_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_javascript_24_filled, - 'document_javascript_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_landscape_data_20_filled, - 'document_landscape_data_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_data_24_filled, - 'document_landscape_data_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_20_filled, - 'document_landscape_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_24_filled, - 'document_landscape_split_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_landscape_split_hint_20_filled, - 'document_landscape_split_hint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_link_16_filled, - 'document_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_link_20_filled, - 'document_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_link_24_filled, - 'document_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_16_filled, - 'document_lock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_20_filled, - 'document_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_24_filled, - 'document_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_28_filled, - 'document_lock_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_32_filled, - 'document_lock_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_lock_48_filled, - 'document_lock_48_filled', - 48, - ), - - 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_mention_16_filled, - 'document_mention_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_20_filled, - 'document_mention_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_24_filled, - 'document_mention_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_28_filled, - 'document_mention_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_mention_48_filled, - 'document_mention_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_16_filled, - 'document_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_20_filled, - 'document_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_24_filled, - 'document_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_percent_20_filled, - 'document_multiple_percent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_percent_24_filled, - 'document_multiple_percent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_prohibited_20_filled, - 'document_multiple_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_prohibited_24_filled, - 'document_multiple_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_multiple_sync_20_filled, - 'document_multiple_sync_20_filled', - 20, - ), - - 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_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_20_filled, - 'document_page_break_20_filled', - 20, - ), - - 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_pdf_32_filled, - 'document_pdf_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_percent_20_filled, - 'document_percent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_percent_24_filled, - 'document_percent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_person_16_filled, - 'document_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_person_20_filled, - 'document_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_pill_20_filled, - 'document_pill_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_pill_24_filled, - 'document_pill_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_prohibited_20_filled, - 'document_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_prohibited_24_filled, - 'document_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_16_filled, - 'document_question_mark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_20_filled, - 'document_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_question_mark_24_filled, - 'document_question_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_20_filled, - 'document_queue_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_24_filled, - 'document_queue_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_add_20_filled, - 'document_queue_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_add_24_filled, - 'document_queue_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_multiple_20_filled, - 'document_queue_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_queue_multiple_24_filled, - 'document_queue_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_16_filled, - 'document_ribbon_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_20_filled, - 'document_ribbon_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_24_filled, - 'document_ribbon_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_28_filled, - 'document_ribbon_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_32_filled, - 'document_ribbon_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.document_ribbon_48_filled, - 'document_ribbon_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.document_save_20_filled, - 'document_save_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_save_24_filled, - 'document_save_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_search_16_filled, - 'document_search_16_filled', - 16, - ), - - 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_settings_16_filled, - 'document_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_settings_20_filled, - 'document_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_16_filled, - 'document_split_hint_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_20_filled, - 'document_split_hint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_24_filled, - 'document_split_hint_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_16_filled, - 'document_split_hint_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_20_filled, - 'document_split_hint_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_split_hint_off_24_filled, - 'document_split_hint_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_16_filled, - 'document_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_20_filled, - 'document_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_sync_24_filled, - 'document_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_16_filled, - 'document_table_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.document_table_20_filled, - 'document_table_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_24_filled, - 'document_table_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_arrow_right_20_filled, - 'document_table_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_arrow_right_24_filled, - 'document_table_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_checkmark_20_filled, - 'document_table_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_checkmark_24_filled, - 'document_table_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_cube_20_filled, - 'document_table_cube_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_cube_24_filled, - 'document_table_cube_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_search_20_filled, - 'document_table_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_search_24_filled, - 'document_table_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_table_truck_20_filled, - 'document_table_truck_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_table_truck_24_filled, - 'document_table_truck_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_20_filled, - 'document_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_24_filled, - 'document_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_clock_20_filled, - 'document_text_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_clock_24_filled, - 'document_text_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_extract_20_filled, - 'document_text_extract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_extract_24_filled, - 'document_text_extract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_link_20_filled, - 'document_text_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_link_24_filled, - 'document_text_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.document_text_toolbox_20_filled, - 'document_text_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_text_toolbox_24_filled, - 'document_text_toolbox_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_width_20_filled, - 'document_width_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.document_width_24_filled, - 'document_width_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.door_16_filled, - 'door_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_20_filled, - 'door_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_28_filled, - 'door_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_16_filled, - 'door_arrow_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_20_filled, - 'door_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_left_24_filled, - 'door_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_16_filled, - 'door_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_20_filled, - 'door_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_arrow_right_28_filled, - 'door_arrow_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.door_tag_20_filled, - 'door_tag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.door_tag_24_filled, - 'door_tag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_down_20_filled, - 'double_swipe_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_down_24_filled, - 'double_swipe_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_up_20_filled, - 'double_swipe_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_swipe_up_24_filled, - 'double_swipe_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_down_20_filled, - 'double_tap_swipe_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_down_24_filled, - 'double_tap_swipe_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.double_tap_swipe_up_20_filled, - 'double_tap_swipe_up_20_filled', - 20, - ), - - 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_20_filled, - 'drag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drag_24_filled, - 'drag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_image_20_filled, - 'draw_image_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_image_24_filled, - 'draw_image_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_shape_20_filled, - 'draw_shape_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_shape_24_filled, - 'draw_shape_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.draw_text_20_filled, - 'draw_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.draw_text_24_filled, - 'draw_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_add_20_filled, - 'drawer_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_add_24_filled, - 'drawer_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_arrow_download_20_filled, - 'drawer_arrow_download_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_arrow_download_24_filled, - 'drawer_arrow_download_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_dismiss_20_filled, - 'drawer_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_dismiss_24_filled, - 'drawer_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_download_20_filled, - 'drawer_download_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_download_24_filled, - 'drawer_download_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_play_20_filled, - 'drawer_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_play_24_filled, - 'drawer_play_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drawer_subtract_20_filled, - 'drawer_subtract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drawer_subtract_24_filled, - 'drawer_subtract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_16_filled, - 'drink_beer_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_20_filled, - 'drink_beer_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_beer_24_filled, - 'drink_beer_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_coffee_16_filled, - 'drink_coffee_16_filled', - 16, - ), - - 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_16_filled, - 'drink_margarita_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_margarita_20_filled, - 'drink_margarita_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_margarita_24_filled, - 'drink_margarita_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_to_go_20_filled, - 'drink_to_go_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_to_go_24_filled, - 'drink_to_go_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_16_filled, - 'drink_wine_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_20_filled, - 'drink_wine_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drink_wine_24_filled, - 'drink_wine_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drive_train_20_filled, - 'drive_train_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drive_train_24_filled, - 'drive_train_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drop_12_filled, - 'drop_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.drop_16_filled, - 'drop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.drop_20_filled, - 'drop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.drop_24_filled, - 'drop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.drop_28_filled, - 'drop_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.drop_48_filled, - 'drop_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_20_filled, - 'dual_screen_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_24_filled, - 'dual_screen_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_add_20_filled, - 'dual_screen_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_add_24_filled, - 'dual_screen_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_right_20_filled, - 'dual_screen_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_right_24_filled, - 'dual_screen_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_up_20_filled, - 'dual_screen_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_arrow_up_24_filled, - 'dual_screen_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_clock_20_filled, - 'dual_screen_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_clock_24_filled, - 'dual_screen_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_closed_alert_20_filled, - 'dual_screen_closed_alert_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_closed_alert_24_filled, - 'dual_screen_closed_alert_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_desktop_20_filled, - 'dual_screen_desktop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_desktop_24_filled, - 'dual_screen_desktop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_dismiss_20_filled, - 'dual_screen_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_dismiss_24_filled, - 'dual_screen_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_group_20_filled, - 'dual_screen_group_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_group_24_filled, - 'dual_screen_group_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_header_20_filled, - 'dual_screen_header_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_header_24_filled, - 'dual_screen_header_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_lock_20_filled, - 'dual_screen_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_lock_24_filled, - 'dual_screen_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_mirror_20_filled, - 'dual_screen_mirror_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_mirror_24_filled, - 'dual_screen_mirror_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_pagination_20_filled, - 'dual_screen_pagination_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_pagination_24_filled, - 'dual_screen_pagination_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_settings_20_filled, - 'dual_screen_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_settings_24_filled, - 'dual_screen_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_span_20_filled, - 'dual_screen_span_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_span_24_filled, - 'dual_screen_span_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_speaker_20_filled, - 'dual_screen_speaker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_speaker_24_filled, - 'dual_screen_speaker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_status_bar_20_filled, - 'dual_screen_status_bar_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_status_bar_24_filled, - 'dual_screen_status_bar_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_tablet_20_filled, - 'dual_screen_tablet_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_tablet_24_filled, - 'dual_screen_tablet_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_update_20_filled, - 'dual_screen_update_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_update_24_filled, - 'dual_screen_update_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vertical_scroll_20_filled, - 'dual_screen_vertical_scroll_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vertical_scroll_24_filled, - 'dual_screen_vertical_scroll_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vibrate_20_filled, - 'dual_screen_vibrate_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dual_screen_vibrate_24_filled, - 'dual_screen_vibrate_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_16_filled, - 'dumbbell_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_20_filled, - 'dumbbell_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_24_filled, - 'dumbbell_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.dumbbell_28_filled, - 'dumbbell_28_filled', - 28, - ), - - 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.edit_28_filled, - 'edit_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_32_filled, - 'edit_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_48_filled, - 'edit_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_arrow_back_16_filled, - 'edit_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_arrow_back_20_filled, - 'edit_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_16_filled, - 'edit_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_20_filled, - 'edit_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_24_filled, - 'edit_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_28_filled, - 'edit_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_32_filled, - 'edit_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_off_48_filled, - 'edit_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_16_filled, - 'edit_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_20_filled, - 'edit_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_24_filled, - 'edit_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_28_filled, - 'edit_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_32_filled, - 'edit_prohibited_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.edit_prohibited_48_filled, - 'edit_prohibited_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.edit_settings_20_filled, - 'edit_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.edit_settings_24_filled, - 'edit_settings_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_28_filled, - 'emoji_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_32_filled, - 'emoji_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.emoji_48_filled, - 'emoji_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_add_16_filled, - 'emoji_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_add_20_filled, - 'emoji_add_20_filled', - 20, - ), - - 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_edit_16_filled, - 'emoji_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_20_filled, - 'emoji_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_24_filled, - 'emoji_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_28_filled, - 'emoji_edit_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_edit_48_filled, - 'emoji_edit_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_20_filled, - 'emoji_hand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_24_filled, - 'emoji_hand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_hand_28_filled, - 'emoji_hand_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_laugh_16_filled, - 'emoji_laugh_16_filled', - 16, - ), - - 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_multiple_20_filled, - 'emoji_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_multiple_24_filled, - 'emoji_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sad_16_filled, - 'emoji_sad_16_filled', - 16, - ), - - 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_sad_slight_20_filled, - 'emoji_sad_slight_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sad_slight_24_filled, - 'emoji_sad_slight_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_smile_slight_20_filled, - 'emoji_smile_slight_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_smile_slight_24_filled, - 'emoji_smile_slight_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_16_filled, - 'emoji_sparkle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_20_filled, - 'emoji_sparkle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_24_filled, - 'emoji_sparkle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_28_filled, - 'emoji_sparkle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_32_filled, - 'emoji_sparkle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.emoji_sparkle_48_filled, - 'emoji_sparkle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.emoji_surprise_20_filled, - 'emoji_surprise_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.emoji_surprise_24_filled, - 'emoji_surprise_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.engine_20_filled, - 'engine_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.engine_24_filled, - 'engine_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.equal_circle_20_filled, - 'equal_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.equal_circle_24_filled, - 'equal_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.equal_off_20_filled, - 'equal_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.equal_off_24_filled, - 'equal_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_20_filled, - 'eraser_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_24_filled, - 'eraser_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_medium_20_filled, - 'eraser_medium_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_medium_24_filled, - 'eraser_medium_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_segment_20_filled, - 'eraser_segment_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_segment_24_filled, - 'eraser_segment_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_small_20_filled, - 'eraser_small_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_small_24_filled, - 'eraser_small_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eraser_tool_20_filled, - 'eraser_tool_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eraser_tool_24_filled, - 'eraser_tool_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.error_circle_12_filled, - 'error_circle_12_filled', - 12, - ), - - 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.error_circle_settings_16_filled, - 'error_circle_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.error_circle_settings_20_filled, - 'error_circle_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_16_filled, - 'expand_up_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_20_filled, - 'expand_up_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_24_filled, - 'expand_up_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_28_filled, - 'expand_up_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_32_filled, - 'expand_up_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_left_48_filled, - 'expand_up_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_16_filled, - 'expand_up_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_20_filled, - 'expand_up_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_24_filled, - 'expand_up_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_28_filled, - 'expand_up_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_32_filled, - 'expand_up_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.expand_up_right_48_filled, - 'expand_up_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.extended_dock_20_filled, - 'extended_dock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.extended_dock_24_filled, - 'extended_dock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.extension_16_filled, - 'extension_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.extension_20_filled, - 'extension_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.extension_24_filled, - 'extension_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_12_filled, - 'eye_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.eye_16_filled, - 'eye_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_20_filled, - 'eye_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_24_filled, - 'eye_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_off_16_filled, - 'eye_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_off_20_filled, - 'eye_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_off_24_filled, - 'eye_off_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.eye_tracking_16_filled, - 'eye_tracking_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_20_filled, - 'eye_tracking_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_24_filled, - 'eye_tracking_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_16_filled, - 'eye_tracking_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_20_filled, - 'eye_tracking_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_off_24_filled, - 'eye_tracking_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_16_filled, - 'eye_tracking_on_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_20_filled, - 'eye_tracking_on_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eye_tracking_on_24_filled, - 'eye_tracking_on_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_20_filled, - 'eyedropper_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_24_filled, - 'eyedropper_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_off_20_filled, - 'eyedropper_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.eyedropper_off_24_filled, - 'eyedropper_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_16_filled, - 'f_stop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_20_filled, - 'f_stop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_24_filled, - 'f_stop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.f_stop_28_filled, - 'f_stop_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fast_acceleration_20_filled, - 'fast_acceleration_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fast_acceleration_24_filled, - 'fast_acceleration_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fast_forward_16_filled, - 'fast_forward_16_filled', - 16, - ), - - 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_forward_28_filled, - 'fast_forward_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fax_16_filled, - 'fax_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fax_20_filled, - 'fax_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_12_filled, - 'filter_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.filter_16_filled, - 'filter_16_filled', - 16, - ), - - 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.filter_add_20_filled, - 'filter_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_16_filled, - 'filter_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_20_filled, - 'filter_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_dismiss_24_filled, - 'filter_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.filter_sync_20_filled, - 'filter_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.filter_sync_24_filled, - 'filter_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_20_filled, - 'fingerprint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_24_filled, - 'fingerprint_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fingerprint_48_filled, - 'fingerprint_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fixed_width_20_filled, - 'fixed_width_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fixed_width_24_filled, - 'fixed_width_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_16_filled, - 'flag_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flag_off_20_filled, - 'flag_off_20_filled', - 20, - ), - - 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_16_filled, - 'flash_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_20_filled, - 'flash_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_24_filled, - 'flash_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_28_filled, - 'flash_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flash_add_20_filled, - 'flash_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_auto_20_filled, - 'flash_auto_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_auto_24_filled, - 'flash_auto_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_16_filled, - 'flash_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_20_filled, - 'flash_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_24_filled, - 'flash_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_checkmark_28_filled, - 'flash_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_16_filled, - 'flash_flow_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_20_filled, - 'flash_flow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_flow_24_filled, - 'flash_flow_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flash_off_20_filled, - 'flash_off_20_filled', - 20, - ), - - 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.flash_play_20_filled, - 'flash_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_settings_20_filled, - 'flash_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flash_settings_24_filled, - 'flash_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_16_filled, - 'flashlight_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_20_filled, - 'flashlight_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_24_filled, - 'flashlight_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_off_20_filled, - 'flashlight_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flashlight_off_24_filled, - 'flashlight_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_16_filled, - 'flip_horizontal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_20_filled, - 'flip_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_24_filled, - 'flip_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_28_filled, - 'flip_horizontal_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_32_filled, - 'flip_horizontal_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.flip_horizontal_48_filled, - 'flip_horizontal_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_16_filled, - 'flip_vertical_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_20_filled, - 'flip_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_24_filled, - 'flip_vertical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_28_filled, - 'flip_vertical_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_32_filled, - 'flip_vertical_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.flip_vertical_48_filled, - 'flip_vertical_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.flow_16_filled, - 'flow_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.flow_20_filled, - 'flow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_20_filled, - 'flowchart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_24_filled, - 'flowchart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_circle_20_filled, - 'flowchart_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.flowchart_circle_24_filled, - 'flowchart_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fluent_20_filled, - 'fluent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fluent_24_filled, - 'fluent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fluent_32_filled, - 'fluent_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.fluent_48_filled, - 'fluent_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fluid_16_filled, - 'fluid_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fluid_20_filled, - 'fluid_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fluid_24_filled, - 'fluid_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_16_filled, - 'folder_16_filled', - 16, - ), - - 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_32_filled, - 'folder_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.folder_48_filled, - 'folder_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_add_16_filled, - 'folder_add_16_filled', - 16, - ), - - 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_arrow_left_16_filled, - 'folder_arrow_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_20_filled, - 'folder_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_24_filled, - 'folder_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_28_filled, - 'folder_arrow_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_left_32_filled, - 'folder_arrow_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_16_filled, - 'folder_arrow_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_20_filled, - 'folder_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_24_filled, - 'folder_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_28_filled, - 'folder_arrow_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_right_48_filled, - 'folder_arrow_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_16_filled, - 'folder_arrow_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_20_filled, - 'folder_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_24_filled, - 'folder_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_28_filled, - 'folder_arrow_up_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_arrow_up_48_filled, - 'folder_arrow_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_briefcase_20_filled, - 'folder_briefcase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_globe_16_filled, - 'folder_globe_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_globe_20_filled, - 'folder_globe_20_filled', - 20, - ), - - 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_mail_16_filled, - 'folder_mail_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_mail_20_filled, - 'folder_mail_20_filled', - 20, - ), - - 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_person_16_filled, - 'folder_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_person_20_filled, - 'folder_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_16_filled, - 'folder_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_20_filled, - 'folder_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_24_filled, - 'folder_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_28_filled, - 'folder_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.folder_prohibited_48_filled, - 'folder_prohibited_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_16_filled, - 'folder_swap_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_20_filled, - 'folder_swap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_swap_24_filled, - 'folder_swap_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_16_filled, - 'folder_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_20_filled, - 'folder_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.folder_sync_24_filled, - 'folder_sync_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_16_filled, - 'food_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_20_filled, - 'food_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_24_filled, - 'food_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_apple_20_filled, - 'food_apple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_apple_24_filled, - 'food_apple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_12_filled, - 'food_cake_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_16_filled, - 'food_cake_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_20_filled, - 'food_cake_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_cake_24_filled, - 'food_cake_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_16_filled, - 'food_egg_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_20_filled, - 'food_egg_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_egg_24_filled, - 'food_egg_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_grains_20_filled, - 'food_grains_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_grains_24_filled, - 'food_grains_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_pizza_20_filled, - 'food_pizza_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_pizza_24_filled, - 'food_pizza_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_16_filled, - 'food_toast_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_20_filled, - 'food_toast_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.food_toast_24_filled, - 'food_toast_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.form_new_20_filled, - 'form_new_20_filled', - 20, - ), - - 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.fps_120_20_filled, - 'fps_120_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_120_24_filled, - 'fps_120_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_240_20_filled, - 'fps_240_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_240_24_filled, - 'fps_240_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_16_filled, - 'fps_30_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_20_filled, - 'fps_30_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_24_filled, - 'fps_30_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_28_filled, - 'fps_30_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fps_30_48_filled, - 'fps_30_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_16_filled, - 'fps_60_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_20_filled, - 'fps_60_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_24_filled, - 'fps_60_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_28_filled, - 'fps_60_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.fps_60_48_filled, - 'fps_60_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.fps_960_20_filled, - 'fps_960_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.fps_960_24_filled, - 'fps_960_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_16_filled, - 'full_screen_maximize_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_20_filled, - 'full_screen_maximize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_maximize_24_filled, - 'full_screen_maximize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_16_filled, - 'full_screen_minimize_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_20_filled, - 'full_screen_minimize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.full_screen_minimize_24_filled, - 'full_screen_minimize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.games_16_filled, - 'games_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.games_20_filled, - 'games_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.games_24_filled, - 'games_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.games_28_filled, - 'games_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.games_32_filled, - 'games_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.games_48_filled, - 'games_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.gantt_chart_20_filled, - 'gantt_chart_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gantt_chart_24_filled, - 'gantt_chart_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gas_20_filled, - 'gas_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gas_24_filled, - 'gas_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gas_pump_20_filled, - 'gas_pump_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gas_pump_24_filled, - 'gas_pump_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gauge_20_filled, - 'gauge_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gauge_24_filled, - 'gauge_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gauge_add_20_filled, - 'gauge_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gavel_20_filled, - 'gavel_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gavel_24_filled, - 'gavel_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gavel_32_filled, - 'gavel_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.gesture_20_filled, - 'gesture_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gesture_24_filled, - 'gesture_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gif_16_filled, - 'gif_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gif_20_filled, - 'gif_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gif_24_filled, - 'gif_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_16_filled, - 'gift_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gift_20_filled, - 'gift_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_24_filled, - 'gift_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_16_filled, - 'gift_card_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_20_filled, - 'gift_card_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_24_filled, - 'gift_card_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_add_20_filled, - 'gift_card_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_add_24_filled, - 'gift_card_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_arrow_right_20_filled, - 'gift_card_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_arrow_right_24_filled, - 'gift_card_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_money_20_filled, - 'gift_card_money_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_money_24_filled, - 'gift_card_money_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_multiple_20_filled, - 'gift_card_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.gift_card_multiple_24_filled, - 'gift_card_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glance_20_filled, - 'glance_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glance_24_filled, - 'glance_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glance_default_12_filled, - 'glance_default_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_12_filled, - 'glance_horizontal_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_20_filled, - 'glance_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glance_horizontal_24_filled, - 'glance_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_16_filled, - 'glasses_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.glasses_20_filled, - 'glasses_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glasses_24_filled, - 'glasses_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_28_filled, - 'glasses_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.glasses_48_filled, - 'glasses_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_16_filled, - 'glasses_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_20_filled, - 'glasses_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_24_filled, - 'glasses_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_28_filled, - 'glasses_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.glasses_off_48_filled, - 'glasses_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.globe_16_filled, - 'globe_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_20_filled, - 'globe_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_24_filled, - 'globe_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_32_filled, - 'globe_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.globe_add_20_filled, - 'globe_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_add_24_filled, - 'globe_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_16_filled, - 'globe_clock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_20_filled, - 'globe_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_clock_24_filled, - 'globe_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_desktop_20_filled, - 'globe_desktop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_desktop_24_filled, - 'globe_desktop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_location_20_filled, - 'globe_location_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_location_24_filled, - 'globe_location_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_person_20_filled, - 'globe_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_person_24_filled, - 'globe_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_prohibited_20_filled, - 'globe_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_search_20_filled, - 'globe_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_search_24_filled, - 'globe_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_shield_20_filled, - 'globe_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_shield_24_filled, - 'globe_shield_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_star_16_filled, - 'globe_star_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.globe_star_20_filled, - 'globe_star_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_surface_20_filled, - 'globe_surface_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_surface_24_filled, - 'globe_surface_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_20_filled, - 'globe_video_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_24_filled, - 'globe_video_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_28_filled, - 'globe_video_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_32_filled, - 'globe_video_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.globe_video_48_filled, - 'globe_video_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.grid_16_filled, - 'grid_16_filled', - 16, - ), - - 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.grid_dots_20_filled, - 'grid_dots_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.grid_dots_24_filled, - 'grid_dots_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.grid_dots_28_filled, - 'grid_dots_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.grid_kanban_20_filled, - 'grid_kanban_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_20_filled, - 'group_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_24_filled, - 'group_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_dismiss_20_filled, - 'group_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_dismiss_24_filled, - 'group_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_list_20_filled, - 'group_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_list_24_filled, - 'group_list_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.group_return_20_filled, - 'group_return_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.group_return_24_filled, - 'group_return_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guardian_20_filled, - 'guardian_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guardian_24_filled, - 'guardian_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guardian_28_filled, - 'guardian_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.guardian_48_filled, - 'guardian_48_filled', - 48, - ), - - 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_20_filled, - 'guest_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guest_add_24_filled, - 'guest_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guitar_16_filled, - 'guitar_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.guitar_20_filled, - 'guitar_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.guitar_24_filled, - 'guitar_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.guitar_28_filled, - 'guitar_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_16_filled, - 'hand_draw_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_20_filled, - 'hand_draw_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_24_filled, - 'hand_draw_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_draw_28_filled, - 'hand_draw_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_16_filled, - 'hand_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_20_filled, - 'hand_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_24_filled, - 'hand_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_left_28_filled, - 'hand_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_16_filled, - 'hand_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_20_filled, - 'hand_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_24_filled, - 'hand_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_28_filled, - 'hand_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.hand_right_off_20_filled, - 'hand_right_off_20_filled', - 20, - ), - - 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.hard_drive_20_filled, - 'hard_drive_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_12_filled, - 'hat_graduation_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_16_filled, - 'hat_graduation_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_20_filled, - 'hat_graduation_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hat_graduation_24_filled, - 'hat_graduation_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hd_16_filled, - 'hd_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.hd_20_filled, - 'hd_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hd_24_filled, - 'hd_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hdr_20_filled, - 'hdr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hdr_24_filled, - 'hdr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.hdr_off_20_filled, - 'hdr_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.hdr_off_24_filled, - 'hdr_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_20_filled, - 'headphones_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headphones_24_filled, - 'headphones_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_28_filled, - 'headphones_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headphones_32_filled, - 'headphones_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headphones_48_filled, - 'headphones_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_20_filled, - 'headphones_sound_wave_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_24_filled, - 'headphones_sound_wave_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_28_filled, - 'headphones_sound_wave_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_32_filled, - 'headphones_sound_wave_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headphones_sound_wave_48_filled, - 'headphones_sound_wave_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headset_16_filled, - 'headset_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.headset_20_filled, - 'headset_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headset_24_filled, - 'headset_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.headset_28_filled, - 'headset_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.headset_32_filled, - 'headset_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.headset_48_filled, - 'headset_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.headset_add_20_filled, - 'headset_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.headset_add_24_filled, - 'headset_add_24_filled', - 24, - ), - - 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_12_filled, - 'heart_12_filled', - 12, - ), - - 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.heart_28_filled, - 'heart_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.heart_32_filled, - 'heart_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.heart_48_filled, - 'heart_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.heart_broken_16_filled, - 'heart_broken_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.heart_broken_20_filled, - 'heart_broken_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_16_filled, - 'heart_circle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_20_filled, - 'heart_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_circle_24_filled, - 'heart_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_20_filled, - 'heart_pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_24_filled, - 'heart_pulse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.heart_pulse_32_filled, - 'heart_pulse_32_filled', - 32, - ), - - 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.highlight_link_20_filled, - 'highlight_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_16_filled, - 'history_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.history_20_filled, - 'history_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_24_filled, - 'history_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.history_28_filled, - 'history_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.history_32_filled, - 'history_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.history_48_filled, - 'history_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_20_filled, - 'history_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_24_filled, - 'history_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_28_filled, - 'history_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_32_filled, - 'history_dismiss_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.history_dismiss_48_filled, - 'history_dismiss_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.home_12_filled, - 'home_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.home_16_filled, - 'home_16_filled', - 16, - ), - - 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_32_filled, - 'home_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.home_48_filled, - 'home_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.home_add_20_filled, - 'home_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_add_24_filled, - 'home_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_16_filled, - 'home_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_20_filled, - 'home_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_checkmark_24_filled, - 'home_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.home_database_20_filled, - 'home_database_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_more_20_filled, - 'home_more_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_person_20_filled, - 'home_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.home_person_24_filled, - 'home_person_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_20_filled, - 'image_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_add_24_filled, - 'image_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_alt_text_16_filled, - 'image_alt_text_16_filled', - 16, - ), - - 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_arrow_back_20_filled, - 'image_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_back_24_filled, - 'image_arrow_back_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_counterclockwise_20_filled, - 'image_arrow_counterclockwise_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_counterclockwise_24_filled, - 'image_arrow_counterclockwise_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_forward_20_filled, - 'image_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_arrow_forward_24_filled, - 'image_arrow_forward_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_globe_20_filled, - 'image_globe_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_globe_24_filled, - 'image_globe_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_16_filled, - 'image_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_20_filled, - 'image_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_24_filled, - 'image_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_28_filled, - 'image_multiple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_32_filled, - 'image_multiple_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_48_filled, - 'image_multiple_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.image_multiple_off_16_filled, - 'image_multiple_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.image_off_20_filled, - 'image_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_off_24_filled, - 'image_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_prohibited_20_filled, - 'image_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_prohibited_24_filled, - 'image_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.image_reflection_20_filled, - 'image_reflection_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_reflection_24_filled, - 'image_reflection_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.image_shadow_20_filled, - 'image_shadow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.image_shadow_24_filled, - 'image_shadow_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_16_filled, - 'immersive_reader_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_20_filled, - 'immersive_reader_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_24_filled, - 'immersive_reader_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.immersive_reader_28_filled, - 'immersive_reader_28_filled', - 28, - ), - - 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_20_filled, - 'incognito_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.incognito_24_filled, - 'incognito_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.info_12_filled, - 'info_12_filled', - 12, - ), - - 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.info_shield_20_filled, - 'info_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ink_stroke_20_filled, - 'ink_stroke_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ink_stroke_24_filled, - 'ink_stroke_24_filled', - 24, - ), - - 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_32_filled, - 'inking_tool_32_filled', - 32, - ), - - 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.inking_tool_accent_32_filled, - 'inking_tool_accent_32_filled', - 32, - ), - - 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.ios_arrow_left_24_filled, - 'ios_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_ltr_24_filled, - 'ios_arrow_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_right_24_filled, - 'ios_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_arrow_rtl_24_filled, - 'ios_arrow_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ios_chevron_right_20_filled, - 'ios_chevron_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.iot_20_filled, - 'iot_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.iot_24_filled, - 'iot_24_filled', - 24, - ), - - 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_16_filled, - 'key_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.key_20_filled, - 'key_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_24_filled, - 'key_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.key_32_filled, - 'key_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.key_command_16_filled, - 'key_command_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.key_command_20_filled, - 'key_command_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_command_24_filled, - 'key_command_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.key_multiple_20_filled, - 'key_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_reset_20_filled, - 'key_reset_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.key_reset_24_filled, - 'key_reset_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_123_20_filled, - 'keyboard_123_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_123_24_filled, - 'keyboard_123_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_16_filled, - 'keyboard_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_20_filled, - 'keyboard_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_24_filled, - 'keyboard_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_dock_20_filled, - 'keyboard_dock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_dock_24_filled, - 'keyboard_dock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_float_20_filled, - 'keyboard_layout_float_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_float_24_filled, - 'keyboard_layout_float_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_one_handed_left_20_filled, - 'keyboard_layout_one_handed_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_one_handed_left_24_filled, - 'keyboard_layout_one_handed_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_resize_20_filled, - 'keyboard_layout_resize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_resize_24_filled, - 'keyboard_layout_resize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_split_20_filled, - 'keyboard_layout_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_layout_split_24_filled, - 'keyboard_layout_split_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_16_filled, - 'keyboard_shift_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_20_filled, - 'keyboard_shift_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_24_filled, - 'keyboard_shift_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_16_filled, - 'keyboard_shift_uppercase_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_20_filled, - 'keyboard_shift_uppercase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_shift_uppercase_24_filled, - 'keyboard_shift_uppercase_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.keyboard_tab_20_filled, - 'keyboard_tab_20_filled', - 20, - ), - - 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.laptop_dismiss_16_filled, - 'laptop_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.laptop_dismiss_20_filled, - 'laptop_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lasso_20_filled, - 'lasso_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lasso_24_filled, - 'lasso_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lasso_28_filled, - 'lasso_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.launcher_settings_20_filled, - 'launcher_settings_20_filled', - 20, - ), - - 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_one_16_filled, - 'leaf_one_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.leaf_one_20_filled, - 'leaf_one_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.leaf_one_24_filled, - 'leaf_one_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_16_filled, - 'leaf_three_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_20_filled, - 'leaf_three_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.leaf_three_24_filled, - 'leaf_three_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.learning_app_20_filled, - 'learning_app_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.learning_app_24_filled, - 'learning_app_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.library_16_filled, - 'library_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.library_20_filled, - 'library_20_filled', - 20, - ), - - 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_20_filled, - 'lightbulb_circle_20_filled', - 20, - ), - - 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.lightbulb_filament_48_filled, - 'lightbulb_filament_48_filled', - 48, - ), - - 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_20_filled, - 'line_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_24_filled, - 'line_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.line_32_filled, - 'line_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.line_48_filled, - 'line_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_20_filled, - 'line_dashes_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_24_filled, - 'line_dashes_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_32_filled, - 'line_dashes_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.line_dashes_48_filled, - 'line_dashes_48_filled', - 48, - ), - - 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.line_horizontal_5_error_20_filled, - 'line_horizontal_5_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_style_20_filled, - 'line_style_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.line_style_24_filled, - 'line_style_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.link_12_filled, - 'link_12_filled', - 12, - ), - - 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_32_filled, - 'link_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.link_48_filled, - 'link_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_16_filled, - 'link_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_20_filled, - 'link_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.link_dismiss_24_filled, - 'link_dismiss_24_filled', - 24, - ), - - 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_square_12_filled, - 'link_square_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.link_square_16_filled, - 'link_square_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.link_square_20_filled, - 'link_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.link_square_24_filled, - 'link_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.link_toolbox_20_filled, - 'link_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.list_16_filled, - 'list_16_filled', - 16, - ), - - 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.live_off_20_filled, - 'live_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.live_off_24_filled, - 'live_off_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.local_language_zi_24_filled, - 'local_language_zi_24_filled', - 24, - ), - - 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_48_filled, - 'location_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_add_16_filled, - 'location_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.location_add_20_filled, - 'location_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_24_filled, - 'location_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.location_add_left_20_filled, - 'location_add_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_right_20_filled, - 'location_add_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_add_up_20_filled, - 'location_add_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_left_48_filled, - 'location_arrow_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_right_48_filled, - 'location_arrow_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_arrow_up_48_filled, - 'location_arrow_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.location_dismiss_20_filled, - 'location_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_dismiss_24_filled, - 'location_dismiss_24_filled', - 24, - ), - - 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_off_16_filled, - 'location_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.location_off_20_filled, - 'location_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.location_off_24_filled, - 'location_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.location_off_28_filled, - 'location_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.location_off_48_filled, - 'location_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_12_filled, - 'lock_closed_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_16_filled, - 'lock_closed_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_20_filled, - 'lock_closed_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_24_filled, - 'lock_closed_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_closed_32_filled, - 'lock_closed_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.lock_multiple_20_filled, - 'lock_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_multiple_24_filled, - 'lock_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_16_filled, - 'lock_open_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_20_filled, - 'lock_open_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_24_filled, - 'lock_open_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.lock_open_28_filled, - 'lock_open_28_filled', - 28, - ), - - 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.lottery_20_filled, - 'lottery_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.lottery_24_filled, - 'lottery_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.luggage_16_filled, - 'luggage_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.luggage_20_filled, - 'luggage_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.luggage_24_filled, - 'luggage_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.luggage_28_filled, - 'luggage_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.luggage_32_filled, - 'luggage_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.luggage_48_filled, - 'luggage_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mail_12_filled, - 'mail_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.mail_16_filled, - 'mail_16_filled', - 16, - ), - - 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_16_filled, - 'mail_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_add_20_filled, - 'mail_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_add_24_filled, - 'mail_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_16_filled, - 'mail_alert_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_20_filled, - 'mail_alert_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_24_filled, - 'mail_alert_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_alert_28_filled, - 'mail_alert_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_16_filled, - 'mail_all_16_filled', - 16, - ), - - 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_read_16_filled, - 'mail_all_read_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_20_filled, - 'mail_all_read_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_24_filled, - 'mail_all_read_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_read_28_filled, - 'mail_all_read_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_all_unread_20_filled, - 'mail_all_unread_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_double_back_16_filled, - 'mail_arrow_double_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_double_back_20_filled, - 'mail_arrow_double_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_down_16_filled, - 'mail_arrow_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_down_20_filled, - 'mail_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_forward_16_filled, - 'mail_arrow_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_forward_20_filled, - 'mail_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_16_filled, - 'mail_arrow_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_20_filled, - 'mail_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_arrow_up_24_filled, - 'mail_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_attach_16_filled, - 'mail_attach_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_attach_20_filled, - 'mail_attach_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_checkmark_16_filled, - 'mail_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_checkmark_20_filled, - 'mail_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_16_filled, - 'mail_clock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_20_filled, - 'mail_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_clock_24_filled, - 'mail_clock_24_filled', - 24, - ), - - 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_dismiss_16_filled, - 'mail_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_20_filled, - 'mail_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_24_filled, - 'mail_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_dismiss_28_filled, - 'mail_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_edit_20_filled, - 'mail_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_edit_24_filled, - 'mail_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_16_filled, - 'mail_error_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_20_filled, - 'mail_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_error_24_filled, - 'mail_error_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_all_20_filled, - 'mail_inbox_all_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_all_24_filled, - 'mail_inbox_all_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_down_16_filled, - 'mail_inbox_arrow_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_down_20_filled, - 'mail_inbox_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_right_20_filled, - 'mail_inbox_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_right_24_filled, - 'mail_inbox_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_up_20_filled, - 'mail_inbox_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_arrow_up_24_filled, - 'mail_inbox_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_16_filled, - 'mail_inbox_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_20_filled, - 'mail_inbox_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_24_filled, - 'mail_inbox_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_inbox_checkmark_28_filled, - 'mail_inbox_checkmark_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_link_20_filled, - 'mail_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_link_24_filled, - 'mail_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_16_filled, - 'mail_list_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_20_filled, - 'mail_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_24_filled, - 'mail_list_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_list_28_filled, - 'mail_list_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_16_filled, - 'mail_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_20_filled, - 'mail_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_24_filled, - 'mail_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_multiple_28_filled, - 'mail_multiple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_off_20_filled, - 'mail_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_off_24_filled, - 'mail_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_16_filled, - 'mail_open_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_20_filled, - 'mail_open_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_open_person_24_filled, - 'mail_open_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_pause_16_filled, - 'mail_pause_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_pause_20_filled, - 'mail_pause_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_16_filled, - 'mail_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_20_filled, - 'mail_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_prohibited_24_filled, - 'mail_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_16_filled, - 'mail_read_16_filled', - 16, - ), - - 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_read_multiple_16_filled, - 'mail_read_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_multiple_24_filled, - 'mail_read_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mail_read_multiple_28_filled, - 'mail_read_multiple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mail_settings_16_filled, - 'mail_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_settings_20_filled, - 'mail_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_shield_16_filled, - 'mail_shield_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_shield_20_filled, - 'mail_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_16_filled, - 'mail_template_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_20_filled, - 'mail_template_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_template_24_filled, - 'mail_template_24_filled', - 24, - ), - - 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_warning_16_filled, - 'mail_warning_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mail_warning_20_filled, - 'mail_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mail_warning_24_filled, - 'mail_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.map_20_filled, - 'map_20_filled', - 20, - ), - - 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_20_filled, - 'match_app_layout_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.match_app_layout_24_filled, - 'match_app_layout_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_format_linear_20_filled, - 'math_format_linear_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_format_linear_24_filled, - 'math_format_linear_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_format_professional_20_filled, - 'math_format_professional_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_format_professional_24_filled, - 'math_format_professional_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_16_filled, - 'math_formula_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_20_filled, - 'math_formula_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_24_filled, - 'math_formula_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_formula_32_filled, - 'math_formula_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_16_filled, - 'math_symbols_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_20_filled, - 'math_symbols_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_24_filled, - 'math_symbols_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_28_filled, - 'math_symbols_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_32_filled, - 'math_symbols_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.math_symbols_48_filled, - 'math_symbols_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.maximize_16_filled, - 'maximize_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.maximize_20_filled, - 'maximize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.maximize_24_filled, - 'maximize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.maximize_28_filled, - 'maximize_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.maximize_48_filled, - 'maximize_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_16_filled, - 'meet_now_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.meet_now_28_filled, - 'meet_now_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_32_filled, - 'meet_now_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.meet_now_48_filled, - 'meet_now_48_filled', - 48, - ), - - 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_loud_20_filled, - 'megaphone_loud_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_loud_24_filled, - 'megaphone_loud_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_16_filled, - 'megaphone_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_20_filled, - 'megaphone_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_24_filled, - 'megaphone_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.megaphone_off_28_filled, - 'megaphone_off_28_filled', - 28, - ), - - 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.mention_arrow_down_20_filled, - 'mention_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mention_brackets_20_filled, - 'mention_brackets_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.merge_20_filled, - 'merge_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.merge_24_filled, - 'merge_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_16_filled, - 'mic_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_20_filled, - 'mic_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_24_filled, - 'mic_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_28_filled, - 'mic_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mic_32_filled, - 'mic_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_48_filled, - 'mic_48_filled', - 48, - ), - - 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_20_filled, - 'mic_off_20_filled', - 20, - ), - - 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_off_32_filled, - 'mic_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_off_48_filled, - 'mic_off_48_filled', - 48, - ), - - 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_32_filled, - 'mic_on_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.mic_on_48_filled, - 'mic_on_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_16_filled, - 'mic_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_20_filled, - 'mic_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_24_filled, - 'mic_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_28_filled, - 'mic_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.mic_prohibited_48_filled, - 'mic_prohibited_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.mic_settings_20_filled, - 'mic_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_settings_24_filled, - 'mic_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_16_filled, - 'mic_sparkle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_20_filled, - 'mic_sparkle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mic_sparkle_24_filled, - 'mic_sparkle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mic_sync_20_filled, - 'mic_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.microscope_20_filled, - 'microscope_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.microscope_24_filled, - 'microscope_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.midi_20_filled, - 'midi_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.midi_24_filled, - 'midi_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.mobile_optimized_20_filled, - 'mobile_optimized_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.mobile_optimized_24_filled, - 'mobile_optimized_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.molecule_16_filled, - 'molecule_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.molecule_20_filled, - 'molecule_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.molecule_24_filled, - 'molecule_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.molecule_28_filled, - 'molecule_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.molecule_32_filled, - 'molecule_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.molecule_48_filled, - 'molecule_48_filled', - 48, - ), - - 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.money_calculator_20_filled, - 'money_calculator_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_calculator_24_filled, - 'money_calculator_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_dismiss_20_filled, - 'money_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_dismiss_24_filled, - 'money_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_hand_20_filled, - 'money_hand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_hand_24_filled, - 'money_hand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_off_20_filled, - 'money_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.money_off_24_filled, - 'money_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.money_settings_20_filled, - 'money_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_circle_20_filled, - 'more_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_circle_32_filled, - 'more_circle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_16_filled, - 'more_horizontal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_20_filled, - 'more_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_24_filled, - 'more_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_28_filled, - 'more_horizontal_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_32_filled, - 'more_horizontal_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_horizontal_48_filled, - 'more_horizontal_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.more_vertical_16_filled, - 'more_vertical_16_filled', - 16, - ), - - 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_32_filled, - 'more_vertical_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.more_vertical_48_filled, - 'more_vertical_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_16_filled, - 'movies_and_tv_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_20_filled, - 'movies_and_tv_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.movies_and_tv_24_filled, - 'movies_and_tv_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_20_filled, - 'multiplier_1_2x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_24_filled, - 'multiplier_1_2x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_28_filled, - 'multiplier_1_2x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_32_filled, - 'multiplier_1_2x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_2x_48_filled, - 'multiplier_1_2x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_20_filled, - 'multiplier_1_5x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_24_filled, - 'multiplier_1_5x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_28_filled, - 'multiplier_1_5x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_32_filled, - 'multiplier_1_5x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_5x_48_filled, - 'multiplier_1_5x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_20_filled, - 'multiplier_1_8x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_24_filled, - 'multiplier_1_8x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_28_filled, - 'multiplier_1_8x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_32_filled, - 'multiplier_1_8x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1_8x_48_filled, - 'multiplier_1_8x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_20_filled, - 'multiplier_1x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_24_filled, - 'multiplier_1x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_28_filled, - 'multiplier_1x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_32_filled, - 'multiplier_1x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_1x_48_filled, - 'multiplier_1x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_20_filled, - 'multiplier_2x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_24_filled, - 'multiplier_2x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_28_filled, - 'multiplier_2x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_32_filled, - 'multiplier_2x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_2x_48_filled, - 'multiplier_2x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_20_filled, - 'multiplier_5x_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_24_filled, - 'multiplier_5x_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_28_filled, - 'multiplier_5x_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_32_filled, - 'multiplier_5x_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.multiplier_5x_48_filled, - 'multiplier_5x_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_16_filled, - 'multiselect_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_20_filled, - 'multiselect_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_24_filled, - 'multiselect_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_16_filled, - 'multiselect_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_20_filled, - 'multiselect_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_ltr_24_filled, - 'multiselect_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rlt_20_filled, - 'multiselect_rlt_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_16_filled, - 'multiselect_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_20_filled, - 'multiselect_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.multiselect_rtl_24_filled, - 'multiselect_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_1_20_filled, - 'music_note_1_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_1_24_filled, - 'music_note_1_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_16_filled, - 'music_note_2_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_20_filled, - 'music_note_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_24_filled, - 'music_note_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_2_play_20_filled, - 'music_note_2_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_1_20_filled, - 'music_note_off_1_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_1_24_filled, - 'music_note_off_1_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_16_filled, - 'music_note_off_2_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_20_filled, - 'music_note_off_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.music_note_off_2_24_filled, - 'music_note_off_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.my_location_12_filled, - 'my_location_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.my_location_16_filled, - 'my_location_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.my_location_20_filled, - 'my_location_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.my_location_24_filled, - 'my_location_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.navigation_16_filled, - 'navigation_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.navigation_20_filled, - 'navigation_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_24_filled, - 'navigation_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.navigation_location_target_20_filled, - 'navigation_location_target_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_play_20_filled, - 'navigation_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_unread_20_filled, - 'navigation_unread_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.navigation_unread_24_filled, - 'navigation_unread_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.network_check_20_filled, - 'network_check_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.network_check_24_filled, - 'network_check_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.new_16_filled, - 'new_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.new_20_filled, - 'new_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.new_24_filled, - 'new_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.news_16_filled, - 'news_16_filled', - 16, - ), - - 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.next_28_filled, - 'next_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.next_32_filled, - 'next_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.next_48_filled, - 'next_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.note_16_filled, - 'note_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.note_20_filled, - 'note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.note_24_filled, - 'note_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.note_28_filled, - 'note_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.note_48_filled, - 'note_48_filled', - 48, - ), - - 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.note_add_28_filled, - 'note_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.note_add_48_filled, - 'note_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.note_edit_20_filled, - 'note_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.note_edit_24_filled, - 'note_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.note_pin_16_filled, - 'note_pin_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.note_pin_20_filled, - 'note_pin_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_20_filled, - 'notebook_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_24_filled, - 'notebook_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_add_20_filled, - 'notebook_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_add_24_filled, - 'notebook_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_error_20_filled, - 'notebook_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_error_24_filled, - 'notebook_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_lightning_20_filled, - 'notebook_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_lightning_24_filled, - 'notebook_lightning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_question_mark_20_filled, - 'notebook_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_question_mark_24_filled, - 'notebook_question_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_20_filled, - 'notebook_section_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_24_filled, - 'notebook_section_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_section_arrow_right_24_filled, - 'notebook_section_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_subsection_20_filled, - 'notebook_subsection_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_subsection_24_filled, - 'notebook_subsection_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notebook_sync_20_filled, - 'notebook_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notebook_sync_24_filled, - 'notebook_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.notepad_12_filled, - 'notepad_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.notepad_16_filled, - 'notepad_16_filled', - 16, - ), - - 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.notepad_32_filled, - 'notepad_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.notepad_edit_16_filled, - 'notepad_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.notepad_edit_20_filled, - 'notepad_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_16_filled, - 'notepad_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_20_filled, - 'notepad_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.notepad_person_24_filled, - 'notepad_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_16_filled, - 'number_circle_1_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_20_filled, - 'number_circle_1_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_circle_1_24_filled, - 'number_circle_1_24_filled', - 24, - ), - - 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.number_symbol_28_filled, - 'number_symbol_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_32_filled, - 'number_symbol_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_48_filled, - 'number_symbol_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_dismiss_20_filled, - 'number_symbol_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_dismiss_24_filled, - 'number_symbol_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_square_20_filled, - 'number_symbol_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.number_symbol_square_24_filled, - 'number_symbol_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.office_apps_20_filled, - 'office_apps_20_filled', - 20, - ), - - 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_28_filled, - 'open_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_32_filled, - 'open_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.open_48_filled, - 'open_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_16_filled, - 'open_folder_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_20_filled, - 'open_folder_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_24_filled, - 'open_folder_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_28_filled, - 'open_folder_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_folder_48_filled, - 'open_folder_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.open_off_16_filled, - 'open_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.open_off_20_filled, - 'open_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.open_off_24_filled, - 'open_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.open_off_28_filled, - 'open_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.open_off_48_filled, - 'open_off_48_filled', - 48, - ), - - 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.options_48_filled, - 'options_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.organization_12_filled, - 'organization_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.organization_16_filled, - 'organization_16_filled', - 16, - ), - - 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.organization_32_filled, - 'organization_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.organization_48_filled, - 'organization_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.organization_horizontal_20_filled, - 'organization_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.orientation_20_filled, - 'orientation_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.orientation_24_filled, - 'orientation_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.oval_16_filled, - 'oval_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.oval_20_filled, - 'oval_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.oval_24_filled, - 'oval_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.oval_28_filled, - 'oval_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.oval_32_filled, - 'oval_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.oval_48_filled, - 'oval_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.padding_down_20_filled, - 'padding_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_down_24_filled, - 'padding_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_left_20_filled, - 'padding_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_left_24_filled, - 'padding_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_right_20_filled, - 'padding_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_right_24_filled, - 'padding_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.padding_top_20_filled, - 'padding_top_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.padding_top_24_filled, - 'padding_top_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_brush_arrow_down_20_filled, - 'paint_brush_arrow_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_down_24_filled, - 'paint_brush_arrow_down_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_up_20_filled, - 'paint_brush_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.paint_brush_arrow_up_24_filled, - 'paint_brush_arrow_up_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_20_filled, - 'pair_20_filled', - 20, - ), - - 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.panel_bottom_20_filled, - 'panel_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_bottom_contract_20_filled, - 'panel_bottom_contract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_bottom_expand_20_filled, - 'panel_bottom_expand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_16_filled, - 'panel_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_20_filled, - 'panel_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_24_filled, - 'panel_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_28_filled, - 'panel_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_48_filled, - 'panel_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_16_filled, - 'panel_left_contract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_20_filled, - 'panel_left_contract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_24_filled, - 'panel_left_contract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_contract_28_filled, - 'panel_left_contract_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_16_filled, - 'panel_left_expand_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_20_filled, - 'panel_left_expand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_24_filled, - 'panel_left_expand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_expand_28_filled, - 'panel_left_expand_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_focus_right_16_filled, - 'panel_left_focus_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_focus_right_20_filled, - 'panel_left_focus_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_focus_right_24_filled, - 'panel_left_focus_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_left_focus_right_28_filled, - 'panel_left_focus_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_16_filled, - 'panel_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_20_filled, - 'panel_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_24_filled, - 'panel_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_28_filled, - 'panel_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_48_filled, - 'panel_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_16_filled, - 'panel_right_contract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_20_filled, - 'panel_right_contract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_contract_24_filled, - 'panel_right_contract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_16_filled, - 'panel_right_expand_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_20_filled, - 'panel_right_expand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_right_expand_24_filled, - 'panel_right_expand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.panel_separate_window_20_filled, - 'panel_separate_window_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_top_contract_20_filled, - 'panel_top_contract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.panel_top_expand_20_filled, - 'panel_top_expand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.password_16_filled, - 'password_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.password_20_filled, - 'password_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.password_24_filled, - 'password_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patch_20_filled, - 'patch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.patch_24_filled, - 'patch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patient_20_filled, - 'patient_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.patient_24_filled, - 'patient_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.patient_32_filled, - 'patient_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pause_12_filled, - 'pause_12_filled', - 12, - ), - - 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.pause_circle_20_filled, - 'pause_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pause_circle_24_filled, - 'pause_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pause_off_16_filled, - 'pause_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pause_off_20_filled, - 'pause_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pause_settings_16_filled, - 'pause_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pause_settings_20_filled, - 'pause_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.payment_16_filled, - 'payment_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.payment_20_filled, - 'payment_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.payment_24_filled, - 'payment_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.payment_28_filled, - 'payment_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_16_filled, - 'pen_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_20_filled, - 'pen_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_24_filled, - 'pen_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_28_filled, - 'pen_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_32_filled, - 'pen_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_48_filled, - 'pen_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_16_filled, - 'pen_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_20_filled, - 'pen_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_24_filled, - 'pen_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_28_filled, - 'pen_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_32_filled, - 'pen_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_off_48_filled, - 'pen_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_16_filled, - 'pen_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_20_filled, - 'pen_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_24_filled, - 'pen_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_28_filled, - 'pen_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_32_filled, - 'pen_prohibited_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pen_prohibited_48_filled, - 'pen_prohibited_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_20_filled, - 'pentagon_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_32_filled, - 'pentagon_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pentagon_48_filled, - 'pentagon_48_filled', - 48, - ), - - 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_32_filled, - 'people_32_filled', - 32, - ), - - 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_add_28_filled, - 'people_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_audience_20_filled, - 'people_audience_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_audience_24_filled, - 'people_audience_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_call_16_filled, - 'people_call_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_call_20_filled, - 'people_call_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_16_filled, - 'people_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_20_filled, - 'people_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_checkmark_24_filled, - 'people_checkmark_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_20_filled, - 'people_community_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_community_add_24_filled, - 'people_community_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_community_add_28_filled, - 'people_community_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_edit_20_filled, - 'people_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_error_16_filled, - 'people_error_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_error_20_filled, - 'people_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_error_24_filled, - 'people_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_list_16_filled, - 'people_list_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_list_20_filled, - 'people_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_list_24_filled, - 'people_list_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_list_28_filled, - 'people_list_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_lock_20_filled, - 'people_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_lock_24_filled, - 'people_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_money_20_filled, - 'people_money_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_money_24_filled, - 'people_money_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_16_filled, - 'people_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_20_filled, - 'people_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_prohibited_24_filled, - 'people_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_queue_20_filled, - 'people_queue_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_queue_24_filled, - 'people_queue_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_search_20_filled, - 'people_search_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_settings_24_filled, - 'people_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_settings_28_filled, - 'people_settings_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_16_filled, - 'people_swap_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_20_filled, - 'people_swap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_24_filled, - 'people_swap_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_swap_28_filled, - 'people_swap_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_16_filled, - 'people_sync_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_20_filled, - 'people_sync_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_sync_28_filled, - 'people_sync_28_filled', - 28, - ), - - 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.people_team_32_filled, - 'people_team_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.people_team_add_20_filled, - 'people_team_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_add_24_filled, - 'people_team_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_16_filled, - 'people_team_delete_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_20_filled, - 'people_team_delete_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_24_filled, - 'people_team_delete_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_28_filled, - 'people_team_delete_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.people_team_delete_32_filled, - 'people_team_delete_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.people_team_toolbox_20_filled, - 'people_team_toolbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.people_team_toolbox_24_filled, - 'people_team_toolbox_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.people_toolbox_16_filled, - 'people_toolbox_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.people_toolbox_20_filled, - 'people_toolbox_20_filled', - 20, - ), - - 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_32_filled, - 'person_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_48_filled, - 'person_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.person_5_20_filled, - 'person_5_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_5_32_filled, - 'person_5_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_6_20_filled, - 'person_6_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_6_32_filled, - 'person_6_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_accounts_20_filled, - 'person_accounts_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_accounts_24_filled, - 'person_accounts_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_add_16_filled, - 'person_add_16_filled', - 16, - ), - - 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_add_28_filled, - 'person_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_arrow_left_16_filled, - 'person_arrow_left_16_filled', - 16, - ), - - 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_20_filled, - 'person_available_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_available_24_filled, - 'person_available_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_16_filled, - 'person_call_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_call_20_filled, - 'person_call_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_call_24_filled, - 'person_call_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_16_filled, - 'person_chat_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_20_filled, - 'person_chat_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_chat_24_filled, - 'person_chat_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_12_filled, - 'person_circle_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_20_filled, - 'person_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_circle_24_filled, - 'person_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_16_filled, - 'person_clock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_20_filled, - 'person_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_clock_24_filled, - 'person_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_16_filled, - 'person_delete_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_20_filled, - 'person_delete_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_delete_24_filled, - 'person_delete_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_edit_20_filled, - 'person_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_edit_24_filled, - 'person_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_feedback_16_filled, - 'person_feedback_16_filled', - 16, - ), - - 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_info_16_filled, - 'person_info_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_info_20_filled, - 'person_info_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_key_20_filled, - 'person_key_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lightbulb_20_filled, - 'person_lightbulb_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lightbulb_24_filled, - 'person_lightbulb_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_16_filled, - 'person_lock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_20_filled, - 'person_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_lock_24_filled, - 'person_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_16_filled, - 'person_mail_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_20_filled, - 'person_mail_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_24_filled, - 'person_mail_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_28_filled, - 'person_mail_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_mail_48_filled, - 'person_mail_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.person_money_20_filled, - 'person_money_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_money_24_filled, - 'person_money_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_note_20_filled, - 'person_note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_note_24_filled, - 'person_note_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_pill_20_filled, - 'person_pill_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_pill_24_filled, - 'person_pill_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_16_filled, - 'person_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_20_filled, - 'person_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_24_filled, - 'person_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_prohibited_28_filled, - 'person_prohibited_28_filled', - 28, - ), - - 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_settings_16_filled, - 'person_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_settings_20_filled, - 'person_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_subtract_16_filled, - 'person_subtract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.person_subtract_20_filled, - 'person_subtract_20_filled', - 20, - ), - - 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_sync_24_filled, - 'person_sync_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_20_filled, - 'person_tag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_24_filled, - 'person_tag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_28_filled, - 'person_tag_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_32_filled, - 'person_tag_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.person_tag_48_filled, - 'person_tag_48_filled', - 48, - ), - - 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_12_filled, - 'phone_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.phone_16_filled, - 'phone_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_20_filled, - 'phone_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_24_filled, - 'phone_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_add_20_filled, - 'phone_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_add_24_filled, - 'phone_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_arrow_right_20_filled, - 'phone_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_arrow_right_24_filled, - 'phone_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_checkmark_16_filled, - 'phone_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_checkmark_20_filled, - 'phone_checkmark_20_filled', - 20, - ), - - 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_desktop_add_20_filled, - 'phone_desktop_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_dismiss_20_filled, - 'phone_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_dismiss_24_filled, - 'phone_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_eraser_16_filled, - 'phone_eraser_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_eraser_20_filled, - 'phone_eraser_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_laptop_16_filled, - 'phone_laptop_16_filled', - 16, - ), - - 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_laptop_32_filled, - 'phone_laptop_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.phone_link_setup_20_filled, - 'phone_link_setup_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_link_setup_24_filled, - 'phone_link_setup_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_lock_20_filled, - 'phone_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_lock_24_filled, - 'phone_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_page_header_20_filled, - 'phone_page_header_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_page_header_24_filled, - 'phone_page_header_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_pagination_20_filled, - 'phone_pagination_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_pagination_24_filled, - 'phone_pagination_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_screen_time_20_filled, - 'phone_screen_time_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_screen_time_24_filled, - 'phone_screen_time_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_shake_20_filled, - 'phone_shake_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_shake_24_filled, - 'phone_shake_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_16_filled, - 'phone_span_in_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_20_filled, - 'phone_span_in_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_24_filled, - 'phone_span_in_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_in_28_filled, - 'phone_span_in_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_16_filled, - 'phone_span_out_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_20_filled, - 'phone_span_out_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_24_filled, - 'phone_span_out_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_span_out_28_filled, - 'phone_span_out_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.phone_speaker_20_filled, - 'phone_speaker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_speaker_24_filled, - 'phone_speaker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_status_bar_20_filled, - 'phone_status_bar_20_filled', - 20, - ), - - 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_update_20_filled, - 'phone_update_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_24_filled, - 'phone_update_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_checkmark_20_filled, - 'phone_update_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_update_checkmark_24_filled, - 'phone_update_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_vertical_scroll_20_filled, - 'phone_vertical_scroll_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_vertical_scroll_24_filled, - 'phone_vertical_scroll_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.phone_vibrate_20_filled, - 'phone_vibrate_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.phone_vibrate_24_filled, - 'phone_vibrate_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.photo_filter_20_filled, - 'photo_filter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.photo_filter_24_filled, - 'photo_filter_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pi_20_filled, - 'pi_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pi_24_filled, - 'pi_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.picture_in_picture_enter_16_filled, - 'picture_in_picture_enter_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_enter_20_filled, - 'picture_in_picture_enter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_enter_24_filled, - 'picture_in_picture_enter_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_16_filled, - 'picture_in_picture_exit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_20_filled, - 'picture_in_picture_exit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.picture_in_picture_exit_24_filled, - 'picture_in_picture_exit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pill_16_filled, - 'pill_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pill_20_filled, - 'pill_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pill_24_filled, - 'pill_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pill_28_filled, - 'pill_28_filled', - 28, - ), - - 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_28_filled, - 'pin_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pin_32_filled, - 'pin_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pin_48_filled, - 'pin_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_16_filled, - 'pin_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_20_filled, - 'pin_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_24_filled, - 'pin_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_28_filled, - 'pin_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_32_filled, - 'pin_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pin_off_48_filled, - 'pin_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_20_filled, - 'pipeline_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_add_20_filled, - 'pipeline_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pipeline_play_20_filled, - 'pipeline_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pivot_20_filled, - 'pivot_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pivot_24_filled, - 'pivot_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_12_filled, - 'play_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.play_16_filled, - 'play_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.play_20_filled, - 'play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.play_24_filled, - 'play_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_28_filled, - 'play_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.play_32_filled, - 'play_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.play_48_filled, - 'play_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_16_filled, - 'play_circle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_20_filled, - 'play_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_24_filled, - 'play_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_28_filled, - 'play_circle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.play_circle_48_filled, - 'play_circle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.play_settings_20_filled, - 'play_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_20_filled, - 'plug_connected_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_24_filled, - 'plug_connected_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_add_20_filled, - 'plug_connected_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.plug_connected_checkmark_20_filled, - 'plug_connected_checkmark_20_filled', - 20, - ), - - 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_20_filled, - 'point_scan_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.point_scan_24_filled, - 'point_scan_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.poll_16_filled, - 'poll_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.poll_20_filled, - 'poll_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.poll_24_filled, - 'poll_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_hdmi_20_filled, - 'port_hdmi_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.port_hdmi_24_filled, - 'port_hdmi_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_micro_usb_24_filled, - 'port_micro_usb_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_a_20_filled, - 'port_usb_a_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_a_24_filled, - 'port_usb_a_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.port_usb_c_24_filled, - 'port_usb_c_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_backward_20_filled, - 'position_backward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_backward_24_filled, - 'position_backward_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_forward_20_filled, - 'position_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_forward_24_filled, - 'position_forward_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_to_back_20_filled, - 'position_to_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_to_back_24_filled, - 'position_to_back_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.position_to_front_20_filled, - 'position_to_front_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.position_to_front_24_filled, - 'position_to_front_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_20_filled, - 'predictions_20_filled', - 20, - ), - - 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.premium_32_filled, - 'premium_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.premium_person_20_filled, - 'premium_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.premium_person_24_filled, - 'premium_person_24_filled', - 24, - ), - - 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_available_20_filled, - 'presence_available_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_available_24_filled, - 'presence_available_24_filled', - 24, - ), - - 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_away_20_filled, - 'presence_away_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_away_24_filled, - 'presence_away_24_filled', - 24, - ), - - 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_busy_20_filled, - 'presence_busy_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_busy_24_filled, - 'presence_busy_24_filled', - 24, - ), - - 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.presence_dnd_20_filled, - 'presence_dnd_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presence_dnd_24_filled, - 'presence_dnd_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presenter_20_filled, - 'presenter_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.presenter_24_filled, - 'presenter_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.presenter_off_20_filled, - 'presenter_off_20_filled', - 20, - ), - - 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.previous_28_filled, - 'previous_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.previous_32_filled, - 'previous_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.previous_48_filled, - 'previous_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.print_16_filled, - 'print_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.print_20_filled, - 'print_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.print_24_filled, - 'print_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.print_28_filled, - 'print_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.print_48_filled, - 'print_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.print_add_20_filled, - 'print_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.print_add_24_filled, - 'print_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.production_20_filled, - 'production_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.production_24_filled, - 'production_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.production_checkmark_20_filled, - 'production_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.production_checkmark_24_filled, - 'production_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_12_filled, - 'prohibited_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_16_filled, - 'prohibited_16_filled', - 16, - ), - - 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.prohibited_multiple_16_filled, - 'prohibited_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_multiple_20_filled, - 'prohibited_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_multiple_24_filled, - 'prohibited_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.prohibited_note_20_filled, - 'prohibited_note_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_16_filled, - 'projection_screen_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_20_filled, - 'projection_screen_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_24_filled, - 'projection_screen_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_28_filled, - 'projection_screen_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_16_filled, - 'projection_screen_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_20_filled, - 'projection_screen_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_24_filled, - 'projection_screen_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.projection_screen_dismiss_28_filled, - 'projection_screen_dismiss_28_filled', - 28, - ), - - 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.pulse_20_filled, - 'pulse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pulse_24_filled, - 'pulse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.pulse_28_filled, - 'pulse_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.pulse_32_filled, - 'pulse_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.pulse_square_20_filled, - 'pulse_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.pulse_square_24_filled, - 'pulse_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_16_filled, - 'puzzle_cube_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_20_filled, - 'puzzle_cube_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_24_filled, - 'puzzle_cube_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_28_filled, - 'puzzle_cube_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_48_filled, - 'puzzle_cube_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_cube_piece_20_filled, - 'puzzle_cube_piece_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_16_filled, - 'puzzle_piece_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_20_filled, - 'puzzle_piece_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_24_filled, - 'puzzle_piece_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.puzzle_piece_shield_20_filled, - 'puzzle_piece_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.qr_code_20_filled, - 'qr_code_20_filled', - 20, - ), - - 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_12_filled, - 'question_circle_12_filled', - 12, - ), - - 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_32_filled, - 'question_circle_32_filled', - 32, - ), - - 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.radar_20_filled, - 'radar_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radar_checkmark_20_filled, - 'radar_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radar_rectangle_multiple_20_filled, - 'radar_rectangle_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radio_button_20_filled, - 'radio_button_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.radio_button_24_filled, - 'radio_button_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ram_20_filled, - 'ram_20_filled', - 20, - ), - - 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.ratio_one_to_one_20_filled, - 'ratio_one_to_one_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ratio_one_to_one_24_filled, - 'ratio_one_to_one_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_horizontal_16_filled, - 're_order_dots_horizontal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_horizontal_20_filled, - 're_order_dots_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_horizontal_24_filled, - 're_order_dots_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_16_filled, - 're_order_dots_vertical_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_20_filled, - 're_order_dots_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.re_order_dots_vertical_24_filled, - 're_order_dots_vertical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.read_aloud_16_filled, - 'read_aloud_16_filled', - 16, - ), - - 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_aloud_28_filled, - 'read_aloud_28_filled', - 28, - ), - - 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_mobile_20_filled, - 'reading_mode_mobile_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.reading_mode_mobile_24_filled, - 'reading_mode_mobile_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.real_estate_20_filled, - 'real_estate_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.real_estate_24_filled, - 'real_estate_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_20_filled, - 'receipt_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_24_filled, - 'receipt_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_add_20_filled, - 'receipt_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_add_24_filled, - 'receipt_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_bag_20_filled, - 'receipt_bag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_bag_24_filled, - 'receipt_bag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_cube_20_filled, - 'receipt_cube_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_cube_24_filled, - 'receipt_cube_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_money_20_filled, - 'receipt_money_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_money_24_filled, - 'receipt_money_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_play_20_filled, - 'receipt_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.receipt_play_24_filled, - 'receipt_play_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.receipt_search_20_filled, - 'receipt_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.record_12_filled, - 'record_12_filled', - 12, - ), - - 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.record_28_filled, - 'record_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.record_32_filled, - 'record_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.record_48_filled, - 'record_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_12_filled, - 'record_stop_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_16_filled, - 'record_stop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_20_filled, - 'record_stop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_24_filled, - 'record_stop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_28_filled, - 'record_stop_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_32_filled, - 'record_stop_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.record_stop_48_filled, - 'record_stop_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_12_filled, - 'rectangle_landscape_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_16_filled, - 'rectangle_landscape_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_20_filled, - 'rectangle_landscape_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_24_filled, - 'rectangle_landscape_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_28_filled, - 'rectangle_landscape_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_32_filled, - 'rectangle_landscape_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_landscape_48_filled, - 'rectangle_landscape_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.rectangle_portrait_location_target_20_filled, - 'rectangle_portrait_location_target_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.remote_16_filled, - 'remote_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.remote_20_filled, - 'remote_20_filled', - 20, - ), - - 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.reorder_20_filled, - 'reorder_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.replay_20_filled, - 'replay_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_20_filled, - 'resize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_24_filled, - 'resize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_image_20_filled, - 'resize_image_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_image_24_filled, - 'resize_image_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_16_filled, - 'resize_large_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_20_filled, - 'resize_large_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_large_24_filled, - 'resize_large_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_16_filled, - 'resize_small_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_20_filled, - 'resize_small_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_small_24_filled, - 'resize_small_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_table_20_filled, - 'resize_table_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.resize_table_24_filled, - 'resize_table_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.resize_video_20_filled, - 'resize_video_20_filled', - 20, - ), - - 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_16_filled, - 'rewind_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rewind_20_filled, - 'rewind_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rewind_24_filled, - 'rewind_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rewind_28_filled, - 'rewind_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_16_filled, - 'rhombus_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_20_filled, - 'rhombus_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_24_filled, - 'rhombus_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_28_filled, - 'rhombus_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_32_filled, - 'rhombus_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.rhombus_48_filled, - 'rhombus_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_12_filled, - 'ribbon_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_16_filled, - 'ribbon_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_20_filled, - 'ribbon_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_24_filled, - 'ribbon_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_32_filled, - 'ribbon_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_add_20_filled, - 'ribbon_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_add_24_filled, - 'ribbon_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_12_filled, - 'ribbon_off_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_16_filled, - 'ribbon_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_20_filled, - 'ribbon_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_24_filled, - 'ribbon_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_off_32_filled, - 'ribbon_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_star_20_filled, - 'ribbon_star_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ribbon_star_24_filled, - 'ribbon_star_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_16_filled, - 'road_cone_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_20_filled, - 'road_cone_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_24_filled, - 'road_cone_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_28_filled, - 'road_cone_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_32_filled, - 'road_cone_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.road_cone_48_filled, - 'road_cone_48_filled', - 48, - ), - - 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.rotate_left_20_filled, - 'rotate_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rotate_left_24_filled, - 'rotate_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rotate_right_20_filled, - 'rotate_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.rotate_right_24_filled, - 'rotate_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.router_20_filled, - 'router_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.router_24_filled, - 'router_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.row_triple_20_filled, - 'row_triple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.row_triple_24_filled, - 'row_triple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.rss_24_filled, - 'rss_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_16_filled, - 'run_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.run_20_filled, - 'run_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.run_24_filled, - 'run_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sanitize_20_filled, - 'sanitize_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sanitize_24_filled, - 'sanitize_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_16_filled, - 'save_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.save_20_filled, - 'save_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_24_filled, - 'save_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_arrow_right_20_filled, - 'save_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_arrow_right_24_filled, - 'save_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_copy_24_filled, - 'save_copy_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_edit_20_filled, - 'save_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_edit_24_filled, - 'save_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_image_20_filled, - 'save_image_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_multiple_20_filled, - 'save_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_multiple_24_filled, - 'save_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.save_search_20_filled, - 'save_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.save_sync_20_filled, - 'save_sync_20_filled', - 20, - ), - - 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_20_filled, - 'scale_fill_20_filled', - 20, - ), - - 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.scales_24_filled, - 'scales_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scales_32_filled, - 'scales_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.scan_16_filled, - 'scan_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_20_filled, - 'scan_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_24_filled, - 'scan_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_16_filled, - 'scan_camera_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_20_filled, - 'scan_camera_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_24_filled, - 'scan_camera_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_28_filled, - 'scan_camera_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_camera_48_filled, - 'scan_camera_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_12_filled, - 'scan_dash_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_16_filled, - 'scan_dash_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_20_filled, - 'scan_dash_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_24_filled, - 'scan_dash_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_28_filled, - 'scan_dash_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_32_filled, - 'scan_dash_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.scan_dash_48_filled, - 'scan_dash_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_object_20_filled, - 'scan_object_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_object_24_filled, - 'scan_object_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_table_20_filled, - 'scan_table_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_table_24_filled, - 'scan_table_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_text_20_filled, - 'scan_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_text_24_filled, - 'scan_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_16_filled, - 'scan_thumb_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_20_filled, - 'scan_thumb_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_24_filled, - 'scan_thumb_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_28_filled, - 'scan_thumb_up_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_48_filled, - 'scan_thumb_up_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_16_filled, - 'scan_thumb_up_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_20_filled, - 'scan_thumb_up_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_24_filled, - 'scan_thumb_up_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_28_filled, - 'scan_thumb_up_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.scan_thumb_up_off_48_filled, - 'scan_thumb_up_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_20_filled, - 'scan_type_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_24_filled, - 'scan_type_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_checkmark_20_filled, - 'scan_type_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_checkmark_24_filled, - 'scan_type_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.scan_type_off_20_filled, - 'scan_type_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scratchpad_20_filled, - 'scratchpad_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.scratchpad_24_filled, - 'scratchpad_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.screen_cut_20_filled, - 'screen_cut_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_person_20_filled, - 'screen_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_search_20_filled, - 'screen_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screen_search_24_filled, - 'screen_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.screen_share_start_48_filled, - 'screen_share_start_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.screenshot_20_filled, - 'screenshot_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.screenshot_24_filled, - 'screenshot_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.search_12_filled, - 'search_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.search_16_filled, - 'search_16_filled', - 16, - ), - - 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_32_filled, - 'search_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.search_48_filled, - 'search_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.search_info_20_filled, - 'search_info_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_info_24_filled, - 'search_info_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.search_settings_20_filled, - 'search_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_shield_20_filled, - 'search_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_square_20_filled, - 'search_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_square_24_filled, - 'search_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_16_filled, - 'search_visual_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_20_filled, - 'search_visual_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.search_visual_24_filled, - 'search_visual_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_all_off_24_filled, - 'select_all_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_all_on_24_filled, - 'select_all_on_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.select_object_skew_20_filled, - 'select_object_skew_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_24_filled, - 'select_object_skew_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_dismiss_20_filled, - 'select_object_skew_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_dismiss_24_filled, - 'select_object_skew_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_edit_20_filled, - 'select_object_skew_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.select_object_skew_edit_24_filled, - 'select_object_skew_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.send_16_filled, - 'send_16_filled', - 16, - ), - - 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_clock_24_filled, - 'send_clock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.send_copy_24_filled, - 'send_copy_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.server_20_filled, - 'server_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.server_24_filled, - 'server_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.server_multiple_20_filled, - 'server_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.server_play_20_filled, - 'server_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.service_bell_20_filled, - 'service_bell_20_filled', - 20, - ), - - 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.settings_32_filled, - 'settings_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.settings_48_filled, - 'settings_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.settings_chat_20_filled, - 'settings_chat_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.settings_chat_24_filled, - 'settings_chat_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_16_filled, - 'shape_exclude_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_20_filled, - 'shape_exclude_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_exclude_24_filled, - 'shape_exclude_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_16_filled, - 'shape_intersect_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_20_filled, - 'shape_intersect_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_intersect_24_filled, - 'shape_intersect_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_16_filled, - 'shape_subtract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_20_filled, - 'shape_subtract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_subtract_24_filled, - 'shape_subtract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_16_filled, - 'shape_union_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_20_filled, - 'shape_union_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shape_union_24_filled, - 'shape_union_24_filled', - 24, - ), - - 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.shapes_28_filled, - 'shapes_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shapes_48_filled, - 'shapes_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.share_16_filled, - 'share_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_20_filled, - 'share_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_24_filled, - 'share_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_28_filled, - 'share_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_48_filled, - 'share_48_filled', - 48, - ), - - 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_20_filled, - 'share_close_tray_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_close_tray_24_filled, - 'share_close_tray_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_person_16_filled, - 'share_screen_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_20_filled, - 'share_screen_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_24_filled, - 'share_screen_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_28_filled, - 'share_screen_person_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_16_filled, - 'share_screen_person_overlay_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_20_filled, - 'share_screen_person_overlay_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_24_filled, - 'share_screen_person_overlay_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_28_filled, - 'share_screen_person_overlay_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_16_filled, - 'share_screen_person_overlay_inside_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_20_filled, - 'share_screen_person_overlay_inside_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_24_filled, - 'share_screen_person_overlay_inside_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_overlay_inside_28_filled, - 'share_screen_person_overlay_inside_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_16_filled, - 'share_screen_person_p_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_20_filled, - 'share_screen_person_p_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_24_filled, - 'share_screen_person_p_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_person_p_28_filled, - 'share_screen_person_p_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_20_filled, - 'share_screen_start_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_24_filled, - 'share_screen_start_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_28_filled, - 'share_screen_start_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_start_48_filled, - 'share_screen_start_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_16_filled, - 'share_screen_stop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_20_filled, - 'share_screen_stop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_24_filled, - 'share_screen_stop_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_28_filled, - 'share_screen_stop_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.share_screen_stop_48_filled, - 'share_screen_stop_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_16_filled, - 'shield_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_20_filled, - 'shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_24_filled, - 'shield_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_28_filled, - 'shield_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_48_filled, - 'shield_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_badge_20_filled, - 'shield_badge_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_badge_24_filled, - 'shield_badge_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_16_filled, - 'shield_checkmark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_20_filled, - 'shield_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_24_filled, - 'shield_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_28_filled, - 'shield_checkmark_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_checkmark_48_filled, - 'shield_checkmark_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_dismiss_16_filled, - 'shield_dismiss_16_filled', - 16, - ), - - 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_dismiss_shield_20_filled, - 'shield_dismiss_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_error_16_filled, - 'shield_error_16_filled', - 16, - ), - - 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_lock_16_filled, - 'shield_lock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_20_filled, - 'shield_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_24_filled, - 'shield_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_28_filled, - 'shield_lock_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_lock_48_filled, - 'shield_lock_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_person_20_filled, - 'shield_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_person_add_20_filled, - 'shield_person_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_prohibited_20_filled, - 'shield_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_prohibited_24_filled, - 'shield_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_16_filled, - 'shield_task_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_20_filled, - 'shield_task_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_24_filled, - 'shield_task_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_28_filled, - 'shield_task_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_task_48_filled, - 'shield_task_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_24_filled, - 'shield_video_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_28_filled, - 'shield_video_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shield_video_48_filled, - 'shield_video_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.shifts_16_filled, - 'shifts_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shifts_20_filled, - 'shifts_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_24_filled, - 'shifts_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_28_filled, - 'shifts_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.shifts_30_minutes_20_filled, - 'shifts_30_minutes_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_30_minutes_24_filled, - 'shifts_30_minutes_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_32_filled, - 'shifts_32_filled', - 32, - ), - - 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_20_filled, - 'shifts_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_add_24_filled, - 'shifts_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_availability_20_filled, - 'shifts_availability_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_availability_24_filled, - 'shifts_availability_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_checkmark_20_filled, - 'shifts_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_checkmark_24_filled, - 'shifts_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_day_20_filled, - 'shifts_day_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_day_24_filled, - 'shifts_day_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_prohibited_20_filled, - 'shifts_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_prohibited_24_filled, - 'shifts_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_question_mark_20_filled, - 'shifts_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shifts_question_mark_24_filled, - 'shifts_question_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shifts_team_24_filled, - 'shifts_team_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_16_filled, - 'shopping_bag_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_20_filled, - 'shopping_bag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_24_filled, - 'shopping_bag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_arrow_left_20_filled, - 'shopping_bag_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_arrow_left_24_filled, - 'shopping_bag_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_dismiss_20_filled, - 'shopping_bag_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_dismiss_24_filled, - 'shopping_bag_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_pause_20_filled, - 'shopping_bag_pause_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_pause_24_filled, - 'shopping_bag_pause_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_percent_20_filled, - 'shopping_bag_percent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_percent_24_filled, - 'shopping_bag_percent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_play_20_filled, - 'shopping_bag_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_play_24_filled, - 'shopping_bag_play_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_tag_20_filled, - 'shopping_bag_tag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shopping_bag_tag_24_filled, - 'shopping_bag_tag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.shortpick_20_filled, - 'shortpick_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.shortpick_24_filled, - 'shortpick_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sidebar_search_ltr_20_filled, - 'sidebar_search_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sidebar_search_rtl_20_filled, - 'sidebar_search_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sign_out_20_filled, - 'sign_out_20_filled', - 20, - ), - - 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.skip_back_10_20_filled, - 'skip_back_10_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_24_filled, - 'skip_back_10_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_28_filled, - 'skip_back_10_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_32_filled, - 'skip_back_10_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_back_10_48_filled, - 'skip_back_10_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_24_filled, - 'skip_backward_10_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_28_filled, - 'skip_backward_10_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_32_filled, - 'skip_backward_10_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_backward_10_48_filled, - 'skip_backward_10_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_20_filled, - 'skip_forward_10_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_24_filled, - 'skip_forward_10_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_28_filled, - 'skip_forward_10_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_32_filled, - 'skip_forward_10_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_10_48_filled, - 'skip_forward_10_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_20_filled, - 'skip_forward_30_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_24_filled, - 'skip_forward_30_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_28_filled, - 'skip_forward_30_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_32_filled, - 'skip_forward_30_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_30_48_filled, - 'skip_forward_30_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_tab_20_filled, - 'skip_forward_tab_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.skip_forward_tab_24_filled, - 'skip_forward_tab_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sleep_20_filled, - 'sleep_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sleep_24_filled, - 'sleep_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_16_filled, - 'slide_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_20_filled, - 'slide_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_24_filled, - 'slide_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_28_filled, - 'slide_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_32_filled, - 'slide_add_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.slide_add_48_filled, - 'slide_add_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.slide_arrow_right_20_filled, - 'slide_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_arrow_right_24_filled, - 'slide_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_design_24_filled, - 'slide_design_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_16_filled, - 'slide_eraser_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_20_filled, - 'slide_eraser_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_eraser_24_filled, - 'slide_eraser_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_grid_20_filled, - 'slide_grid_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_grid_24_filled, - 'slide_grid_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_microphone_32_filled, - 'slide_microphone_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_20_filled, - 'slide_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_24_filled, - 'slide_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_arrow_right_20_filled, - 'slide_multiple_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_arrow_right_24_filled, - 'slide_multiple_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_search_20_filled, - 'slide_multiple_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_multiple_search_24_filled, - 'slide_multiple_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_search_24_filled, - 'slide_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_search_28_filled, - 'slide_search_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_settings_20_filled, - 'slide_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_settings_24_filled, - 'slide_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_size_20_filled, - 'slide_size_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_size_24_filled, - 'slide_size_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_16_filled, - 'slide_text_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_20_filled, - 'slide_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_24_filled, - 'slide_text_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_28_filled, - 'slide_text_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.slide_text_48_filled, - 'slide_text_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.slide_transition_20_filled, - 'slide_transition_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.slide_transition_24_filled, - 'slide_transition_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_20_filled, - 'smartwatch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_24_filled, - 'smartwatch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_dot_20_filled, - 'smartwatch_dot_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.smartwatch_dot_24_filled, - 'smartwatch_dot_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.snooze_16_filled, - 'snooze_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.snooze_20_filled, - 'snooze_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.snooze_24_filled, - 'snooze_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_20_filled, - 'sound_source_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_24_filled, - 'sound_source_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sound_source_28_filled, - 'sound_source_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.sound_wave_circle_20_filled, - 'sound_wave_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sound_wave_circle_24_filled, - 'sound_wave_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.spacebar_20_filled, - 'spacebar_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.spacebar_24_filled, - 'spacebar_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_16_filled, - 'sparkle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_20_filled, - 'sparkle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_24_filled, - 'sparkle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_28_filled, - 'sparkle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.sparkle_48_filled, - 'sparkle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_16_filled, - 'speaker_0_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_20_filled, - 'speaker_0_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_24_filled, - 'speaker_0_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_28_filled, - 'speaker_0_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_32_filled, - 'speaker_0_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_0_48_filled, - 'speaker_0_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_16_filled, - 'speaker_1_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_20_filled, - 'speaker_1_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_24_filled, - 'speaker_1_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_28_filled, - 'speaker_1_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_32_filled, - 'speaker_1_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_1_48_filled, - 'speaker_1_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_16_filled, - 'speaker_2_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_20_filled, - 'speaker_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_24_filled, - 'speaker_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_28_filled, - 'speaker_2_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_32_filled, - 'speaker_2_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.speaker_2_48_filled, - 'speaker_2_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_bluetooth_24_filled, - 'speaker_bluetooth_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_bluetooth_28_filled, - 'speaker_bluetooth_28_filled', - 28, - ), - - 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_mute_16_filled, - 'speaker_mute_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_20_filled, - 'speaker_mute_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_24_filled, - 'speaker_mute_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_28_filled, - 'speaker_mute_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_mute_48_filled, - 'speaker_mute_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_off_16_filled, - 'speaker_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.speaker_off_20_filled, - 'speaker_off_20_filled', - 20, - ), - - 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_off_48_filled, - 'speaker_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_20_filled, - 'speaker_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_24_filled, - 'speaker_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_settings_28_filled, - 'speaker_settings_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.speaker_usb_24_filled, - 'speaker_usb_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.speaker_usb_28_filled, - 'speaker_usb_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.spinner_ios_20_filled, - 'spinner_ios_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_hint_20_filled, - 'split_hint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_12_filled, - 'split_horizontal_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_16_filled, - 'split_horizontal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_20_filled, - 'split_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_24_filled, - 'split_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_28_filled, - 'split_horizontal_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_32_filled, - 'split_horizontal_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.split_horizontal_48_filled, - 'split_horizontal_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_12_filled, - 'split_vertical_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_16_filled, - 'split_vertical_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_20_filled, - 'split_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_24_filled, - 'split_vertical_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_28_filled, - 'split_vertical_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_32_filled, - 'split_vertical_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.split_vertical_48_filled, - 'split_vertical_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.sport_16_filled, - 'sport_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sport_20_filled, - 'sport_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_24_filled, - 'sport_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_american_football_20_filled, - 'sport_american_football_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_american_football_24_filled, - 'sport_american_football_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_baseball_20_filled, - 'sport_baseball_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_baseball_24_filled, - 'sport_baseball_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_basketball_24_filled, - 'sport_basketball_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_hockey_20_filled, - 'sport_hockey_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_hockey_24_filled, - 'sport_hockey_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_16_filled, - 'sport_soccer_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_20_filled, - 'sport_soccer_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sport_soccer_24_filled, - 'sport_soccer_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_12_filled, - 'square_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.square_16_filled, - 'square_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_20_filled, - 'square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_24_filled, - 'square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_28_filled, - 'square_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_32_filled, - 'square_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_48_filled, - 'square_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_add_16_filled, - 'square_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_add_20_filled, - 'square_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_16_filled, - 'square_arrow_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_20_filled, - 'square_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_24_filled, - 'square_arrow_forward_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_28_filled, - 'square_arrow_forward_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_32_filled, - 'square_arrow_forward_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_arrow_forward_48_filled, - 'square_arrow_forward_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_dismiss_16_filled, - 'square_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_dismiss_20_filled, - 'square_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_16_filled, - 'square_hint_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_20_filled, - 'square_hint_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_24_filled, - 'square_hint_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_28_filled, - 'square_hint_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_32_filled, - 'square_hint_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_48_filled, - 'square_hint_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_apps_20_filled, - 'square_hint_apps_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_apps_24_filled, - 'square_hint_apps_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_arrow_back_16_filled, - 'square_hint_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_arrow_back_20_filled, - 'square_hint_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_16_filled, - 'square_hint_sparkles_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_20_filled, - 'square_hint_sparkles_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_24_filled, - 'square_hint_sparkles_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_28_filled, - 'square_hint_sparkles_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_32_filled, - 'square_hint_sparkles_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.square_hint_sparkles_48_filled, - 'square_hint_sparkles_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_16_filled, - 'square_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_20_filled, - 'square_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.square_multiple_24_filled, - 'square_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.square_shadow_12_filled, - 'square_shadow_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.square_shadow_20_filled, - 'square_shadow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.squares_nested_20_filled, - 'squares_nested_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_16_filled, - 'stack_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.stack_20_filled, - 'stack_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_24_filled, - 'stack_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stack_arrow_forward_20_filled, - 'stack_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_arrow_forward_24_filled, - 'stack_arrow_forward_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_16_filled, - 'stack_star_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_20_filled, - 'stack_star_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stack_star_24_filled, - 'stack_star_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_48_filled, - 'star_48_filled', - 48, - ), - - 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_add_28_filled, - 'star_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_end_20_filled, - 'star_arrow_right_end_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_end_24_filled, - 'star_arrow_right_end_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_start_20_filled, - 'star_arrow_right_start_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_arrow_right_start_24_filled, - 'star_arrow_right_start_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_16_filled, - 'star_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_20_filled, - 'star_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_24_filled, - 'star_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_dismiss_28_filled, - 'star_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.star_edit_20_filled, - 'star_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_edit_24_filled, - 'star_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_20_filled, - 'star_emphasis_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_24_filled, - 'star_emphasis_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.star_emphasis_32_filled, - 'star_emphasis_32_filled', - 32, - ), - - 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_line_horizontal_3_16_filled, - 'star_line_horizontal_3_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.star_line_horizontal_3_20_filled, - 'star_line_horizontal_3_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.star_line_horizontal_3_24_filled, - 'star_line_horizontal_3_24_filled', - 24, - ), - - 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_20_filled, - 'star_settings_20_filled', - 20, - ), - - 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.steps_20_filled, - 'steps_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.steps_24_filled, - 'steps_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stethoscope_20_filled, - 'stethoscope_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stethoscope_24_filled, - 'stethoscope_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sticker_12_filled, - 'sticker_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.sticker_20_filled, - 'sticker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sticker_24_filled, - 'sticker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sticker_add_20_filled, - 'sticker_add_20_filled', - 20, - ), - - 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_20_filled, - 'storage_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.storage_24_filled, - 'storage_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.stream_20_filled, - 'stream_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_24_filled, - 'stream_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.stream_input_20_filled, - 'stream_input_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_input_output_20_filled, - 'stream_input_output_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.stream_output_20_filled, - 'stream_output_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_16_filled, - 'strikethrough_ga_na_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_20_filled, - 'strikethrough_ga_na_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.strikethrough_ga_na_24_filled, - 'strikethrough_ga_na_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.style_guide_20_filled, - 'style_guide_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.style_guide_24_filled, - 'style_guide_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.sub_grid_20_filled, - 'sub_grid_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.sub_grid_24_filled, - 'sub_grid_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_16_filled, - 'subtitles_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_20_filled, - 'subtitles_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtitles_24_filled, - 'subtitles_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_12_filled, - 'subtract_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.subtract_16_filled, - 'subtract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_20_filled, - 'subtract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_24_filled, - 'subtract_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_28_filled, - 'subtract_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.subtract_48_filled, - 'subtract_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_12_filled, - 'subtract_circle_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_16_filled, - 'subtract_circle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_20_filled, - 'subtract_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_24_filled, - 'subtract_circle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_28_filled, - 'subtract_circle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_32_filled, - 'subtract_circle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_back_16_filled, - 'subtract_circle_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_back_20_filled, - 'subtract_circle_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_forward_16_filled, - 'subtract_circle_arrow_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_circle_arrow_forward_20_filled, - 'subtract_circle_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_20_filled, - 'subtract_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_24_filled, - 'subtract_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_multiple_16_filled, - 'subtract_square_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.subtract_square_multiple_20_filled, - 'subtract_square_multiple_20_filled', - 20, - ), - - 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_16_filled, - 'symbols_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.symbols_20_filled, - 'symbols_20_filled', - 20, - ), - - 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.syringe_20_filled, - 'syringe_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.syringe_24_filled, - 'syringe_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.system_20_filled, - 'system_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_add_20_filled, - 'tab_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_add_24_filled, - 'tab_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_arrow_left_20_filled, - 'tab_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_arrow_left_24_filled, - 'tab_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_16_filled, - 'tab_desktop_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_20_filled, - 'tab_desktop_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_24_filled, - 'tab_desktop_24_filled', - 24, - ), - - 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_arrow_left_20_filled, - 'tab_desktop_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_bottom_20_filled, - 'tab_desktop_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_desktop_bottom_24_filled, - 'tab_desktop_bottom_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_multiple_bottom_24_filled, - 'tab_desktop_multiple_bottom_24_filled', - 24, - ), - - 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_prohibited_20_filled, - 'tab_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_prohibited_24_filled, - 'tab_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tab_shield_dismiss_20_filled, - 'tab_shield_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tab_shield_dismiss_24_filled, - 'tab_shield_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_16_filled, - 'table_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_20_filled, - 'table_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_24_filled, - 'table_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_28_filled, - 'table_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_32_filled, - 'table_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.table_48_filled, - 'table_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_add_16_filled, - 'table_add_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_add_20_filled, - 'table_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_add_24_filled, - 'table_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_add_28_filled, - 'table_add_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_16_filled, - 'table_bottom_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_20_filled, - 'table_bottom_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_24_filled, - 'table_bottom_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_28_filled, - 'table_bottom_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_32_filled, - 'table_bottom_row_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.table_bottom_row_48_filled, - 'table_bottom_row_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_16_filled, - 'table_cell_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_20_filled, - 'table_cell_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_24_filled, - 'table_cell_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_cell_edit_28_filled, - 'table_cell_edit_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_cells_merge_16_filled, - 'table_cells_merge_16_filled', - 16, - ), - - 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_merge_28_filled, - 'table_cells_merge_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_cells_split_16_filled, - 'table_cells_split_16_filled', - 16, - ), - - 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_cells_split_28_filled, - 'table_cells_split_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_checker_20_filled, - 'table_checker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_copy_20_filled, - 'table_copy_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_16_filled, - 'table_delete_column_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_20_filled, - 'table_delete_column_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_24_filled, - 'table_delete_column_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_column_28_filled, - 'table_delete_column_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_16_filled, - 'table_delete_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_20_filled, - 'table_delete_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_24_filled, - 'table_delete_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_delete_row_28_filled, - 'table_delete_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_16_filled, - 'table_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_20_filled, - 'table_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_24_filled, - 'table_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_dismiss_28_filled, - 'table_dismiss_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_16_filled, - 'table_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_20_filled, - 'table_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_24_filled, - 'table_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_edit_28_filled, - 'table_edit_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_16_filled, - 'table_freeze_column_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_20_filled, - 'table_freeze_column_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_24_filled, - 'table_freeze_column_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_28_filled, - 'table_freeze_column_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_16_filled, - 'table_freeze_column_and_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_20_filled, - 'table_freeze_column_and_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_24_filled, - 'table_freeze_column_and_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_column_and_row_28_filled, - 'table_freeze_column_and_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_16_filled, - 'table_freeze_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_20_filled, - 'table_freeze_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_24_filled, - 'table_freeze_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_freeze_row_28_filled, - 'table_freeze_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_image_20_filled, - 'table_image_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_16_filled, - 'table_insert_column_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_20_filled, - 'table_insert_column_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_24_filled, - 'table_insert_column_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_column_28_filled, - 'table_insert_column_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_16_filled, - 'table_insert_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_20_filled, - 'table_insert_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_24_filled, - 'table_insert_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_insert_row_28_filled, - 'table_insert_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_16_filled, - 'table_lightning_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_20_filled, - 'table_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_24_filled, - 'table_lightning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_lightning_28_filled, - 'table_lightning_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_link_16_filled, - 'table_link_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_link_20_filled, - 'table_link_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_link_24_filled, - 'table_link_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_link_28_filled, - 'table_link_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_16_filled, - 'table_move_above_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_20_filled, - 'table_move_above_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_24_filled, - 'table_move_above_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_above_28_filled, - 'table_move_above_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_16_filled, - 'table_move_below_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_20_filled, - 'table_move_below_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_24_filled, - 'table_move_below_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_below_28_filled, - 'table_move_below_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_16_filled, - 'table_move_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_20_filled, - 'table_move_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_24_filled, - 'table_move_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_left_28_filled, - 'table_move_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_16_filled, - 'table_move_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_20_filled, - 'table_move_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_24_filled, - 'table_move_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_move_right_28_filled, - 'table_move_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_multiple_20_filled, - 'table_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_16_filled, - 'table_resize_column_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_20_filled, - 'table_resize_column_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_24_filled, - 'table_resize_column_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_column_28_filled, - 'table_resize_column_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_16_filled, - 'table_resize_row_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_20_filled, - 'table_resize_row_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_24_filled, - 'table_resize_row_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_resize_row_28_filled, - 'table_resize_row_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_search_20_filled, - 'table_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_16_filled, - 'table_settings_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_20_filled, - 'table_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_24_filled, - 'table_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_settings_28_filled, - 'table_settings_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_16_filled, - 'table_simple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_20_filled, - 'table_simple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_24_filled, - 'table_simple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_28_filled, - 'table_simple_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_simple_48_filled, - 'table_simple_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.table_split_20_filled, - 'table_split_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_16_filled, - 'table_stack_above_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_20_filled, - 'table_stack_above_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_24_filled, - 'table_stack_above_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_above_28_filled, - 'table_stack_above_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_16_filled, - 'table_stack_below_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_20_filled, - 'table_stack_below_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_24_filled, - 'table_stack_below_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_below_28_filled, - 'table_stack_below_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_down_20_filled, - 'table_stack_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_16_filled, - 'table_stack_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_20_filled, - 'table_stack_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_24_filled, - 'table_stack_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_left_28_filled, - 'table_stack_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_16_filled, - 'table_stack_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_20_filled, - 'table_stack_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_24_filled, - 'table_stack_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_stack_right_28_filled, - 'table_stack_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_16_filled, - 'table_switch_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_20_filled, - 'table_switch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_24_filled, - 'table_switch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.table_switch_28_filled, - 'table_switch_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tablet_12_filled, - 'tablet_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.tablet_16_filled, - 'tablet_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tablet_20_filled, - 'tablet_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tablet_24_filled, - 'tablet_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tablet_32_filled, - 'tablet_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tablet_48_filled, - 'tablet_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tablet_speaker_20_filled, - 'tablet_speaker_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tablet_speaker_24_filled, - 'tablet_speaker_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tabs_24_filled, - 'tabs_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_16_filled, - 'tag_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_20_filled, - 'tag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_24_filled, - 'tag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_32_filled, - 'tag_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_circle_20_filled, - 'tag_circle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_16_filled, - 'tag_dismiss_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_20_filled, - 'tag_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_dismiss_24_filled, - 'tag_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_16_filled, - 'tag_error_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_20_filled, - 'tag_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_error_24_filled, - 'tag_error_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_16_filled, - 'tag_lock_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_20_filled, - 'tag_lock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_24_filled, - 'tag_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_32_filled, - 'tag_lock_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_accent_16_filled, - 'tag_lock_accent_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_accent_20_filled, - 'tag_lock_accent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_accent_24_filled, - 'tag_lock_accent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_lock_accent_32_filled, - 'tag_lock_accent_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_16_filled, - 'tag_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_20_filled, - 'tag_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_multiple_24_filled, - 'tag_multiple_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_off_20_filled, - 'tag_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_off_24_filled, - 'tag_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_16_filled, - 'tag_question_mark_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_20_filled, - 'tag_question_mark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_24_filled, - 'tag_question_mark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_question_mark_32_filled, - 'tag_question_mark_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tag_reset_20_filled, - 'tag_reset_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_reset_24_filled, - 'tag_reset_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tag_search_20_filled, - 'tag_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tag_search_24_filled, - 'tag_search_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_20_filled, - 'tap_double_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_24_filled, - 'tap_double_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_32_filled, - 'tap_double_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tap_double_48_filled, - 'tap_double_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_20_filled, - 'tap_single_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_24_filled, - 'tap_single_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_32_filled, - 'tap_single_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tap_single_48_filled, - 'tap_single_48_filled', - 48, - ), - - 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_32_filled, - 'target_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_16_filled, - 'target_arrow_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_20_filled, - 'target_arrow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.target_arrow_24_filled, - 'target_arrow_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_add_20_filled, - 'task_list_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_add_24_filled, - 'task_list_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_ltr_20_filled, - 'task_list_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_ltr_24_filled, - 'task_list_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_rtl_20_filled, - 'task_list_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_rtl_24_filled, - 'task_list_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_add_20_filled, - 'task_list_square_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_add_24_filled, - 'task_list_square_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_database_20_filled, - 'task_list_square_database_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_ltr_20_filled, - 'task_list_square_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_ltr_24_filled, - 'task_list_square_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_person_20_filled, - 'task_list_square_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_rtl_20_filled, - 'task_list_square_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_rtl_24_filled, - 'task_list_square_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.task_list_square_settings_20_filled, - 'task_list_square_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_20_filled, - 'tasks_app_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_24_filled, - 'tasks_app_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tasks_app_28_filled, - 'tasks_app_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.teddy_20_filled, - 'teddy_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.teddy_24_filled, - 'teddy_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.temperature_16_filled, - 'temperature_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.temperature_20_filled, - 'temperature_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.temperature_24_filled, - 'temperature_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tent_12_filled, - 'tent_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.tent_16_filled, - 'tent_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tent_20_filled, - 'tent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tent_24_filled, - 'tent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tent_28_filled, - 'tent_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tent_48_filled, - 'tent_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_16_filled, - 'tetris_app_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_20_filled, - 'tetris_app_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_24_filled, - 'tetris_app_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_28_filled, - 'tetris_app_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_32_filled, - 'tetris_app_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.tetris_app_48_filled, - 'tetris_app_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.text_20_filled, - 'text_20_filled', - 20, - ), - - 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_add_t_24_filled, - 'text_add_t_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_center_16_filled, - 'text_align_center_16_filled', - 16, - ), - - 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_center_rotate_270_24_filled, - 'text_align_center_rotate_270_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_distributed_evenly_20_filled, - 'text_align_distributed_evenly_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_evenly_24_filled, - 'text_align_distributed_evenly_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_vertical_20_filled, - 'text_align_distributed_vertical_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_distributed_vertical_24_filled, - 'text_align_distributed_vertical_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_justify_low_20_filled, - 'text_align_justify_low_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_low_24_filled, - 'text_align_justify_low_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_low_rotate_90_24_filled, - 'text_align_justify_low_rotate_90_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_justify_rotate_90_24_filled, - 'text_align_justify_rotate_90_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_left_16_filled, - 'text_align_left_16_filled', - 16, - ), - - 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_left_rotate_270_24_filled, - 'text_align_left_rotate_270_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_align_right_16_filled, - 'text_align_right_16_filled', - 16, - ), - - 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_align_right_rotate_270_24_filled, - 'text_align_right_rotate_270_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_asterisk_20_filled, - 'text_asterisk_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_baseline_20_filled, - 'text_baseline_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bold_16_filled, - 'text_bold_16_filled', - 16, - ), - - 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_box_16_filled, - 'text_box_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_box_settings_20_filled, - 'text_box_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_box_settings_24_filled, - 'text_box_settings_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_20_filled, - 'text_bullet_list_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_add_24_filled, - 'text_bullet_list_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_checkmark_20_filled, - 'text_bullet_list_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_dismiss_20_filled, - 'text_bullet_list_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_16_filled, - 'text_bullet_list_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_20_filled, - 'text_bullet_list_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_ltr_24_filled, - 'text_bullet_list_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_16_filled, - 'text_bullet_list_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_20_filled, - 'text_bullet_list_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_rtl_24_filled, - 'text_bullet_list_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_20_filled, - 'text_bullet_list_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_24_filled, - 'text_bullet_list_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_clock_20_filled, - 'text_bullet_list_square_clock_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_edit_20_filled, - 'text_bullet_list_square_edit_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_edit_24_filled, - 'text_bullet_list_square_edit_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_person_20_filled, - 'text_bullet_list_square_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_search_20_filled, - 'text_bullet_list_square_search_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_settings_20_filled, - 'text_bullet_list_square_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_shield_20_filled, - 'text_bullet_list_square_shield_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_bullet_list_square_toolbox_20_filled, - 'text_bullet_list_square_toolbox_20_filled', - 20, - ), - - 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_case_lowercase_16_filled, - 'text_case_lowercase_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_lowercase_20_filled, - 'text_case_lowercase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_lowercase_24_filled, - 'text_case_lowercase_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_16_filled, - 'text_case_title_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_20_filled, - 'text_case_title_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_title_24_filled, - 'text_case_title_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_16_filled, - 'text_case_uppercase_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_20_filled, - 'text_case_uppercase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_case_uppercase_24_filled, - 'text_case_uppercase_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_change_case_16_filled, - 'text_change_case_16_filled', - 16, - ), - - 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_clear_formatting_16_filled, - 'text_clear_formatting_16_filled', - 16, - ), - - 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_clear_formatting_ga_24_filled, - 'text_clear_formatting_ga_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_collapse_20_filled, - 'text_collapse_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_collapse_24_filled, - 'text_collapse_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_color_16_filled, - 'text_color_16_filled', - 16, - ), - - 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_color_accent_16_filled, - 'text_color_accent_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_color_accent_20_filled, - 'text_color_accent_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_color_accent_24_filled, - 'text_color_accent_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_color_ga_20_filled, - 'text_color_ga_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_color_ga_24_filled, - 'text_color_ga_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_one_narrow_20_filled, - 'text_column_one_narrow_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_narrow_24_filled, - 'text_column_one_narrow_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_20_filled, - 'text_column_one_wide_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_24_filled, - 'text_column_one_wide_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_lightning_20_filled, - 'text_column_one_wide_lightning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_column_one_wide_lightning_24_filled, - 'text_column_one_wide_lightning_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_continuous_20_filled, - 'text_continuous_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_continuous_24_filled, - 'text_continuous_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_density_16_filled, - 'text_density_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_density_20_filled, - 'text_density_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_density_24_filled, - 'text_density_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_density_28_filled, - 'text_density_28_filled', - 28, - ), - - 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_horizontal_left_20_filled, - 'text_direction_horizontal_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_left_24_filled, - 'text_direction_horizontal_left_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_horizontal_right_20_filled, - 'text_direction_horizontal_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_right_24_filled, - 'text_direction_horizontal_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_rtl_20_filled, - 'text_direction_horizontal_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_horizontal_rtl_24_filled, - 'text_direction_horizontal_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_ltr_ac_20_filled, - 'text_direction_ltr_ac_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_ltr_ac_24_filled, - 'text_direction_ltr_ac_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_270_ltr_20_filled, - 'text_direction_rotate_270_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_ltr_24_filled, - 'text_direction_rotate_270_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_right_20_filled, - 'text_direction_rotate_270_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_270_right_24_filled, - 'text_direction_rotate_270_right_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_rotate_90_ac_24_filled, - 'text_direction_rotate_90_ac_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_left_20_filled, - 'text_direction_rotate_90_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_left_24_filled, - 'text_direction_rotate_90_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_ltr_20_filled, - 'text_direction_rotate_90_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_ltr_24_filled, - 'text_direction_rotate_90_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_right_20_filled, - 'text_direction_rotate_90_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_right_24_filled, - 'text_direction_rotate_90_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_rtl_20_filled, - 'text_direction_rotate_90_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rotate_90_rtl_24_filled, - 'text_direction_rotate_90_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rtl_ac_20_filled, - 'text_direction_rtl_ac_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_direction_rtl_ac_24_filled, - 'text_direction_rtl_ac_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_direction_vertical_ac_24_filled, - 'text_direction_vertical_ac_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_edit_style_ga_24_filled, - 'text_edit_style_ga_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_effects_ga_24_filled, - 'text_effects_ga_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_expand_20_filled, - 'text_expand_20_filled', - 20, - ), - - 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_info_16_filled, - 'text_font_info_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_font_info_20_filled, - 'text_font_info_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_font_info_24_filled, - 'text_font_info_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_font_size_16_filled, - 'text_font_size_16_filled', - 16, - ), - - 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_footnote_ga_na_24_filled, - 'text_footnote_ga_na_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_left_20_filled, - 'text_grammar_arrow_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_left_24_filled, - 'text_grammar_arrow_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_right_20_filled, - 'text_grammar_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_arrow_right_24_filled, - 'text_grammar_arrow_right_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_checkmark_20_filled, - 'text_grammar_checkmark_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_checkmark_24_filled, - 'text_grammar_checkmark_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_dismiss_20_filled, - 'text_grammar_dismiss_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_dismiss_24_filled, - 'text_grammar_dismiss_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_error_20_filled, - 'text_grammar_error_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_settings_20_filled, - 'text_grammar_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_settings_24_filled, - 'text_grammar_settings_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_16_filled, - 'text_grammar_wand_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_20_filled, - 'text_grammar_wand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_grammar_wand_24_filled, - 'text_grammar_wand_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_1_24_filled, - 'text_header_1_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_header_2_20_filled, - 'text_header_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_header_2_24_filled, - 'text_header_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_header_3_20_filled, - 'text_header_3_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_header_3_24_filled, - 'text_header_3_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_16_filled, - 'text_indent_decrease_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_20_filled, - 'text_indent_decrease_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_24_filled, - 'text_indent_decrease_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_16_filled, - 'text_indent_decrease_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_20_filled, - 'text_indent_decrease_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_ltr_24_filled, - 'text_indent_decrease_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_16_filled, - 'text_indent_decrease_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_20_filled, - 'text_indent_decrease_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_decrease_rtl_24_filled, - 'text_indent_decrease_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_16_filled, - 'text_indent_increase_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_20_filled, - 'text_indent_increase_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_24_filled, - 'text_indent_increase_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_16_filled, - 'text_indent_increase_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_20_filled, - 'text_indent_increase_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_ltr_24_filled, - 'text_indent_increase_ltr_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_16_filled, - 'text_indent_increase_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_20_filled, - 'text_indent_increase_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_indent_increase_rtl_24_filled, - 'text_indent_increase_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_italic_16_filled, - 'text_italic_16_filled', - 16, - ), - - 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_more_20_filled, - 'text_more_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_more_24_filled, - 'text_more_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_format_ga_na_da_24_filled, - 'text_number_format_ga_na_da_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_ltr_16_filled, - 'text_number_list_ltr_16_filled', - 16, - ), - - 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_16_filled, - 'text_number_list_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_rtl_20_filled, - 'text_number_list_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_number_list_rtl_24_filled, - 'text_number_list_rtl_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_16_filled, - 'text_paragraph_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_20_filled, - 'text_paragraph_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_24_filled, - 'text_paragraph_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_20_filled, - 'text_paragraph_direction_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_24_filled, - 'text_paragraph_direction_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_left_16_filled, - 'text_paragraph_direction_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_left_20_filled, - 'text_paragraph_direction_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_right_16_filled, - 'text_paragraph_direction_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_paragraph_direction_right_20_filled, - 'text_paragraph_direction_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_period_asterisk_20_filled, - 'text_period_asterisk_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_behind_20_filled, - 'text_position_behind_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_behind_24_filled, - 'text_position_behind_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_front_20_filled, - 'text_position_front_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_front_24_filled, - 'text_position_front_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_line_20_filled, - 'text_position_line_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_line_24_filled, - 'text_position_line_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_square_20_filled, - 'text_position_square_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_square_24_filled, - 'text_position_square_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_through_20_filled, - 'text_position_through_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_through_24_filled, - 'text_position_through_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_tight_20_filled, - 'text_position_tight_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_tight_24_filled, - 'text_position_tight_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_position_top_bottom_20_filled, - 'text_position_top_bottom_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_position_top_bottom_24_filled, - 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_filled, - 'text_proofing_tools_ga_na_da_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_proofing_tools_zi_24_filled, - 'text_proofing_tools_zi_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_quote_16_filled, - 'text_quote_16_filled', - 16, - ), - - 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_16_filled, - 'text_sort_ascending_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_ascending_20_filled, - 'text_sort_ascending_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_ascending_24_filled, - 'text_sort_ascending_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_16_filled, - 'text_sort_descending_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_20_filled, - 'text_sort_descending_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_sort_descending_24_filled, - 'text_sort_descending_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_16_filled, - 'text_strikethrough_16_filled', - 16, - ), - - 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_strikethrough_s_16_filled, - 'text_strikethrough_s_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_s_20_filled, - 'text_strikethrough_s_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_strikethrough_s_24_filled, - 'text_strikethrough_s_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_subscript_16_filled, - 'text_subscript_16_filled', - 16, - ), - - 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_16_filled, - 'text_superscript_16_filled', - 16, - ), - - 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_t_20_filled, - 'text_t_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.text_t_24_filled, - 'text_t_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.text_t_28_filled, - 'text_t_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.text_t_48_filled, - 'text_t_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.text_underline_16_filled, - 'text_underline_16_filled', - 16, - ), - - 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_16_filled, - 'textbox_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.textbox_20_filled, - 'textbox_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_24_filled, - 'textbox_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_bottom_rotate_90_20_filled, - 'textbox_align_bottom_rotate_90_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_bottom_rotate_90_24_filled, - 'textbox_align_bottom_rotate_90_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_center_20_filled, - 'textbox_align_center_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_center_24_filled, - 'textbox_align_center_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_middle_rotate_90_20_filled, - 'textbox_align_middle_rotate_90_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_middle_rotate_90_24_filled, - 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_filled, - 'textbox_align_top_rotate_90_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_align_top_rotate_90_24_filled, - 'textbox_align_top_rotate_90_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_more_20_filled, - 'textbox_more_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_more_24_filled, - 'textbox_more_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.textbox_rotate_90_20_filled, - 'textbox_rotate_90_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.textbox_rotate_90_24_filled, - 'textbox_rotate_90_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_16_filled, - 'thumb_dislike_16_filled', - 16, - ), - - 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_16_filled, - 'thumb_like_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_20_filled, - 'thumb_like_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_24_filled, - 'thumb_like_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_28_filled, - 'thumb_like_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.thumb_like_48_filled, - 'thumb_like_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_16_filled, - 'ticket_diagonal_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_20_filled, - 'ticket_diagonal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_24_filled, - 'ticket_diagonal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.ticket_diagonal_28_filled, - 'ticket_diagonal_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.ticket_horizontal_20_filled, - 'ticket_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.ticket_horizontal_24_filled, - 'ticket_horizontal_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.time_and_weather_20_filled, - 'time_and_weather_20_filled', - 20, - ), - - 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_20_filled, - 'timeline_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timeline_24_filled, - 'timeline_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_10_20_filled, - 'timer_10_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_10_24_filled, - 'timer_10_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_12_filled, - 'timer_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.timer_16_filled, - 'timer_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.timer_20_filled, - 'timer_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_24_filled, - 'timer_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_28_filled, - 'timer_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.timer_2_20_filled, - 'timer_2_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_2_24_filled, - 'timer_2_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_32_filled, - 'timer_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.timer_3_20_filled, - 'timer_3_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_3_24_filled, - 'timer_3_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.timer_48_filled, - 'timer_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.timer_off_20_filled, - 'timer_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.timer_off_24_filled, - 'timer_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_16_filled, - 'toggle_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_20_filled, - 'toggle_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_24_filled, - 'toggle_left_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_28_filled, - 'toggle_left_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.toggle_left_48_filled, - 'toggle_left_48_filled', - 48, - ), - - 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.toggle_right_28_filled, - 'toggle_right_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.toggle_right_48_filled, - 'toggle_right_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.toolbox_12_filled, - 'toolbox_12_filled', - 12, - ), - - 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.tooltip_quote_20_filled, - 'tooltip_quote_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tooltip_quote_24_filled, - 'tooltip_quote_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.top_speed_20_filled, - 'top_speed_20_filled', - 20, - ), - - 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.transmission_20_filled, - 'transmission_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.transmission_24_filled, - 'transmission_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_add_20_filled, - 'tray_item_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_add_24_filled, - 'tray_item_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_remove_20_filled, - 'tray_item_remove_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tray_item_remove_24_filled, - 'tray_item_remove_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tree_deciduous_20_filled, - 'tree_deciduous_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tree_evergreen_20_filled, - 'tree_evergreen_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_12_filled, - 'triangle_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_16_filled, - 'triangle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_20_filled, - 'triangle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_32_filled, - 'triangle_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_48_filled, - 'triangle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_12_filled, - 'triangle_down_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_16_filled, - 'triangle_down_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_20_filled, - 'triangle_down_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_32_filled, - 'triangle_down_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_down_48_filled, - 'triangle_down_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_12_filled, - 'triangle_left_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_16_filled, - 'triangle_left_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_20_filled, - 'triangle_left_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_32_filled, - 'triangle_left_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_left_48_filled, - 'triangle_left_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_12_filled, - 'triangle_right_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_16_filled, - 'triangle_right_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_20_filled, - 'triangle_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_32_filled, - 'triangle_right_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.triangle_right_48_filled, - 'triangle_right_48_filled', - 48, - ), - - 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.trophy_28_filled, - 'trophy_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.trophy_32_filled, - 'trophy_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.trophy_48_filled, - 'trophy_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_16_filled, - 'trophy_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_20_filled, - 'trophy_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_24_filled, - 'trophy_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_28_filled, - 'trophy_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_32_filled, - 'trophy_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.trophy_off_48_filled, - 'trophy_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tv_16_filled, - 'tv_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tv_20_filled, - 'tv_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_24_filled, - 'tv_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tv_28_filled, - 'tv_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tv_48_filled, - 'tv_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.tv_arrow_right_20_filled, - 'tv_arrow_right_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_16_filled, - 'tv_usb_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_20_filled, - 'tv_usb_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_24_filled, - 'tv_usb_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_28_filled, - 'tv_usb_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.tv_usb_48_filled, - 'tv_usb_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.umbrella_20_filled, - 'umbrella_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.umbrella_24_filled, - 'umbrella_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.uninstall_app_20_filled, - 'uninstall_app_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.uninstall_app_24_filled, - 'uninstall_app_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.usb_plug_20_filled, - 'usb_plug_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.usb_plug_24_filled, - 'usb_plug_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_16_filled, - 'vehicle_bicycle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bicycle_20_filled, - 'vehicle_bicycle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bicycle_24_filled, - 'vehicle_bicycle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_16_filled, - 'vehicle_bus_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_20_filled, - 'vehicle_bus_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_bus_24_filled, - 'vehicle_bus_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_16_filled, - 'vehicle_cab_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_20_filled, - 'vehicle_cab_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_24_filled, - 'vehicle_cab_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_cab_28_filled, - 'vehicle_cab_28_filled', - 28, - ), - - 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_car_28_filled, - 'vehicle_car_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_48_filled, - 'vehicle_car_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_16_filled, - 'vehicle_car_collision_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_20_filled, - 'vehicle_car_collision_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_24_filled, - 'vehicle_car_collision_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_28_filled, - 'vehicle_car_collision_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_32_filled, - 'vehicle_car_collision_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_collision_48_filled, - 'vehicle_car_collision_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_ltr_16_filled, - 'vehicle_car_profile_ltr_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_ltr_20_filled, - 'vehicle_car_profile_ltr_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_rtl_16_filled, - 'vehicle_car_profile_rtl_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_car_profile_rtl_20_filled, - 'vehicle_car_profile_rtl_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_16_filled, - 'vehicle_ship_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_20_filled, - 'vehicle_ship_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_ship_24_filled, - 'vehicle_ship_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_16_filled, - 'vehicle_subway_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_20_filled, - 'vehicle_subway_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_subway_24_filled, - 'vehicle_subway_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_16_filled, - 'vehicle_truck_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_20_filled, - 'vehicle_truck_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_24_filled, - 'vehicle_truck_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_bag_20_filled, - 'vehicle_truck_bag_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_bag_24_filled, - 'vehicle_truck_bag_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_cube_20_filled, - 'vehicle_truck_cube_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_cube_24_filled, - 'vehicle_truck_cube_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_16_filled, - 'vehicle_truck_profile_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_20_filled, - 'vehicle_truck_profile_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vehicle_truck_profile_24_filled, - 'vehicle_truck_profile_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_32_filled, - 'video_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_360_20_filled, - 'video_360_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_360_24_filled, - 'video_360_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_360_off_20_filled, - 'video_360_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_48_filled, - 'video_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_add_20_filled, - 'video_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_add_24_filled, - 'video_add_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_background_effect_20_filled, - 'video_background_effect_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_background_effect_24_filled, - 'video_background_effect_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_16_filled, - 'video_chat_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_20_filled, - 'video_chat_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_24_filled, - 'video_chat_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_28_filled, - 'video_chat_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_32_filled, - 'video_chat_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_chat_48_filled, - 'video_chat_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_16_filled, - 'video_clip_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_20_filled, - 'video_clip_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_24_filled, - 'video_clip_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_16_filled, - 'video_clip_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_20_filled, - 'video_clip_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_clip_multiple_24_filled, - 'video_clip_multiple_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_off_32_filled, - 'video_off_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_off_48_filled, - 'video_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_12_filled, - 'video_person_12_filled', - 12, - ), - - FluentUISampleIcon( - FluentIcons.video_person_16_filled, - 'video_person_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_20_filled, - 'video_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_24_filled, - 'video_person_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_28_filled, - 'video_person_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_person_48_filled, - 'video_person_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_16_filled, - 'video_person_call_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_20_filled, - 'video_person_call_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_24_filled, - 'video_person_call_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_call_32_filled, - 'video_person_call_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.video_person_off_20_filled, - 'video_person_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_off_24_filled, - 'video_person_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_16_filled, - 'video_person_sparkle_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_20_filled, - 'video_person_sparkle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_24_filled, - 'video_person_sparkle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_28_filled, - 'video_person_sparkle_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_person_sparkle_48_filled, - 'video_person_sparkle_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_20_filled, - 'video_person_star_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_24_filled, - 'video_person_star_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_off_20_filled, - 'video_person_star_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_person_star_off_24_filled, - 'video_person_star_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_play_pause_20_filled, - 'video_play_pause_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_play_pause_24_filled, - 'video_play_pause_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_16_filled, - 'video_prohibited_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_20_filled, - 'video_prohibited_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_24_filled, - 'video_prohibited_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_prohibited_28_filled, - 'video_prohibited_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.video_recording_20_filled, - 'video_recording_20_filled', - 20, - ), - - 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_20_filled, - 'video_switch_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.video_switch_24_filled, - 'video_switch_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.video_sync_20_filled, - 'video_sync_20_filled', - 20, - ), - - 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.virtual_network_20_filled, - 'virtual_network_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.virtual_network_toolbox_20_filled, - 'virtual_network_toolbox_20_filled', - 20, - ), - - 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.voicemail_28_filled, - 'voicemail_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_back_16_filled, - 'voicemail_arrow_back_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_back_20_filled, - 'voicemail_arrow_back_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_forward_16_filled, - 'voicemail_arrow_forward_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_forward_20_filled, - 'voicemail_arrow_forward_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_arrow_subtract_20_filled, - 'voicemail_arrow_subtract_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.voicemail_subtract_16_filled, - 'voicemail_subtract_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.vote_20_filled, - 'vote_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.vote_24_filled, - 'vote_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_20_filled, - 'walkie_talkie_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_24_filled, - 'walkie_talkie_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.walkie_talkie_28_filled, - 'walkie_talkie_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wallet_16_filled, - 'wallet_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wallet_20_filled, - 'wallet_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wallet_24_filled, - 'wallet_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wallet_28_filled, - 'wallet_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wallet_32_filled, - 'wallet_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.wallet_48_filled, - 'wallet_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_16_filled, - 'wallet_credit_card_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_20_filled, - 'wallet_credit_card_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_24_filled, - 'wallet_credit_card_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wallet_credit_card_32_filled, - 'wallet_credit_card_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.wallpaper_24_filled, - 'wallpaper_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wand_16_filled, - 'wand_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wand_20_filled, - 'wand_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wand_24_filled, - 'wand_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wand_28_filled, - 'wand_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.wand_48_filled, - 'wand_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.warning_12_filled, - 'warning_12_filled', - 12, - ), - - 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.warning_shield_20_filled, - 'warning_shield_20_filled', - 20, - ), - - 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_drizzle_20_filled, - 'weather_drizzle_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_drizzle_24_filled, - 'weather_drizzle_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_drizzle_48_filled, - 'weather_drizzle_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_haze_20_filled, - 'weather_haze_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_haze_24_filled, - 'weather_haze_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_haze_48_filled, - 'weather_haze_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_16_filled, - 'weather_moon_16_filled', - 16, - ), - - 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_28_filled, - 'weather_moon_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_48_filled, - 'weather_moon_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_16_filled, - 'weather_moon_off_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_20_filled, - 'weather_moon_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_24_filled, - 'weather_moon_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_28_filled, - 'weather_moon_off_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_moon_off_48_filled, - 'weather_moon_off_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_partly_cloudy_day_16_filled, - 'weather_partly_cloudy_day_16_filled', - 16, - ), - - 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_16_filled, - 'weather_sunny_16_filled', - 16, - ), - - 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_28_filled, - 'weather_sunny_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_32_filled, - 'weather_sunny_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_48_filled, - 'weather_sunny_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_20_filled, - 'weather_sunny_high_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_24_filled, - 'weather_sunny_high_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_high_48_filled, - 'weather_sunny_high_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_20_filled, - 'weather_sunny_low_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_24_filled, - 'weather_sunny_low_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.weather_sunny_low_48_filled, - 'weather_sunny_low_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_20_filled, - 'web_asset_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.web_asset_24_filled, - 'web_asset_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_20_filled, - 'whiteboard_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_24_filled, - 'whiteboard_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.whiteboard_48_filled, - 'whiteboard_48_filled', - 48, - ), - - 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_lock_24_filled, - 'wifi_lock_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_off_20_filled, - 'wifi_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_off_24_filled, - 'wifi_off_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_protected_24_filled, - 'wifi_protected_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wifi_settings_20_filled, - 'wifi_settings_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_warning_20_filled, - 'wifi_warning_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wifi_warning_24_filled, - 'wifi_warning_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_16_filled, - 'window_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_20_filled, - 'window_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_24_filled, - 'window_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_28_filled, - 'window_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_32_filled, - 'window_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_48_filled, - 'window_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_20_filled, - 'window_ad_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_off_20_filled, - 'window_ad_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_ad_person_20_filled, - 'window_ad_person_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_16_filled, - 'window_apps_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_20_filled, - 'window_apps_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_24_filled, - 'window_apps_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_28_filled, - 'window_apps_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_32_filled, - 'window_apps_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_apps_48_filled, - 'window_apps_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_16_filled, - 'window_arrow_up_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_20_filled, - 'window_arrow_up_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_arrow_up_24_filled, - 'window_arrow_up_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_bullet_list_20_filled, - 'window_bullet_list_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_bullet_list_add_20_filled, - 'window_bullet_list_add_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_console_20_filled, - 'window_console_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_database_20_filled, - 'window_database_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_dev_edit_16_filled, - 'window_dev_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_dev_edit_20_filled, - 'window_dev_edit_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_edit_16_filled, - 'window_edit_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_header_horizontal_20_filled, - 'window_header_horizontal_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_header_horizontal_off_20_filled, - 'window_header_horizontal_off_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_header_vertical_20_filled, - 'window_header_vertical_20_filled', - 20, - ), - - 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_location_target_20_filled, - 'window_location_target_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_16_filled, - 'window_multiple_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_20_filled, - 'window_multiple_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_multiple_swap_20_filled, - 'window_multiple_swap_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_new_16_filled, - 'window_new_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_new_20_filled, - 'window_new_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_new_24_filled, - 'window_new_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_play_20_filled, - 'window_play_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_settings_20_filled, - 'window_settings_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.window_text_20_filled, - 'window_text_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_16_filled, - 'window_wrench_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_20_filled, - 'window_wrench_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_24_filled, - 'window_wrench_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_28_filled, - 'window_wrench_28_filled', - 28, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_32_filled, - 'window_wrench_32_filled', - 32, - ), - - FluentUISampleIcon( - FluentIcons.window_wrench_48_filled, - 'window_wrench_48_filled', - 48, - ), - - FluentUISampleIcon( - FluentIcons.wrench_16_filled, - 'wrench_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.wrench_20_filled, - 'wrench_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wrench_24_filled, - 'wrench_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.wrench_screwdriver_20_filled, - 'wrench_screwdriver_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.wrench_screwdriver_24_filled, - 'wrench_screwdriver_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.xray_20_filled, - 'xray_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.xray_24_filled, - 'xray_24_filled', - 24, - ), - - FluentUISampleIcon( - FluentIcons.zoom_in_16_filled, - 'zoom_in_16_filled', - 16, - ), - - 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_16_filled, - 'zoom_out_16_filled', - 16, - ), - - FluentUISampleIcon( - FluentIcons.zoom_out_20_filled, - 'zoom_out_20_filled', - 20, - ), - - FluentUISampleIcon( - FluentIcons.zoom_out_24_filled, - 'zoom_out_24_filled', - 24, - ), + FluentUISampleIcon(FluentIcons.access_time_20_regular, 'access_time_20_regular', 20), + + 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.accessibility_32_regular, 'accessibility_32_regular', 32), + + FluentUISampleIcon(FluentIcons.accessibility_48_regular, 'accessibility_48_regular', 48), + + FluentUISampleIcon(FluentIcons.accessibility_checkmark_20_regular, 'accessibility_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.accessibility_checkmark_24_regular, 'accessibility_checkmark_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_16_regular, 'add_circle_16_regular', 16), + + 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.add_circle_32_regular, 'add_circle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.add_square_20_regular, 'add_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.add_square_24_regular, 'add_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.add_square_multiple_16_regular, 'add_square_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.add_square_multiple_20_regular, 'add_square_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_16_regular, 'add_subtract_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_20_regular, 'add_subtract_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_24_regular, 'add_subtract_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_28_regular, 'add_subtract_circle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_48_regular, 'add_subtract_circle_48_regular', 48), + + 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.album_20_regular, 'album_20_regular', 20), + + FluentUISampleIcon(FluentIcons.album_24_regular, 'album_24_regular', 24), + + FluentUISampleIcon(FluentIcons.album_add_20_regular, 'album_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.album_add_24_regular, 'album_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.alert_16_regular, 'alert_16_regular', 16), + + 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_32_regular, 'alert_32_regular', 32), + + 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_20_regular, 'alert_on_20_regular', 20), + + 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_16_regular, 'alert_urgent_16_regular', 16), + + FluentUISampleIcon(FluentIcons.alert_urgent_20_regular, 'alert_urgent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.alert_urgent_24_regular, 'alert_urgent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_bottom_16_regular, 'align_bottom_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_bottom_20_regular, 'align_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_bottom_24_regular, 'align_bottom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_bottom_28_regular, 'align_bottom_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_bottom_32_regular, 'align_bottom_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_bottom_48_regular, 'align_bottom_48_regular', 48), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_16_regular, 'align_center_horizontal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_20_regular, 'align_center_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_24_regular, 'align_center_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_28_regular, 'align_center_horizontal_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_32_regular, 'align_center_horizontal_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_48_regular, 'align_center_horizontal_48_regular', 48), + + FluentUISampleIcon(FluentIcons.align_center_vertical_16_regular, 'align_center_vertical_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_center_vertical_20_regular, 'align_center_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_center_vertical_24_regular, 'align_center_vertical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_center_vertical_28_regular, 'align_center_vertical_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_center_vertical_32_regular, 'align_center_vertical_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_center_vertical_48_regular, 'align_center_vertical_48_regular', 48), + + FluentUISampleIcon(FluentIcons.align_end_horizontal_20_regular, 'align_end_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_end_vertical_20_regular, 'align_end_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_left_16_regular, 'align_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_left_20_regular, 'align_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_left_24_regular, 'align_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_left_28_regular, 'align_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_left_32_regular, 'align_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_left_48_regular, 'align_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.align_right_16_regular, 'align_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_right_20_regular, 'align_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_right_24_regular, 'align_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_right_28_regular, 'align_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_right_32_regular, 'align_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_right_48_regular, 'align_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.align_space_around_horizontal_20_regular, 'align_space_around_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_around_vertical_20_regular, 'align_space_around_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_between_horizontal_20_regular, 'align_space_between_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_between_vertical_20_regular, 'align_space_between_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_evenly_horizontal_20_regular, 'align_space_evenly_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_evenly_vertical_20_regular, 'align_space_evenly_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_space_fit_vertical_20_regular, 'align_space_fit_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_start_horizontal_20_regular, 'align_start_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_start_vertical_20_regular, 'align_start_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_regular, 'align_stretch_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_regular, 'align_stretch_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_top_16_regular, 'align_top_16_regular', 16), + + FluentUISampleIcon(FluentIcons.align_top_20_regular, 'align_top_20_regular', 20), + + FluentUISampleIcon(FluentIcons.align_top_24_regular, 'align_top_24_regular', 24), + + FluentUISampleIcon(FluentIcons.align_top_28_regular, 'align_top_28_regular', 28), + + FluentUISampleIcon(FluentIcons.align_top_32_regular, 'align_top_32_regular', 32), + + FluentUISampleIcon(FluentIcons.align_top_48_regular, 'align_top_48_regular', 48), + + FluentUISampleIcon(FluentIcons.animal_cat_16_regular, 'animal_cat_16_regular', 16), + + FluentUISampleIcon(FluentIcons.animal_cat_20_regular, 'animal_cat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.animal_cat_24_regular, 'animal_cat_24_regular', 24), + + FluentUISampleIcon(FluentIcons.animal_cat_28_regular, 'animal_cat_28_regular', 28), + + FluentUISampleIcon(FluentIcons.animal_dog_16_regular, 'animal_dog_16_regular', 16), + + FluentUISampleIcon(FluentIcons.animal_dog_20_regular, 'animal_dog_20_regular', 20), + + FluentUISampleIcon(FluentIcons.animal_dog_24_regular, 'animal_dog_24_regular', 24), + + FluentUISampleIcon(FluentIcons.animal_rabbit_16_regular, 'animal_rabbit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.animal_rabbit_20_regular, 'animal_rabbit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.animal_rabbit_24_regular, 'animal_rabbit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.animal_rabbit_28_regular, 'animal_rabbit_28_regular', 28), + + FluentUISampleIcon(FluentIcons.animal_turtle_16_regular, 'animal_turtle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.animal_turtle_20_regular, 'animal_turtle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.animal_turtle_24_regular, 'animal_turtle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.animal_turtle_28_regular, 'animal_turtle_28_regular', 28), + + 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_20_regular, 'app_generic_20_regular', 20), + + FluentUISampleIcon(FluentIcons.app_generic_24_regular, 'app_generic_24_regular', 24), + + FluentUISampleIcon(FluentIcons.app_recent_20_regular, 'app_recent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.app_recent_24_regular, 'app_recent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.app_store_24_regular, 'app_store_24_regular', 24), + + FluentUISampleIcon(FluentIcons.app_title_20_regular, 'app_title_20_regular', 20), + + FluentUISampleIcon(FluentIcons.app_title_24_regular, 'app_title_24_regular', 24), + + FluentUISampleIcon(FluentIcons.approval_app_32_regular, 'approval_app_32_regular', 32), + + FluentUISampleIcon(FluentIcons.approvals_app_16_regular, 'approvals_app_16_regular', 16), + + FluentUISampleIcon(FluentIcons.approvals_app_20_regular, 'approvals_app_20_regular', 20), + + FluentUISampleIcon(FluentIcons.approvals_app_24_regular, 'approvals_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.approvals_app_28_regular, 'approvals_app_28_regular', 28), + + FluentUISampleIcon(FluentIcons.approvals_app_32_regular, 'approvals_app_32_regular', 32), + + 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_16_regular, 'apps_add_in_16_regular', 16), + + 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_add_in_28_regular, 'apps_add_in_28_regular', 28), + + FluentUISampleIcon(FluentIcons.apps_list_20_regular, 'apps_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.apps_list_24_regular, 'apps_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.apps_list_detail_20_regular, 'apps_list_detail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.apps_list_detail_24_regular, 'apps_list_detail_24_regular', 24), + + FluentUISampleIcon(FluentIcons.archive_16_regular, 'archive_16_regular', 16), + + 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_32_regular, 'archive_32_regular', 32), + + FluentUISampleIcon(FluentIcons.archive_48_regular, 'archive_48_regular', 48), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_16_regular, 'archive_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_20_regular, 'archive_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_24_regular, 'archive_arrow_back_24_regular', 24), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_28_regular, 'archive_arrow_back_28_regular', 28), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_32_regular, 'archive_arrow_back_32_regular', 32), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_48_regular, 'archive_arrow_back_48_regular', 48), + + FluentUISampleIcon(FluentIcons.archive_multiple_16_regular, 'archive_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.archive_multiple_20_regular, 'archive_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.archive_multiple_24_regular, 'archive_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.archive_settings_16_regular, 'archive_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.archive_settings_20_regular, 'archive_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.archive_settings_24_regular, 'archive_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_content_24_regular, 'arrow_autofit_content_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_down_20_regular, 'arrow_autofit_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_down_24_regular, 'arrow_autofit_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_20_regular, 'arrow_autofit_height_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_24_regular, 'arrow_autofit_height_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_20_regular, 'arrow_autofit_height_dotted_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_24_regular, 'arrow_autofit_height_dotted_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_up_20_regular, 'arrow_autofit_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_up_24_regular, 'arrow_autofit_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_20_regular, 'arrow_autofit_width_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_24_regular, 'arrow_autofit_width_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_20_regular, 'arrow_autofit_width_dotted_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_24_regular, 'arrow_autofit_width_dotted_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_between_down_20_regular, 'arrow_between_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_between_down_24_regular, 'arrow_between_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_12_regular, 'arrow_bidirectional_up_down_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_16_regular, 'arrow_bidirectional_up_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_20_regular, 'arrow_bidirectional_up_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_24_regular, 'arrow_bidirectional_up_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_bounce_16_regular, 'arrow_bounce_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_bounce_20_regular, 'arrow_bounce_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_bounce_24_regular, 'arrow_bounce_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_12_regular, 'arrow_circle_down_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_16_regular, 'arrow_circle_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_20_regular, 'arrow_circle_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_24_regular, 'arrow_circle_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_28_regular, 'arrow_circle_down_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_32_regular, 'arrow_circle_down_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_48_regular, 'arrow_circle_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_double_20_regular, 'arrow_circle_down_double_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_double_24_regular, 'arrow_circle_down_double_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_16_regular, 'arrow_circle_down_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_20_regular, 'arrow_circle_down_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_24_regular, 'arrow_circle_down_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_split_20_regular, 'arrow_circle_down_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_split_24_regular, 'arrow_circle_down_split_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_up_20_regular, 'arrow_circle_down_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_12_regular, 'arrow_circle_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_16_regular, 'arrow_circle_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_20_regular, 'arrow_circle_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_24_regular, 'arrow_circle_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_28_regular, 'arrow_circle_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_32_regular, 'arrow_circle_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_48_regular, 'arrow_circle_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_12_regular, 'arrow_circle_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_16_regular, 'arrow_circle_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_20_regular, 'arrow_circle_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_24_regular, 'arrow_circle_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_28_regular, 'arrow_circle_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_32_regular, 'arrow_circle_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_48_regular, 'arrow_circle_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_12_regular, 'arrow_circle_up_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_16_regular, 'arrow_circle_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_20_regular, 'arrow_circle_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_24_regular, 'arrow_circle_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_28_regular, 'arrow_circle_up_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_32_regular, 'arrow_circle_up_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_48_regular, 'arrow_circle_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_left_20_regular, 'arrow_circle_up_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_left_24_regular, 'arrow_circle_up_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_12_regular, 'arrow_clockwise_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_16_regular, 'arrow_clockwise_16_regular', 16), + + 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_clockwise_28_regular, 'arrow_clockwise_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_32_regular, 'arrow_clockwise_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_48_regular, 'arrow_clockwise_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_20_regular, 'arrow_clockwise_dashes_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_24_regular, 'arrow_clockwise_dashes_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_collapse_all_20_regular, 'arrow_collapse_all_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_collapse_all_24_regular, 'arrow_collapse_all_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_12_regular, 'arrow_counterclockwise_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_16_regular, 'arrow_counterclockwise_16_regular', 16), + + 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_counterclockwise_28_regular, 'arrow_counterclockwise_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_32_regular, 'arrow_counterclockwise_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_48_regular, 'arrow_counterclockwise_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_20_regular, 'arrow_counterclockwise_dashes_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_24_regular, 'arrow_counterclockwise_dashes_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_16_regular, 'arrow_curve_down_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_regular, 'arrow_curve_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_24_regular, 'arrow_curve_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_28_regular, 'arrow_curve_down_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_regular, 'arrow_curve_down_right_20_regular', 20), + + 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_12_regular, 'arrow_down_12_regular', 12), + + 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_32_regular, 'arrow_down_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_down_48_regular, 'arrow_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_down_left_16_regular, 'arrow_down_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_down_left_20_regular, 'arrow_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_down_left_24_regular, 'arrow_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_left_32_regular, 'arrow_down_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_down_left_48_regular, 'arrow_down_left_48_regular', 48), + + 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_eject_20_regular, 'arrow_eject_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_20_regular, 'arrow_enter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_left_20_regular, 'arrow_enter_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_left_24_regular, 'arrow_enter_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_enter_up_20_regular, 'arrow_enter_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_up_24_regular, 'arrow_enter_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_exit_20_regular, 'arrow_exit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_expand_20_regular, 'arrow_expand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_expand_24_regular, 'arrow_expand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_16_regular, 'arrow_export_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_20_regular, 'arrow_export_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_24_regular, 'arrow_export_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_16_regular, 'arrow_export_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_20_regular, 'arrow_export_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_24_regular, 'arrow_export_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_up_20_regular, 'arrow_export_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_up_24_regular, 'arrow_export_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_fit_16_regular, 'arrow_fit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_fit_20_regular, 'arrow_fit_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_forward_48_regular, 'arrow_forward_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_20_regular, 'arrow_forward_down_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_24_regular, 'arrow_forward_down_lightning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_person_20_regular, 'arrow_forward_down_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_person_24_regular, 'arrow_forward_down_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_growth_20_regular, 'arrow_growth_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_growth_24_regular, 'arrow_growth_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_16_regular, 'arrow_hook_down_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_20_regular, 'arrow_hook_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_24_regular, 'arrow_hook_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_28_regular, 'arrow_hook_down_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_16_regular, 'arrow_hook_down_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_20_regular, 'arrow_hook_down_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_24_regular, 'arrow_hook_down_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_28_regular, 'arrow_hook_down_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_16_regular, 'arrow_hook_up_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_20_regular, 'arrow_hook_up_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_24_regular, 'arrow_hook_up_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_28_regular, 'arrow_hook_up_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_16_regular, 'arrow_hook_up_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_20_regular, 'arrow_hook_up_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_24_regular, 'arrow_hook_up_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_28_regular, 'arrow_hook_up_right_28_regular', 28), + + 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_join_20_regular, 'arrow_join_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_left_12_regular, 'arrow_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_left_16_regular, 'arrow_left_16_regular', 16), + + 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_left_32_regular, 'arrow_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_left_48_regular, 'arrow_left_48_regular', 48), + + 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_32_regular, 'arrow_maximize_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_maximize_48_regular, 'arrow_maximize_48_regular', 48), + + 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_maximize_vertical_48_regular, 'arrow_maximize_vertical_48_regular', 48), + + 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_20_regular, 'arrow_minimize_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_regular, 'arrow_minimize_vertical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_move_20_regular, 'arrow_move_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_move_24_regular, 'arrow_move_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_move_inward_20_regular, 'arrow_move_inward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_next_12_regular, 'arrow_next_12_regular', 12), + + 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_outline_up_right_32_regular, 'arrow_outline_up_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_outline_up_right_48_regular, 'arrow_outline_up_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_paragraph_20_regular, 'arrow_paragraph_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_previous_12_regular, 'arrow_previous_12_regular', 12), + + 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_16_regular, 'arrow_redo_16_regular', 16), + + 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_redo_28_regular, 'arrow_redo_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_redo_32_regular, 'arrow_redo_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_redo_48_regular, 'arrow_redo_48_regular', 48), + + 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_reset_20_regular, 'arrow_reset_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_reset_24_regular, 'arrow_reset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_reset_32_regular, 'arrow_reset_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_reset_48_regular, 'arrow_reset_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_right_12_regular, 'arrow_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_right_16_regular, 'arrow_right_16_regular', 16), + + 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_32_regular, 'arrow_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_right_48_regular, 'arrow_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_16_regular, 'arrow_rotate_clockwise_16_regular', 16), + + 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_routing_20_regular, 'arrow_routing_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_routing_24_regular, 'arrow_routing_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_20_regular, 'arrow_routing_rectangle_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_24_regular, 'arrow_routing_rectangle_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_16_regular, 'arrow_sort_16_regular', 16), + + 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_sort_down_16_regular, 'arrow_sort_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_20_regular, 'arrow_sort_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_24_regular, 'arrow_sort_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_line_20_regular, 'arrow_sort_down_line_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_16_regular, 'arrow_sort_down_lines_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_20_regular, 'arrow_sort_down_lines_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_24_regular, 'arrow_sort_down_lines_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_16_regular, 'arrow_sort_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_20_regular, 'arrow_sort_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_24_regular, 'arrow_sort_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_split_20_regular, 'arrow_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_square_down_20_regular, 'arrow_square_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_square_down_24_regular, 'arrow_square_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_back_16_regular, 'arrow_step_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_back_20_regular, 'arrow_step_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_12_regular, 'arrow_step_in_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_16_regular, 'arrow_step_in_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_20_regular, 'arrow_step_in_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_24_regular, 'arrow_step_in_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_28_regular, 'arrow_step_in_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_in_default_20_regular, 'arrow_step_in_default_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_default_24_regular, 'arrow_step_in_default_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_12_regular, 'arrow_step_in_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_16_regular, 'arrow_step_in_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_20_regular, 'arrow_step_in_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_24_regular, 'arrow_step_in_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_28_regular, 'arrow_step_in_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_12_regular, 'arrow_step_in_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_16_regular, 'arrow_step_in_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_20_regular, 'arrow_step_in_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_24_regular, 'arrow_step_in_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_28_regular, 'arrow_step_in_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_out_12_regular, 'arrow_step_out_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_out_16_regular, 'arrow_step_out_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_out_20_regular, 'arrow_step_out_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_out_24_regular, 'arrow_step_out_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_out_28_regular, 'arrow_step_out_28_regular', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_over_16_regular, 'arrow_step_over_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_over_20_regular, 'arrow_step_over_20_regular', 20), + + 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_16_regular, 'arrow_sync_16_regular', 16), + + 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_checkmark_20_regular, 'arrow_sync_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_checkmark_24_regular, 'arrow_sync_checkmark_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_dismiss_20_regular, 'arrow_sync_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_regular, 'arrow_sync_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_12_regular, 'arrow_sync_off_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_16_regular, 'arrow_sync_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_20_regular, 'arrow_sync_off_20_regular', 20), + + 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_trending_checkmark_20_regular, 'arrow_trending_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_checkmark_24_regular, 'arrow_trending_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_16_regular, 'arrow_trending_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_20_regular, 'arrow_trending_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_24_regular, 'arrow_trending_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_lines_20_regular, 'arrow_trending_lines_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_lines_24_regular, 'arrow_trending_lines_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_settings_20_regular, 'arrow_trending_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_settings_24_regular, 'arrow_trending_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_text_20_regular, 'arrow_trending_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_text_24_regular, 'arrow_trending_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_wrench_20_regular, 'arrow_trending_wrench_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_wrench_24_regular, 'arrow_trending_wrench_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_20_regular, 'arrow_turn_bidirectional_down_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_24_regular, 'arrow_turn_bidirectional_down_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_turn_right_20_regular, 'arrow_turn_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_turn_right_24_regular, 'arrow_turn_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_undo_16_regular, 'arrow_undo_16_regular', 16), + + 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_undo_32_regular, 'arrow_undo_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_undo_48_regular, 'arrow_undo_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_12_regular, 'arrow_up_12_regular', 12), + + FluentUISampleIcon(FluentIcons.arrow_up_16_regular, 'arrow_up_16_regular', 16), + + 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_32_regular, 'arrow_up_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_up_48_regular, 'arrow_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_left_16_regular, 'arrow_up_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_left_20_regular, 'arrow_up_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_left_24_regular, 'arrow_up_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_left_48_regular, 'arrow_up_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_right_16_regular, 'arrow_up_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_right_20_regular, 'arrow_up_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_right_24_regular, 'arrow_up_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_right_32_regular, 'arrow_up_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.arrow_up_right_48_regular, 'arrow_up_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.arrow_upload_16_regular, 'arrow_upload_16_regular', 16), + + FluentUISampleIcon(FluentIcons.arrow_upload_20_regular, 'arrow_upload_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_upload_24_regular, 'arrow_upload_24_regular', 24), + + FluentUISampleIcon(FluentIcons.arrow_wrap_20_regular, 'arrow_wrap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrow_wrap_off_20_regular, 'arrow_wrap_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_20_regular, 'arrows_bidirectional_20_regular', 20), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_regular, 'arrows_bidirectional_24_regular', 24), + + FluentUISampleIcon(FluentIcons.attach_12_regular, 'attach_12_regular', 12), + + 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_arrow_right_20_regular, 'attach_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.attach_arrow_right_24_regular, 'attach_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.attach_text_20_regular, 'attach_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.attach_text_24_regular, 'attach_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.auto_fit_height_20_regular, 'auto_fit_height_20_regular', 20), + + FluentUISampleIcon(FluentIcons.auto_fit_height_24_regular, 'auto_fit_height_24_regular', 24), + + FluentUISampleIcon(FluentIcons.auto_fit_width_20_regular, 'auto_fit_width_20_regular', 20), + + FluentUISampleIcon(FluentIcons.auto_fit_width_24_regular, 'auto_fit_width_24_regular', 24), + + FluentUISampleIcon(FluentIcons.autocorrect_20_regular, 'autocorrect_20_regular', 20), + + FluentUISampleIcon(FluentIcons.autocorrect_24_regular, 'autocorrect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.autofit_content_24_regular, 'autofit_content_24_regular', 24), + + FluentUISampleIcon(FluentIcons.autosum_20_regular, 'autosum_20_regular', 20), + + FluentUISampleIcon(FluentIcons.autosum_24_regular, 'autosum_24_regular', 24), + + FluentUISampleIcon(FluentIcons.backpack_12_regular, 'backpack_12_regular', 12), + + FluentUISampleIcon(FluentIcons.backpack_16_regular, 'backpack_16_regular', 16), + + FluentUISampleIcon(FluentIcons.backpack_20_regular, 'backpack_20_regular', 20), + + FluentUISampleIcon(FluentIcons.backpack_24_regular, 'backpack_24_regular', 24), + + FluentUISampleIcon(FluentIcons.backpack_28_regular, 'backpack_28_regular', 28), + + FluentUISampleIcon(FluentIcons.backpack_32_regular, 'backpack_32_regular', 32), + + FluentUISampleIcon(FluentIcons.backpack_48_regular, 'backpack_48_regular', 48), + + FluentUISampleIcon(FluentIcons.backpack_add_20_regular, 'backpack_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.backpack_add_24_regular, 'backpack_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.backpack_add_28_regular, 'backpack_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.backpack_add_48_regular, 'backpack_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.backspace_20_regular, 'backspace_20_regular', 20), + + FluentUISampleIcon(FluentIcons.backspace_24_regular, 'backspace_24_regular', 24), + + FluentUISampleIcon(FluentIcons.badge_20_regular, 'badge_20_regular', 20), + + FluentUISampleIcon(FluentIcons.badge_24_regular, 'badge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.balloon_12_regular, 'balloon_12_regular', 12), + + FluentUISampleIcon(FluentIcons.balloon_16_regular, 'balloon_16_regular', 16), + + FluentUISampleIcon(FluentIcons.balloon_20_regular, 'balloon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.balloon_24_regular, 'balloon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.barcode_scanner_20_regular, 'barcode_scanner_20_regular', 20), + + FluentUISampleIcon(FluentIcons.barcode_scanner_24_regular, 'barcode_scanner_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_10_20_regular, 'battery_10_20_regular', 20), + + FluentUISampleIcon(FluentIcons.battery_10_24_regular, 'battery_10_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_20_regular, 'battery_20_regular', 20), + + 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_checkmark_20_regular, 'battery_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.battery_checkmark_24_regular, 'battery_checkmark_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_20_regular, 'battery_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.battery_warning_24_regular, 'battery_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.beach_16_regular, 'beach_16_regular', 16), + + FluentUISampleIcon(FluentIcons.beach_20_regular, 'beach_20_regular', 20), + + FluentUISampleIcon(FluentIcons.beach_24_regular, 'beach_24_regular', 24), + + FluentUISampleIcon(FluentIcons.beach_28_regular, 'beach_28_regular', 28), + + FluentUISampleIcon(FluentIcons.beach_32_regular, 'beach_32_regular', 32), + + FluentUISampleIcon(FluentIcons.beach_48_regular, 'beach_48_regular', 48), + + 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.beaker_edit_20_regular, 'beaker_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.beaker_edit_24_regular, 'beaker_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bed_16_regular, 'bed_16_regular', 16), + + FluentUISampleIcon(FluentIcons.bed_20_regular, 'bed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bed_24_regular, 'bed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bezier_curve_20_regular, 'bezier_curve_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bezier_curve_square_12_regular, 'bezier_curve_square_12_regular', 12), + + FluentUISampleIcon(FluentIcons.bezier_curve_square_20_regular, 'bezier_curve_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bin_full_20_regular, 'bin_full_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bin_full_24_regular, 'bin_full_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_28_regular, 'bluetooth_28_regular', 28), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_20_regular, 'bluetooth_connected_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_24_regular, 'bluetooth_connected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_20_regular, 'bluetooth_disabled_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_regular, 'bluetooth_disabled_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_20_regular, 'bluetooth_searching_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_24_regular, 'bluetooth_searching_24_regular', 24), + + FluentUISampleIcon(FluentIcons.blur_16_regular, 'blur_16_regular', 16), + + FluentUISampleIcon(FluentIcons.blur_20_regular, 'blur_20_regular', 20), + + FluentUISampleIcon(FluentIcons.blur_24_regular, 'blur_24_regular', 24), + + FluentUISampleIcon(FluentIcons.blur_28_regular, 'blur_28_regular', 28), + + FluentUISampleIcon(FluentIcons.board_16_regular, 'board_16_regular', 16), + + FluentUISampleIcon(FluentIcons.board_20_regular, 'board_20_regular', 20), + + FluentUISampleIcon(FluentIcons.board_24_regular, 'board_24_regular', 24), + + FluentUISampleIcon(FluentIcons.board_28_regular, 'board_28_regular', 28), + + FluentUISampleIcon(FluentIcons.board_games_20_regular, 'board_games_20_regular', 20), + + FluentUISampleIcon(FluentIcons.board_heart_16_regular, 'board_heart_16_regular', 16), + + FluentUISampleIcon(FluentIcons.board_heart_20_regular, 'board_heart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.board_heart_24_regular, 'board_heart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.board_split_16_regular, 'board_split_16_regular', 16), + + FluentUISampleIcon(FluentIcons.board_split_20_regular, 'board_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.board_split_24_regular, 'board_split_24_regular', 24), + + FluentUISampleIcon(FluentIcons.board_split_28_regular, 'board_split_28_regular', 28), + + FluentUISampleIcon(FluentIcons.board_split_48_regular, 'board_split_48_regular', 48), + + FluentUISampleIcon(FluentIcons.book_20_regular, 'book_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_24_regular, 'book_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_add_20_regular, 'book_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_add_24_regular, 'book_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_arrow_clockwise_20_regular, 'book_arrow_clockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_arrow_clockwise_24_regular, 'book_arrow_clockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_clock_20_regular, 'book_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_clock_24_regular, 'book_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_coins_20_regular, 'book_coins_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_coins_24_regular, 'book_coins_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_compass_20_regular, 'book_compass_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_compass_24_regular, 'book_compass_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_contacts_20_regular, 'book_contacts_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_contacts_24_regular, 'book_contacts_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_contacts_28_regular, 'book_contacts_28_regular', 28), + + FluentUISampleIcon(FluentIcons.book_contacts_32_regular, 'book_contacts_32_regular', 32), + + FluentUISampleIcon(FluentIcons.book_database_20_regular, 'book_database_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_database_24_regular, 'book_database_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_exclamation_mark_20_regular, 'book_exclamation_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_exclamation_mark_24_regular, 'book_exclamation_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_globe_20_regular, 'book_globe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_globe_24_regular, 'book_globe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_information_20_regular, 'book_information_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_information_24_regular, 'book_information_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_letter_20_regular, 'book_letter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_letter_24_regular, 'book_letter_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.book_open_16_regular, 'book_open_16_regular', 16), + + FluentUISampleIcon(FluentIcons.book_open_20_regular, 'book_open_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_open_24_regular, 'book_open_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_open_28_regular, 'book_open_28_regular', 28), + + FluentUISampleIcon(FluentIcons.book_open_32_regular, 'book_open_32_regular', 32), + + FluentUISampleIcon(FluentIcons.book_open_48_regular, 'book_open_48_regular', 48), + + FluentUISampleIcon(FluentIcons.book_open_globe_20_regular, 'book_open_globe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_open_globe_24_regular, 'book_open_globe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_open_microphone_20_regular, 'book_open_microphone_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_open_microphone_24_regular, 'book_open_microphone_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_open_microphone_28_regular, 'book_open_microphone_28_regular', 28), + + FluentUISampleIcon(FluentIcons.book_open_microphone_32_regular, 'book_open_microphone_32_regular', 32), + + FluentUISampleIcon(FluentIcons.book_open_microphone_48_regular, 'book_open_microphone_48_regular', 48), + + FluentUISampleIcon(FluentIcons.book_pulse_20_regular, 'book_pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_pulse_24_regular, 'book_pulse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_question_mark_20_regular, 'book_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_question_mark_24_regular, 'book_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_question_mark_rtl_20_regular, 'book_question_mark_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_question_mark_rtl_24_regular, 'book_question_mark_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_search_20_regular, 'book_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_search_24_regular, 'book_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_star_20_regular, 'book_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_star_24_regular, 'book_star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_template_20_regular, 'book_template_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_theta_20_regular, 'book_theta_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_theta_24_regular, 'book_theta_24_regular', 24), + + FluentUISampleIcon(FluentIcons.book_toolbox_20_regular, 'book_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.book_toolbox_24_regular, 'book_toolbox_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_32_regular, 'bookmark_32_regular', 32), + + FluentUISampleIcon(FluentIcons.bookmark_add_20_regular, 'bookmark_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bookmark_add_24_regular, 'bookmark_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_16_regular, 'bookmark_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_20_regular, 'bookmark_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_24_regular, 'bookmark_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_28_regular, 'bookmark_multiple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_32_regular, 'bookmark_multiple_32_regular', 32), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_48_regular, 'bookmark_multiple_48_regular', 48), + + FluentUISampleIcon(FluentIcons.bookmark_off_20_regular, 'bookmark_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bookmark_off_24_regular, 'bookmark_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bookmark_search_20_regular, 'bookmark_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bookmark_search_24_regular, 'bookmark_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_24_regular, 'border_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_all_16_regular, 'border_all_16_regular', 16), + + FluentUISampleIcon(FluentIcons.border_all_20_regular, 'border_all_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_all_24_regular, 'border_all_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_20_regular, 'border_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_24_regular, 'border_bottom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_double_20_regular, 'border_bottom_double_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_double_24_regular, 'border_bottom_double_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_thick_20_regular, 'border_bottom_thick_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_thick_24_regular, 'border_bottom_thick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_left_20_regular, 'border_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_left_24_regular, 'border_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_left_right_20_regular, 'border_left_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_left_right_24_regular, 'border_left_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_none_20_regular, 'border_none_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_none_24_regular, 'border_none_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_outside_20_regular, 'border_outside_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_outside_24_regular, 'border_outside_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_outside_thick_20_regular, 'border_outside_thick_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_outside_thick_24_regular, 'border_outside_thick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_right_20_regular, 'border_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_right_24_regular, 'border_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_top_20_regular, 'border_top_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_top_24_regular, 'border_top_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_20_regular, 'border_top_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_24_regular, 'border_top_bottom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_double_20_regular, 'border_top_bottom_double_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_double_24_regular, 'border_top_bottom_double_24_regular', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_thick_20_regular, 'border_top_bottom_thick_20_regular', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_thick_24_regular, 'border_top_bottom_thick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bot_20_regular, 'bot_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bot_24_regular, 'bot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bot_add_20_regular, 'bot_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bot_add_24_regular, 'bot_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_16_regular, 'bowl_chopsticks_16_regular', 16), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_20_regular, 'bowl_chopsticks_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_24_regular, 'bowl_chopsticks_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_28_regular, 'bowl_chopsticks_28_regular', 28), + + FluentUISampleIcon(FluentIcons.box_16_regular, 'box_16_regular', 16), + + FluentUISampleIcon(FluentIcons.box_20_regular, 'box_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_24_regular, 'box_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_arrow_left_20_regular, 'box_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_arrow_left_24_regular, 'box_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_arrow_up_20_regular, 'box_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_arrow_up_24_regular, 'box_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_checkmark_20_regular, 'box_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_checkmark_24_regular, 'box_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_dismiss_20_regular, 'box_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_dismiss_24_regular, 'box_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_edit_20_regular, 'box_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_edit_24_regular, 'box_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_20_regular, 'box_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_24_regular, 'box_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_20_regular, 'box_multiple_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_24_regular, 'box_multiple_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_20_regular, 'box_multiple_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_24_regular, 'box_multiple_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_checkmark_20_regular, 'box_multiple_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_checkmark_24_regular, 'box_multiple_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_search_20_regular, 'box_multiple_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_search_24_regular, 'box_multiple_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_search_20_regular, 'box_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_search_24_regular, 'box_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.box_toolbox_20_regular, 'box_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.box_toolbox_24_regular, 'box_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.braces_20_regular, 'braces_20_regular', 20), + + FluentUISampleIcon(FluentIcons.braces_24_regular, 'braces_24_regular', 24), + + FluentUISampleIcon(FluentIcons.braces_variable_20_regular, 'braces_variable_20_regular', 20), + + FluentUISampleIcon(FluentIcons.braces_variable_24_regular, 'braces_variable_24_regular', 24), + + FluentUISampleIcon(FluentIcons.brain_circuit_20_regular, 'brain_circuit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.brain_circuit_24_regular, 'brain_circuit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_20_regular, 'branch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.branch_24_regular, 'branch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_compare_16_regular, 'branch_compare_16_regular', 16), + + FluentUISampleIcon(FluentIcons.branch_compare_20_regular, 'branch_compare_20_regular', 20), + + FluentUISampleIcon(FluentIcons.branch_compare_24_regular, 'branch_compare_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_16_regular, 'branch_fork_16_regular', 16), + + FluentUISampleIcon(FluentIcons.branch_fork_20_regular, 'branch_fork_20_regular', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_24_regular, 'branch_fork_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_hint_20_regular, 'branch_fork_hint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_hint_24_regular, 'branch_fork_hint_24_regular', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_link_20_regular, 'branch_fork_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_link_24_regular, 'branch_fork_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.breakout_room_20_regular, 'breakout_room_20_regular', 20), + + FluentUISampleIcon(FluentIcons.breakout_room_24_regular, 'breakout_room_24_regular', 24), + + FluentUISampleIcon(FluentIcons.breakout_room_28_regular, 'breakout_room_28_regular', 28), + + FluentUISampleIcon(FluentIcons.briefcase_12_regular, 'briefcase_12_regular', 12), + + FluentUISampleIcon(FluentIcons.briefcase_16_regular, 'briefcase_16_regular', 16), + + FluentUISampleIcon(FluentIcons.briefcase_20_regular, 'briefcase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.briefcase_24_regular, 'briefcase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.briefcase_28_regular, 'briefcase_28_regular', 28), + + FluentUISampleIcon(FluentIcons.briefcase_32_regular, 'briefcase_32_regular', 32), + + FluentUISampleIcon(FluentIcons.briefcase_48_regular, 'briefcase_48_regular', 48), + + FluentUISampleIcon(FluentIcons.briefcase_medical_16_regular, 'briefcase_medical_16_regular', 16), + + FluentUISampleIcon(FluentIcons.briefcase_medical_20_regular, 'briefcase_medical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.briefcase_medical_24_regular, 'briefcase_medical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.briefcase_medical_32_regular, 'briefcase_medical_32_regular', 32), + + FluentUISampleIcon(FluentIcons.briefcase_off_16_regular, 'briefcase_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.briefcase_off_20_regular, 'briefcase_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.briefcase_off_24_regular, 'briefcase_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.briefcase_off_28_regular, 'briefcase_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.briefcase_off_32_regular, 'briefcase_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.briefcase_off_48_regular, 'briefcase_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.brightness_high_16_regular, 'brightness_high_16_regular', 16), + + FluentUISampleIcon(FluentIcons.brightness_high_20_regular, 'brightness_high_20_regular', 20), + + FluentUISampleIcon(FluentIcons.brightness_high_24_regular, 'brightness_high_24_regular', 24), + + FluentUISampleIcon(FluentIcons.brightness_high_28_regular, 'brightness_high_28_regular', 28), + + FluentUISampleIcon(FluentIcons.brightness_high_32_regular, 'brightness_high_32_regular', 32), + + FluentUISampleIcon(FluentIcons.brightness_high_48_regular, 'brightness_high_48_regular', 48), + + FluentUISampleIcon(FluentIcons.brightness_low_16_regular, 'brightness_low_16_regular', 16), + + FluentUISampleIcon(FluentIcons.brightness_low_20_regular, 'brightness_low_20_regular', 20), + + FluentUISampleIcon(FluentIcons.brightness_low_24_regular, 'brightness_low_24_regular', 24), + + FluentUISampleIcon(FluentIcons.brightness_low_28_regular, 'brightness_low_28_regular', 28), + + FluentUISampleIcon(FluentIcons.brightness_low_32_regular, 'brightness_low_32_regular', 32), + + FluentUISampleIcon(FluentIcons.brightness_low_48_regular, 'brightness_low_48_regular', 48), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_16_regular, 'broad_activity_feed_16_regular', 16), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_20_regular, 'broad_activity_feed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_24_regular, 'broad_activity_feed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.broom_16_regular, 'broom_16_regular', 16), + + FluentUISampleIcon(FluentIcons.broom_20_regular, 'broom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.broom_24_regular, 'broom_24_regular', 24), + + FluentUISampleIcon(FluentIcons.bug_16_regular, 'bug_16_regular', 16), + + FluentUISampleIcon(FluentIcons.bug_20_regular, 'bug_20_regular', 20), + + FluentUISampleIcon(FluentIcons.bug_24_regular, 'bug_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_16_regular, 'building_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_20_regular, 'building_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_24_regular, 'building_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_bank_16_regular, 'building_bank_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_bank_20_regular, 'building_bank_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_bank_24_regular, 'building_bank_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_bank_28_regular, 'building_bank_28_regular', 28), + + FluentUISampleIcon(FluentIcons.building_bank_48_regular, 'building_bank_48_regular', 48), + + FluentUISampleIcon(FluentIcons.building_bank_link_16_regular, 'building_bank_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_bank_link_20_regular, 'building_bank_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_bank_link_24_regular, 'building_bank_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_bank_link_28_regular, 'building_bank_link_28_regular', 28), + + FluentUISampleIcon(FluentIcons.building_bank_link_48_regular, 'building_bank_link_48_regular', 48), + + FluentUISampleIcon(FluentIcons.building_bank_toolbox_20_regular, 'building_bank_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_bank_toolbox_24_regular, 'building_bank_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_factory_16_regular, 'building_factory_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_factory_20_regular, 'building_factory_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_factory_24_regular, 'building_factory_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_factory_28_regular, 'building_factory_28_regular', 28), + + FluentUISampleIcon(FluentIcons.building_factory_32_regular, 'building_factory_32_regular', 32), + + FluentUISampleIcon(FluentIcons.building_factory_48_regular, 'building_factory_48_regular', 48), + + FluentUISampleIcon(FluentIcons.building_government_20_regular, 'building_government_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_government_24_regular, 'building_government_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_government_32_regular, 'building_government_32_regular', 32), + + FluentUISampleIcon(FluentIcons.building_home_16_regular, 'building_home_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_home_20_regular, 'building_home_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_home_24_regular, 'building_home_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_lighthouse_20_regular, 'building_lighthouse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_multiple_20_regular, 'building_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_multiple_24_regular, 'building_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_retail_20_regular, 'building_retail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_retail_24_regular, 'building_retail_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_retail_money_20_regular, 'building_retail_money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_retail_money_24_regular, 'building_retail_money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_retail_more_20_regular, 'building_retail_more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_retail_shield_20_regular, 'building_retail_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_retail_shield_24_regular, 'building_retail_shield_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_retail_toolbox_20_regular, 'building_retail_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_retail_toolbox_24_regular, 'building_retail_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_shop_16_regular, 'building_shop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_shop_20_regular, 'building_shop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_shop_24_regular, 'building_shop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.building_skyscraper_16_regular, 'building_skyscraper_16_regular', 16), + + FluentUISampleIcon(FluentIcons.building_skyscraper_20_regular, 'building_skyscraper_20_regular', 20), + + FluentUISampleIcon(FluentIcons.building_skyscraper_24_regular, 'building_skyscraper_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calculator_20_regular, 'calculator_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calculator_24_regular, 'calculator_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_20_regular, 'calculator_arrow_clockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_24_regular, 'calculator_arrow_clockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calculator_multiple_20_regular, 'calculator_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calculator_multiple_24_regular, 'calculator_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_3_day_16_regular, 'calendar_3_day_16_regular', 16), + + 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_16_regular, 'calendar_add_16_regular', 16), + + 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_add_28_regular, 'calendar_add_28_regular', 28), + + 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_down_20_regular, 'calendar_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_regular, 'calendar_arrow_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_16_regular, 'calendar_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_regular, 'calendar_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_24_regular, 'calendar_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_assistant_16_regular, 'calendar_assistant_16_regular', 16), + + 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_16_regular, 'calendar_cancel_16_regular', 16), + + 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_chat_20_regular, 'calendar_chat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_chat_24_regular, 'calendar_chat_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_checkmark_28_regular, 'calendar_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_clock_16_regular, 'calendar_clock_16_regular', 16), + + 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_day_16_regular, 'calendar_day_16_regular', 16), + + 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_edit_16_regular, 'calendar_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_edit_20_regular, 'calendar_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_edit_24_regular, 'calendar_edit_24_regular', 24), + + 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_empty_32_regular, 'calendar_empty_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_error_20_regular, 'calendar_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_error_24_regular, 'calendar_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_info_16_regular, 'calendar_info_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_info_20_regular, 'calendar_info_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_ltr_12_regular, 'calendar_ltr_12_regular', 12), + + FluentUISampleIcon(FluentIcons.calendar_ltr_16_regular, 'calendar_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_ltr_20_regular, 'calendar_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_ltr_24_regular, 'calendar_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_ltr_28_regular, 'calendar_ltr_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_ltr_32_regular, 'calendar_ltr_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_ltr_48_regular, 'calendar_ltr_48_regular', 48), + + FluentUISampleIcon(FluentIcons.calendar_mail_16_regular, 'calendar_mail_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_mail_20_regular, 'calendar_mail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_mention_20_regular, 'calendar_mention_20_regular', 20), + + 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_16_regular, 'calendar_multiple_16_regular', 16), + + 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_multiple_32_regular, 'calendar_multiple_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_overdue_24_regular, 'calendar_overdue_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_pattern_16_regular, 'calendar_pattern_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_pattern_20_regular, 'calendar_pattern_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_patterns_16_regular, 'calendar_patterns_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_person_16_regular, 'calendar_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_person_20_regular, 'calendar_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_person_24_regular, 'calendar_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_phone_16_regular, 'calendar_phone_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_phone_20_regular, 'calendar_phone_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_16_regular, 'calendar_question_mark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_20_regular, 'calendar_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_24_regular, 'calendar_question_mark_24_regular', 24), + + 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_rtl_12_regular, 'calendar_rtl_12_regular', 12), + + FluentUISampleIcon(FluentIcons.calendar_rtl_16_regular, 'calendar_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_rtl_20_regular, 'calendar_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_rtl_24_regular, 'calendar_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_rtl_28_regular, 'calendar_rtl_28_regular', 28), + + FluentUISampleIcon(FluentIcons.calendar_rtl_32_regular, 'calendar_rtl_32_regular', 32), + + FluentUISampleIcon(FluentIcons.calendar_rtl_48_regular, 'calendar_rtl_48_regular', 48), + + FluentUISampleIcon(FluentIcons.calendar_search_16_regular, 'calendar_search_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_search_20_regular, 'calendar_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_settings_16_regular, 'calendar_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.calendar_settings_20_regular, 'calendar_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_star_16_regular, 'calendar_star_16_regular', 16), + + 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_toolbox_20_regular, 'calendar_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calendar_toolbox_24_regular, 'calendar_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_numbers_20_regular, 'calendar_week_numbers_20_regular', 20), + + 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.calendar_work_week_28_regular, 'calendar_work_week_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_16_regular, 'call_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_20_regular, 'call_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_24_regular, 'call_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_28_regular, 'call_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_32_regular, 'call_32_regular', 32), + + FluentUISampleIcon(FluentIcons.call_48_regular, 'call_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_add_20_regular, 'call_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_add_24_regular, 'call_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_checkmark_20_regular, 'call_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_checkmark_24_regular, 'call_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_connecting_20_regular, 'call_connecting_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_dismiss_20_regular, 'call_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_dismiss_24_regular, 'call_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_end_16_regular, 'call_end_16_regular', 16), + + 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_exclamation_20_regular, 'call_exclamation_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_forward_16_regular, 'call_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_forward_20_regular, 'call_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_forward_24_regular, 'call_forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_forward_28_regular, 'call_forward_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_forward_48_regular, 'call_forward_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_inbound_16_regular, 'call_inbound_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_inbound_20_regular, 'call_inbound_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_inbound_24_regular, 'call_inbound_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_inbound_28_regular, 'call_inbound_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_inbound_48_regular, 'call_inbound_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_missed_16_regular, 'call_missed_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_missed_20_regular, 'call_missed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_missed_24_regular, 'call_missed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_missed_28_regular, 'call_missed_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_missed_48_regular, 'call_missed_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_outbound_16_regular, 'call_outbound_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_outbound_20_regular, 'call_outbound_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_outbound_24_regular, 'call_outbound_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_outbound_28_regular, 'call_outbound_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_outbound_48_regular, 'call_outbound_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_park_16_regular, 'call_park_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_park_20_regular, 'call_park_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_park_24_regular, 'call_park_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_park_28_regular, 'call_park_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_park_32_regular, 'call_park_32_regular', 32), + + FluentUISampleIcon(FluentIcons.call_park_48_regular, 'call_park_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_pause_20_regular, 'call_pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_pause_24_regular, 'call_pause_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_prohibited_16_regular, 'call_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.call_prohibited_20_regular, 'call_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.call_prohibited_24_regular, 'call_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.call_prohibited_28_regular, 'call_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.call_prohibited_48_regular, 'call_prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.call_transfer_20_regular, 'call_transfer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_20_regular, 'calligraphy_pen_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_24_regular, 'calligraphy_pen_24_regular', 24), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_checkmark_20_regular, 'calligraphy_pen_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_error_20_regular, 'calligraphy_pen_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_question_mark_20_regular, 'calligraphy_pen_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.camera_16_regular, 'camera_16_regular', 16), + + 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_dome_16_regular, 'camera_dome_16_regular', 16), + + FluentUISampleIcon(FluentIcons.camera_dome_20_regular, 'camera_dome_20_regular', 20), + + FluentUISampleIcon(FluentIcons.camera_dome_24_regular, 'camera_dome_24_regular', 24), + + FluentUISampleIcon(FluentIcons.camera_dome_28_regular, 'camera_dome_28_regular', 28), + + FluentUISampleIcon(FluentIcons.camera_dome_48_regular, 'camera_dome_48_regular', 48), + + FluentUISampleIcon(FluentIcons.camera_edit_20_regular, 'camera_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.camera_off_20_regular, 'camera_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.camera_off_24_regular, 'camera_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.camera_switch_20_regular, 'camera_switch_20_regular', 20), + + 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_down_left_12_regular, 'caret_down_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.caret_down_left_16_regular, 'caret_down_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.caret_down_left_20_regular, 'caret_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.caret_down_left_24_regular, 'caret_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.caret_down_right_12_regular, 'caret_down_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.caret_down_right_16_regular, 'caret_down_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.caret_down_right_20_regular, 'caret_down_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.caret_down_right_24_regular, 'caret_down_right_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.caret_up_12_regular, 'caret_up_12_regular', 12), + + FluentUISampleIcon(FluentIcons.caret_up_16_regular, 'caret_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.caret_up_20_regular, 'caret_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.caret_up_24_regular, 'caret_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cart_16_regular, 'cart_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cart_20_regular, 'cart_20_regular', 20), + + 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_20_regular, 'cellular_3g_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cellular_3g_24_regular, 'cellular_3g_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_4g_20_regular, 'cellular_4g_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cellular_4g_24_regular, 'cellular_4g_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_5g_20_regular, 'cellular_5g_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cellular_5g_24_regular, 'cellular_5g_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_cellular_off_24_regular, 'cellular_data_cellular_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_cellular_unavailable_24_regular, 'cellular_data_cellular_unavailable_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_unavailable_24_regular, 'cellular_data_unavailable_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_off_20_regular, 'cellular_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cellular_off_24_regular, 'cellular_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cellular_warning_20_regular, 'cellular_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cellular_warning_24_regular, 'cellular_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.center_horizontal_20_regular, 'center_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.center_horizontal_24_regular, 'center_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.center_vertical_20_regular, 'center_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.center_vertical_24_regular, 'center_vertical_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_28_regular, 'channel_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_48_regular, 'channel_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_add_16_regular, 'channel_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_add_20_regular, 'channel_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_add_24_regular, 'channel_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_add_28_regular, 'channel_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_add_48_regular, 'channel_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_alert_16_regular, 'channel_alert_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_alert_20_regular, 'channel_alert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_alert_24_regular, 'channel_alert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_alert_28_regular, 'channel_alert_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_alert_48_regular, 'channel_alert_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_16_regular, 'channel_arrow_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_20_regular, 'channel_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_24_regular, 'channel_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_28_regular, 'channel_arrow_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_48_regular, 'channel_arrow_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_dismiss_16_regular, 'channel_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_dismiss_20_regular, 'channel_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_dismiss_24_regular, 'channel_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_dismiss_28_regular, 'channel_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_dismiss_48_regular, 'channel_dismiss_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_share_12_regular, 'channel_share_12_regular', 12), + + FluentUISampleIcon(FluentIcons.channel_share_16_regular, 'channel_share_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_share_20_regular, 'channel_share_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_share_24_regular, 'channel_share_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_share_28_regular, 'channel_share_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_share_48_regular, 'channel_share_48_regular', 48), + + FluentUISampleIcon(FluentIcons.channel_subtract_16_regular, 'channel_subtract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.channel_subtract_20_regular, 'channel_subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.channel_subtract_24_regular, 'channel_subtract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.channel_subtract_28_regular, 'channel_subtract_28_regular', 28), + + FluentUISampleIcon(FluentIcons.channel_subtract_48_regular, 'channel_subtract_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chart_multiple_20_regular, 'chart_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chart_multiple_24_regular, 'chart_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chart_person_20_regular, 'chart_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chart_person_24_regular, 'chart_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chart_person_28_regular, 'chart_person_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chart_person_48_regular, 'chart_person_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chat_12_regular, 'chat_12_regular', 12), + + FluentUISampleIcon(FluentIcons.chat_16_regular, 'chat_16_regular', 16), + + 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_32_regular, 'chat_32_regular', 32), + + FluentUISampleIcon(FluentIcons.chat_48_regular, 'chat_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chat_arrow_back_16_regular, 'chat_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_arrow_back_20_regular, 'chat_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_arrow_double_back_16_regular, 'chat_arrow_double_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_arrow_double_back_20_regular, 'chat_arrow_double_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_16_regular, 'chat_bubbles_question_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_20_regular, 'chat_bubbles_question_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_regular, 'chat_bubbles_question_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_dismiss_16_regular, 'chat_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_dismiss_20_regular, 'chat_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_dismiss_24_regular, 'chat_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_help_20_regular, 'chat_help_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_help_24_regular, 'chat_help_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_mail_20_regular, 'chat_mail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_multiple_16_regular, 'chat_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_multiple_20_regular, 'chat_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_multiple_24_regular, 'chat_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_off_20_regular, 'chat_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_off_24_regular, 'chat_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_settings_20_regular, 'chat_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_settings_24_regular, 'chat_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_video_20_regular, 'chat_video_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_video_24_regular, 'chat_video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chat_warning_16_regular, 'chat_warning_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chat_warning_20_regular, 'chat_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chat_warning_24_regular, 'chat_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.check_20_regular, 'check_20_regular', 20), + + FluentUISampleIcon(FluentIcons.check_24_regular, 'check_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_1_20_regular, 'checkbox_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_1_24_regular, 'checkbox_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_2_20_regular, 'checkbox_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_2_24_regular, 'checkbox_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_arrow_right_20_regular, 'checkbox_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_arrow_right_24_regular, 'checkbox_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_checked_16_regular, 'checkbox_checked_16_regular', 16), + + 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_checked_sync_16_regular, 'checkbox_checked_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkbox_checked_sync_20_regular, 'checkbox_checked_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_16_regular, 'checkbox_indeterminate_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_20_regular, 'checkbox_indeterminate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_24_regular, 'checkbox_indeterminate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkbox_person_16_regular, 'checkbox_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkbox_person_20_regular, 'checkbox_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_person_24_regular, 'checkbox_person_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.checkbox_warning_20_regular, 'checkbox_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkbox_warning_24_regular, 'checkbox_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkmark_12_regular, 'checkmark_12_regular', 12), + + FluentUISampleIcon(FluentIcons.checkmark_16_regular, 'checkmark_16_regular', 16), + + 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_32_regular, 'checkmark_32_regular', 32), + + FluentUISampleIcon(FluentIcons.checkmark_48_regular, 'checkmark_48_regular', 48), + + FluentUISampleIcon(FluentIcons.checkmark_circle_12_regular, 'checkmark_circle_12_regular', 12), + + 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_32_regular, 'checkmark_circle_32_regular', 32), + + 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_note_20_regular, 'checkmark_note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkmark_square_24_regular, 'checkmark_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_16_regular, 'checkmark_starburst_16_regular', 16), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_20_regular, 'checkmark_starburst_20_regular', 20), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_24_regular, 'checkmark_starburst_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_circle_down_12_regular, 'chevron_circle_down_12_regular', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_16_regular, 'chevron_circle_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_20_regular, 'chevron_circle_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_24_regular, 'chevron_circle_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_28_regular, 'chevron_circle_down_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_32_regular, 'chevron_circle_down_32_regular', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_48_regular, 'chevron_circle_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_12_regular, 'chevron_circle_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_16_regular, 'chevron_circle_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_20_regular, 'chevron_circle_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_24_regular, 'chevron_circle_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_28_regular, 'chevron_circle_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_32_regular, 'chevron_circle_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_48_regular, 'chevron_circle_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_12_regular, 'chevron_circle_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_16_regular, 'chevron_circle_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_20_regular, 'chevron_circle_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_24_regular, 'chevron_circle_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_28_regular, 'chevron_circle_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_32_regular, 'chevron_circle_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_48_regular, 'chevron_circle_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_12_regular, 'chevron_circle_up_12_regular', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_16_regular, 'chevron_circle_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_20_regular, 'chevron_circle_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_24_regular, 'chevron_circle_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_28_regular, 'chevron_circle_up_28_regular', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_32_regular, 'chevron_circle_up_32_regular', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_48_regular, 'chevron_circle_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.chevron_double_down_16_regular, 'chevron_double_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_down_20_regular, 'chevron_double_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_left_16_regular, 'chevron_double_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_left_20_regular, 'chevron_double_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_right_16_regular, 'chevron_double_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_right_20_regular, 'chevron_double_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_up_16_regular, 'chevron_double_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_up_20_regular, 'chevron_double_up_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_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.chevron_up_down_16_regular, 'chevron_up_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chevron_up_down_20_regular, 'chevron_up_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chevron_up_down_24_regular, 'chevron_up_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chopsticks_16_regular, 'chopsticks_16_regular', 16), + + FluentUISampleIcon(FluentIcons.chopsticks_20_regular, 'chopsticks_20_regular', 20), + + FluentUISampleIcon(FluentIcons.chopsticks_24_regular, 'chopsticks_24_regular', 24), + + FluentUISampleIcon(FluentIcons.chopsticks_28_regular, 'chopsticks_28_regular', 28), + + FluentUISampleIcon(FluentIcons.circle_12_regular, 'circle_12_regular', 12), + + 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_32_regular, 'circle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.circle_48_regular, 'circle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.circle_edit_20_regular, 'circle_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_edit_24_regular, 'circle_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.circle_half_fill_12_regular, 'circle_half_fill_12_regular', 12), + + FluentUISampleIcon(FluentIcons.circle_half_fill_16_regular, 'circle_half_fill_16_regular', 16), + + 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_12_regular, 'circle_line_12_regular', 12), + + FluentUISampleIcon(FluentIcons.circle_line_20_regular, 'circle_line_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_line_24_regular, 'circle_line_24_regular', 24), + + FluentUISampleIcon(FluentIcons.circle_multiple_subtract_checkmark_20_regular, 'circle_multiple_subtract_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_off_16_regular, 'circle_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.circle_off_20_regular, 'circle_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_small_20_regular, 'circle_small_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_small_24_regular, 'circle_small_24_regular', 24), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_16_regular, 'circle_subtract_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_20_regular, 'circle_subtract_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_16_regular, 'circle_subtract_arrow_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_20_regular, 'circle_subtract_arrow_forward_20_regular', 20), + + 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_20_regular, 'class_20_regular', 20), + + 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_16_regular, 'clear_formatting_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clear_formatting_20_regular, 'clear_formatting_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clear_formatting_24_regular, 'clear_formatting_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_16_regular, 'clipboard_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_20_regular, 'clipboard_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_24_regular, 'clipboard_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_regular, 'clipboard_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_regular, 'clipboard_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_24_regular, 'clipboard_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_16_regular, 'clipboard_bullet_list_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_20_regular, 'clipboard_bullet_list_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_16_regular, 'clipboard_bullet_list_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_20_regular, 'clipboard_bullet_list_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_checkmark_20_regular, 'clipboard_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_checkmark_24_regular, 'clipboard_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_clock_20_regular, 'clipboard_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_clock_24_regular, 'clipboard_clock_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_data_bar_20_regular, 'clipboard_data_bar_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_data_bar_24_regular, 'clipboard_data_bar_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_data_bar_32_regular, 'clipboard_data_bar_32_regular', 32), + + FluentUISampleIcon(FluentIcons.clipboard_edit_20_regular, 'clipboard_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_error_20_regular, 'clipboard_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_error_24_regular, 'clipboard_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_heart_20_regular, 'clipboard_heart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_heart_24_regular, 'clipboard_heart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_image_20_regular, 'clipboard_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_image_24_regular, 'clipboard_image_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_20_regular, 'clipboard_more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_more_24_regular, 'clipboard_more_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_note_20_regular, 'clipboard_note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_paste_16_regular, 'clipboard_paste_16_regular', 16), + + 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_pulse_20_regular, 'clipboard_pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_pulse_24_regular, 'clipboard_pulse_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_settings_20_regular, 'clipboard_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_settings_24_regular, 'clipboard_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_20_regular, 'clipboard_task_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_24_regular, 'clipboard_task_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_add_20_regular, 'clipboard_task_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_add_24_regular, 'clipboard_task_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_20_regular, 'clipboard_task_list_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_24_regular, 'clipboard_task_list_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_20_regular, 'clipboard_task_list_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_24_regular, 'clipboard_task_list_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_regular, 'clipboard_text_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_regular, 'clipboard_text_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_regular, 'clipboard_text_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_regular, 'clipboard_text_rtl_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_32_regular, 'clock_32_regular', 32), + + FluentUISampleIcon(FluentIcons.clock_48_regular, 'clock_48_regular', 48), + + FluentUISampleIcon(FluentIcons.clock_alarm_16_regular, 'clock_alarm_16_regular', 16), + + FluentUISampleIcon(FluentIcons.clock_alarm_20_regular, 'clock_alarm_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_alarm_24_regular, 'clock_alarm_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_alarm_32_regular, 'clock_alarm_32_regular', 32), + + FluentUISampleIcon(FluentIcons.clock_arrow_download_20_regular, 'clock_arrow_download_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_arrow_download_24_regular, 'clock_arrow_download_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_dismiss_20_regular, 'clock_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_dismiss_24_regular, 'clock_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_pause_20_regular, 'clock_pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_pause_24_regular, 'clock_pause_24_regular', 24), + + FluentUISampleIcon(FluentIcons.clock_toolbox_20_regular, 'clock_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.clock_toolbox_24_regular, 'clock_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_16_regular, 'closed_caption_16_regular', 16), + + FluentUISampleIcon(FluentIcons.closed_caption_20_regular, 'closed_caption_20_regular', 20), + + FluentUISampleIcon(FluentIcons.closed_caption_24_regular, 'closed_caption_24_regular', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_28_regular, 'closed_caption_28_regular', 28), + + FluentUISampleIcon(FluentIcons.closed_caption_32_regular, 'closed_caption_32_regular', 32), + + FluentUISampleIcon(FluentIcons.closed_caption_48_regular, 'closed_caption_48_regular', 48), + + FluentUISampleIcon(FluentIcons.closed_caption_off_16_regular, 'closed_caption_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.closed_caption_off_20_regular, 'closed_caption_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.closed_caption_off_24_regular, 'closed_caption_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_off_28_regular, 'closed_caption_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.closed_caption_off_48_regular, 'closed_caption_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_16_regular, 'cloud_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_20_regular, 'cloud_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_24_regular, 'cloud_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_28_regular, 'cloud_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_32_regular, 'cloud_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_48_regular, 'cloud_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_add_16_regular, 'cloud_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_add_20_regular, 'cloud_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_archive_16_regular, 'cloud_archive_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_archive_20_regular, 'cloud_archive_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_archive_24_regular, 'cloud_archive_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_archive_28_regular, 'cloud_archive_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_archive_32_regular, 'cloud_archive_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_archive_48_regular, 'cloud_archive_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_16_regular, 'cloud_arrow_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_20_regular, 'cloud_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_24_regular, 'cloud_arrow_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_28_regular, 'cloud_arrow_down_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_32_regular, 'cloud_arrow_down_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_48_regular, 'cloud_arrow_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_16_regular, 'cloud_arrow_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_20_regular, 'cloud_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_24_regular, 'cloud_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_28_regular, 'cloud_arrow_up_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_32_regular, 'cloud_arrow_up_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_48_regular, 'cloud_arrow_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_backup_16_regular, 'cloud_backup_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_backup_20_regular, 'cloud_backup_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_backup_24_regular, 'cloud_backup_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_backup_28_regular, 'cloud_backup_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_backup_32_regular, 'cloud_backup_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_backup_48_regular, 'cloud_backup_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_16_regular, 'cloud_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_20_regular, 'cloud_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_24_regular, 'cloud_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_28_regular, 'cloud_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_32_regular, 'cloud_checkmark_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_48_regular, 'cloud_checkmark_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_16_regular, 'cloud_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_20_regular, 'cloud_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_24_regular, 'cloud_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_28_regular, 'cloud_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_32_regular, 'cloud_dismiss_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_48_regular, 'cloud_dismiss_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_download_16_regular, 'cloud_download_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_download_20_regular, 'cloud_download_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_download_24_regular, 'cloud_download_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_download_28_regular, 'cloud_download_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_download_32_regular, 'cloud_download_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_download_48_regular, 'cloud_download_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_edit_16_regular, 'cloud_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_edit_20_regular, 'cloud_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_flow_20_regular, 'cloud_flow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_flow_24_regular, 'cloud_flow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_link_16_regular, 'cloud_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_link_20_regular, 'cloud_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_off_16_regular, 'cloud_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_off_20_regular, 'cloud_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_off_24_regular, 'cloud_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_off_28_regular, 'cloud_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_off_32_regular, 'cloud_off_32_regular', 32), + + 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_swap_20_regular, 'cloud_swap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_swap_24_regular, 'cloud_swap_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_16_regular, 'cloud_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_sync_20_regular, 'cloud_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_sync_24_regular, 'cloud_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_28_regular, 'cloud_sync_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_sync_32_regular, 'cloud_sync_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_sync_48_regular, 'cloud_sync_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_16_regular, 'cloud_sync_complete_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_20_regular, 'cloud_sync_complete_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_regular, 'cloud_sync_complete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_28_regular, 'cloud_sync_complete_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_32_regular, 'cloud_sync_complete_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_regular, 'cloud_sync_complete_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cloud_words_16_regular, 'cloud_words_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cloud_words_20_regular, 'cloud_words_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cloud_words_24_regular, 'cloud_words_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cloud_words_28_regular, 'cloud_words_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cloud_words_32_regular, 'cloud_words_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cloud_words_48_regular, 'cloud_words_48_regular', 48), + + FluentUISampleIcon(FluentIcons.code_16_regular, 'code_16_regular', 16), + + FluentUISampleIcon(FluentIcons.code_20_regular, 'code_20_regular', 20), + + FluentUISampleIcon(FluentIcons.code_24_regular, 'code_24_regular', 24), + + FluentUISampleIcon(FluentIcons.code_circle_20_regular, 'code_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.code_text_20_regular, 'code_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.code_text_edit_20_regular, 'code_text_edit_20_regular', 20), + + 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_16_regular, 'color_16_regular', 16), + + 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_background_accent_20_regular, 'color_background_accent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_background_accent_24_regular, 'color_background_accent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.color_fill_16_regular, 'color_fill_16_regular', 16), + + 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_fill_28_regular, 'color_fill_28_regular', 28), + + FluentUISampleIcon(FluentIcons.color_fill_accent_16_regular, 'color_fill_accent_16_regular', 16), + + FluentUISampleIcon(FluentIcons.color_fill_accent_20_regular, 'color_fill_accent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_fill_accent_24_regular, 'color_fill_accent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.color_fill_accent_28_regular, 'color_fill_accent_28_regular', 28), + + FluentUISampleIcon(FluentIcons.color_line_16_regular, 'color_line_16_regular', 16), + + FluentUISampleIcon(FluentIcons.color_line_20_regular, 'color_line_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_line_24_regular, 'color_line_24_regular', 24), + + FluentUISampleIcon(FluentIcons.color_line_accent_16_regular, 'color_line_accent_16_regular', 16), + + FluentUISampleIcon(FluentIcons.color_line_accent_20_regular, 'color_line_accent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.color_line_accent_24_regular, 'color_line_accent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.column_20_regular, 'column_20_regular', 20), + + FluentUISampleIcon(FluentIcons.column_arrow_right_20_regular, 'column_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.column_edit_20_regular, 'column_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.column_edit_24_regular, 'column_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.column_triple_20_regular, 'column_triple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.column_triple_24_regular, 'column_triple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.column_triple_edit_20_regular, 'column_triple_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.column_triple_edit_24_regular, 'column_triple_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comma_24_regular, 'comma_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_12_regular, 'comment_12_regular', 12), + + 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_28_regular, 'comment_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_48_regular, 'comment_48_regular', 48), + + FluentUISampleIcon(FluentIcons.comment_add_12_regular, 'comment_add_12_regular', 12), + + FluentUISampleIcon(FluentIcons.comment_add_16_regular, 'comment_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_add_20_regular, 'comment_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_add_24_regular, 'comment_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_add_28_regular, 'comment_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_add_48_regular, 'comment_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_12_regular, 'comment_arrow_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_16_regular, 'comment_arrow_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_20_regular, 'comment_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_24_regular, 'comment_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_28_regular, 'comment_arrow_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_48_regular, 'comment_arrow_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_12_regular, 'comment_arrow_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_16_regular, 'comment_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_20_regular, 'comment_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_24_regular, 'comment_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_28_regular, 'comment_arrow_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_48_regular, 'comment_arrow_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.comment_checkmark_12_regular, 'comment_checkmark_12_regular', 12), + + FluentUISampleIcon(FluentIcons.comment_checkmark_16_regular, 'comment_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_checkmark_20_regular, 'comment_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_checkmark_24_regular, 'comment_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_checkmark_28_regular, 'comment_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_checkmark_48_regular, 'comment_checkmark_48_regular', 48), + + FluentUISampleIcon(FluentIcons.comment_dismiss_20_regular, 'comment_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_dismiss_24_regular, 'comment_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_edit_20_regular, 'comment_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_edit_24_regular, 'comment_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_error_16_regular, 'comment_error_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_error_20_regular, 'comment_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_error_24_regular, 'comment_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_lightning_20_regular, 'comment_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_lightning_24_regular, 'comment_lightning_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_multiple_28_regular, 'comment_multiple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_32_regular, 'comment_multiple_32_regular', 32), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_16_regular, 'comment_multiple_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_20_regular, 'comment_multiple_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_24_regular, 'comment_multiple_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_28_regular, 'comment_multiple_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_16_regular, 'comment_multiple_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_20_regular, 'comment_multiple_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_24_regular, 'comment_multiple_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_28_regular, 'comment_multiple_link_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_32_regular, 'comment_multiple_link_32_regular', 32), + + FluentUISampleIcon(FluentIcons.comment_note_20_regular, 'comment_note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_note_24_regular, 'comment_note_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_off_16_regular, 'comment_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.comment_off_20_regular, 'comment_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.comment_off_24_regular, 'comment_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.comment_off_28_regular, 'comment_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.comment_off_48_regular, 'comment_off_48_regular', 48), + + 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.communication_person_20_regular, 'communication_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.communication_person_24_regular, 'communication_person_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.component_2_double_tap_swipe_down_24_regular, 'component_2_double_tap_swipe_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_regular, 'component_2_double_tap_swipe_up_24_regular', 24), + + 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_16_regular, 'contact_card_16_regular', 16), + + 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_28_regular, 'contact_card_28_regular', 28), + + FluentUISampleIcon(FluentIcons.contact_card_32_regular, 'contact_card_32_regular', 32), + + FluentUISampleIcon(FluentIcons.contact_card_48_regular, 'contact_card_48_regular', 48), + + FluentUISampleIcon(FluentIcons.contact_card_group_16_regular, 'contact_card_group_16_regular', 16), + + FluentUISampleIcon(FluentIcons.contact_card_group_20_regular, 'contact_card_group_20_regular', 20), + + FluentUISampleIcon(FluentIcons.contact_card_group_24_regular, 'contact_card_group_24_regular', 24), + + FluentUISampleIcon(FluentIcons.contact_card_group_28_regular, 'contact_card_group_28_regular', 28), + + FluentUISampleIcon(FluentIcons.contact_card_group_48_regular, 'contact_card_group_48_regular', 48), + + FluentUISampleIcon(FluentIcons.contact_card_link_16_regular, 'contact_card_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.contact_card_link_20_regular, 'contact_card_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_16_regular, 'contact_card_ribbon_16_regular', 16), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_20_regular, 'contact_card_ribbon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_24_regular, 'contact_card_ribbon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_28_regular, 'contact_card_ribbon_28_regular', 28), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_32_regular, 'contact_card_ribbon_32_regular', 32), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_48_regular, 'contact_card_ribbon_48_regular', 48), + + 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.content_settings_32_regular, 'content_settings_32_regular', 32), + + FluentUISampleIcon(FluentIcons.content_view_20_regular, 'content_view_20_regular', 20), + + FluentUISampleIcon(FluentIcons.content_view_32_regular, 'content_view_32_regular', 32), + + FluentUISampleIcon(FluentIcons.content_view_gallery_20_regular, 'content_view_gallery_20_regular', 20), + + FluentUISampleIcon(FluentIcons.contract_down_left_16_regular, 'contract_down_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.contract_down_left_20_regular, 'contract_down_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.contract_down_left_24_regular, 'contract_down_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.contract_down_left_28_regular, 'contract_down_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.contract_down_left_32_regular, 'contract_down_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.contract_down_left_48_regular, 'contract_down_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.control_button_20_regular, 'control_button_20_regular', 20), + + FluentUISampleIcon(FluentIcons.control_button_24_regular, 'control_button_24_regular', 24), + + FluentUISampleIcon(FluentIcons.convert_range_20_regular, 'convert_range_20_regular', 20), + + FluentUISampleIcon(FluentIcons.convert_range_24_regular, 'convert_range_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.convert_to_type_20_regular, 'convert_to_type_20_regular', 20), + + FluentUISampleIcon(FluentIcons.convert_to_type_24_regular, 'convert_to_type_24_regular', 24), + + FluentUISampleIcon(FluentIcons.convert_to_type_off_20_regular, 'convert_to_type_off_20_regular', 20), + + 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_add_20_regular, 'copy_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.copy_add_24_regular, 'copy_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_16_regular, 'copy_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_20_regular, 'copy_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_24_regular, 'copy_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.copy_select_20_regular, 'copy_select_20_regular', 20), + + FluentUISampleIcon(FluentIcons.couch_12_regular, 'couch_12_regular', 12), + + FluentUISampleIcon(FluentIcons.couch_20_regular, 'couch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.couch_24_regular, 'couch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.credit_card_person_20_regular, 'credit_card_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.credit_card_person_24_regular, 'credit_card_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.credit_card_toolbox_20_regular, 'credit_card_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.credit_card_toolbox_24_regular, 'credit_card_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.crop_20_regular, 'crop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.crop_24_regular, 'crop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.crop_interim_20_regular, 'crop_interim_20_regular', 20), + + FluentUISampleIcon(FluentIcons.crop_interim_24_regular, 'crop_interim_24_regular', 24), + + FluentUISampleIcon(FluentIcons.crop_interim_off_20_regular, 'crop_interim_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.crop_interim_off_24_regular, 'crop_interim_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cube_12_regular, 'cube_12_regular', 12), + + 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.cube_add_20_regular, 'cube_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_link_20_regular, 'cube_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_multiple_20_regular, 'cube_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_multiple_24_regular, 'cube_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cube_quick_16_regular, 'cube_quick_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cube_quick_20_regular, 'cube_quick_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_quick_24_regular, 'cube_quick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cube_quick_28_regular, 'cube_quick_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cube_rotate_20_regular, 'cube_rotate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_sync_20_regular, 'cube_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_sync_24_regular, 'cube_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cube_tree_20_regular, 'cube_tree_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cube_tree_24_regular, 'cube_tree_24_regular', 24), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_16_regular, 'currency_dollar_euro_16_regular', 16), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_20_regular, 'currency_dollar_euro_20_regular', 20), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_24_regular, 'currency_dollar_euro_24_regular', 24), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_16_regular, 'currency_dollar_rupee_16_regular', 16), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_20_regular, 'currency_dollar_rupee_20_regular', 20), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_24_regular, 'currency_dollar_rupee_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cursor_20_regular, 'cursor_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cursor_24_regular, 'cursor_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cursor_click_20_regular, 'cursor_click_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cursor_click_24_regular, 'cursor_click_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_16_regular, 'cursor_hover_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cursor_hover_20_regular, 'cursor_hover_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cursor_hover_24_regular, 'cursor_hover_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_28_regular, 'cursor_hover_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cursor_hover_32_regular, 'cursor_hover_32_regular', 32), + + FluentUISampleIcon(FluentIcons.cursor_hover_48_regular, 'cursor_hover_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_16_regular, 'cursor_hover_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_20_regular, 'cursor_hover_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_24_regular, 'cursor_hover_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_28_regular, 'cursor_hover_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_48_regular, 'cursor_hover_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.cut_20_regular, 'cut_20_regular', 20), + + FluentUISampleIcon(FluentIcons.cut_24_regular, 'cut_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dark_theme_20_regular, 'dark_theme_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dark_theme_24_regular, 'dark_theme_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_area_20_regular, 'data_area_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_area_24_regular, 'data_area_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_bar_horizontal_20_regular, 'data_bar_horizontal_20_regular', 20), + + 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_bar_vertical_add_20_regular, 'data_bar_vertical_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_regular, 'data_bar_vertical_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_funnel_20_regular, 'data_funnel_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_funnel_24_regular, 'data_funnel_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_histogram_20_regular, 'data_histogram_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_histogram_24_regular, 'data_histogram_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_line_20_regular, 'data_line_20_regular', 20), + + 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_20_regular, 'data_scatter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_scatter_24_regular, 'data_scatter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_sunburst_20_regular, 'data_sunburst_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_sunburst_24_regular, 'data_sunburst_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_treemap_20_regular, 'data_treemap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_treemap_24_regular, 'data_treemap_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_trending_16_regular, 'data_trending_16_regular', 16), + + FluentUISampleIcon(FluentIcons.data_trending_20_regular, 'data_trending_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_trending_24_regular, 'data_trending_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_usage_20_regular, 'data_usage_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_usage_24_regular, 'data_usage_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_usage_edit_20_regular, 'data_usage_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_usage_edit_24_regular, 'data_usage_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_usage_settings_20_regular, 'data_usage_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_usage_toolbox_20_regular, 'data_usage_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_usage_toolbox_24_regular, 'data_usage_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_waterfall_20_regular, 'data_waterfall_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_waterfall_24_regular, 'data_waterfall_24_regular', 24), + + FluentUISampleIcon(FluentIcons.data_whisker_20_regular, 'data_whisker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.data_whisker_24_regular, 'data_whisker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.database_20_regular, 'database_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_24_regular, 'database_24_regular', 24), + + FluentUISampleIcon(FluentIcons.database_arrow_down_20_regular, 'database_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_arrow_right_20_regular, 'database_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_arrow_up_20_regular, 'database_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_lightning_20_regular, 'database_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_link_20_regular, 'database_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_link_24_regular, 'database_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.database_multiple_20_regular, 'database_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_person_20_regular, 'database_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_person_24_regular, 'database_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.database_plug_connected_20_regular, 'database_plug_connected_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_search_20_regular, 'database_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_search_24_regular, 'database_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.database_warning_20_regular, 'database_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.database_window_20_regular, 'database_window_20_regular', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_left_20_regular, 'decimal_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_left_24_regular, 'decimal_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.decimal_arrow_right_20_regular, 'decimal_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_right_24_regular, 'decimal_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.delete_16_regular, 'delete_16_regular', 16), + + 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_arrow_back_16_regular, 'delete_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.delete_arrow_back_20_regular, 'delete_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.delete_dismiss_20_regular, 'delete_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.delete_dismiss_24_regular, 'delete_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.delete_dismiss_28_regular, 'delete_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.delete_lines_20_regular, 'delete_lines_20_regular', 20), + + 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_12_regular, 'dentist_12_regular', 12), + + FluentUISampleIcon(FluentIcons.dentist_16_regular, 'dentist_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dentist_20_regular, 'dentist_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dentist_24_regular, 'dentist_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dentist_28_regular, 'dentist_28_regular', 28), + + FluentUISampleIcon(FluentIcons.dentist_48_regular, 'dentist_48_regular', 48), + + 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.desktop_32_regular, 'desktop_32_regular', 32), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_16_regular, 'desktop_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_20_regular, 'desktop_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_24_regular, 'desktop_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_cursor_16_regular, 'desktop_cursor_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_cursor_20_regular, 'desktop_cursor_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_cursor_24_regular, 'desktop_cursor_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_cursor_28_regular, 'desktop_cursor_28_regular', 28), + + FluentUISampleIcon(FluentIcons.desktop_edit_16_regular, 'desktop_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_edit_20_regular, 'desktop_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_edit_24_regular, 'desktop_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_flow_20_regular, 'desktop_flow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_flow_24_regular, 'desktop_flow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_16_regular, 'desktop_keyboard_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_20_regular, 'desktop_keyboard_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_24_regular, 'desktop_keyboard_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_28_regular, 'desktop_keyboard_28_regular', 28), + + FluentUISampleIcon(FluentIcons.desktop_mac_16_regular, 'desktop_mac_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_mac_20_regular, 'desktop_mac_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_mac_24_regular, 'desktop_mac_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_mac_32_regular, 'desktop_mac_32_regular', 32), + + FluentUISampleIcon(FluentIcons.desktop_pulse_16_regular, 'desktop_pulse_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_pulse_20_regular, 'desktop_pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_pulse_24_regular, 'desktop_pulse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_pulse_28_regular, 'desktop_pulse_28_regular', 28), + + FluentUISampleIcon(FluentIcons.desktop_pulse_32_regular, 'desktop_pulse_32_regular', 32), + + FluentUISampleIcon(FluentIcons.desktop_pulse_48_regular, 'desktop_pulse_48_regular', 48), + + FluentUISampleIcon(FluentIcons.desktop_signal_20_regular, 'desktop_signal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_signal_24_regular, 'desktop_signal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_speaker_20_regular, 'desktop_speaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_speaker_24_regular, 'desktop_speaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_speaker_off_20_regular, 'desktop_speaker_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_speaker_off_24_regular, 'desktop_speaker_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_sync_16_regular, 'desktop_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.desktop_sync_20_regular, 'desktop_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_sync_24_regular, 'desktop_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.desktop_toolbox_20_regular, 'desktop_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.desktop_toolbox_24_regular, 'desktop_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.developer_board_20_regular, 'developer_board_20_regular', 20), + + FluentUISampleIcon(FluentIcons.developer_board_24_regular, 'developer_board_24_regular', 24), + + FluentUISampleIcon(FluentIcons.developer_board_lightning_20_regular, 'developer_board_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.developer_board_lightning_toolbox_20_regular, 'developer_board_lightning_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.developer_board_search_20_regular, 'developer_board_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.developer_board_search_24_regular, 'developer_board_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.device_eq_20_regular, 'device_eq_20_regular', 20), + + FluentUISampleIcon(FluentIcons.device_eq_24_regular, 'device_eq_24_regular', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_16_regular, 'device_meeting_room_16_regular', 16), + + FluentUISampleIcon(FluentIcons.device_meeting_room_20_regular, 'device_meeting_room_20_regular', 20), + + FluentUISampleIcon(FluentIcons.device_meeting_room_24_regular, 'device_meeting_room_24_regular', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_28_regular, 'device_meeting_room_28_regular', 28), + + FluentUISampleIcon(FluentIcons.device_meeting_room_32_regular, 'device_meeting_room_32_regular', 32), + + FluentUISampleIcon(FluentIcons.device_meeting_room_48_regular, 'device_meeting_room_48_regular', 48), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_16_regular, 'device_meeting_room_remote_16_regular', 16), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_20_regular, 'device_meeting_room_remote_20_regular', 20), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_24_regular, 'device_meeting_room_remote_24_regular', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_28_regular, 'device_meeting_room_remote_28_regular', 28), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_32_regular, 'device_meeting_room_remote_32_regular', 32), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_48_regular, 'device_meeting_room_remote_48_regular', 48), + + FluentUISampleIcon(FluentIcons.diagram_20_regular, 'diagram_20_regular', 20), + + FluentUISampleIcon(FluentIcons.diagram_24_regular, 'diagram_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dialpad_20_regular, 'dialpad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dialpad_24_regular, 'dialpad_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dialpad_28_regular, 'dialpad_28_regular', 28), + + FluentUISampleIcon(FluentIcons.dialpad_32_regular, 'dialpad_32_regular', 32), + + FluentUISampleIcon(FluentIcons.dialpad_48_regular, 'dialpad_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dialpad_off_20_regular, 'dialpad_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dialpad_off_24_regular, 'dialpad_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.diamond_16_regular, 'diamond_16_regular', 16), + + FluentUISampleIcon(FluentIcons.diamond_20_regular, 'diamond_20_regular', 20), + + FluentUISampleIcon(FluentIcons.diamond_24_regular, 'diamond_24_regular', 24), + + FluentUISampleIcon(FluentIcons.diamond_28_regular, 'diamond_28_regular', 28), + + FluentUISampleIcon(FluentIcons.diamond_32_regular, 'diamond_32_regular', 32), + + FluentUISampleIcon(FluentIcons.diamond_48_regular, 'diamond_48_regular', 48), + + FluentUISampleIcon(FluentIcons.directions_16_regular, 'directions_16_regular', 16), + + 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_32_regular, 'dismiss_32_regular', 32), + + FluentUISampleIcon(FluentIcons.dismiss_48_regular, 'dismiss_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dismiss_circle_12_regular, 'dismiss_circle_12_regular', 12), + + 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_28_regular, 'dismiss_circle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.dismiss_circle_32_regular, 'dismiss_circle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.dismiss_circle_48_regular, 'dismiss_circle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dismiss_square_20_regular, 'dismiss_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dismiss_square_24_regular, 'dismiss_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dismiss_square_multiple_16_regular, 'dismiss_square_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dismiss_square_multiple_20_regular, 'dismiss_square_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.diversity_20_regular, 'diversity_20_regular', 20), + + FluentUISampleIcon(FluentIcons.diversity_24_regular, 'diversity_24_regular', 24), + + FluentUISampleIcon(FluentIcons.diversity_28_regular, 'diversity_28_regular', 28), + + FluentUISampleIcon(FluentIcons.diversity_48_regular, 'diversity_48_regular', 48), + + FluentUISampleIcon(FluentIcons.divider_short_16_regular, 'divider_short_16_regular', 16), + + FluentUISampleIcon(FluentIcons.divider_short_20_regular, 'divider_short_20_regular', 20), + + FluentUISampleIcon(FluentIcons.divider_short_24_regular, 'divider_short_24_regular', 24), + + FluentUISampleIcon(FluentIcons.divider_tall_16_regular, 'divider_tall_16_regular', 16), + + FluentUISampleIcon(FluentIcons.divider_tall_20_regular, 'divider_tall_20_regular', 20), + + FluentUISampleIcon(FluentIcons.divider_tall_24_regular, 'divider_tall_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dock_20_regular, 'dock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dock_24_regular, 'dock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_bottom_20_regular, 'dock_panel_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_left_16_regular, 'dock_panel_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dock_panel_left_20_regular, 'dock_panel_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_left_24_regular, 'dock_panel_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_left_28_regular, 'dock_panel_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.dock_panel_left_48_regular, 'dock_panel_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dock_panel_right_16_regular, 'dock_panel_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dock_panel_right_20_regular, 'dock_panel_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_right_24_regular, 'dock_panel_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_right_28_regular, 'dock_panel_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.dock_panel_right_48_regular, 'dock_panel_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dock_row_20_regular, 'dock_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dock_row_24_regular, 'dock_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.doctor_12_regular, 'doctor_12_regular', 12), + + FluentUISampleIcon(FluentIcons.doctor_16_regular, 'doctor_16_regular', 16), + + FluentUISampleIcon(FluentIcons.doctor_20_regular, 'doctor_20_regular', 20), + + FluentUISampleIcon(FluentIcons.doctor_24_regular, 'doctor_24_regular', 24), + + FluentUISampleIcon(FluentIcons.doctor_28_regular, 'doctor_28_regular', 28), + + FluentUISampleIcon(FluentIcons.doctor_48_regular, 'doctor_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_16_regular, 'document_16_regular', 16), + + 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_32_regular, 'document_32_regular', 32), + + FluentUISampleIcon(FluentIcons.document_48_regular, 'document_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_add_16_regular, 'document_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_add_20_regular, 'document_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_add_24_regular, 'document_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_add_28_regular, 'document_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_add_48_regular, 'document_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_arrow_down_16_regular, 'document_arrow_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_down_20_regular, 'document_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_left_16_regular, 'document_arrow_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_left_20_regular, 'document_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_left_24_regular, 'document_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_arrow_left_28_regular, 'document_arrow_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_arrow_left_48_regular, 'document_arrow_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_arrow_right_20_regular, 'document_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_right_24_regular, 'document_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_arrow_up_16_regular, 'document_arrow_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_up_20_regular, 'document_arrow_up_20_regular', 20), + + 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_bullet_list_20_regular, 'document_bullet_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_24_regular, 'document_bullet_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_clock_20_regular, 'document_bullet_list_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_clock_24_regular, 'document_bullet_list_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_20_regular, 'document_bullet_list_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_24_regular, 'document_bullet_list_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_off_20_regular, 'document_bullet_list_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_off_24_regular, 'document_bullet_list_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_catch_up_16_regular, 'document_catch_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_catch_up_20_regular, 'document_catch_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_catch_up_24_regular, 'document_catch_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_checkmark_20_regular, 'document_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_checkmark_24_regular, 'document_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_chevron_double_20_regular, 'document_chevron_double_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_chevron_double_24_regular, 'document_chevron_double_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_css_20_regular, 'document_css_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_css_24_regular, 'document_css_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_dismiss_16_regular, 'document_dismiss_16_regular', 16), + + 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_flowchart_20_regular, 'document_flowchart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_flowchart_24_regular, 'document_flowchart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_footer_16_regular, 'document_footer_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_footer_20_regular, 'document_footer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_footer_24_regular, 'document_footer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_footer_dismiss_20_regular, 'document_footer_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_regular, 'document_footer_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_footer_remove_24_regular, 'document_footer_remove_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_16_regular, 'document_header_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_header_20_regular, 'document_header_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_header_24_regular, 'document_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_16_regular, 'document_header_arrow_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_20_regular, 'document_header_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_24_regular, 'document_header_arrow_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_dismiss_20_regular, 'document_header_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_header_dismiss_24_regular, 'document_header_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_header_footer_16_regular, 'document_header_footer_16_regular', 16), + + 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_heart_20_regular, 'document_heart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_heart_24_regular, 'document_heart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_heart_pulse_20_regular, 'document_heart_pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_heart_pulse_24_regular, 'document_heart_pulse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_javascript_20_regular, 'document_javascript_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_javascript_24_regular, 'document_javascript_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_landscape_data_20_regular, 'document_landscape_data_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_data_24_regular, 'document_landscape_data_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_split_20_regular, 'document_landscape_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_split_24_regular, 'document_landscape_split_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_split_hint_20_regular, 'document_landscape_split_hint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_link_16_regular, 'document_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_link_20_regular, 'document_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_link_24_regular, 'document_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_lock_16_regular, 'document_lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_lock_20_regular, 'document_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_lock_24_regular, 'document_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_lock_28_regular, 'document_lock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_lock_32_regular, 'document_lock_32_regular', 32), + + FluentUISampleIcon(FluentIcons.document_lock_48_regular, 'document_lock_48_regular', 48), + + 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_mention_16_regular, 'document_mention_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_mention_20_regular, 'document_mention_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_mention_24_regular, 'document_mention_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_mention_28_regular, 'document_mention_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_mention_48_regular, 'document_mention_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_multiple_16_regular, 'document_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_multiple_20_regular, 'document_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_24_regular, 'document_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_percent_20_regular, 'document_multiple_percent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_percent_24_regular, 'document_multiple_percent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_prohibited_20_regular, 'document_multiple_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_prohibited_24_regular, 'document_multiple_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_sync_20_regular, 'document_multiple_sync_20_regular', 20), + + 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_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_20_regular, 'document_page_break_20_regular', 20), + + 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_pdf_32_regular, 'document_pdf_32_regular', 32), + + FluentUISampleIcon(FluentIcons.document_percent_20_regular, 'document_percent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_percent_24_regular, 'document_percent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_person_16_regular, 'document_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_person_20_regular, 'document_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_pill_20_regular, 'document_pill_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_pill_24_regular, 'document_pill_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_prohibited_20_regular, 'document_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_prohibited_24_regular, 'document_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_question_mark_16_regular, 'document_question_mark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_question_mark_20_regular, 'document_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_question_mark_24_regular, 'document_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_queue_20_regular, 'document_queue_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_queue_24_regular, 'document_queue_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_queue_add_20_regular, 'document_queue_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_queue_add_24_regular, 'document_queue_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_queue_multiple_20_regular, 'document_queue_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_queue_multiple_24_regular, 'document_queue_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_ribbon_16_regular, 'document_ribbon_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_ribbon_20_regular, 'document_ribbon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_ribbon_24_regular, 'document_ribbon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_ribbon_28_regular, 'document_ribbon_28_regular', 28), + + FluentUISampleIcon(FluentIcons.document_ribbon_32_regular, 'document_ribbon_32_regular', 32), + + FluentUISampleIcon(FluentIcons.document_ribbon_48_regular, 'document_ribbon_48_regular', 48), + + FluentUISampleIcon(FluentIcons.document_save_20_regular, 'document_save_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_save_24_regular, 'document_save_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_search_16_regular, 'document_search_16_regular', 16), + + 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_settings_16_regular, 'document_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_settings_20_regular, 'document_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_16_regular, 'document_split_hint_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_split_hint_20_regular, 'document_split_hint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_24_regular, 'document_split_hint_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_16_regular, 'document_split_hint_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_20_regular, 'document_split_hint_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_24_regular, 'document_split_hint_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_sync_16_regular, 'document_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_sync_20_regular, 'document_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_sync_24_regular, 'document_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_16_regular, 'document_table_16_regular', 16), + + FluentUISampleIcon(FluentIcons.document_table_20_regular, 'document_table_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_24_regular, 'document_table_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_arrow_right_20_regular, 'document_table_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_arrow_right_24_regular, 'document_table_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_checkmark_20_regular, 'document_table_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_checkmark_24_regular, 'document_table_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_cube_20_regular, 'document_table_cube_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_cube_24_regular, 'document_table_cube_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_search_20_regular, 'document_table_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_search_24_regular, 'document_table_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_table_truck_20_regular, 'document_table_truck_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_table_truck_24_regular, 'document_table_truck_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_text_20_regular, 'document_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_text_24_regular, 'document_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_text_clock_20_regular, 'document_text_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_text_clock_24_regular, 'document_text_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_text_extract_20_regular, 'document_text_extract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_text_extract_24_regular, 'document_text_extract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_text_link_20_regular, 'document_text_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_text_link_24_regular, 'document_text_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.document_text_toolbox_20_regular, 'document_text_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_text_toolbox_24_regular, 'document_text_toolbox_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_width_20_regular, 'document_width_20_regular', 20), + + FluentUISampleIcon(FluentIcons.document_width_24_regular, 'document_width_24_regular', 24), + + FluentUISampleIcon(FluentIcons.door_16_regular, 'door_16_regular', 16), + + FluentUISampleIcon(FluentIcons.door_20_regular, 'door_20_regular', 20), + + FluentUISampleIcon(FluentIcons.door_28_regular, 'door_28_regular', 28), + + FluentUISampleIcon(FluentIcons.door_arrow_left_16_regular, 'door_arrow_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.door_arrow_left_20_regular, 'door_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.door_arrow_left_24_regular, 'door_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.door_arrow_right_16_regular, 'door_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.door_arrow_right_20_regular, 'door_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.door_arrow_right_28_regular, 'door_arrow_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.door_tag_20_regular, 'door_tag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.door_tag_24_regular, 'door_tag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_down_20_regular, 'double_swipe_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.double_swipe_down_24_regular, 'double_swipe_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_up_20_regular, 'double_swipe_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.double_swipe_up_24_regular, 'double_swipe_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_20_regular, 'double_tap_swipe_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_regular, 'double_tap_swipe_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_up_20_regular, 'double_tap_swipe_up_20_regular', 20), + + 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_20_regular, 'drag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drag_24_regular, 'drag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.draw_image_20_regular, 'draw_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.draw_image_24_regular, 'draw_image_24_regular', 24), + + FluentUISampleIcon(FluentIcons.draw_shape_20_regular, 'draw_shape_20_regular', 20), + + FluentUISampleIcon(FluentIcons.draw_shape_24_regular, 'draw_shape_24_regular', 24), + + FluentUISampleIcon(FluentIcons.draw_text_20_regular, 'draw_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.draw_text_24_regular, 'draw_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_add_20_regular, 'drawer_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_add_24_regular, 'drawer_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_arrow_download_20_regular, 'drawer_arrow_download_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_arrow_download_24_regular, 'drawer_arrow_download_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_dismiss_20_regular, 'drawer_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_dismiss_24_regular, 'drawer_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_download_20_regular, 'drawer_download_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_download_24_regular, 'drawer_download_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_play_20_regular, 'drawer_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_play_24_regular, 'drawer_play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drawer_subtract_20_regular, 'drawer_subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drawer_subtract_24_regular, 'drawer_subtract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drink_beer_16_regular, 'drink_beer_16_regular', 16), + + FluentUISampleIcon(FluentIcons.drink_beer_20_regular, 'drink_beer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drink_beer_24_regular, 'drink_beer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drink_coffee_16_regular, 'drink_coffee_16_regular', 16), + + 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_16_regular, 'drink_margarita_16_regular', 16), + + FluentUISampleIcon(FluentIcons.drink_margarita_20_regular, 'drink_margarita_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drink_margarita_24_regular, 'drink_margarita_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drink_to_go_20_regular, 'drink_to_go_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drink_to_go_24_regular, 'drink_to_go_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drink_wine_16_regular, 'drink_wine_16_regular', 16), + + FluentUISampleIcon(FluentIcons.drink_wine_20_regular, 'drink_wine_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drink_wine_24_regular, 'drink_wine_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drive_train_20_regular, 'drive_train_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drive_train_24_regular, 'drive_train_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drop_12_regular, 'drop_12_regular', 12), + + FluentUISampleIcon(FluentIcons.drop_16_regular, 'drop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.drop_20_regular, 'drop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.drop_24_regular, 'drop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.drop_28_regular, 'drop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.drop_48_regular, 'drop_48_regular', 48), + + FluentUISampleIcon(FluentIcons.dual_screen_20_regular, 'dual_screen_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_24_regular, 'dual_screen_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_add_20_regular, 'dual_screen_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_add_24_regular, 'dual_screen_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_20_regular, 'dual_screen_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_regular, 'dual_screen_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_20_regular, 'dual_screen_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_24_regular, 'dual_screen_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_20_regular, 'dual_screen_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_24_regular, 'dual_screen_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_20_regular, 'dual_screen_closed_alert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_24_regular, 'dual_screen_closed_alert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_20_regular, 'dual_screen_desktop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_regular, 'dual_screen_desktop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_dismiss_20_regular, 'dual_screen_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_dismiss_24_regular, 'dual_screen_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_group_20_regular, 'dual_screen_group_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_group_24_regular, 'dual_screen_group_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_header_20_regular, 'dual_screen_header_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_header_24_regular, 'dual_screen_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_lock_20_regular, 'dual_screen_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_lock_24_regular, 'dual_screen_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_20_regular, 'dual_screen_mirror_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_regular, 'dual_screen_mirror_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_20_regular, 'dual_screen_pagination_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_regular, 'dual_screen_pagination_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_20_regular, 'dual_screen_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_24_regular, 'dual_screen_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_span_20_regular, 'dual_screen_span_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_span_24_regular, 'dual_screen_span_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_speaker_20_regular, 'dual_screen_speaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_speaker_24_regular, 'dual_screen_speaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_20_regular, 'dual_screen_status_bar_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_regular, 'dual_screen_status_bar_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_20_regular, 'dual_screen_tablet_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_regular, 'dual_screen_tablet_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_update_20_regular, 'dual_screen_update_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_update_24_regular, 'dual_screen_update_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_20_regular, 'dual_screen_vertical_scroll_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_regular, 'dual_screen_vertical_scroll_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_20_regular, 'dual_screen_vibrate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_regular, 'dual_screen_vibrate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dumbbell_16_regular, 'dumbbell_16_regular', 16), + + FluentUISampleIcon(FluentIcons.dumbbell_20_regular, 'dumbbell_20_regular', 20), + + FluentUISampleIcon(FluentIcons.dumbbell_24_regular, 'dumbbell_24_regular', 24), + + FluentUISampleIcon(FluentIcons.dumbbell_28_regular, 'dumbbell_28_regular', 28), + + 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.edit_28_regular, 'edit_28_regular', 28), + + FluentUISampleIcon(FluentIcons.edit_32_regular, 'edit_32_regular', 32), + + FluentUISampleIcon(FluentIcons.edit_48_regular, 'edit_48_regular', 48), + + FluentUISampleIcon(FluentIcons.edit_arrow_back_16_regular, 'edit_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.edit_arrow_back_20_regular, 'edit_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_off_16_regular, 'edit_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.edit_off_20_regular, 'edit_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_off_24_regular, 'edit_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.edit_off_28_regular, 'edit_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.edit_off_32_regular, 'edit_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.edit_off_48_regular, 'edit_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.edit_prohibited_16_regular, 'edit_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.edit_prohibited_20_regular, 'edit_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_prohibited_24_regular, 'edit_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.edit_prohibited_28_regular, 'edit_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.edit_prohibited_32_regular, 'edit_prohibited_32_regular', 32), + + FluentUISampleIcon(FluentIcons.edit_prohibited_48_regular, 'edit_prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.edit_settings_20_regular, 'edit_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.edit_settings_24_regular, 'edit_settings_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_28_regular, 'emoji_28_regular', 28), + + FluentUISampleIcon(FluentIcons.emoji_32_regular, 'emoji_32_regular', 32), + + FluentUISampleIcon(FluentIcons.emoji_48_regular, 'emoji_48_regular', 48), + + FluentUISampleIcon(FluentIcons.emoji_add_16_regular, 'emoji_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.emoji_add_20_regular, 'emoji_add_20_regular', 20), + + 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_edit_16_regular, 'emoji_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.emoji_edit_20_regular, 'emoji_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_edit_24_regular, 'emoji_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_edit_28_regular, 'emoji_edit_28_regular', 28), + + FluentUISampleIcon(FluentIcons.emoji_edit_48_regular, 'emoji_edit_48_regular', 48), + + FluentUISampleIcon(FluentIcons.emoji_hand_20_regular, 'emoji_hand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_hand_24_regular, 'emoji_hand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_hand_28_regular, 'emoji_hand_28_regular', 28), + + FluentUISampleIcon(FluentIcons.emoji_laugh_16_regular, 'emoji_laugh_16_regular', 16), + + 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_multiple_20_regular, 'emoji_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_multiple_24_regular, 'emoji_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_sad_16_regular, 'emoji_sad_16_regular', 16), + + 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_sad_slight_20_regular, 'emoji_sad_slight_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_sad_slight_24_regular, 'emoji_sad_slight_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_smile_slight_20_regular, 'emoji_smile_slight_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_smile_slight_24_regular, 'emoji_smile_slight_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_16_regular, 'emoji_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_20_regular, 'emoji_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_24_regular, 'emoji_sparkle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_28_regular, 'emoji_sparkle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_32_regular, 'emoji_sparkle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_48_regular, 'emoji_sparkle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.emoji_surprise_20_regular, 'emoji_surprise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.emoji_surprise_24_regular, 'emoji_surprise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.engine_20_regular, 'engine_20_regular', 20), + + FluentUISampleIcon(FluentIcons.engine_24_regular, 'engine_24_regular', 24), + + FluentUISampleIcon(FluentIcons.equal_circle_20_regular, 'equal_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.equal_circle_24_regular, 'equal_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.equal_off_20_regular, 'equal_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.equal_off_24_regular, 'equal_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eraser_20_regular, 'eraser_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eraser_24_regular, 'eraser_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eraser_medium_20_regular, 'eraser_medium_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eraser_medium_24_regular, 'eraser_medium_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eraser_segment_20_regular, 'eraser_segment_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eraser_segment_24_regular, 'eraser_segment_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eraser_small_20_regular, 'eraser_small_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eraser_small_24_regular, 'eraser_small_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eraser_tool_20_regular, 'eraser_tool_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eraser_tool_24_regular, 'eraser_tool_24_regular', 24), + + FluentUISampleIcon(FluentIcons.error_circle_12_regular, 'error_circle_12_regular', 12), + + 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.error_circle_settings_16_regular, 'error_circle_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.error_circle_settings_20_regular, 'error_circle_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.expand_up_left_16_regular, 'expand_up_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.expand_up_left_20_regular, 'expand_up_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.expand_up_left_24_regular, 'expand_up_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.expand_up_left_28_regular, 'expand_up_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.expand_up_left_32_regular, 'expand_up_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.expand_up_left_48_regular, 'expand_up_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.expand_up_right_16_regular, 'expand_up_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.expand_up_right_20_regular, 'expand_up_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.expand_up_right_24_regular, 'expand_up_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.expand_up_right_28_regular, 'expand_up_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.expand_up_right_32_regular, 'expand_up_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.expand_up_right_48_regular, 'expand_up_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.extended_dock_20_regular, 'extended_dock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.extended_dock_24_regular, 'extended_dock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.extension_16_regular, 'extension_16_regular', 16), + + FluentUISampleIcon(FluentIcons.extension_20_regular, 'extension_20_regular', 20), + + FluentUISampleIcon(FluentIcons.extension_24_regular, 'extension_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eye_12_regular, 'eye_12_regular', 12), + + FluentUISampleIcon(FluentIcons.eye_16_regular, 'eye_16_regular', 16), + + FluentUISampleIcon(FluentIcons.eye_20_regular, 'eye_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eye_24_regular, 'eye_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_off_16_regular, 'eye_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.eye_off_20_regular, 'eye_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eye_off_24_regular, 'eye_off_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.eye_tracking_16_regular, 'eye_tracking_16_regular', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_20_regular, 'eye_tracking_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_24_regular, 'eye_tracking_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_16_regular, 'eye_tracking_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_20_regular, 'eye_tracking_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_24_regular, 'eye_tracking_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_16_regular, 'eye_tracking_on_16_regular', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_20_regular, 'eye_tracking_on_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_24_regular, 'eye_tracking_on_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eyedropper_20_regular, 'eyedropper_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eyedropper_24_regular, 'eyedropper_24_regular', 24), + + FluentUISampleIcon(FluentIcons.eyedropper_off_20_regular, 'eyedropper_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.eyedropper_off_24_regular, 'eyedropper_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.f_stop_16_regular, 'f_stop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.f_stop_20_regular, 'f_stop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.f_stop_24_regular, 'f_stop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.f_stop_28_regular, 'f_stop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.fast_acceleration_20_regular, 'fast_acceleration_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fast_acceleration_24_regular, 'fast_acceleration_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fast_forward_16_regular, 'fast_forward_16_regular', 16), + + 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_forward_28_regular, 'fast_forward_28_regular', 28), + + FluentUISampleIcon(FluentIcons.fax_16_regular, 'fax_16_regular', 16), + + FluentUISampleIcon(FluentIcons.fax_20_regular, 'fax_20_regular', 20), + + FluentUISampleIcon(FluentIcons.filter_12_regular, 'filter_12_regular', 12), + + FluentUISampleIcon(FluentIcons.filter_16_regular, 'filter_16_regular', 16), + + 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.filter_add_20_regular, 'filter_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.filter_dismiss_16_regular, 'filter_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.filter_dismiss_20_regular, 'filter_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.filter_dismiss_24_regular, 'filter_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.filter_sync_20_regular, 'filter_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.filter_sync_24_regular, 'filter_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fingerprint_20_regular, 'fingerprint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fingerprint_24_regular, 'fingerprint_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fingerprint_48_regular, 'fingerprint_48_regular', 48), + + FluentUISampleIcon(FluentIcons.fixed_width_20_regular, 'fixed_width_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fixed_width_24_regular, 'fixed_width_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_16_regular, 'flag_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flag_off_20_regular, 'flag_off_20_regular', 20), + + 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_16_regular, 'flash_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flash_20_regular, 'flash_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_24_regular, 'flash_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flash_28_regular, 'flash_28_regular', 28), + + FluentUISampleIcon(FluentIcons.flash_add_20_regular, 'flash_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_auto_20_regular, 'flash_auto_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_auto_24_regular, 'flash_auto_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flash_checkmark_16_regular, 'flash_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flash_checkmark_20_regular, 'flash_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_checkmark_24_regular, 'flash_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flash_checkmark_28_regular, 'flash_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.flash_flow_16_regular, 'flash_flow_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flash_flow_20_regular, 'flash_flow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_flow_24_regular, 'flash_flow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flash_off_20_regular, 'flash_off_20_regular', 20), + + 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.flash_play_20_regular, 'flash_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_settings_20_regular, 'flash_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flash_settings_24_regular, 'flash_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flashlight_16_regular, 'flashlight_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flashlight_20_regular, 'flashlight_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flashlight_24_regular, 'flashlight_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flashlight_off_20_regular, 'flashlight_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flashlight_off_24_regular, 'flashlight_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flip_horizontal_16_regular, 'flip_horizontal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flip_horizontal_20_regular, 'flip_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flip_horizontal_24_regular, 'flip_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flip_horizontal_28_regular, 'flip_horizontal_28_regular', 28), + + FluentUISampleIcon(FluentIcons.flip_horizontal_32_regular, 'flip_horizontal_32_regular', 32), + + FluentUISampleIcon(FluentIcons.flip_horizontal_48_regular, 'flip_horizontal_48_regular', 48), + + FluentUISampleIcon(FluentIcons.flip_vertical_16_regular, 'flip_vertical_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flip_vertical_20_regular, 'flip_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flip_vertical_24_regular, 'flip_vertical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flip_vertical_28_regular, 'flip_vertical_28_regular', 28), + + FluentUISampleIcon(FluentIcons.flip_vertical_32_regular, 'flip_vertical_32_regular', 32), + + FluentUISampleIcon(FluentIcons.flip_vertical_48_regular, 'flip_vertical_48_regular', 48), + + FluentUISampleIcon(FluentIcons.flow_16_regular, 'flow_16_regular', 16), + + FluentUISampleIcon(FluentIcons.flow_20_regular, 'flow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flowchart_20_regular, 'flowchart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flowchart_24_regular, 'flowchart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.flowchart_circle_20_regular, 'flowchart_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.flowchart_circle_24_regular, 'flowchart_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fluent_20_regular, 'fluent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fluent_24_regular, 'fluent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fluent_32_regular, 'fluent_32_regular', 32), + + FluentUISampleIcon(FluentIcons.fluent_48_regular, 'fluent_48_regular', 48), + + FluentUISampleIcon(FluentIcons.fluid_16_regular, 'fluid_16_regular', 16), + + FluentUISampleIcon(FluentIcons.fluid_20_regular, 'fluid_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fluid_24_regular, 'fluid_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_16_regular, 'folder_16_regular', 16), + + 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_32_regular, 'folder_32_regular', 32), + + FluentUISampleIcon(FluentIcons.folder_48_regular, 'folder_48_regular', 48), + + FluentUISampleIcon(FluentIcons.folder_add_16_regular, 'folder_add_16_regular', 16), + + 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_arrow_left_16_regular, 'folder_arrow_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_20_regular, 'folder_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_24_regular, 'folder_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_28_regular, 'folder_arrow_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_32_regular, 'folder_arrow_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_16_regular, 'folder_arrow_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_20_regular, 'folder_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_24_regular, 'folder_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_28_regular, 'folder_arrow_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_48_regular, 'folder_arrow_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_16_regular, 'folder_arrow_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_20_regular, 'folder_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_24_regular, 'folder_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_28_regular, 'folder_arrow_up_28_regular', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_48_regular, 'folder_arrow_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.folder_briefcase_20_regular, 'folder_briefcase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_globe_16_regular, 'folder_globe_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_globe_20_regular, 'folder_globe_20_regular', 20), + + 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_mail_16_regular, 'folder_mail_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_mail_20_regular, 'folder_mail_20_regular', 20), + + 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_person_16_regular, 'folder_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_person_20_regular, 'folder_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_prohibited_16_regular, 'folder_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_prohibited_20_regular, 'folder_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_prohibited_24_regular, 'folder_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_prohibited_28_regular, 'folder_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.folder_prohibited_48_regular, 'folder_prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.folder_swap_16_regular, 'folder_swap_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_swap_20_regular, 'folder_swap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_swap_24_regular, 'folder_swap_24_regular', 24), + + FluentUISampleIcon(FluentIcons.folder_sync_16_regular, 'folder_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.folder_sync_20_regular, 'folder_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.folder_sync_24_regular, 'folder_sync_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_16_regular, 'food_16_regular', 16), + + FluentUISampleIcon(FluentIcons.food_20_regular, 'food_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_24_regular, 'food_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_apple_20_regular, 'food_apple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_apple_24_regular, 'food_apple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_cake_12_regular, 'food_cake_12_regular', 12), + + FluentUISampleIcon(FluentIcons.food_cake_16_regular, 'food_cake_16_regular', 16), + + FluentUISampleIcon(FluentIcons.food_cake_20_regular, 'food_cake_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_cake_24_regular, 'food_cake_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_egg_16_regular, 'food_egg_16_regular', 16), + + FluentUISampleIcon(FluentIcons.food_egg_20_regular, 'food_egg_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_egg_24_regular, 'food_egg_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_grains_20_regular, 'food_grains_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_grains_24_regular, 'food_grains_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_pizza_20_regular, 'food_pizza_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_pizza_24_regular, 'food_pizza_24_regular', 24), + + FluentUISampleIcon(FluentIcons.food_toast_16_regular, 'food_toast_16_regular', 16), + + FluentUISampleIcon(FluentIcons.food_toast_20_regular, 'food_toast_20_regular', 20), + + FluentUISampleIcon(FluentIcons.food_toast_24_regular, 'food_toast_24_regular', 24), + + FluentUISampleIcon(FluentIcons.form_new_20_regular, 'form_new_20_regular', 20), + + 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.fps_120_20_regular, 'fps_120_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fps_120_24_regular, 'fps_120_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_240_20_regular, 'fps_240_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fps_240_24_regular, 'fps_240_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_30_16_regular, 'fps_30_16_regular', 16), + + FluentUISampleIcon(FluentIcons.fps_30_20_regular, 'fps_30_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fps_30_24_regular, 'fps_30_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_30_28_regular, 'fps_30_28_regular', 28), + + FluentUISampleIcon(FluentIcons.fps_30_48_regular, 'fps_30_48_regular', 48), + + FluentUISampleIcon(FluentIcons.fps_60_16_regular, 'fps_60_16_regular', 16), + + FluentUISampleIcon(FluentIcons.fps_60_20_regular, 'fps_60_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fps_60_24_regular, 'fps_60_24_regular', 24), + + FluentUISampleIcon(FluentIcons.fps_60_28_regular, 'fps_60_28_regular', 28), + + FluentUISampleIcon(FluentIcons.fps_60_48_regular, 'fps_60_48_regular', 48), + + FluentUISampleIcon(FluentIcons.fps_960_20_regular, 'fps_960_20_regular', 20), + + FluentUISampleIcon(FluentIcons.fps_960_24_regular, 'fps_960_24_regular', 24), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_16_regular, 'full_screen_maximize_16_regular', 16), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_20_regular, 'full_screen_maximize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_24_regular, 'full_screen_maximize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_16_regular, 'full_screen_minimize_16_regular', 16), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_20_regular, 'full_screen_minimize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_24_regular, 'full_screen_minimize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.games_16_regular, 'games_16_regular', 16), + + FluentUISampleIcon(FluentIcons.games_20_regular, 'games_20_regular', 20), + + FluentUISampleIcon(FluentIcons.games_24_regular, 'games_24_regular', 24), + + FluentUISampleIcon(FluentIcons.games_28_regular, 'games_28_regular', 28), + + FluentUISampleIcon(FluentIcons.games_32_regular, 'games_32_regular', 32), + + FluentUISampleIcon(FluentIcons.games_48_regular, 'games_48_regular', 48), + + FluentUISampleIcon(FluentIcons.gantt_chart_20_regular, 'gantt_chart_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gantt_chart_24_regular, 'gantt_chart_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gas_20_regular, 'gas_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gas_24_regular, 'gas_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gas_pump_20_regular, 'gas_pump_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gas_pump_24_regular, 'gas_pump_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gauge_20_regular, 'gauge_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gauge_24_regular, 'gauge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gauge_add_20_regular, 'gauge_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gavel_20_regular, 'gavel_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gavel_24_regular, 'gavel_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gavel_32_regular, 'gavel_32_regular', 32), + + FluentUISampleIcon(FluentIcons.gesture_20_regular, 'gesture_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gesture_24_regular, 'gesture_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gif_16_regular, 'gif_16_regular', 16), + + FluentUISampleIcon(FluentIcons.gif_20_regular, 'gif_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gif_24_regular, 'gif_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_16_regular, 'gift_16_regular', 16), + + FluentUISampleIcon(FluentIcons.gift_20_regular, 'gift_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_24_regular, 'gift_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_card_16_regular, 'gift_card_16_regular', 16), + + FluentUISampleIcon(FluentIcons.gift_card_20_regular, 'gift_card_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_card_24_regular, 'gift_card_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_card_add_20_regular, 'gift_card_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_card_add_24_regular, 'gift_card_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_card_arrow_right_20_regular, 'gift_card_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_card_arrow_right_24_regular, 'gift_card_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_card_money_20_regular, 'gift_card_money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_card_money_24_regular, 'gift_card_money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.gift_card_multiple_20_regular, 'gift_card_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.gift_card_multiple_24_regular, 'gift_card_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glance_20_regular, 'glance_20_regular', 20), + + FluentUISampleIcon(FluentIcons.glance_24_regular, 'glance_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glance_default_12_regular, 'glance_default_12_regular', 12), + + FluentUISampleIcon(FluentIcons.glance_horizontal_12_regular, 'glance_horizontal_12_regular', 12), + + FluentUISampleIcon(FluentIcons.glance_horizontal_20_regular, 'glance_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.glance_horizontal_24_regular, 'glance_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glasses_16_regular, 'glasses_16_regular', 16), + + FluentUISampleIcon(FluentIcons.glasses_20_regular, 'glasses_20_regular', 20), + + FluentUISampleIcon(FluentIcons.glasses_24_regular, 'glasses_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glasses_28_regular, 'glasses_28_regular', 28), + + FluentUISampleIcon(FluentIcons.glasses_48_regular, 'glasses_48_regular', 48), + + FluentUISampleIcon(FluentIcons.glasses_off_16_regular, 'glasses_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.glasses_off_20_regular, 'glasses_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.glasses_off_24_regular, 'glasses_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.glasses_off_28_regular, 'glasses_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.glasses_off_48_regular, 'glasses_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.globe_16_regular, 'globe_16_regular', 16), + + FluentUISampleIcon(FluentIcons.globe_20_regular, 'globe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_24_regular, 'globe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_32_regular, 'globe_32_regular', 32), + + FluentUISampleIcon(FluentIcons.globe_add_20_regular, 'globe_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_add_24_regular, 'globe_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_clock_16_regular, 'globe_clock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.globe_clock_20_regular, 'globe_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_clock_24_regular, 'globe_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_desktop_20_regular, 'globe_desktop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_desktop_24_regular, 'globe_desktop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_location_20_regular, 'globe_location_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_location_24_regular, 'globe_location_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_person_20_regular, 'globe_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_person_24_regular, 'globe_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_prohibited_20_regular, 'globe_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_search_20_regular, 'globe_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_search_24_regular, 'globe_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_shield_20_regular, 'globe_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_shield_24_regular, 'globe_shield_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_star_16_regular, 'globe_star_16_regular', 16), + + FluentUISampleIcon(FluentIcons.globe_star_20_regular, 'globe_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_surface_20_regular, 'globe_surface_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_surface_24_regular, 'globe_surface_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_video_20_regular, 'globe_video_20_regular', 20), + + FluentUISampleIcon(FluentIcons.globe_video_24_regular, 'globe_video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.globe_video_28_regular, 'globe_video_28_regular', 28), + + FluentUISampleIcon(FluentIcons.globe_video_32_regular, 'globe_video_32_regular', 32), + + FluentUISampleIcon(FluentIcons.globe_video_48_regular, 'globe_video_48_regular', 48), + + FluentUISampleIcon(FluentIcons.grid_16_regular, 'grid_16_regular', 16), + + 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.grid_dots_20_regular, 'grid_dots_20_regular', 20), + + FluentUISampleIcon(FluentIcons.grid_dots_24_regular, 'grid_dots_24_regular', 24), + + FluentUISampleIcon(FluentIcons.grid_dots_28_regular, 'grid_dots_28_regular', 28), + + FluentUISampleIcon(FluentIcons.grid_kanban_20_regular, 'grid_kanban_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_20_regular, 'group_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_24_regular, 'group_24_regular', 24), + + FluentUISampleIcon(FluentIcons.group_dismiss_20_regular, 'group_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_dismiss_24_regular, 'group_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.group_list_20_regular, 'group_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_list_24_regular, 'group_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.group_return_20_regular, 'group_return_20_regular', 20), + + FluentUISampleIcon(FluentIcons.group_return_24_regular, 'group_return_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guardian_20_regular, 'guardian_20_regular', 20), + + FluentUISampleIcon(FluentIcons.guardian_24_regular, 'guardian_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guardian_28_regular, 'guardian_28_regular', 28), + + FluentUISampleIcon(FluentIcons.guardian_48_regular, 'guardian_48_regular', 48), + + 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_20_regular, 'guest_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.guest_add_24_regular, 'guest_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guitar_16_regular, 'guitar_16_regular', 16), + + FluentUISampleIcon(FluentIcons.guitar_20_regular, 'guitar_20_regular', 20), + + FluentUISampleIcon(FluentIcons.guitar_24_regular, 'guitar_24_regular', 24), + + FluentUISampleIcon(FluentIcons.guitar_28_regular, 'guitar_28_regular', 28), + + FluentUISampleIcon(FluentIcons.hand_draw_16_regular, 'hand_draw_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hand_draw_20_regular, 'hand_draw_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hand_draw_24_regular, 'hand_draw_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hand_draw_28_regular, 'hand_draw_28_regular', 28), + + FluentUISampleIcon(FluentIcons.hand_left_16_regular, 'hand_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hand_left_20_regular, 'hand_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hand_left_24_regular, 'hand_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hand_left_28_regular, 'hand_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.hand_right_16_regular, 'hand_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hand_right_20_regular, 'hand_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hand_right_24_regular, 'hand_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hand_right_28_regular, 'hand_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.hand_right_off_20_regular, 'hand_right_off_20_regular', 20), + + 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.hard_drive_20_regular, 'hard_drive_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hat_graduation_12_regular, 'hat_graduation_12_regular', 12), + + FluentUISampleIcon(FluentIcons.hat_graduation_16_regular, 'hat_graduation_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hat_graduation_20_regular, 'hat_graduation_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hat_graduation_24_regular, 'hat_graduation_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hd_16_regular, 'hd_16_regular', 16), + + FluentUISampleIcon(FluentIcons.hd_20_regular, 'hd_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hd_24_regular, 'hd_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hdr_20_regular, 'hdr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hdr_24_regular, 'hdr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.hdr_off_20_regular, 'hdr_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.hdr_off_24_regular, 'hdr_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.headphones_20_regular, 'headphones_20_regular', 20), + + FluentUISampleIcon(FluentIcons.headphones_24_regular, 'headphones_24_regular', 24), + + FluentUISampleIcon(FluentIcons.headphones_28_regular, 'headphones_28_regular', 28), + + FluentUISampleIcon(FluentIcons.headphones_32_regular, 'headphones_32_regular', 32), + + FluentUISampleIcon(FluentIcons.headphones_48_regular, 'headphones_48_regular', 48), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_20_regular, 'headphones_sound_wave_20_regular', 20), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_24_regular, 'headphones_sound_wave_24_regular', 24), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_28_regular, 'headphones_sound_wave_28_regular', 28), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_32_regular, 'headphones_sound_wave_32_regular', 32), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_48_regular, 'headphones_sound_wave_48_regular', 48), + + FluentUISampleIcon(FluentIcons.headset_16_regular, 'headset_16_regular', 16), + + FluentUISampleIcon(FluentIcons.headset_20_regular, 'headset_20_regular', 20), + + FluentUISampleIcon(FluentIcons.headset_24_regular, 'headset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.headset_28_regular, 'headset_28_regular', 28), + + FluentUISampleIcon(FluentIcons.headset_32_regular, 'headset_32_regular', 32), + + FluentUISampleIcon(FluentIcons.headset_48_regular, 'headset_48_regular', 48), + + FluentUISampleIcon(FluentIcons.headset_add_20_regular, 'headset_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.headset_add_24_regular, 'headset_add_24_regular', 24), + + 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_12_regular, 'heart_12_regular', 12), + + 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.heart_28_regular, 'heart_28_regular', 28), + + FluentUISampleIcon(FluentIcons.heart_32_regular, 'heart_32_regular', 32), + + FluentUISampleIcon(FluentIcons.heart_48_regular, 'heart_48_regular', 48), + + FluentUISampleIcon(FluentIcons.heart_broken_16_regular, 'heart_broken_16_regular', 16), + + FluentUISampleIcon(FluentIcons.heart_broken_20_regular, 'heart_broken_20_regular', 20), + + FluentUISampleIcon(FluentIcons.heart_circle_16_regular, 'heart_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.heart_circle_20_regular, 'heart_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.heart_circle_24_regular, 'heart_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.heart_pulse_20_regular, 'heart_pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.heart_pulse_24_regular, 'heart_pulse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.heart_pulse_32_regular, 'heart_pulse_32_regular', 32), + + 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.highlight_link_20_regular, 'highlight_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.history_16_regular, 'history_16_regular', 16), + + FluentUISampleIcon(FluentIcons.history_20_regular, 'history_20_regular', 20), + + FluentUISampleIcon(FluentIcons.history_24_regular, 'history_24_regular', 24), + + FluentUISampleIcon(FluentIcons.history_28_regular, 'history_28_regular', 28), + + FluentUISampleIcon(FluentIcons.history_32_regular, 'history_32_regular', 32), + + FluentUISampleIcon(FluentIcons.history_48_regular, 'history_48_regular', 48), + + FluentUISampleIcon(FluentIcons.history_dismiss_20_regular, 'history_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.history_dismiss_24_regular, 'history_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.history_dismiss_28_regular, 'history_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.history_dismiss_32_regular, 'history_dismiss_32_regular', 32), + + FluentUISampleIcon(FluentIcons.history_dismiss_48_regular, 'history_dismiss_48_regular', 48), + + FluentUISampleIcon(FluentIcons.home_12_regular, 'home_12_regular', 12), + + FluentUISampleIcon(FluentIcons.home_16_regular, 'home_16_regular', 16), + + 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_32_regular, 'home_32_regular', 32), + + FluentUISampleIcon(FluentIcons.home_48_regular, 'home_48_regular', 48), + + FluentUISampleIcon(FluentIcons.home_add_20_regular, 'home_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_add_24_regular, 'home_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.home_checkmark_16_regular, 'home_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.home_checkmark_20_regular, 'home_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_checkmark_24_regular, 'home_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.home_database_20_regular, 'home_database_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_more_20_regular, 'home_more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_person_20_regular, 'home_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.home_person_24_regular, 'home_person_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_20_regular, 'image_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_add_24_regular, 'image_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_alt_text_16_regular, 'image_alt_text_16_regular', 16), + + 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_arrow_back_20_regular, 'image_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_back_24_regular, 'image_arrow_back_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_20_regular, 'image_arrow_counterclockwise_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_24_regular, 'image_arrow_counterclockwise_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_arrow_forward_20_regular, 'image_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_forward_24_regular, 'image_arrow_forward_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_globe_20_regular, 'image_globe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_globe_24_regular, 'image_globe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_multiple_16_regular, 'image_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.image_multiple_20_regular, 'image_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_multiple_24_regular, 'image_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_multiple_28_regular, 'image_multiple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.image_multiple_32_regular, 'image_multiple_32_regular', 32), + + FluentUISampleIcon(FluentIcons.image_multiple_48_regular, 'image_multiple_48_regular', 48), + + FluentUISampleIcon(FluentIcons.image_multiple_off_16_regular, 'image_multiple_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.image_off_20_regular, 'image_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_off_24_regular, 'image_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_prohibited_20_regular, 'image_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_prohibited_24_regular, 'image_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.image_reflection_20_regular, 'image_reflection_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_reflection_24_regular, 'image_reflection_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.image_shadow_20_regular, 'image_shadow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.image_shadow_24_regular, 'image_shadow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.immersive_reader_16_regular, 'immersive_reader_16_regular', 16), + + FluentUISampleIcon(FluentIcons.immersive_reader_20_regular, 'immersive_reader_20_regular', 20), + + FluentUISampleIcon(FluentIcons.immersive_reader_24_regular, 'immersive_reader_24_regular', 24), + + FluentUISampleIcon(FluentIcons.immersive_reader_28_regular, 'immersive_reader_28_regular', 28), + + 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_20_regular, 'incognito_20_regular', 20), + + FluentUISampleIcon(FluentIcons.incognito_24_regular, 'incognito_24_regular', 24), + + FluentUISampleIcon(FluentIcons.info_12_regular, 'info_12_regular', 12), + + 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.info_shield_20_regular, 'info_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ink_stroke_20_regular, 'ink_stroke_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ink_stroke_24_regular, 'ink_stroke_24_regular', 24), + + 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.inking_tool_32_regular, 'inking_tool_32_regular', 32), + + 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.ios_arrow_left_24_regular, 'ios_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_ltr_24_regular, 'ios_arrow_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_right_24_regular, 'ios_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_rtl_24_regular, 'ios_arrow_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ios_chevron_right_20_regular, 'ios_chevron_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.iot_20_regular, 'iot_20_regular', 20), + + FluentUISampleIcon(FluentIcons.iot_24_regular, 'iot_24_regular', 24), + + 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_16_regular, 'key_16_regular', 16), + + FluentUISampleIcon(FluentIcons.key_20_regular, 'key_20_regular', 20), + + FluentUISampleIcon(FluentIcons.key_24_regular, 'key_24_regular', 24), + + FluentUISampleIcon(FluentIcons.key_32_regular, 'key_32_regular', 32), + + FluentUISampleIcon(FluentIcons.key_command_16_regular, 'key_command_16_regular', 16), + + FluentUISampleIcon(FluentIcons.key_command_20_regular, 'key_command_20_regular', 20), + + FluentUISampleIcon(FluentIcons.key_command_24_regular, 'key_command_24_regular', 24), + + FluentUISampleIcon(FluentIcons.key_multiple_20_regular, 'key_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.key_reset_20_regular, 'key_reset_20_regular', 20), + + FluentUISampleIcon(FluentIcons.key_reset_24_regular, 'key_reset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_123_20_regular, 'keyboard_123_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_123_24_regular, 'keyboard_123_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_16_regular, 'keyboard_16_regular', 16), + + FluentUISampleIcon(FluentIcons.keyboard_20_regular, 'keyboard_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_24_regular, 'keyboard_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_dock_20_regular, 'keyboard_dock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_dock_24_regular, 'keyboard_dock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_20_regular, 'keyboard_layout_float_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_regular, 'keyboard_layout_float_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_20_regular, 'keyboard_layout_one_handed_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_regular, 'keyboard_layout_one_handed_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_20_regular, 'keyboard_layout_resize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_regular, 'keyboard_layout_resize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_20_regular, 'keyboard_layout_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_regular, 'keyboard_layout_split_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_16_regular, 'keyboard_shift_16_regular', 16), + + FluentUISampleIcon(FluentIcons.keyboard_shift_20_regular, 'keyboard_shift_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_shift_24_regular, 'keyboard_shift_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_16_regular, 'keyboard_shift_uppercase_16_regular', 16), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_20_regular, 'keyboard_shift_uppercase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_regular, 'keyboard_shift_uppercase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.keyboard_tab_20_regular, 'keyboard_tab_20_regular', 20), + + 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.laptop_dismiss_16_regular, 'laptop_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.laptop_dismiss_20_regular, 'laptop_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lasso_20_regular, 'lasso_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lasso_24_regular, 'lasso_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lasso_28_regular, 'lasso_28_regular', 28), + + FluentUISampleIcon(FluentIcons.launcher_settings_20_regular, 'launcher_settings_20_regular', 20), + + 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_one_16_regular, 'leaf_one_16_regular', 16), + + FluentUISampleIcon(FluentIcons.leaf_one_20_regular, 'leaf_one_20_regular', 20), + + FluentUISampleIcon(FluentIcons.leaf_one_24_regular, 'leaf_one_24_regular', 24), + + FluentUISampleIcon(FluentIcons.leaf_three_16_regular, 'leaf_three_16_regular', 16), + + FluentUISampleIcon(FluentIcons.leaf_three_20_regular, 'leaf_three_20_regular', 20), + + FluentUISampleIcon(FluentIcons.leaf_three_24_regular, 'leaf_three_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.learning_app_20_regular, 'learning_app_20_regular', 20), + + FluentUISampleIcon(FluentIcons.learning_app_24_regular, 'learning_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.library_16_regular, 'library_16_regular', 16), + + FluentUISampleIcon(FluentIcons.library_20_regular, 'library_20_regular', 20), + + 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_20_regular, 'lightbulb_circle_20_regular', 20), + + 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.lightbulb_filament_48_regular, 'lightbulb_filament_48_regular', 48), + + 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_20_regular, 'line_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_24_regular, 'line_24_regular', 24), + + FluentUISampleIcon(FluentIcons.line_32_regular, 'line_32_regular', 32), + + FluentUISampleIcon(FluentIcons.line_48_regular, 'line_48_regular', 48), + + FluentUISampleIcon(FluentIcons.line_dashes_20_regular, 'line_dashes_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_dashes_24_regular, 'line_dashes_24_regular', 24), + + FluentUISampleIcon(FluentIcons.line_dashes_32_regular, 'line_dashes_32_regular', 32), + + FluentUISampleIcon(FluentIcons.line_dashes_48_regular, 'line_dashes_48_regular', 48), + + 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.line_horizontal_5_error_20_regular, 'line_horizontal_5_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_style_20_regular, 'line_style_20_regular', 20), + + FluentUISampleIcon(FluentIcons.line_style_24_regular, 'line_style_24_regular', 24), + + FluentUISampleIcon(FluentIcons.link_12_regular, 'link_12_regular', 12), + + 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_32_regular, 'link_32_regular', 32), + + FluentUISampleIcon(FluentIcons.link_48_regular, 'link_48_regular', 48), + + FluentUISampleIcon(FluentIcons.link_dismiss_16_regular, 'link_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.link_dismiss_20_regular, 'link_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.link_dismiss_24_regular, 'link_dismiss_24_regular', 24), + + 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_square_12_regular, 'link_square_12_regular', 12), + + FluentUISampleIcon(FluentIcons.link_square_16_regular, 'link_square_16_regular', 16), + + FluentUISampleIcon(FluentIcons.link_square_20_regular, 'link_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.link_square_24_regular, 'link_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.link_toolbox_20_regular, 'link_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.list_16_regular, 'list_16_regular', 16), + + 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.live_off_20_regular, 'live_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.live_off_24_regular, 'live_off_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.local_language_zi_24_regular, 'local_language_zi_24_regular', 24), + + 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_48_regular, 'location_48_regular', 48), + + FluentUISampleIcon(FluentIcons.location_add_16_regular, 'location_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.location_add_20_regular, 'location_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_add_24_regular, 'location_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.location_add_left_20_regular, 'location_add_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_add_right_20_regular, 'location_add_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_add_up_20_regular, 'location_add_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_arrow_left_48_regular, 'location_arrow_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.location_arrow_right_48_regular, 'location_arrow_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.location_arrow_up_48_regular, 'location_arrow_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.location_dismiss_20_regular, 'location_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_dismiss_24_regular, 'location_dismiss_24_regular', 24), + + 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_off_16_regular, 'location_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.location_off_20_regular, 'location_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.location_off_24_regular, 'location_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.location_off_28_regular, 'location_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.location_off_48_regular, 'location_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.lock_closed_12_regular, 'lock_closed_12_regular', 12), + + FluentUISampleIcon(FluentIcons.lock_closed_16_regular, 'lock_closed_16_regular', 16), + + FluentUISampleIcon(FluentIcons.lock_closed_20_regular, 'lock_closed_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lock_closed_24_regular, 'lock_closed_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lock_closed_32_regular, 'lock_closed_32_regular', 32), + + FluentUISampleIcon(FluentIcons.lock_multiple_20_regular, 'lock_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lock_multiple_24_regular, 'lock_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lock_open_16_regular, 'lock_open_16_regular', 16), + + FluentUISampleIcon(FluentIcons.lock_open_20_regular, 'lock_open_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lock_open_24_regular, 'lock_open_24_regular', 24), + + FluentUISampleIcon(FluentIcons.lock_open_28_regular, 'lock_open_28_regular', 28), + + 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.lottery_20_regular, 'lottery_20_regular', 20), + + FluentUISampleIcon(FluentIcons.lottery_24_regular, 'lottery_24_regular', 24), + + FluentUISampleIcon(FluentIcons.luggage_16_regular, 'luggage_16_regular', 16), + + FluentUISampleIcon(FluentIcons.luggage_20_regular, 'luggage_20_regular', 20), + + FluentUISampleIcon(FluentIcons.luggage_24_regular, 'luggage_24_regular', 24), + + FluentUISampleIcon(FluentIcons.luggage_28_regular, 'luggage_28_regular', 28), + + FluentUISampleIcon(FluentIcons.luggage_32_regular, 'luggage_32_regular', 32), + + FluentUISampleIcon(FluentIcons.luggage_48_regular, 'luggage_48_regular', 48), + + FluentUISampleIcon(FluentIcons.mail_12_regular, 'mail_12_regular', 12), + + FluentUISampleIcon(FluentIcons.mail_16_regular, 'mail_16_regular', 16), + + 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_16_regular, 'mail_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_add_20_regular, 'mail_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_add_24_regular, 'mail_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_alert_16_regular, 'mail_alert_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_alert_20_regular, 'mail_alert_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_alert_24_regular, 'mail_alert_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_alert_28_regular, 'mail_alert_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_all_16_regular, 'mail_all_16_regular', 16), + + 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_read_16_regular, 'mail_all_read_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_all_read_20_regular, 'mail_all_read_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_all_read_24_regular, 'mail_all_read_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_all_read_28_regular, 'mail_all_read_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_all_unread_20_regular, 'mail_all_unread_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_16_regular, 'mail_arrow_double_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_20_regular, 'mail_arrow_double_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_down_16_regular, 'mail_arrow_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_down_20_regular, 'mail_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_forward_16_regular, 'mail_arrow_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_forward_20_regular, 'mail_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_16_regular, 'mail_arrow_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_20_regular, 'mail_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_24_regular, 'mail_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_attach_16_regular, 'mail_attach_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_attach_20_regular, 'mail_attach_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_checkmark_16_regular, 'mail_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_checkmark_20_regular, 'mail_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_clock_16_regular, 'mail_clock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_clock_20_regular, 'mail_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_clock_24_regular, 'mail_clock_24_regular', 24), + + 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_dismiss_16_regular, 'mail_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_dismiss_20_regular, 'mail_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_dismiss_24_regular, 'mail_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_dismiss_28_regular, 'mail_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_edit_20_regular, 'mail_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_edit_24_regular, 'mail_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_error_16_regular, 'mail_error_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_error_20_regular, 'mail_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_error_24_regular, 'mail_error_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_all_20_regular, 'mail_inbox_all_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_all_24_regular, 'mail_inbox_all_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_16_regular, 'mail_inbox_arrow_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_20_regular, 'mail_inbox_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_20_regular, 'mail_inbox_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_24_regular, 'mail_inbox_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_20_regular, 'mail_inbox_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_24_regular, 'mail_inbox_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_16_regular, 'mail_inbox_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_20_regular, 'mail_inbox_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_24_regular, 'mail_inbox_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_28_regular, 'mail_inbox_checkmark_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_link_20_regular, 'mail_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_link_24_regular, 'mail_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_list_16_regular, 'mail_list_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_list_20_regular, 'mail_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_list_24_regular, 'mail_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_list_28_regular, 'mail_list_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_multiple_16_regular, 'mail_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_multiple_20_regular, 'mail_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_multiple_24_regular, 'mail_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_multiple_28_regular, 'mail_multiple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_off_20_regular, 'mail_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_off_24_regular, 'mail_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_open_person_16_regular, 'mail_open_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_open_person_20_regular, 'mail_open_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_open_person_24_regular, 'mail_open_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_pause_16_regular, 'mail_pause_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_pause_20_regular, 'mail_pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_prohibited_16_regular, 'mail_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_prohibited_20_regular, 'mail_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_prohibited_24_regular, 'mail_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_read_16_regular, 'mail_read_16_regular', 16), + + 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_read_multiple_16_regular, 'mail_read_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_read_multiple_24_regular, 'mail_read_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mail_read_multiple_28_regular, 'mail_read_multiple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mail_settings_16_regular, 'mail_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_settings_20_regular, 'mail_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_shield_16_regular, 'mail_shield_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_shield_20_regular, 'mail_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_template_16_regular, 'mail_template_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_template_20_regular, 'mail_template_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_template_24_regular, 'mail_template_24_regular', 24), + + 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_warning_16_regular, 'mail_warning_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mail_warning_20_regular, 'mail_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mail_warning_24_regular, 'mail_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.map_20_regular, 'map_20_regular', 20), + + 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_20_regular, 'match_app_layout_20_regular', 20), + + FluentUISampleIcon(FluentIcons.match_app_layout_24_regular, 'match_app_layout_24_regular', 24), + + FluentUISampleIcon(FluentIcons.math_format_linear_20_regular, 'math_format_linear_20_regular', 20), + + FluentUISampleIcon(FluentIcons.math_format_linear_24_regular, 'math_format_linear_24_regular', 24), + + FluentUISampleIcon(FluentIcons.math_format_professional_20_regular, 'math_format_professional_20_regular', 20), + + FluentUISampleIcon(FluentIcons.math_format_professional_24_regular, 'math_format_professional_24_regular', 24), + + FluentUISampleIcon(FluentIcons.math_formula_16_regular, 'math_formula_16_regular', 16), + + FluentUISampleIcon(FluentIcons.math_formula_20_regular, 'math_formula_20_regular', 20), + + FluentUISampleIcon(FluentIcons.math_formula_24_regular, 'math_formula_24_regular', 24), + + FluentUISampleIcon(FluentIcons.math_formula_32_regular, 'math_formula_32_regular', 32), + + FluentUISampleIcon(FluentIcons.math_symbols_16_regular, 'math_symbols_16_regular', 16), + + FluentUISampleIcon(FluentIcons.math_symbols_20_regular, 'math_symbols_20_regular', 20), + + FluentUISampleIcon(FluentIcons.math_symbols_24_regular, 'math_symbols_24_regular', 24), + + FluentUISampleIcon(FluentIcons.math_symbols_28_regular, 'math_symbols_28_regular', 28), + + FluentUISampleIcon(FluentIcons.math_symbols_32_regular, 'math_symbols_32_regular', 32), + + FluentUISampleIcon(FluentIcons.math_symbols_48_regular, 'math_symbols_48_regular', 48), + + FluentUISampleIcon(FluentIcons.maximize_16_regular, 'maximize_16_regular', 16), + + FluentUISampleIcon(FluentIcons.maximize_20_regular, 'maximize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.maximize_24_regular, 'maximize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.maximize_28_regular, 'maximize_28_regular', 28), + + FluentUISampleIcon(FluentIcons.maximize_48_regular, 'maximize_48_regular', 48), + + FluentUISampleIcon(FluentIcons.meet_now_16_regular, 'meet_now_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.meet_now_28_regular, 'meet_now_28_regular', 28), + + FluentUISampleIcon(FluentIcons.meet_now_32_regular, 'meet_now_32_regular', 32), + + FluentUISampleIcon(FluentIcons.meet_now_48_regular, 'meet_now_48_regular', 48), + + 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_loud_20_regular, 'megaphone_loud_20_regular', 20), + + FluentUISampleIcon(FluentIcons.megaphone_loud_24_regular, 'megaphone_loud_24_regular', 24), + + FluentUISampleIcon(FluentIcons.megaphone_off_16_regular, 'megaphone_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.megaphone_off_20_regular, 'megaphone_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.megaphone_off_24_regular, 'megaphone_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.megaphone_off_28_regular, 'megaphone_off_28_regular', 28), + + 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.mention_arrow_down_20_regular, 'mention_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mention_brackets_20_regular, 'mention_brackets_20_regular', 20), + + FluentUISampleIcon(FluentIcons.merge_20_regular, 'merge_20_regular', 20), + + FluentUISampleIcon(FluentIcons.merge_24_regular, 'merge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_16_regular, 'mic_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mic_20_regular, 'mic_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mic_24_regular, 'mic_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_28_regular, 'mic_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mic_32_regular, 'mic_32_regular', 32), + + FluentUISampleIcon(FluentIcons.mic_48_regular, 'mic_48_regular', 48), + + 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_20_regular, 'mic_off_20_regular', 20), + + 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_off_32_regular, 'mic_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.mic_off_48_regular, 'mic_off_48_regular', 48), + + 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_32_regular, 'mic_on_32_regular', 32), + + FluentUISampleIcon(FluentIcons.mic_on_48_regular, 'mic_on_48_regular', 48), + + FluentUISampleIcon(FluentIcons.mic_prohibited_16_regular, 'mic_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mic_prohibited_20_regular, 'mic_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mic_prohibited_24_regular, 'mic_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_prohibited_28_regular, 'mic_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.mic_prohibited_48_regular, 'mic_prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.mic_settings_20_regular, 'mic_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mic_settings_24_regular, 'mic_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_sparkle_16_regular, 'mic_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.mic_sparkle_20_regular, 'mic_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mic_sparkle_24_regular, 'mic_sparkle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mic_sync_20_regular, 'mic_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.microscope_20_regular, 'microscope_20_regular', 20), + + FluentUISampleIcon(FluentIcons.microscope_24_regular, 'microscope_24_regular', 24), + + FluentUISampleIcon(FluentIcons.midi_20_regular, 'midi_20_regular', 20), + + FluentUISampleIcon(FluentIcons.midi_24_regular, 'midi_24_regular', 24), + + FluentUISampleIcon(FluentIcons.mobile_optimized_20_regular, 'mobile_optimized_20_regular', 20), + + FluentUISampleIcon(FluentIcons.mobile_optimized_24_regular, 'mobile_optimized_24_regular', 24), + + FluentUISampleIcon(FluentIcons.molecule_16_regular, 'molecule_16_regular', 16), + + FluentUISampleIcon(FluentIcons.molecule_20_regular, 'molecule_20_regular', 20), + + FluentUISampleIcon(FluentIcons.molecule_24_regular, 'molecule_24_regular', 24), + + FluentUISampleIcon(FluentIcons.molecule_28_regular, 'molecule_28_regular', 28), + + FluentUISampleIcon(FluentIcons.molecule_32_regular, 'molecule_32_regular', 32), + + FluentUISampleIcon(FluentIcons.molecule_48_regular, 'molecule_48_regular', 48), + + 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.money_calculator_20_regular, 'money_calculator_20_regular', 20), + + FluentUISampleIcon(FluentIcons.money_calculator_24_regular, 'money_calculator_24_regular', 24), + + FluentUISampleIcon(FluentIcons.money_dismiss_20_regular, 'money_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.money_dismiss_24_regular, 'money_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.money_hand_20_regular, 'money_hand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.money_hand_24_regular, 'money_hand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.money_off_20_regular, 'money_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.money_off_24_regular, 'money_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.money_settings_20_regular, 'money_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.more_circle_20_regular, 'more_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.more_circle_32_regular, 'more_circle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.more_horizontal_16_regular, 'more_horizontal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.more_horizontal_20_regular, 'more_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.more_horizontal_24_regular, 'more_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.more_horizontal_28_regular, 'more_horizontal_28_regular', 28), + + FluentUISampleIcon(FluentIcons.more_horizontal_32_regular, 'more_horizontal_32_regular', 32), + + FluentUISampleIcon(FluentIcons.more_horizontal_48_regular, 'more_horizontal_48_regular', 48), + + FluentUISampleIcon(FluentIcons.more_vertical_16_regular, 'more_vertical_16_regular', 16), + + 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_32_regular, 'more_vertical_32_regular', 32), + + FluentUISampleIcon(FluentIcons.more_vertical_48_regular, 'more_vertical_48_regular', 48), + + FluentUISampleIcon(FluentIcons.movies_and_tv_16_regular, 'movies_and_tv_16_regular', 16), + + FluentUISampleIcon(FluentIcons.movies_and_tv_20_regular, 'movies_and_tv_20_regular', 20), + + FluentUISampleIcon(FluentIcons.movies_and_tv_24_regular, 'movies_and_tv_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_20_regular, 'multiplier_1_2x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_24_regular, 'multiplier_1_2x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_28_regular, 'multiplier_1_2x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_32_regular, 'multiplier_1_2x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_48_regular, 'multiplier_1_2x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_20_regular, 'multiplier_1_5x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_24_regular, 'multiplier_1_5x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_28_regular, 'multiplier_1_5x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_32_regular, 'multiplier_1_5x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_48_regular, 'multiplier_1_5x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_20_regular, 'multiplier_1_8x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_24_regular, 'multiplier_1_8x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_28_regular, 'multiplier_1_8x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_32_regular, 'multiplier_1_8x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_48_regular, 'multiplier_1_8x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1x_20_regular, 'multiplier_1x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1x_24_regular, 'multiplier_1x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1x_28_regular, 'multiplier_1x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1x_32_regular, 'multiplier_1x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1x_48_regular, 'multiplier_1x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiplier_2x_20_regular, 'multiplier_2x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_2x_24_regular, 'multiplier_2x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_2x_28_regular, 'multiplier_2x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_2x_32_regular, 'multiplier_2x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_2x_48_regular, 'multiplier_2x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiplier_5x_20_regular, 'multiplier_5x_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiplier_5x_24_regular, 'multiplier_5x_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiplier_5x_28_regular, 'multiplier_5x_28_regular', 28), + + FluentUISampleIcon(FluentIcons.multiplier_5x_32_regular, 'multiplier_5x_32_regular', 32), + + FluentUISampleIcon(FluentIcons.multiplier_5x_48_regular, 'multiplier_5x_48_regular', 48), + + FluentUISampleIcon(FluentIcons.multiselect_16_regular, 'multiselect_16_regular', 16), + + FluentUISampleIcon(FluentIcons.multiselect_20_regular, 'multiselect_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiselect_24_regular, 'multiselect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_16_regular, 'multiselect_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_20_regular, 'multiselect_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_24_regular, 'multiselect_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.multiselect_rlt_20_regular, 'multiselect_rlt_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_16_regular, 'multiselect_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_20_regular, 'multiselect_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_24_regular, 'multiselect_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.music_note_1_20_regular, 'music_note_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_note_1_24_regular, 'music_note_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.music_note_2_16_regular, 'music_note_2_16_regular', 16), + + FluentUISampleIcon(FluentIcons.music_note_2_20_regular, 'music_note_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_note_2_24_regular, 'music_note_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.music_note_2_play_20_regular, 'music_note_2_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_1_20_regular, 'music_note_off_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_1_24_regular, 'music_note_off_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.music_note_off_2_16_regular, 'music_note_off_2_16_regular', 16), + + FluentUISampleIcon(FluentIcons.music_note_off_2_20_regular, 'music_note_off_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_2_24_regular, 'music_note_off_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.my_location_12_regular, 'my_location_12_regular', 12), + + FluentUISampleIcon(FluentIcons.my_location_16_regular, 'my_location_16_regular', 16), + + FluentUISampleIcon(FluentIcons.my_location_20_regular, 'my_location_20_regular', 20), + + FluentUISampleIcon(FluentIcons.my_location_24_regular, 'my_location_24_regular', 24), + + FluentUISampleIcon(FluentIcons.navigation_16_regular, 'navigation_16_regular', 16), + + FluentUISampleIcon(FluentIcons.navigation_20_regular, 'navigation_20_regular', 20), + + FluentUISampleIcon(FluentIcons.navigation_24_regular, 'navigation_24_regular', 24), + + FluentUISampleIcon(FluentIcons.navigation_location_target_20_regular, 'navigation_location_target_20_regular', 20), + + FluentUISampleIcon(FluentIcons.navigation_play_20_regular, 'navigation_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.navigation_unread_20_regular, 'navigation_unread_20_regular', 20), + + FluentUISampleIcon(FluentIcons.navigation_unread_24_regular, 'navigation_unread_24_regular', 24), + + FluentUISampleIcon(FluentIcons.network_check_20_regular, 'network_check_20_regular', 20), + + FluentUISampleIcon(FluentIcons.network_check_24_regular, 'network_check_24_regular', 24), + + FluentUISampleIcon(FluentIcons.new_16_regular, 'new_16_regular', 16), + + FluentUISampleIcon(FluentIcons.new_20_regular, 'new_20_regular', 20), + + FluentUISampleIcon(FluentIcons.new_24_regular, 'new_24_regular', 24), + + FluentUISampleIcon(FluentIcons.news_16_regular, 'news_16_regular', 16), + + 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.next_28_regular, 'next_28_regular', 28), + + FluentUISampleIcon(FluentIcons.next_32_regular, 'next_32_regular', 32), + + FluentUISampleIcon(FluentIcons.next_48_regular, 'next_48_regular', 48), + + FluentUISampleIcon(FluentIcons.note_16_regular, 'note_16_regular', 16), + + FluentUISampleIcon(FluentIcons.note_20_regular, 'note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.note_24_regular, 'note_24_regular', 24), + + FluentUISampleIcon(FluentIcons.note_28_regular, 'note_28_regular', 28), + + FluentUISampleIcon(FluentIcons.note_48_regular, 'note_48_regular', 48), + + 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.note_add_28_regular, 'note_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.note_add_48_regular, 'note_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.note_edit_20_regular, 'note_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.note_edit_24_regular, 'note_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.note_pin_16_regular, 'note_pin_16_regular', 16), + + FluentUISampleIcon(FluentIcons.note_pin_20_regular, 'note_pin_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_20_regular, 'notebook_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_24_regular, 'notebook_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_add_20_regular, 'notebook_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_add_24_regular, 'notebook_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_error_20_regular, 'notebook_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_error_24_regular, 'notebook_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_lightning_20_regular, 'notebook_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_lightning_24_regular, 'notebook_lightning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_20_regular, 'notebook_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_24_regular, 'notebook_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_section_20_regular, 'notebook_section_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_section_24_regular, 'notebook_section_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_section_arrow_right_24_regular, 'notebook_section_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_subsection_20_regular, 'notebook_subsection_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_subsection_24_regular, 'notebook_subsection_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notebook_sync_20_regular, 'notebook_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notebook_sync_24_regular, 'notebook_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.notepad_12_regular, 'notepad_12_regular', 12), + + FluentUISampleIcon(FluentIcons.notepad_16_regular, 'notepad_16_regular', 16), + + 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.notepad_32_regular, 'notepad_32_regular', 32), + + FluentUISampleIcon(FluentIcons.notepad_edit_16_regular, 'notepad_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.notepad_edit_20_regular, 'notepad_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notepad_person_16_regular, 'notepad_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.notepad_person_20_regular, 'notepad_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.notepad_person_24_regular, 'notepad_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.number_circle_1_16_regular, 'number_circle_1_16_regular', 16), + + FluentUISampleIcon(FluentIcons.number_circle_1_20_regular, 'number_circle_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.number_circle_1_24_regular, 'number_circle_1_24_regular', 24), + + 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.number_symbol_28_regular, 'number_symbol_28_regular', 28), + + FluentUISampleIcon(FluentIcons.number_symbol_32_regular, 'number_symbol_32_regular', 32), + + FluentUISampleIcon(FluentIcons.number_symbol_48_regular, 'number_symbol_48_regular', 48), + + FluentUISampleIcon(FluentIcons.number_symbol_dismiss_20_regular, 'number_symbol_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.number_symbol_dismiss_24_regular, 'number_symbol_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.number_symbol_square_20_regular, 'number_symbol_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.number_symbol_square_24_regular, 'number_symbol_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.office_apps_20_regular, 'office_apps_20_regular', 20), + + 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_28_regular, 'open_28_regular', 28), + + FluentUISampleIcon(FluentIcons.open_32_regular, 'open_32_regular', 32), + + FluentUISampleIcon(FluentIcons.open_48_regular, 'open_48_regular', 48), + + FluentUISampleIcon(FluentIcons.open_folder_16_regular, 'open_folder_16_regular', 16), + + FluentUISampleIcon(FluentIcons.open_folder_20_regular, 'open_folder_20_regular', 20), + + FluentUISampleIcon(FluentIcons.open_folder_24_regular, 'open_folder_24_regular', 24), + + FluentUISampleIcon(FluentIcons.open_folder_28_regular, 'open_folder_28_regular', 28), + + FluentUISampleIcon(FluentIcons.open_folder_48_regular, 'open_folder_48_regular', 48), + + FluentUISampleIcon(FluentIcons.open_off_16_regular, 'open_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.open_off_20_regular, 'open_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.open_off_24_regular, 'open_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.open_off_28_regular, 'open_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.open_off_48_regular, 'open_off_48_regular', 48), + + 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.options_48_regular, 'options_48_regular', 48), + + FluentUISampleIcon(FluentIcons.organization_12_regular, 'organization_12_regular', 12), + + FluentUISampleIcon(FluentIcons.organization_16_regular, 'organization_16_regular', 16), + + 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.organization_32_regular, 'organization_32_regular', 32), + + FluentUISampleIcon(FluentIcons.organization_48_regular, 'organization_48_regular', 48), + + FluentUISampleIcon(FluentIcons.organization_horizontal_20_regular, 'organization_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.orientation_20_regular, 'orientation_20_regular', 20), + + FluentUISampleIcon(FluentIcons.orientation_24_regular, 'orientation_24_regular', 24), + + FluentUISampleIcon(FluentIcons.oval_16_regular, 'oval_16_regular', 16), + + FluentUISampleIcon(FluentIcons.oval_20_regular, 'oval_20_regular', 20), + + FluentUISampleIcon(FluentIcons.oval_24_regular, 'oval_24_regular', 24), + + FluentUISampleIcon(FluentIcons.oval_28_regular, 'oval_28_regular', 28), + + FluentUISampleIcon(FluentIcons.oval_32_regular, 'oval_32_regular', 32), + + FluentUISampleIcon(FluentIcons.oval_48_regular, 'oval_48_regular', 48), + + FluentUISampleIcon(FluentIcons.padding_down_20_regular, 'padding_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.padding_down_24_regular, 'padding_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.padding_left_20_regular, 'padding_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.padding_left_24_regular, 'padding_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.padding_right_20_regular, 'padding_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.padding_right_24_regular, 'padding_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.padding_top_20_regular, 'padding_top_20_regular', 20), + + FluentUISampleIcon(FluentIcons.padding_top_24_regular, 'padding_top_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_brush_arrow_down_20_regular, 'paint_brush_arrow_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_down_24_regular, 'paint_brush_arrow_down_24_regular', 24), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_20_regular, 'paint_brush_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_24_regular, 'paint_brush_arrow_up_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_20_regular, 'pair_20_regular', 20), + + 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.panel_bottom_20_regular, 'panel_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_bottom_contract_20_regular, 'panel_bottom_contract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_bottom_expand_20_regular, 'panel_bottom_expand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_left_16_regular, 'panel_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_left_20_regular, 'panel_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_left_24_regular, 'panel_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_left_28_regular, 'panel_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.panel_left_48_regular, 'panel_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.panel_left_contract_16_regular, 'panel_left_contract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_left_contract_20_regular, 'panel_left_contract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_left_contract_24_regular, 'panel_left_contract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_left_contract_28_regular, 'panel_left_contract_28_regular', 28), + + FluentUISampleIcon(FluentIcons.panel_left_expand_16_regular, 'panel_left_expand_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_left_expand_20_regular, 'panel_left_expand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_left_expand_24_regular, 'panel_left_expand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_left_expand_28_regular, 'panel_left_expand_28_regular', 28), + + FluentUISampleIcon(FluentIcons.panel_right_16_regular, 'panel_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_right_20_regular, 'panel_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_right_24_regular, 'panel_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_right_28_regular, 'panel_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.panel_right_48_regular, 'panel_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.panel_right_contract_16_regular, 'panel_right_contract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_right_contract_20_regular, 'panel_right_contract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_right_contract_24_regular, 'panel_right_contract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_right_expand_16_regular, 'panel_right_expand_16_regular', 16), + + FluentUISampleIcon(FluentIcons.panel_right_expand_20_regular, 'panel_right_expand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_right_expand_24_regular, 'panel_right_expand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.panel_separate_window_20_regular, 'panel_separate_window_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_top_contract_20_regular, 'panel_top_contract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.panel_top_expand_20_regular, 'panel_top_expand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.password_16_regular, 'password_16_regular', 16), + + FluentUISampleIcon(FluentIcons.password_20_regular, 'password_20_regular', 20), + + FluentUISampleIcon(FluentIcons.password_24_regular, 'password_24_regular', 24), + + FluentUISampleIcon(FluentIcons.patch_20_regular, 'patch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.patch_24_regular, 'patch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.patient_20_regular, 'patient_20_regular', 20), + + FluentUISampleIcon(FluentIcons.patient_24_regular, 'patient_24_regular', 24), + + FluentUISampleIcon(FluentIcons.patient_32_regular, 'patient_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pause_12_regular, 'pause_12_regular', 12), + + 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.pause_circle_20_regular, 'pause_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pause_circle_24_regular, 'pause_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pause_off_16_regular, 'pause_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pause_off_20_regular, 'pause_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pause_settings_16_regular, 'pause_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pause_settings_20_regular, 'pause_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.payment_16_regular, 'payment_16_regular', 16), + + FluentUISampleIcon(FluentIcons.payment_20_regular, 'payment_20_regular', 20), + + FluentUISampleIcon(FluentIcons.payment_24_regular, 'payment_24_regular', 24), + + FluentUISampleIcon(FluentIcons.payment_28_regular, 'payment_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pen_16_regular, 'pen_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pen_20_regular, 'pen_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pen_24_regular, 'pen_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pen_28_regular, 'pen_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pen_32_regular, 'pen_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pen_48_regular, 'pen_48_regular', 48), + + FluentUISampleIcon(FluentIcons.pen_off_16_regular, 'pen_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pen_off_20_regular, 'pen_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pen_off_24_regular, 'pen_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pen_off_28_regular, 'pen_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pen_off_32_regular, 'pen_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pen_off_48_regular, 'pen_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.pen_prohibited_16_regular, 'pen_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pen_prohibited_20_regular, 'pen_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pen_prohibited_24_regular, 'pen_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pen_prohibited_28_regular, 'pen_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pen_prohibited_32_regular, 'pen_prohibited_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pen_prohibited_48_regular, 'pen_prohibited_48_regular', 48), + + FluentUISampleIcon(FluentIcons.pentagon_20_regular, 'pentagon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pentagon_32_regular, 'pentagon_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pentagon_48_regular, 'pentagon_48_regular', 48), + + 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_32_regular, 'people_32_regular', 32), + + 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_add_28_regular, 'people_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_audience_20_regular, 'people_audience_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_audience_24_regular, 'people_audience_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_call_16_regular, 'people_call_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_call_20_regular, 'people_call_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_checkmark_16_regular, 'people_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_checkmark_20_regular, 'people_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_checkmark_24_regular, 'people_checkmark_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_20_regular, 'people_community_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_community_add_24_regular, 'people_community_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_community_add_28_regular, 'people_community_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_edit_20_regular, 'people_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_error_16_regular, 'people_error_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_error_20_regular, 'people_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_error_24_regular, 'people_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_list_16_regular, 'people_list_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_list_20_regular, 'people_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_list_24_regular, 'people_list_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_list_28_regular, 'people_list_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_lock_20_regular, 'people_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_lock_24_regular, 'people_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_money_20_regular, 'people_money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_money_24_regular, 'people_money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_prohibited_16_regular, 'people_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_prohibited_20_regular, 'people_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_prohibited_24_regular, 'people_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_queue_20_regular, 'people_queue_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_queue_24_regular, 'people_queue_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_search_20_regular, 'people_search_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_settings_24_regular, 'people_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_settings_28_regular, 'people_settings_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_swap_16_regular, 'people_swap_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_swap_20_regular, 'people_swap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_swap_24_regular, 'people_swap_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_swap_28_regular, 'people_swap_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_sync_16_regular, 'people_sync_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_sync_20_regular, 'people_sync_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_sync_28_regular, 'people_sync_28_regular', 28), + + 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.people_team_32_regular, 'people_team_32_regular', 32), + + FluentUISampleIcon(FluentIcons.people_team_add_20_regular, 'people_team_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_team_add_24_regular, 'people_team_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_team_delete_16_regular, 'people_team_delete_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_team_delete_20_regular, 'people_team_delete_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_team_delete_24_regular, 'people_team_delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_team_delete_28_regular, 'people_team_delete_28_regular', 28), + + FluentUISampleIcon(FluentIcons.people_team_delete_32_regular, 'people_team_delete_32_regular', 32), + + FluentUISampleIcon(FluentIcons.people_team_toolbox_20_regular, 'people_team_toolbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.people_team_toolbox_24_regular, 'people_team_toolbox_24_regular', 24), + + FluentUISampleIcon(FluentIcons.people_toolbox_16_regular, 'people_toolbox_16_regular', 16), + + FluentUISampleIcon(FluentIcons.people_toolbox_20_regular, 'people_toolbox_20_regular', 20), + + 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_32_regular, 'person_32_regular', 32), + + FluentUISampleIcon(FluentIcons.person_48_regular, 'person_48_regular', 48), + + FluentUISampleIcon(FluentIcons.person_5_20_regular, 'person_5_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_5_32_regular, 'person_5_32_regular', 32), + + FluentUISampleIcon(FluentIcons.person_6_20_regular, 'person_6_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_6_32_regular, 'person_6_32_regular', 32), + + FluentUISampleIcon(FluentIcons.person_accounts_20_regular, 'person_accounts_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_accounts_24_regular, 'person_accounts_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_add_16_regular, 'person_add_16_regular', 16), + + 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_add_28_regular, 'person_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.person_arrow_left_16_regular, 'person_arrow_left_16_regular', 16), + + 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_20_regular, 'person_available_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_available_24_regular, 'person_available_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_16_regular, 'person_call_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_call_20_regular, 'person_call_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_call_24_regular, 'person_call_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_chat_16_regular, 'person_chat_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_chat_20_regular, 'person_chat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_chat_24_regular, 'person_chat_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_circle_12_regular, 'person_circle_12_regular', 12), + + FluentUISampleIcon(FluentIcons.person_circle_20_regular, 'person_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_circle_24_regular, 'person_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_clock_16_regular, 'person_clock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_clock_20_regular, 'person_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_clock_24_regular, 'person_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_delete_16_regular, 'person_delete_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_delete_20_regular, 'person_delete_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_delete_24_regular, 'person_delete_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_edit_20_regular, 'person_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_edit_24_regular, 'person_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_feedback_16_regular, 'person_feedback_16_regular', 16), + + 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_info_16_regular, 'person_info_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_info_20_regular, 'person_info_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_key_20_regular, 'person_key_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_lightbulb_20_regular, 'person_lightbulb_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_lightbulb_24_regular, 'person_lightbulb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_lock_16_regular, 'person_lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_lock_20_regular, 'person_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_lock_24_regular, 'person_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_mail_16_regular, 'person_mail_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_mail_20_regular, 'person_mail_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_mail_24_regular, 'person_mail_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_mail_28_regular, 'person_mail_28_regular', 28), + + FluentUISampleIcon(FluentIcons.person_mail_48_regular, 'person_mail_48_regular', 48), + + FluentUISampleIcon(FluentIcons.person_money_20_regular, 'person_money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_money_24_regular, 'person_money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_note_20_regular, 'person_note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_note_24_regular, 'person_note_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_pill_20_regular, 'person_pill_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_pill_24_regular, 'person_pill_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_16_regular, 'person_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_prohibited_20_regular, 'person_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_prohibited_24_regular, 'person_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_28_regular, 'person_prohibited_28_regular', 28), + + 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_settings_16_regular, 'person_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_settings_20_regular, 'person_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_subtract_16_regular, 'person_subtract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.person_subtract_20_regular, 'person_subtract_20_regular', 20), + + 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_sync_24_regular, 'person_sync_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_tag_20_regular, 'person_tag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.person_tag_24_regular, 'person_tag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.person_tag_28_regular, 'person_tag_28_regular', 28), + + FluentUISampleIcon(FluentIcons.person_tag_32_regular, 'person_tag_32_regular', 32), + + FluentUISampleIcon(FluentIcons.person_tag_48_regular, 'person_tag_48_regular', 48), + + 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_12_regular, 'phone_12_regular', 12), + + FluentUISampleIcon(FluentIcons.phone_16_regular, 'phone_16_regular', 16), + + FluentUISampleIcon(FluentIcons.phone_20_regular, 'phone_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_24_regular, 'phone_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_add_20_regular, 'phone_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_add_24_regular, 'phone_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_arrow_right_20_regular, 'phone_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_arrow_right_24_regular, 'phone_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_checkmark_16_regular, 'phone_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.phone_checkmark_20_regular, 'phone_checkmark_20_regular', 20), + + 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_desktop_add_20_regular, 'phone_desktop_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_dismiss_20_regular, 'phone_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_dismiss_24_regular, 'phone_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_eraser_16_regular, 'phone_eraser_16_regular', 16), + + FluentUISampleIcon(FluentIcons.phone_eraser_20_regular, 'phone_eraser_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_laptop_16_regular, 'phone_laptop_16_regular', 16), + + 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_laptop_32_regular, 'phone_laptop_32_regular', 32), + + FluentUISampleIcon(FluentIcons.phone_link_setup_20_regular, 'phone_link_setup_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_link_setup_24_regular, 'phone_link_setup_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_lock_20_regular, 'phone_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_lock_24_regular, 'phone_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_page_header_20_regular, 'phone_page_header_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_page_header_24_regular, 'phone_page_header_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_pagination_20_regular, 'phone_pagination_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_pagination_24_regular, 'phone_pagination_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_screen_time_20_regular, 'phone_screen_time_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_screen_time_24_regular, 'phone_screen_time_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_shake_20_regular, 'phone_shake_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_shake_24_regular, 'phone_shake_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_span_in_16_regular, 'phone_span_in_16_regular', 16), + + FluentUISampleIcon(FluentIcons.phone_span_in_20_regular, 'phone_span_in_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_span_in_24_regular, 'phone_span_in_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_span_in_28_regular, 'phone_span_in_28_regular', 28), + + FluentUISampleIcon(FluentIcons.phone_span_out_16_regular, 'phone_span_out_16_regular', 16), + + FluentUISampleIcon(FluentIcons.phone_span_out_20_regular, 'phone_span_out_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_span_out_24_regular, 'phone_span_out_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_span_out_28_regular, 'phone_span_out_28_regular', 28), + + FluentUISampleIcon(FluentIcons.phone_speaker_20_regular, 'phone_speaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_speaker_24_regular, 'phone_speaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_status_bar_20_regular, 'phone_status_bar_20_regular', 20), + + 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_update_20_regular, 'phone_update_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_update_24_regular, 'phone_update_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_update_checkmark_20_regular, 'phone_update_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_update_checkmark_24_regular, 'phone_update_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_20_regular, 'phone_vertical_scroll_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_regular, 'phone_vertical_scroll_24_regular', 24), + + FluentUISampleIcon(FluentIcons.phone_vibrate_20_regular, 'phone_vibrate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.phone_vibrate_24_regular, 'phone_vibrate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.photo_filter_20_regular, 'photo_filter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.photo_filter_24_regular, 'photo_filter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pi_20_regular, 'pi_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pi_24_regular, 'pi_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.picture_in_picture_enter_16_regular, 'picture_in_picture_enter_16_regular', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_enter_20_regular, 'picture_in_picture_enter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_enter_24_regular, 'picture_in_picture_enter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_16_regular, 'picture_in_picture_exit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_20_regular, 'picture_in_picture_exit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_24_regular, 'picture_in_picture_exit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pill_16_regular, 'pill_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pill_20_regular, 'pill_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pill_24_regular, 'pill_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pill_28_regular, 'pill_28_regular', 28), + + 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_28_regular, 'pin_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pin_32_regular, 'pin_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pin_48_regular, 'pin_48_regular', 48), + + FluentUISampleIcon(FluentIcons.pin_off_16_regular, 'pin_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.pin_off_20_regular, 'pin_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pin_off_24_regular, 'pin_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pin_off_28_regular, 'pin_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pin_off_32_regular, 'pin_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pin_off_48_regular, 'pin_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.pipeline_20_regular, 'pipeline_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pipeline_add_20_regular, 'pipeline_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pipeline_play_20_regular, 'pipeline_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pivot_20_regular, 'pivot_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pivot_24_regular, 'pivot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.play_12_regular, 'play_12_regular', 12), + + FluentUISampleIcon(FluentIcons.play_16_regular, 'play_16_regular', 16), + + FluentUISampleIcon(FluentIcons.play_20_regular, 'play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.play_24_regular, 'play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.play_28_regular, 'play_28_regular', 28), + + FluentUISampleIcon(FluentIcons.play_32_regular, 'play_32_regular', 32), + + FluentUISampleIcon(FluentIcons.play_48_regular, 'play_48_regular', 48), + + FluentUISampleIcon(FluentIcons.play_circle_16_regular, 'play_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.play_circle_20_regular, 'play_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.play_circle_24_regular, 'play_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.play_circle_28_regular, 'play_circle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.play_circle_48_regular, 'play_circle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.play_settings_20_regular, 'play_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_20_regular, 'plug_connected_20_regular', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_24_regular, 'plug_connected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.plug_connected_add_20_regular, 'plug_connected_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_regular, 'plug_connected_checkmark_20_regular', 20), + + 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_20_regular, 'point_scan_20_regular', 20), + + FluentUISampleIcon(FluentIcons.point_scan_24_regular, 'point_scan_24_regular', 24), + + FluentUISampleIcon(FluentIcons.poll_16_regular, 'poll_16_regular', 16), + + FluentUISampleIcon(FluentIcons.poll_20_regular, 'poll_20_regular', 20), + + FluentUISampleIcon(FluentIcons.poll_24_regular, 'poll_24_regular', 24), + + FluentUISampleIcon(FluentIcons.port_hdmi_20_regular, 'port_hdmi_20_regular', 20), + + FluentUISampleIcon(FluentIcons.port_hdmi_24_regular, 'port_hdmi_24_regular', 24), + + FluentUISampleIcon(FluentIcons.port_micro_usb_24_regular, 'port_micro_usb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.port_usb_a_20_regular, 'port_usb_a_20_regular', 20), + + FluentUISampleIcon(FluentIcons.port_usb_a_24_regular, 'port_usb_a_24_regular', 24), + + FluentUISampleIcon(FluentIcons.port_usb_c_24_regular, 'port_usb_c_24_regular', 24), + + FluentUISampleIcon(FluentIcons.position_backward_20_regular, 'position_backward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.position_backward_24_regular, 'position_backward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.position_forward_20_regular, 'position_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.position_forward_24_regular, 'position_forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.position_to_back_20_regular, 'position_to_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.position_to_back_24_regular, 'position_to_back_24_regular', 24), + + FluentUISampleIcon(FluentIcons.position_to_front_20_regular, 'position_to_front_20_regular', 20), + + FluentUISampleIcon(FluentIcons.position_to_front_24_regular, 'position_to_front_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_20_regular, 'predictions_20_regular', 20), + + 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.premium_32_regular, 'premium_32_regular', 32), + + FluentUISampleIcon(FluentIcons.premium_person_20_regular, 'premium_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.premium_person_24_regular, 'premium_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.presence_available_10_regular, 'presence_available_10_regular', 10), + + FluentUISampleIcon(FluentIcons.presence_available_12_regular, 'presence_available_12_regular', 12), + + FluentUISampleIcon(FluentIcons.presence_available_16_regular, 'presence_available_16_regular', 16), + + FluentUISampleIcon(FluentIcons.presence_available_20_regular, 'presence_available_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_available_24_regular, 'presence_available_24_regular', 24), + + 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_blocked_20_regular, 'presence_blocked_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_blocked_24_regular, 'presence_blocked_24_regular', 24), + + FluentUISampleIcon(FluentIcons.presence_dnd_10_regular, 'presence_dnd_10_regular', 10), + + FluentUISampleIcon(FluentIcons.presence_dnd_12_regular, 'presence_dnd_12_regular', 12), + + FluentUISampleIcon(FluentIcons.presence_dnd_16_regular, 'presence_dnd_16_regular', 16), + + FluentUISampleIcon(FluentIcons.presence_dnd_20_regular, 'presence_dnd_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_dnd_24_regular, 'presence_dnd_24_regular', 24), + + 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_offline_20_regular, 'presence_offline_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_offline_24_regular, 'presence_offline_24_regular', 24), + + 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_oof_20_regular, 'presence_oof_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_oof_24_regular, 'presence_oof_24_regular', 24), + + 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.presence_unknown_20_regular, 'presence_unknown_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presence_unknown_24_regular, 'presence_unknown_24_regular', 24), + + FluentUISampleIcon(FluentIcons.presenter_20_regular, 'presenter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.presenter_24_regular, 'presenter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.presenter_off_20_regular, 'presenter_off_20_regular', 20), + + 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.previous_28_regular, 'previous_28_regular', 28), + + FluentUISampleIcon(FluentIcons.previous_32_regular, 'previous_32_regular', 32), + + FluentUISampleIcon(FluentIcons.previous_48_regular, 'previous_48_regular', 48), + + FluentUISampleIcon(FluentIcons.print_16_regular, 'print_16_regular', 16), + + FluentUISampleIcon(FluentIcons.print_20_regular, 'print_20_regular', 20), + + FluentUISampleIcon(FluentIcons.print_24_regular, 'print_24_regular', 24), + + FluentUISampleIcon(FluentIcons.print_28_regular, 'print_28_regular', 28), + + FluentUISampleIcon(FluentIcons.print_48_regular, 'print_48_regular', 48), + + FluentUISampleIcon(FluentIcons.print_add_20_regular, 'print_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.print_add_24_regular, 'print_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.production_20_regular, 'production_20_regular', 20), + + FluentUISampleIcon(FluentIcons.production_24_regular, 'production_24_regular', 24), + + FluentUISampleIcon(FluentIcons.production_checkmark_20_regular, 'production_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.production_checkmark_24_regular, 'production_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.prohibited_12_regular, 'prohibited_12_regular', 12), + + FluentUISampleIcon(FluentIcons.prohibited_16_regular, 'prohibited_16_regular', 16), + + 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.prohibited_multiple_16_regular, 'prohibited_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.prohibited_multiple_20_regular, 'prohibited_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.prohibited_multiple_24_regular, 'prohibited_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.prohibited_note_20_regular, 'prohibited_note_20_regular', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_16_regular, 'projection_screen_16_regular', 16), + + FluentUISampleIcon(FluentIcons.projection_screen_20_regular, 'projection_screen_20_regular', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_24_regular, 'projection_screen_24_regular', 24), + + FluentUISampleIcon(FluentIcons.projection_screen_28_regular, 'projection_screen_28_regular', 28), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_16_regular, 'projection_screen_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_20_regular, 'projection_screen_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_24_regular, 'projection_screen_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_28_regular, 'projection_screen_dismiss_28_regular', 28), + + 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.pulse_20_regular, 'pulse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pulse_24_regular, 'pulse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.pulse_28_regular, 'pulse_28_regular', 28), + + FluentUISampleIcon(FluentIcons.pulse_32_regular, 'pulse_32_regular', 32), + + FluentUISampleIcon(FluentIcons.pulse_square_20_regular, 'pulse_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.pulse_square_24_regular, 'pulse_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.puzzle_cube_16_regular, 'puzzle_cube_16_regular', 16), + + FluentUISampleIcon(FluentIcons.puzzle_cube_20_regular, 'puzzle_cube_20_regular', 20), + + FluentUISampleIcon(FluentIcons.puzzle_cube_24_regular, 'puzzle_cube_24_regular', 24), + + FluentUISampleIcon(FluentIcons.puzzle_cube_28_regular, 'puzzle_cube_28_regular', 28), + + FluentUISampleIcon(FluentIcons.puzzle_cube_48_regular, 'puzzle_cube_48_regular', 48), + + FluentUISampleIcon(FluentIcons.puzzle_cube_piece_20_regular, 'puzzle_cube_piece_20_regular', 20), + + FluentUISampleIcon(FluentIcons.puzzle_piece_16_regular, 'puzzle_piece_16_regular', 16), + + FluentUISampleIcon(FluentIcons.puzzle_piece_20_regular, 'puzzle_piece_20_regular', 20), + + FluentUISampleIcon(FluentIcons.puzzle_piece_24_regular, 'puzzle_piece_24_regular', 24), + + FluentUISampleIcon(FluentIcons.puzzle_piece_shield_20_regular, 'puzzle_piece_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.qr_code_20_regular, 'qr_code_20_regular', 20), + + 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_12_regular, 'question_circle_12_regular', 12), + + 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_32_regular, 'question_circle_32_regular', 32), + + 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.radar_20_regular, 'radar_20_regular', 20), + + FluentUISampleIcon(FluentIcons.radar_checkmark_20_regular, 'radar_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_regular, 'radar_rectangle_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.radio_button_20_regular, 'radio_button_20_regular', 20), + + FluentUISampleIcon(FluentIcons.radio_button_24_regular, 'radio_button_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ram_20_regular, 'ram_20_regular', 20), + + 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.ratio_one_to_one_20_regular, 'ratio_one_to_one_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ratio_one_to_one_24_regular, 'ratio_one_to_one_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_horizontal_16_regular, 're_order_dots_horizontal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_20_regular, 're_order_dots_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_24_regular, 're_order_dots_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_16_regular, 're_order_dots_vertical_16_regular', 16), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_20_regular, 're_order_dots_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_24_regular, 're_order_dots_vertical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.read_aloud_16_regular, 'read_aloud_16_regular', 16), + + 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_aloud_28_regular, 'read_aloud_28_regular', 28), + + 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_mobile_20_regular, 'reading_mode_mobile_20_regular', 20), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_regular, 'reading_mode_mobile_24_regular', 24), + + FluentUISampleIcon(FluentIcons.real_estate_20_regular, 'real_estate_20_regular', 20), + + FluentUISampleIcon(FluentIcons.real_estate_24_regular, 'real_estate_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_20_regular, 'receipt_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_24_regular, 'receipt_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_add_20_regular, 'receipt_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_add_24_regular, 'receipt_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_bag_20_regular, 'receipt_bag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_bag_24_regular, 'receipt_bag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_cube_20_regular, 'receipt_cube_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_cube_24_regular, 'receipt_cube_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_money_20_regular, 'receipt_money_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_money_24_regular, 'receipt_money_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_play_20_regular, 'receipt_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.receipt_play_24_regular, 'receipt_play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.receipt_search_20_regular, 'receipt_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.record_12_regular, 'record_12_regular', 12), + + 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.record_28_regular, 'record_28_regular', 28), + + FluentUISampleIcon(FluentIcons.record_32_regular, 'record_32_regular', 32), + + FluentUISampleIcon(FluentIcons.record_48_regular, 'record_48_regular', 48), + + FluentUISampleIcon(FluentIcons.record_stop_12_regular, 'record_stop_12_regular', 12), + + FluentUISampleIcon(FluentIcons.record_stop_16_regular, 'record_stop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.record_stop_20_regular, 'record_stop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.record_stop_24_regular, 'record_stop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.record_stop_28_regular, 'record_stop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.record_stop_32_regular, 'record_stop_32_regular', 32), + + FluentUISampleIcon(FluentIcons.record_stop_48_regular, 'record_stop_48_regular', 48), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_12_regular, 'rectangle_landscape_12_regular', 12), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_16_regular, 'rectangle_landscape_16_regular', 16), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_20_regular, 'rectangle_landscape_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_24_regular, 'rectangle_landscape_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_28_regular, 'rectangle_landscape_28_regular', 28), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_32_regular, 'rectangle_landscape_32_regular', 32), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_48_regular, 'rectangle_landscape_48_regular', 48), + + FluentUISampleIcon(FluentIcons.rectangle_portrait_location_target_20_regular, 'rectangle_portrait_location_target_20_regular', 20), + + FluentUISampleIcon(FluentIcons.remote_16_regular, 'remote_16_regular', 16), + + FluentUISampleIcon(FluentIcons.remote_20_regular, 'remote_20_regular', 20), + + 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.reorder_20_regular, 'reorder_20_regular', 20), + + FluentUISampleIcon(FluentIcons.replay_20_regular, 'replay_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_20_regular, 'resize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_24_regular, 'resize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.resize_image_20_regular, 'resize_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_image_24_regular, 'resize_image_24_regular', 24), + + FluentUISampleIcon(FluentIcons.resize_large_16_regular, 'resize_large_16_regular', 16), + + FluentUISampleIcon(FluentIcons.resize_large_20_regular, 'resize_large_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_large_24_regular, 'resize_large_24_regular', 24), + + FluentUISampleIcon(FluentIcons.resize_small_16_regular, 'resize_small_16_regular', 16), + + FluentUISampleIcon(FluentIcons.resize_small_20_regular, 'resize_small_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_small_24_regular, 'resize_small_24_regular', 24), + + FluentUISampleIcon(FluentIcons.resize_table_20_regular, 'resize_table_20_regular', 20), + + FluentUISampleIcon(FluentIcons.resize_table_24_regular, 'resize_table_24_regular', 24), + + FluentUISampleIcon(FluentIcons.resize_video_20_regular, 'resize_video_20_regular', 20), + + 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_16_regular, 'rewind_16_regular', 16), + + FluentUISampleIcon(FluentIcons.rewind_20_regular, 'rewind_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rewind_24_regular, 'rewind_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rewind_28_regular, 'rewind_28_regular', 28), + + FluentUISampleIcon(FluentIcons.rhombus_16_regular, 'rhombus_16_regular', 16), + + FluentUISampleIcon(FluentIcons.rhombus_20_regular, 'rhombus_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rhombus_24_regular, 'rhombus_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rhombus_28_regular, 'rhombus_28_regular', 28), + + FluentUISampleIcon(FluentIcons.rhombus_32_regular, 'rhombus_32_regular', 32), + + FluentUISampleIcon(FluentIcons.rhombus_48_regular, 'rhombus_48_regular', 48), + + FluentUISampleIcon(FluentIcons.ribbon_12_regular, 'ribbon_12_regular', 12), + + FluentUISampleIcon(FluentIcons.ribbon_16_regular, 'ribbon_16_regular', 16), + + FluentUISampleIcon(FluentIcons.ribbon_20_regular, 'ribbon_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ribbon_24_regular, 'ribbon_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ribbon_32_regular, 'ribbon_32_regular', 32), + + FluentUISampleIcon(FluentIcons.ribbon_add_20_regular, 'ribbon_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ribbon_add_24_regular, 'ribbon_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ribbon_off_12_regular, 'ribbon_off_12_regular', 12), + + FluentUISampleIcon(FluentIcons.ribbon_off_16_regular, 'ribbon_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.ribbon_off_20_regular, 'ribbon_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ribbon_off_24_regular, 'ribbon_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ribbon_off_32_regular, 'ribbon_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.ribbon_star_20_regular, 'ribbon_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ribbon_star_24_regular, 'ribbon_star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.road_cone_16_regular, 'road_cone_16_regular', 16), + + FluentUISampleIcon(FluentIcons.road_cone_20_regular, 'road_cone_20_regular', 20), + + FluentUISampleIcon(FluentIcons.road_cone_24_regular, 'road_cone_24_regular', 24), + + FluentUISampleIcon(FluentIcons.road_cone_28_regular, 'road_cone_28_regular', 28), + + FluentUISampleIcon(FluentIcons.road_cone_32_regular, 'road_cone_32_regular', 32), + + FluentUISampleIcon(FluentIcons.road_cone_48_regular, 'road_cone_48_regular', 48), + + 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.rotate_left_20_regular, 'rotate_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rotate_left_24_regular, 'rotate_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rotate_right_20_regular, 'rotate_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.rotate_right_24_regular, 'rotate_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.router_20_regular, 'router_20_regular', 20), + + FluentUISampleIcon(FluentIcons.router_24_regular, 'router_24_regular', 24), + + FluentUISampleIcon(FluentIcons.row_triple_20_regular, 'row_triple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.row_triple_24_regular, 'row_triple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.rss_24_regular, 'rss_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_16_regular, 'run_16_regular', 16), + + FluentUISampleIcon(FluentIcons.run_20_regular, 'run_20_regular', 20), + + FluentUISampleIcon(FluentIcons.run_24_regular, 'run_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sanitize_20_regular, 'sanitize_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sanitize_24_regular, 'sanitize_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_16_regular, 'save_16_regular', 16), + + FluentUISampleIcon(FluentIcons.save_20_regular, 'save_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_24_regular, 'save_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_arrow_right_20_regular, 'save_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_arrow_right_24_regular, 'save_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_copy_24_regular, 'save_copy_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_edit_20_regular, 'save_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_edit_24_regular, 'save_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_image_20_regular, 'save_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_multiple_20_regular, 'save_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_multiple_24_regular, 'save_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.save_search_20_regular, 'save_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.save_sync_20_regular, 'save_sync_20_regular', 20), + + 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_20_regular, 'scale_fill_20_regular', 20), + + 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.scales_24_regular, 'scales_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scales_32_regular, 'scales_32_regular', 32), + + FluentUISampleIcon(FluentIcons.scan_16_regular, 'scan_16_regular', 16), + + FluentUISampleIcon(FluentIcons.scan_20_regular, 'scan_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_24_regular, 'scan_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_camera_16_regular, 'scan_camera_16_regular', 16), + + FluentUISampleIcon(FluentIcons.scan_camera_20_regular, 'scan_camera_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_camera_24_regular, 'scan_camera_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_camera_28_regular, 'scan_camera_28_regular', 28), + + FluentUISampleIcon(FluentIcons.scan_camera_48_regular, 'scan_camera_48_regular', 48), + + FluentUISampleIcon(FluentIcons.scan_dash_12_regular, 'scan_dash_12_regular', 12), + + FluentUISampleIcon(FluentIcons.scan_dash_16_regular, 'scan_dash_16_regular', 16), + + FluentUISampleIcon(FluentIcons.scan_dash_20_regular, 'scan_dash_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_dash_24_regular, 'scan_dash_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_dash_28_regular, 'scan_dash_28_regular', 28), + + FluentUISampleIcon(FluentIcons.scan_dash_32_regular, 'scan_dash_32_regular', 32), + + FluentUISampleIcon(FluentIcons.scan_dash_48_regular, 'scan_dash_48_regular', 48), + + FluentUISampleIcon(FluentIcons.scan_object_20_regular, 'scan_object_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_object_24_regular, 'scan_object_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_table_20_regular, 'scan_table_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_table_24_regular, 'scan_table_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_text_20_regular, 'scan_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_text_24_regular, 'scan_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_16_regular, 'scan_thumb_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_20_regular, 'scan_thumb_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_24_regular, 'scan_thumb_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_28_regular, 'scan_thumb_up_28_regular', 28), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_48_regular, 'scan_thumb_up_48_regular', 48), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_16_regular, 'scan_thumb_up_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_20_regular, 'scan_thumb_up_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_24_regular, 'scan_thumb_up_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_28_regular, 'scan_thumb_up_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_48_regular, 'scan_thumb_up_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.scan_type_20_regular, 'scan_type_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_type_24_regular, 'scan_type_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_type_checkmark_20_regular, 'scan_type_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scan_type_checkmark_24_regular, 'scan_type_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.scan_type_off_20_regular, 'scan_type_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scratchpad_20_regular, 'scratchpad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.scratchpad_24_regular, 'scratchpad_24_regular', 24), + + FluentUISampleIcon(FluentIcons.screen_cut_20_regular, 'screen_cut_20_regular', 20), + + FluentUISampleIcon(FluentIcons.screen_person_20_regular, 'screen_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.screen_search_20_regular, 'screen_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.screen_search_24_regular, 'screen_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.screen_share_start_48_regular, 'screen_share_start_48_regular', 48), + + FluentUISampleIcon(FluentIcons.screenshot_20_regular, 'screenshot_20_regular', 20), + + FluentUISampleIcon(FluentIcons.screenshot_24_regular, 'screenshot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.search_12_regular, 'search_12_regular', 12), + + FluentUISampleIcon(FluentIcons.search_16_regular, 'search_16_regular', 16), + + 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_32_regular, 'search_32_regular', 32), + + FluentUISampleIcon(FluentIcons.search_48_regular, 'search_48_regular', 48), + + 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_settings_20_regular, 'search_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.search_shield_20_regular, 'search_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.search_square_20_regular, 'search_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.search_square_24_regular, 'search_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.search_visual_16_regular, 'search_visual_16_regular', 16), + + FluentUISampleIcon(FluentIcons.search_visual_20_regular, 'search_visual_20_regular', 20), + + FluentUISampleIcon(FluentIcons.search_visual_24_regular, 'search_visual_24_regular', 24), + + FluentUISampleIcon(FluentIcons.select_all_off_24_regular, 'select_all_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.select_all_on_24_regular, 'select_all_on_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.select_object_skew_20_regular, 'select_object_skew_20_regular', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_24_regular, 'select_object_skew_24_regular', 24), + + FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_20_regular, 'select_object_skew_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_24_regular, 'select_object_skew_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.select_object_skew_edit_20_regular, 'select_object_skew_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_edit_24_regular, 'select_object_skew_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.send_16_regular, 'send_16_regular', 16), + + 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_clock_24_regular, 'send_clock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.send_copy_24_regular, 'send_copy_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.server_20_regular, 'server_20_regular', 20), + + FluentUISampleIcon(FluentIcons.server_24_regular, 'server_24_regular', 24), + + FluentUISampleIcon(FluentIcons.server_multiple_20_regular, 'server_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.server_play_20_regular, 'server_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.service_bell_20_regular, 'service_bell_20_regular', 20), + + 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.settings_32_regular, 'settings_32_regular', 32), + + FluentUISampleIcon(FluentIcons.settings_48_regular, 'settings_48_regular', 48), + + FluentUISampleIcon(FluentIcons.settings_chat_20_regular, 'settings_chat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.settings_chat_24_regular, 'settings_chat_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shape_exclude_16_regular, 'shape_exclude_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shape_exclude_20_regular, 'shape_exclude_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shape_exclude_24_regular, 'shape_exclude_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shape_intersect_16_regular, 'shape_intersect_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shape_intersect_20_regular, 'shape_intersect_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shape_intersect_24_regular, 'shape_intersect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shape_subtract_16_regular, 'shape_subtract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shape_subtract_20_regular, 'shape_subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shape_subtract_24_regular, 'shape_subtract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shape_union_16_regular, 'shape_union_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shape_union_20_regular, 'shape_union_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shape_union_24_regular, 'shape_union_24_regular', 24), + + 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.shapes_28_regular, 'shapes_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shapes_48_regular, 'shapes_48_regular', 48), + + FluentUISampleIcon(FluentIcons.share_16_regular, 'share_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_20_regular, 'share_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_24_regular, 'share_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_28_regular, 'share_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_48_regular, 'share_48_regular', 48), + + 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_20_regular, 'share_close_tray_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_close_tray_24_regular, 'share_close_tray_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_person_16_regular, 'share_screen_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_20_regular, 'share_screen_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_24_regular, 'share_screen_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_28_regular, 'share_screen_person_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_16_regular, 'share_screen_person_overlay_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_20_regular, 'share_screen_person_overlay_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_24_regular, 'share_screen_person_overlay_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_28_regular, 'share_screen_person_overlay_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_16_regular, 'share_screen_person_overlay_inside_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_20_regular, 'share_screen_person_overlay_inside_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_24_regular, 'share_screen_person_overlay_inside_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_28_regular, 'share_screen_person_overlay_inside_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_16_regular, 'share_screen_person_p_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_20_regular, 'share_screen_person_p_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_24_regular, 'share_screen_person_p_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_28_regular, 'share_screen_person_p_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_start_20_regular, 'share_screen_start_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_start_24_regular, 'share_screen_start_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_start_28_regular, 'share_screen_start_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_start_48_regular, 'share_screen_start_48_regular', 48), + + FluentUISampleIcon(FluentIcons.share_screen_stop_16_regular, 'share_screen_stop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.share_screen_stop_20_regular, 'share_screen_stop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.share_screen_stop_24_regular, 'share_screen_stop_24_regular', 24), + + FluentUISampleIcon(FluentIcons.share_screen_stop_28_regular, 'share_screen_stop_28_regular', 28), + + FluentUISampleIcon(FluentIcons.share_screen_stop_48_regular, 'share_screen_stop_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shield_16_regular, 'shield_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shield_20_regular, 'shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_24_regular, 'shield_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_28_regular, 'shield_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_48_regular, 'shield_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shield_badge_20_regular, 'shield_badge_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_badge_24_regular, 'shield_badge_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_checkmark_16_regular, 'shield_checkmark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shield_checkmark_20_regular, 'shield_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_checkmark_24_regular, 'shield_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_checkmark_28_regular, 'shield_checkmark_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_checkmark_48_regular, 'shield_checkmark_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shield_dismiss_16_regular, 'shield_dismiss_16_regular', 16), + + 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_dismiss_shield_20_regular, 'shield_dismiss_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_error_16_regular, 'shield_error_16_regular', 16), + + 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_lock_16_regular, 'shield_lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shield_lock_20_regular, 'shield_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_lock_24_regular, 'shield_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_lock_28_regular, 'shield_lock_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_lock_48_regular, 'shield_lock_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shield_person_20_regular, 'shield_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_person_add_20_regular, 'shield_person_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_20_regular, 'shield_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_24_regular, 'shield_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_task_16_regular, 'shield_task_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shield_task_20_regular, 'shield_task_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shield_task_24_regular, 'shield_task_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_task_28_regular, 'shield_task_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_task_48_regular, 'shield_task_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shield_video_24_regular, 'shield_video_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shield_video_28_regular, 'shield_video_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shield_video_48_regular, 'shield_video_48_regular', 48), + + FluentUISampleIcon(FluentIcons.shifts_16_regular, 'shifts_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shifts_20_regular, 'shifts_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_24_regular, 'shifts_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_28_regular, 'shifts_28_regular', 28), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_20_regular, 'shifts_30_minutes_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_regular, 'shifts_30_minutes_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_32_regular, 'shifts_32_regular', 32), + + 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_20_regular, 'shifts_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_add_24_regular, 'shifts_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_availability_20_regular, 'shifts_availability_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_availability_24_regular, 'shifts_availability_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_checkmark_20_regular, 'shifts_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_checkmark_24_regular, 'shifts_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_day_20_regular, 'shifts_day_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_day_24_regular, 'shifts_day_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_prohibited_20_regular, 'shifts_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_prohibited_24_regular, 'shifts_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_question_mark_20_regular, 'shifts_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shifts_question_mark_24_regular, 'shifts_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shifts_team_24_regular, 'shifts_team_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_16_regular, 'shopping_bag_16_regular', 16), + + FluentUISampleIcon(FluentIcons.shopping_bag_20_regular, 'shopping_bag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_24_regular, 'shopping_bag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_20_regular, 'shopping_bag_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_24_regular, 'shopping_bag_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_20_regular, 'shopping_bag_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_24_regular, 'shopping_bag_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_pause_20_regular, 'shopping_bag_pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_pause_24_regular, 'shopping_bag_pause_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_percent_20_regular, 'shopping_bag_percent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_percent_24_regular, 'shopping_bag_percent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_play_20_regular, 'shopping_bag_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_play_24_regular, 'shopping_bag_play_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_tag_20_regular, 'shopping_bag_tag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_tag_24_regular, 'shopping_bag_tag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.shortpick_20_regular, 'shortpick_20_regular', 20), + + FluentUISampleIcon(FluentIcons.shortpick_24_regular, 'shortpick_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sidebar_search_ltr_20_regular, 'sidebar_search_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sidebar_search_rtl_20_regular, 'sidebar_search_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sign_out_20_regular, 'sign_out_20_regular', 20), + + 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.skip_back_10_20_regular, 'skip_back_10_20_regular', 20), + + FluentUISampleIcon(FluentIcons.skip_back_10_24_regular, 'skip_back_10_24_regular', 24), + + FluentUISampleIcon(FluentIcons.skip_back_10_28_regular, 'skip_back_10_28_regular', 28), + + FluentUISampleIcon(FluentIcons.skip_back_10_32_regular, 'skip_back_10_32_regular', 32), + + FluentUISampleIcon(FluentIcons.skip_back_10_48_regular, 'skip_back_10_48_regular', 48), + + FluentUISampleIcon(FluentIcons.skip_backward_10_24_regular, 'skip_backward_10_24_regular', 24), + + FluentUISampleIcon(FluentIcons.skip_backward_10_28_regular, 'skip_backward_10_28_regular', 28), + + FluentUISampleIcon(FluentIcons.skip_backward_10_32_regular, 'skip_backward_10_32_regular', 32), + + FluentUISampleIcon(FluentIcons.skip_backward_10_48_regular, 'skip_backward_10_48_regular', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_10_20_regular, 'skip_forward_10_20_regular', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_10_24_regular, 'skip_forward_10_24_regular', 24), + + FluentUISampleIcon(FluentIcons.skip_forward_10_28_regular, 'skip_forward_10_28_regular', 28), + + FluentUISampleIcon(FluentIcons.skip_forward_10_32_regular, 'skip_forward_10_32_regular', 32), + + FluentUISampleIcon(FluentIcons.skip_forward_10_48_regular, 'skip_forward_10_48_regular', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_30_20_regular, 'skip_forward_30_20_regular', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_30_24_regular, 'skip_forward_30_24_regular', 24), + + FluentUISampleIcon(FluentIcons.skip_forward_30_28_regular, 'skip_forward_30_28_regular', 28), + + FluentUISampleIcon(FluentIcons.skip_forward_30_32_regular, 'skip_forward_30_32_regular', 32), + + FluentUISampleIcon(FluentIcons.skip_forward_30_48_regular, 'skip_forward_30_48_regular', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_tab_20_regular, 'skip_forward_tab_20_regular', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_tab_24_regular, 'skip_forward_tab_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sleep_20_regular, 'sleep_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sleep_24_regular, 'sleep_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_add_16_regular, 'slide_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.slide_add_20_regular, 'slide_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_add_24_regular, 'slide_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_add_28_regular, 'slide_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.slide_add_32_regular, 'slide_add_32_regular', 32), + + FluentUISampleIcon(FluentIcons.slide_add_48_regular, 'slide_add_48_regular', 48), + + FluentUISampleIcon(FluentIcons.slide_arrow_right_20_regular, 'slide_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_arrow_right_24_regular, 'slide_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_design_24_regular, 'slide_design_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_eraser_16_regular, 'slide_eraser_16_regular', 16), + + FluentUISampleIcon(FluentIcons.slide_eraser_20_regular, 'slide_eraser_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_eraser_24_regular, 'slide_eraser_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_grid_20_regular, 'slide_grid_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_grid_24_regular, 'slide_grid_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_microphone_32_regular, 'slide_microphone_32_regular', 32), + + FluentUISampleIcon(FluentIcons.slide_multiple_20_regular, 'slide_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_24_regular, 'slide_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_20_regular, 'slide_multiple_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_24_regular, 'slide_multiple_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_multiple_search_20_regular, 'slide_multiple_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_search_24_regular, 'slide_multiple_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_search_24_regular, 'slide_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_search_28_regular, 'slide_search_28_regular', 28), + + FluentUISampleIcon(FluentIcons.slide_settings_20_regular, 'slide_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_settings_24_regular, 'slide_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_size_20_regular, 'slide_size_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_size_24_regular, 'slide_size_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_text_16_regular, 'slide_text_16_regular', 16), + + FluentUISampleIcon(FluentIcons.slide_text_20_regular, 'slide_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_text_24_regular, 'slide_text_24_regular', 24), + + FluentUISampleIcon(FluentIcons.slide_text_28_regular, 'slide_text_28_regular', 28), + + FluentUISampleIcon(FluentIcons.slide_text_48_regular, 'slide_text_48_regular', 48), + + FluentUISampleIcon(FluentIcons.slide_transition_20_regular, 'slide_transition_20_regular', 20), + + FluentUISampleIcon(FluentIcons.slide_transition_24_regular, 'slide_transition_24_regular', 24), + + FluentUISampleIcon(FluentIcons.smartwatch_20_regular, 'smartwatch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.smartwatch_24_regular, 'smartwatch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.smartwatch_dot_20_regular, 'smartwatch_dot_20_regular', 20), + + FluentUISampleIcon(FluentIcons.smartwatch_dot_24_regular, 'smartwatch_dot_24_regular', 24), + + FluentUISampleIcon(FluentIcons.snooze_16_regular, 'snooze_16_regular', 16), + + FluentUISampleIcon(FluentIcons.snooze_20_regular, 'snooze_20_regular', 20), + + FluentUISampleIcon(FluentIcons.snooze_24_regular, 'snooze_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sound_source_20_regular, 'sound_source_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sound_source_24_regular, 'sound_source_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sound_source_28_regular, 'sound_source_28_regular', 28), + + FluentUISampleIcon(FluentIcons.sound_wave_circle_20_regular, 'sound_wave_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sound_wave_circle_24_regular, 'sound_wave_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.spacebar_20_regular, 'spacebar_20_regular', 20), + + FluentUISampleIcon(FluentIcons.spacebar_24_regular, 'spacebar_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sparkle_16_regular, 'sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.sparkle_20_regular, 'sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sparkle_24_regular, 'sparkle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sparkle_28_regular, 'sparkle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.sparkle_48_regular, 'sparkle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_0_16_regular, 'speaker_0_16_regular', 16), + + FluentUISampleIcon(FluentIcons.speaker_0_20_regular, 'speaker_0_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_0_24_regular, 'speaker_0_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_0_28_regular, 'speaker_0_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_0_32_regular, 'speaker_0_32_regular', 32), + + FluentUISampleIcon(FluentIcons.speaker_0_48_regular, 'speaker_0_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_1_16_regular, 'speaker_1_16_regular', 16), + + FluentUISampleIcon(FluentIcons.speaker_1_20_regular, 'speaker_1_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_1_24_regular, 'speaker_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_1_28_regular, 'speaker_1_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_1_32_regular, 'speaker_1_32_regular', 32), + + FluentUISampleIcon(FluentIcons.speaker_1_48_regular, 'speaker_1_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_2_16_regular, 'speaker_2_16_regular', 16), + + FluentUISampleIcon(FluentIcons.speaker_2_20_regular, 'speaker_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_2_24_regular, 'speaker_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_2_28_regular, 'speaker_2_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_2_32_regular, 'speaker_2_32_regular', 32), + + FluentUISampleIcon(FluentIcons.speaker_2_48_regular, 'speaker_2_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_regular, 'speaker_bluetooth_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_28_regular, 'speaker_bluetooth_28_regular', 28), + + 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_mute_16_regular, 'speaker_mute_16_regular', 16), + + FluentUISampleIcon(FluentIcons.speaker_mute_20_regular, 'speaker_mute_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_mute_24_regular, 'speaker_mute_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_mute_28_regular, 'speaker_mute_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_mute_48_regular, 'speaker_mute_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_off_16_regular, 'speaker_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.speaker_off_20_regular, 'speaker_off_20_regular', 20), + + 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_off_48_regular, 'speaker_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.speaker_settings_20_regular, 'speaker_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.speaker_settings_24_regular, 'speaker_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_settings_28_regular, 'speaker_settings_28_regular', 28), + + FluentUISampleIcon(FluentIcons.speaker_usb_24_regular, 'speaker_usb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.speaker_usb_28_regular, 'speaker_usb_28_regular', 28), + + FluentUISampleIcon(FluentIcons.spinner_ios_20_regular, 'spinner_ios_20_regular', 20), + + FluentUISampleIcon(FluentIcons.split_hint_20_regular, 'split_hint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.split_horizontal_12_regular, 'split_horizontal_12_regular', 12), + + FluentUISampleIcon(FluentIcons.split_horizontal_16_regular, 'split_horizontal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.split_horizontal_20_regular, 'split_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.split_horizontal_24_regular, 'split_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.split_horizontal_28_regular, 'split_horizontal_28_regular', 28), + + FluentUISampleIcon(FluentIcons.split_horizontal_32_regular, 'split_horizontal_32_regular', 32), + + FluentUISampleIcon(FluentIcons.split_horizontal_48_regular, 'split_horizontal_48_regular', 48), + + FluentUISampleIcon(FluentIcons.split_vertical_12_regular, 'split_vertical_12_regular', 12), + + FluentUISampleIcon(FluentIcons.split_vertical_16_regular, 'split_vertical_16_regular', 16), + + FluentUISampleIcon(FluentIcons.split_vertical_20_regular, 'split_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.split_vertical_24_regular, 'split_vertical_24_regular', 24), + + FluentUISampleIcon(FluentIcons.split_vertical_28_regular, 'split_vertical_28_regular', 28), + + FluentUISampleIcon(FluentIcons.split_vertical_32_regular, 'split_vertical_32_regular', 32), + + FluentUISampleIcon(FluentIcons.split_vertical_48_regular, 'split_vertical_48_regular', 48), + + FluentUISampleIcon(FluentIcons.sport_16_regular, 'sport_16_regular', 16), + + FluentUISampleIcon(FluentIcons.sport_20_regular, 'sport_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sport_24_regular, 'sport_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sport_american_football_20_regular, 'sport_american_football_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sport_american_football_24_regular, 'sport_american_football_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sport_baseball_20_regular, 'sport_baseball_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sport_baseball_24_regular, 'sport_baseball_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sport_basketball_24_regular, 'sport_basketball_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sport_hockey_20_regular, 'sport_hockey_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sport_hockey_24_regular, 'sport_hockey_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sport_soccer_16_regular, 'sport_soccer_16_regular', 16), + + FluentUISampleIcon(FluentIcons.sport_soccer_20_regular, 'sport_soccer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sport_soccer_24_regular, 'sport_soccer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_12_regular, 'square_12_regular', 12), + + FluentUISampleIcon(FluentIcons.square_16_regular, 'square_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_20_regular, 'square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_24_regular, 'square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_28_regular, 'square_28_regular', 28), + + FluentUISampleIcon(FluentIcons.square_32_regular, 'square_32_regular', 32), + + FluentUISampleIcon(FluentIcons.square_48_regular, 'square_48_regular', 48), + + FluentUISampleIcon(FluentIcons.square_add_16_regular, 'square_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_add_20_regular, 'square_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_16_regular, 'square_arrow_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_20_regular, 'square_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_24_regular, 'square_arrow_forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_28_regular, 'square_arrow_forward_28_regular', 28), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_32_regular, 'square_arrow_forward_32_regular', 32), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_48_regular, 'square_arrow_forward_48_regular', 48), + + FluentUISampleIcon(FluentIcons.square_dismiss_16_regular, 'square_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_dismiss_20_regular, 'square_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_hint_16_regular, 'square_hint_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_hint_20_regular, 'square_hint_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_hint_24_regular, 'square_hint_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_hint_28_regular, 'square_hint_28_regular', 28), + + FluentUISampleIcon(FluentIcons.square_hint_32_regular, 'square_hint_32_regular', 32), + + FluentUISampleIcon(FluentIcons.square_hint_48_regular, 'square_hint_48_regular', 48), + + FluentUISampleIcon(FluentIcons.square_hint_apps_20_regular, 'square_hint_apps_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_hint_apps_24_regular, 'square_hint_apps_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_hint_arrow_back_16_regular, 'square_hint_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_hint_arrow_back_20_regular, 'square_hint_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_16_regular, 'square_hint_sparkles_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_20_regular, 'square_hint_sparkles_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_24_regular, 'square_hint_sparkles_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_28_regular, 'square_hint_sparkles_28_regular', 28), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_32_regular, 'square_hint_sparkles_32_regular', 32), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_48_regular, 'square_hint_sparkles_48_regular', 48), + + FluentUISampleIcon(FluentIcons.square_multiple_16_regular, 'square_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.square_multiple_20_regular, 'square_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.square_multiple_24_regular, 'square_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.square_shadow_12_regular, 'square_shadow_12_regular', 12), + + FluentUISampleIcon(FluentIcons.square_shadow_20_regular, 'square_shadow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.squares_nested_20_regular, 'squares_nested_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stack_16_regular, 'stack_16_regular', 16), + + FluentUISampleIcon(FluentIcons.stack_20_regular, 'stack_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stack_24_regular, 'stack_24_regular', 24), + + FluentUISampleIcon(FluentIcons.stack_arrow_forward_20_regular, 'stack_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stack_arrow_forward_24_regular, 'stack_arrow_forward_24_regular', 24), + + FluentUISampleIcon(FluentIcons.stack_star_16_regular, 'stack_star_16_regular', 16), + + FluentUISampleIcon(FluentIcons.stack_star_20_regular, 'stack_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stack_star_24_regular, 'stack_star_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_48_regular, 'star_48_regular', 48), + + 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_add_28_regular, 'star_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.star_arrow_right_end_20_regular, 'star_arrow_right_end_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_arrow_right_end_24_regular, 'star_arrow_right_end_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_20_regular, 'star_arrow_right_start_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_regular, 'star_arrow_right_start_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_dismiss_16_regular, 'star_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_dismiss_20_regular, 'star_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_dismiss_24_regular, 'star_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_dismiss_28_regular, 'star_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.star_edit_20_regular, 'star_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_edit_24_regular, 'star_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_emphasis_20_regular, 'star_emphasis_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_emphasis_24_regular, 'star_emphasis_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_emphasis_32_regular, 'star_emphasis_32_regular', 32), + + FluentUISampleIcon(FluentIcons.star_half_12_regular, 'star_half_12_regular', 12), + + FluentUISampleIcon(FluentIcons.star_half_16_regular, 'star_half_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_half_20_regular, 'star_half_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_half_24_regular, 'star_half_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_half_28_regular, 'star_half_28_regular', 28), + + FluentUISampleIcon(FluentIcons.star_line_horizontal_3_16_regular, 'star_line_horizontal_3_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_line_horizontal_3_20_regular, 'star_line_horizontal_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_line_horizontal_3_24_regular, 'star_line_horizontal_3_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_one_quarter_12_regular, 'star_one_quarter_12_regular', 12), + + FluentUISampleIcon(FluentIcons.star_one_quarter_16_regular, 'star_one_quarter_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_one_quarter_20_regular, 'star_one_quarter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_one_quarter_24_regular, 'star_one_quarter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_one_quarter_28_regular, 'star_one_quarter_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_20_regular, 'star_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_settings_24_regular, 'star_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_three_quarter_12_regular, 'star_three_quarter_12_regular', 12), + + FluentUISampleIcon(FluentIcons.star_three_quarter_16_regular, 'star_three_quarter_16_regular', 16), + + FluentUISampleIcon(FluentIcons.star_three_quarter_20_regular, 'star_three_quarter_20_regular', 20), + + FluentUISampleIcon(FluentIcons.star_three_quarter_24_regular, 'star_three_quarter_24_regular', 24), + + FluentUISampleIcon(FluentIcons.star_three_quarter_28_regular, 'star_three_quarter_28_regular', 28), + + 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.steps_20_regular, 'steps_20_regular', 20), + + FluentUISampleIcon(FluentIcons.steps_24_regular, 'steps_24_regular', 24), + + FluentUISampleIcon(FluentIcons.stethoscope_20_regular, 'stethoscope_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stethoscope_24_regular, 'stethoscope_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sticker_12_regular, 'sticker_12_regular', 12), + + FluentUISampleIcon(FluentIcons.sticker_20_regular, 'sticker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sticker_24_regular, 'sticker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sticker_add_20_regular, 'sticker_add_20_regular', 20), + + 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_20_regular, 'storage_20_regular', 20), + + FluentUISampleIcon(FluentIcons.storage_24_regular, 'storage_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.stream_20_regular, 'stream_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stream_24_regular, 'stream_24_regular', 24), + + FluentUISampleIcon(FluentIcons.stream_input_20_regular, 'stream_input_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stream_input_output_20_regular, 'stream_input_output_20_regular', 20), + + FluentUISampleIcon(FluentIcons.stream_output_20_regular, 'stream_output_20_regular', 20), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_16_regular, 'strikethrough_ga_na_16_regular', 16), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_20_regular, 'strikethrough_ga_na_20_regular', 20), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_24_regular, 'strikethrough_ga_na_24_regular', 24), + + FluentUISampleIcon(FluentIcons.style_guide_20_regular, 'style_guide_20_regular', 20), + + FluentUISampleIcon(FluentIcons.style_guide_24_regular, 'style_guide_24_regular', 24), + + FluentUISampleIcon(FluentIcons.sub_grid_20_regular, 'sub_grid_20_regular', 20), + + FluentUISampleIcon(FluentIcons.sub_grid_24_regular, 'sub_grid_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subtitles_16_regular, 'subtitles_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtitles_20_regular, 'subtitles_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtitles_24_regular, 'subtitles_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subtract_12_regular, 'subtract_12_regular', 12), + + FluentUISampleIcon(FluentIcons.subtract_16_regular, 'subtract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtract_20_regular, 'subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtract_24_regular, 'subtract_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subtract_28_regular, 'subtract_28_regular', 28), + + FluentUISampleIcon(FluentIcons.subtract_48_regular, 'subtract_48_regular', 48), + + FluentUISampleIcon(FluentIcons.subtract_circle_12_regular, 'subtract_circle_12_regular', 12), + + FluentUISampleIcon(FluentIcons.subtract_circle_16_regular, 'subtract_circle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_20_regular, 'subtract_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtract_circle_24_regular, 'subtract_circle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subtract_circle_28_regular, 'subtract_circle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.subtract_circle_32_regular, 'subtract_circle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_16_regular, 'subtract_circle_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_20_regular, 'subtract_circle_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_16_regular, 'subtract_circle_arrow_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_20_regular, 'subtract_circle_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtract_square_20_regular, 'subtract_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.subtract_square_24_regular, 'subtract_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.subtract_square_multiple_16_regular, 'subtract_square_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.subtract_square_multiple_20_regular, 'subtract_square_multiple_20_regular', 20), + + 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_16_regular, 'symbols_16_regular', 16), + + FluentUISampleIcon(FluentIcons.symbols_20_regular, 'symbols_20_regular', 20), + + 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.syringe_20_regular, 'syringe_20_regular', 20), + + FluentUISampleIcon(FluentIcons.syringe_24_regular, 'syringe_24_regular', 24), + + FluentUISampleIcon(FluentIcons.system_20_regular, 'system_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_add_20_regular, 'tab_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_add_24_regular, 'tab_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_arrow_left_20_regular, 'tab_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_arrow_left_24_regular, 'tab_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_16_regular, 'tab_desktop_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_20_regular, 'tab_desktop_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_24_regular, 'tab_desktop_24_regular', 24), + + 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_arrow_left_20_regular, 'tab_desktop_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_bottom_20_regular, 'tab_desktop_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_bottom_24_regular, 'tab_desktop_bottom_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_multiple_bottom_24_regular, 'tab_desktop_multiple_bottom_24_regular', 24), + + 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_prohibited_20_regular, 'tab_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_prohibited_24_regular, 'tab_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tab_shield_dismiss_20_regular, 'tab_shield_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tab_shield_dismiss_24_regular, 'tab_shield_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_16_regular, 'table_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_20_regular, 'table_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_24_regular, 'table_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_28_regular, 'table_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_32_regular, 'table_32_regular', 32), + + FluentUISampleIcon(FluentIcons.table_48_regular, 'table_48_regular', 48), + + FluentUISampleIcon(FluentIcons.table_add_16_regular, 'table_add_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_add_20_regular, 'table_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_add_24_regular, 'table_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_add_28_regular, 'table_add_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_bottom_row_16_regular, 'table_bottom_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_bottom_row_20_regular, 'table_bottom_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_bottom_row_24_regular, 'table_bottom_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_bottom_row_28_regular, 'table_bottom_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_bottom_row_32_regular, 'table_bottom_row_32_regular', 32), + + FluentUISampleIcon(FluentIcons.table_bottom_row_48_regular, 'table_bottom_row_48_regular', 48), + + FluentUISampleIcon(FluentIcons.table_cell_edit_16_regular, 'table_cell_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_cell_edit_20_regular, 'table_cell_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_cell_edit_24_regular, 'table_cell_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_cell_edit_28_regular, 'table_cell_edit_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_cells_merge_16_regular, 'table_cells_merge_16_regular', 16), + + 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_merge_28_regular, 'table_cells_merge_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_cells_split_16_regular, 'table_cells_split_16_regular', 16), + + 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_cells_split_28_regular, 'table_cells_split_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_checker_20_regular, 'table_checker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_copy_20_regular, 'table_copy_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_delete_column_16_regular, 'table_delete_column_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_delete_column_20_regular, 'table_delete_column_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_delete_column_24_regular, 'table_delete_column_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_delete_column_28_regular, 'table_delete_column_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_delete_row_16_regular, 'table_delete_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_delete_row_20_regular, 'table_delete_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_delete_row_24_regular, 'table_delete_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_delete_row_28_regular, 'table_delete_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_dismiss_16_regular, 'table_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_dismiss_20_regular, 'table_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_dismiss_24_regular, 'table_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_dismiss_28_regular, 'table_dismiss_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_edit_16_regular, 'table_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_edit_20_regular, 'table_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_edit_24_regular, 'table_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_edit_28_regular, 'table_edit_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_column_16_regular, 'table_freeze_column_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_column_20_regular, 'table_freeze_column_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_column_24_regular, 'table_freeze_column_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_28_regular, 'table_freeze_column_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_16_regular, 'table_freeze_column_and_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_20_regular, 'table_freeze_column_and_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_24_regular, 'table_freeze_column_and_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_28_regular, 'table_freeze_column_and_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_row_16_regular, 'table_freeze_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_row_20_regular, 'table_freeze_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_row_24_regular, 'table_freeze_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_row_28_regular, 'table_freeze_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_image_20_regular, 'table_image_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_insert_column_16_regular, 'table_insert_column_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_insert_column_20_regular, 'table_insert_column_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_insert_column_24_regular, 'table_insert_column_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_insert_column_28_regular, 'table_insert_column_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_insert_row_16_regular, 'table_insert_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_insert_row_20_regular, 'table_insert_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_insert_row_24_regular, 'table_insert_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_insert_row_28_regular, 'table_insert_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_lightning_16_regular, 'table_lightning_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_lightning_20_regular, 'table_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_lightning_24_regular, 'table_lightning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_lightning_28_regular, 'table_lightning_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_link_16_regular, 'table_link_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_link_20_regular, 'table_link_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_link_24_regular, 'table_link_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_link_28_regular, 'table_link_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_move_above_16_regular, 'table_move_above_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_move_above_20_regular, 'table_move_above_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_move_above_24_regular, 'table_move_above_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_move_above_28_regular, 'table_move_above_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_move_below_16_regular, 'table_move_below_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_move_below_20_regular, 'table_move_below_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_move_below_24_regular, 'table_move_below_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_move_below_28_regular, 'table_move_below_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_move_left_16_regular, 'table_move_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_move_left_20_regular, 'table_move_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_move_left_24_regular, 'table_move_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_move_left_28_regular, 'table_move_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_move_right_16_regular, 'table_move_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_move_right_20_regular, 'table_move_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_move_right_24_regular, 'table_move_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_move_right_28_regular, 'table_move_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_multiple_20_regular, 'table_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_resize_column_16_regular, 'table_resize_column_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_resize_column_20_regular, 'table_resize_column_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_resize_column_24_regular, 'table_resize_column_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_resize_column_28_regular, 'table_resize_column_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_resize_row_16_regular, 'table_resize_row_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_resize_row_20_regular, 'table_resize_row_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_resize_row_24_regular, 'table_resize_row_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_resize_row_28_regular, 'table_resize_row_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_search_20_regular, 'table_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_settings_16_regular, 'table_settings_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_settings_20_regular, 'table_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_settings_24_regular, 'table_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_settings_28_regular, 'table_settings_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_simple_16_regular, 'table_simple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_simple_20_regular, 'table_simple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_simple_24_regular, 'table_simple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_simple_28_regular, 'table_simple_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_simple_48_regular, 'table_simple_48_regular', 48), + + FluentUISampleIcon(FluentIcons.table_split_20_regular, 'table_split_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_above_16_regular, 'table_stack_above_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_stack_above_20_regular, 'table_stack_above_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_above_24_regular, 'table_stack_above_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_stack_above_28_regular, 'table_stack_above_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_stack_below_16_regular, 'table_stack_below_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_stack_below_20_regular, 'table_stack_below_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_below_24_regular, 'table_stack_below_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_stack_below_28_regular, 'table_stack_below_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_stack_down_20_regular, 'table_stack_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_left_16_regular, 'table_stack_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_stack_left_20_regular, 'table_stack_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_left_24_regular, 'table_stack_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_stack_left_28_regular, 'table_stack_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_stack_right_16_regular, 'table_stack_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_stack_right_20_regular, 'table_stack_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_stack_right_24_regular, 'table_stack_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_stack_right_28_regular, 'table_stack_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.table_switch_16_regular, 'table_switch_16_regular', 16), + + FluentUISampleIcon(FluentIcons.table_switch_20_regular, 'table_switch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.table_switch_24_regular, 'table_switch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.table_switch_28_regular, 'table_switch_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tablet_12_regular, 'tablet_12_regular', 12), + + FluentUISampleIcon(FluentIcons.tablet_16_regular, 'tablet_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tablet_20_regular, 'tablet_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tablet_24_regular, 'tablet_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tablet_32_regular, 'tablet_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tablet_48_regular, 'tablet_48_regular', 48), + + FluentUISampleIcon(FluentIcons.tablet_speaker_20_regular, 'tablet_speaker_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tablet_speaker_24_regular, 'tablet_speaker_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tabs_24_regular, 'tabs_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_16_regular, 'tag_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_20_regular, 'tag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_24_regular, 'tag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_32_regular, 'tag_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tag_circle_20_regular, 'tag_circle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_dismiss_16_regular, 'tag_dismiss_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_dismiss_20_regular, 'tag_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_dismiss_24_regular, 'tag_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_error_16_regular, 'tag_error_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_error_20_regular, 'tag_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_error_24_regular, 'tag_error_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_lock_16_regular, 'tag_lock_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_lock_20_regular, 'tag_lock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_lock_24_regular, 'tag_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_lock_32_regular, 'tag_lock_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tag_multiple_16_regular, 'tag_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_multiple_20_regular, 'tag_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_multiple_24_regular, 'tag_multiple_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_off_20_regular, 'tag_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_off_24_regular, 'tag_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_question_mark_16_regular, 'tag_question_mark_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tag_question_mark_20_regular, 'tag_question_mark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_question_mark_24_regular, 'tag_question_mark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_question_mark_32_regular, 'tag_question_mark_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tag_reset_20_regular, 'tag_reset_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_reset_24_regular, 'tag_reset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tag_search_20_regular, 'tag_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tag_search_24_regular, 'tag_search_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tap_double_20_regular, 'tap_double_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tap_double_24_regular, 'tap_double_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tap_double_32_regular, 'tap_double_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tap_double_48_regular, 'tap_double_48_regular', 48), + + FluentUISampleIcon(FluentIcons.tap_single_20_regular, 'tap_single_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tap_single_24_regular, 'tap_single_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tap_single_32_regular, 'tap_single_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tap_single_48_regular, 'tap_single_48_regular', 48), + + 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_32_regular, 'target_32_regular', 32), + + FluentUISampleIcon(FluentIcons.target_arrow_16_regular, 'target_arrow_16_regular', 16), + + FluentUISampleIcon(FluentIcons.target_arrow_20_regular, 'target_arrow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.target_arrow_24_regular, 'target_arrow_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_add_20_regular, 'task_list_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_add_24_regular, 'task_list_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_ltr_20_regular, 'task_list_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_ltr_24_regular, 'task_list_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_rtl_20_regular, 'task_list_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_rtl_24_regular, 'task_list_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_add_20_regular, 'task_list_square_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_add_24_regular, 'task_list_square_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_database_20_regular, 'task_list_square_database_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_ltr_20_regular, 'task_list_square_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_ltr_24_regular, 'task_list_square_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_person_20_regular, 'task_list_square_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_rtl_20_regular, 'task_list_square_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_rtl_24_regular, 'task_list_square_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_settings_20_regular, 'task_list_square_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tasks_app_20_regular, 'tasks_app_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tasks_app_24_regular, 'tasks_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tasks_app_28_regular, 'tasks_app_28_regular', 28), + + FluentUISampleIcon(FluentIcons.teddy_20_regular, 'teddy_20_regular', 20), + + FluentUISampleIcon(FluentIcons.teddy_24_regular, 'teddy_24_regular', 24), + + FluentUISampleIcon(FluentIcons.temperature_16_regular, 'temperature_16_regular', 16), + + FluentUISampleIcon(FluentIcons.temperature_20_regular, 'temperature_20_regular', 20), + + FluentUISampleIcon(FluentIcons.temperature_24_regular, 'temperature_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tent_12_regular, 'tent_12_regular', 12), + + FluentUISampleIcon(FluentIcons.tent_16_regular, 'tent_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tent_20_regular, 'tent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tent_24_regular, 'tent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tent_28_regular, 'tent_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tent_48_regular, 'tent_48_regular', 48), + + FluentUISampleIcon(FluentIcons.tetris_app_16_regular, 'tetris_app_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tetris_app_20_regular, 'tetris_app_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tetris_app_24_regular, 'tetris_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tetris_app_28_regular, 'tetris_app_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tetris_app_32_regular, 'tetris_app_32_regular', 32), + + FluentUISampleIcon(FluentIcons.tetris_app_48_regular, 'tetris_app_48_regular', 48), + + FluentUISampleIcon(FluentIcons.text_20_regular, 'text_20_regular', 20), + + 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_add_t_24_regular, 'text_add_t_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_center_16_regular, 'text_align_center_16_regular', 16), + + 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_center_rotate_270_24_regular, 'text_align_center_rotate_270_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_distributed_evenly_20_regular, 'text_align_distributed_evenly_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_evenly_24_regular, 'text_align_distributed_evenly_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_20_regular, 'text_align_distributed_vertical_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_24_regular, 'text_align_distributed_vertical_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_justify_low_20_regular, 'text_align_justify_low_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_align_justify_low_24_regular, 'text_align_justify_low_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_low_rotate_90_24_regular, 'text_align_justify_low_rotate_90_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_rotate_90_24_regular, 'text_align_justify_rotate_90_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_left_16_regular, 'text_align_left_16_regular', 16), + + 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_left_rotate_270_24_regular, 'text_align_left_rotate_270_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_align_right_16_regular, 'text_align_right_16_regular', 16), + + 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_align_right_rotate_270_24_regular, 'text_align_right_rotate_270_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_asterisk_20_regular, 'text_asterisk_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_baseline_20_regular, 'text_baseline_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bold_16_regular, 'text_bold_16_regular', 16), + + 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_box_16_regular, 'text_box_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_box_settings_20_regular, 'text_box_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_box_settings_24_regular, 'text_box_settings_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_20_regular, 'text_bullet_list_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_regular, 'text_bullet_list_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_checkmark_20_regular, 'text_bullet_list_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_dismiss_20_regular, 'text_bullet_list_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_16_regular, 'text_bullet_list_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_20_regular, 'text_bullet_list_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_24_regular, 'text_bullet_list_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_16_regular, 'text_bullet_list_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_20_regular, 'text_bullet_list_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_24_regular, 'text_bullet_list_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_20_regular, 'text_bullet_list_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_regular, 'text_bullet_list_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_clock_20_regular, 'text_bullet_list_square_clock_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_20_regular, 'text_bullet_list_square_edit_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_24_regular, 'text_bullet_list_square_edit_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_person_20_regular, 'text_bullet_list_square_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_search_20_regular, 'text_bullet_list_square_search_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_settings_20_regular, 'text_bullet_list_square_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_shield_20_regular, 'text_bullet_list_square_shield_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_toolbox_20_regular, 'text_bullet_list_square_toolbox_20_regular', 20), + + 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_case_lowercase_16_regular, 'text_case_lowercase_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_case_lowercase_20_regular, 'text_case_lowercase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_case_lowercase_24_regular, 'text_case_lowercase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_case_title_16_regular, 'text_case_title_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_case_title_20_regular, 'text_case_title_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_case_title_24_regular, 'text_case_title_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_16_regular, 'text_case_uppercase_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_20_regular, 'text_case_uppercase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_24_regular, 'text_case_uppercase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_change_case_16_regular, 'text_change_case_16_regular', 16), + + 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_clear_formatting_16_regular, 'text_clear_formatting_16_regular', 16), + + 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_clear_formatting_ga_24_regular, 'text_clear_formatting_ga_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_collapse_20_regular, 'text_collapse_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_collapse_24_regular, 'text_collapse_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_color_16_regular, 'text_color_16_regular', 16), + + 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_color_accent_16_regular, 'text_color_accent_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_color_accent_20_regular, 'text_color_accent_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_color_accent_24_regular, 'text_color_accent_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_color_ga_20_regular, 'text_color_ga_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_color_ga_24_regular, 'text_color_ga_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_one_narrow_20_regular, 'text_column_one_narrow_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_narrow_24_regular, 'text_column_one_narrow_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_20_regular, 'text_column_one_wide_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_24_regular, 'text_column_one_wide_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_20_regular, 'text_column_one_wide_lightning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_24_regular, 'text_column_one_wide_lightning_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_continuous_20_regular, 'text_continuous_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_continuous_24_regular, 'text_continuous_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_density_16_regular, 'text_density_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_density_20_regular, 'text_density_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_density_24_regular, 'text_density_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_density_28_regular, 'text_density_28_regular', 28), + + 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_horizontal_left_20_regular, 'text_direction_horizontal_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_left_24_regular, 'text_direction_horizontal_left_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_horizontal_right_20_regular, 'text_direction_horizontal_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_right_24_regular, 'text_direction_horizontal_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_20_regular, 'text_direction_horizontal_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_24_regular, 'text_direction_horizontal_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_20_regular, 'text_direction_ltr_ac_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_24_regular, 'text_direction_ltr_ac_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_270_ltr_20_regular, 'text_direction_rotate_270_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ltr_24_regular, 'text_direction_rotate_270_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_20_regular, 'text_direction_rotate_270_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_24_regular, 'text_direction_rotate_270_right_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_rotate_90_ac_24_regular, 'text_direction_rotate_90_ac_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_20_regular, 'text_direction_rotate_90_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_24_regular, 'text_direction_rotate_90_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_20_regular, 'text_direction_rotate_90_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_24_regular, 'text_direction_rotate_90_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_20_regular, 'text_direction_rotate_90_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_24_regular, 'text_direction_rotate_90_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_20_regular, 'text_direction_rotate_90_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_24_regular, 'text_direction_rotate_90_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_20_regular, 'text_direction_rtl_ac_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_24_regular, 'text_direction_rtl_ac_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_direction_vertical_ac_24_regular, 'text_direction_vertical_ac_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_edit_style_ga_24_regular, 'text_edit_style_ga_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_effects_ga_24_regular, 'text_effects_ga_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_expand_20_regular, 'text_expand_20_regular', 20), + + 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_info_16_regular, 'text_font_info_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_font_info_20_regular, 'text_font_info_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_font_info_24_regular, 'text_font_info_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_font_size_16_regular, 'text_font_size_16_regular', 16), + + 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_footnote_ga_na_24_regular, 'text_footnote_ga_na_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_20_regular, 'text_grammar_arrow_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_24_regular, 'text_grammar_arrow_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_20_regular, 'text_grammar_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_24_regular, 'text_grammar_arrow_right_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_checkmark_20_regular, 'text_grammar_checkmark_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_checkmark_24_regular, 'text_grammar_checkmark_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_dismiss_20_regular, 'text_grammar_dismiss_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_dismiss_24_regular, 'text_grammar_dismiss_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_error_20_regular, 'text_grammar_error_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_settings_20_regular, 'text_grammar_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_settings_24_regular, 'text_grammar_settings_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_16_regular, 'text_grammar_wand_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_20_regular, 'text_grammar_wand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_24_regular, 'text_grammar_wand_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_1_24_regular, 'text_header_1_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_header_2_20_regular, 'text_header_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_header_2_24_regular, 'text_header_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_header_3_20_regular, 'text_header_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_header_3_24_regular, 'text_header_3_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_16_regular, 'text_indent_decrease_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_20_regular, 'text_indent_decrease_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_24_regular, 'text_indent_decrease_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_16_regular, 'text_indent_decrease_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_20_regular, 'text_indent_decrease_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_24_regular, 'text_indent_decrease_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_16_regular, 'text_indent_decrease_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_20_regular, 'text_indent_decrease_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_24_regular, 'text_indent_decrease_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_16_regular, 'text_indent_increase_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_20_regular, 'text_indent_increase_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_24_regular, 'text_indent_increase_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_16_regular, 'text_indent_increase_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_20_regular, 'text_indent_increase_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_24_regular, 'text_indent_increase_ltr_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_16_regular, 'text_indent_increase_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_20_regular, 'text_indent_increase_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_24_regular, 'text_indent_increase_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_italic_16_regular, 'text_italic_16_regular', 16), + + 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_more_20_regular, 'text_more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_more_24_regular, 'text_more_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_format_20_regular, 'text_number_format_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_number_format_24_regular, 'text_number_format_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_format_ga_na_da_24_regular, 'text_number_format_ga_na_da_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_16_regular, 'text_number_list_ltr_16_regular', 16), + + 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_16_regular, 'text_number_list_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_20_regular, 'text_number_list_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_regular, 'text_number_list_rtl_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_16_regular, 'text_paragraph_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_20_regular, 'text_paragraph_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_24_regular, 'text_paragraph_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_20_regular, 'text_paragraph_direction_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_24_regular, 'text_paragraph_direction_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_16_regular, 'text_paragraph_direction_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_20_regular, 'text_paragraph_direction_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_16_regular, 'text_paragraph_direction_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_20_regular, 'text_paragraph_direction_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_period_asterisk_20_regular, 'text_period_asterisk_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_behind_20_regular, 'text_position_behind_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_behind_24_regular, 'text_position_behind_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_front_20_regular, 'text_position_front_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_front_24_regular, 'text_position_front_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_line_20_regular, 'text_position_line_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_line_24_regular, 'text_position_line_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_square_20_regular, 'text_position_square_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_square_24_regular, 'text_position_square_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_through_20_regular, 'text_position_through_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_through_24_regular, 'text_position_through_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_tight_20_regular, 'text_position_tight_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_tight_24_regular, 'text_position_tight_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_position_top_bottom_20_regular, 'text_position_top_bottom_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_position_top_bottom_24_regular, 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_regular, 'text_proofing_tools_ga_na_da_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_zi_24_regular, 'text_proofing_tools_zi_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_quote_16_regular, 'text_quote_16_regular', 16), + + 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_16_regular, 'text_sort_ascending_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_20_regular, 'text_sort_ascending_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_24_regular, 'text_sort_ascending_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_sort_descending_16_regular, 'text_sort_descending_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_sort_descending_20_regular, 'text_sort_descending_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_sort_descending_24_regular, 'text_sort_descending_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_strikethrough_16_regular, 'text_strikethrough_16_regular', 16), + + 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_strikethrough_s_16_regular, 'text_strikethrough_s_16_regular', 16), + + FluentUISampleIcon(FluentIcons.text_strikethrough_s_20_regular, 'text_strikethrough_s_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_s_24_regular, 'text_strikethrough_s_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_subscript_16_regular, 'text_subscript_16_regular', 16), + + 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_16_regular, 'text_superscript_16_regular', 16), + + 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_t_20_regular, 'text_t_20_regular', 20), + + FluentUISampleIcon(FluentIcons.text_t_24_regular, 'text_t_24_regular', 24), + + FluentUISampleIcon(FluentIcons.text_t_28_regular, 'text_t_28_regular', 28), + + FluentUISampleIcon(FluentIcons.text_t_48_regular, 'text_t_48_regular', 48), + + FluentUISampleIcon(FluentIcons.text_underline_16_regular, 'text_underline_16_regular', 16), + + 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_16_regular, 'textbox_16_regular', 16), + + FluentUISampleIcon(FluentIcons.textbox_20_regular, 'textbox_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_24_regular, 'textbox_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_bottom_rotate_90_20_regular, 'textbox_align_bottom_rotate_90_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_rotate_90_24_regular, 'textbox_align_bottom_rotate_90_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_center_20_regular, 'textbox_align_center_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_center_24_regular, 'textbox_align_center_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_middle_rotate_90_20_regular, 'textbox_align_middle_rotate_90_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_rotate_90_24_regular, 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_regular, 'textbox_align_top_rotate_90_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_top_rotate_90_24_regular, 'textbox_align_top_rotate_90_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_more_20_regular, 'textbox_more_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_more_24_regular, 'textbox_more_24_regular', 24), + + FluentUISampleIcon(FluentIcons.textbox_rotate_90_20_regular, 'textbox_rotate_90_20_regular', 20), + + FluentUISampleIcon(FluentIcons.textbox_rotate_90_24_regular, 'textbox_rotate_90_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_16_regular, 'thumb_dislike_16_regular', 16), + + 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_16_regular, 'thumb_like_16_regular', 16), + + FluentUISampleIcon(FluentIcons.thumb_like_20_regular, 'thumb_like_20_regular', 20), + + FluentUISampleIcon(FluentIcons.thumb_like_24_regular, 'thumb_like_24_regular', 24), + + FluentUISampleIcon(FluentIcons.thumb_like_28_regular, 'thumb_like_28_regular', 28), + + FluentUISampleIcon(FluentIcons.thumb_like_48_regular, 'thumb_like_48_regular', 48), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_16_regular, 'ticket_diagonal_16_regular', 16), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_20_regular, 'ticket_diagonal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_24_regular, 'ticket_diagonal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_28_regular, 'ticket_diagonal_28_regular', 28), + + FluentUISampleIcon(FluentIcons.ticket_horizontal_20_regular, 'ticket_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.ticket_horizontal_24_regular, 'ticket_horizontal_24_regular', 24), + + FluentUISampleIcon(FluentIcons.time_and_weather_20_regular, 'time_and_weather_20_regular', 20), + + 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_20_regular, 'timeline_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timeline_24_regular, 'timeline_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_10_20_regular, 'timer_10_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timer_10_24_regular, 'timer_10_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_12_regular, 'timer_12_regular', 12), + + FluentUISampleIcon(FluentIcons.timer_16_regular, 'timer_16_regular', 16), + + FluentUISampleIcon(FluentIcons.timer_20_regular, 'timer_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timer_24_regular, 'timer_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_28_regular, 'timer_28_regular', 28), + + FluentUISampleIcon(FluentIcons.timer_2_20_regular, 'timer_2_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timer_2_24_regular, 'timer_2_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_32_regular, 'timer_32_regular', 32), + + FluentUISampleIcon(FluentIcons.timer_3_20_regular, 'timer_3_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timer_3_24_regular, 'timer_3_24_regular', 24), + + FluentUISampleIcon(FluentIcons.timer_48_regular, 'timer_48_regular', 48), + + FluentUISampleIcon(FluentIcons.timer_off_20_regular, 'timer_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.timer_off_24_regular, 'timer_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.toggle_left_16_regular, 'toggle_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.toggle_left_20_regular, 'toggle_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.toggle_left_24_regular, 'toggle_left_24_regular', 24), + + FluentUISampleIcon(FluentIcons.toggle_left_28_regular, 'toggle_left_28_regular', 28), + + FluentUISampleIcon(FluentIcons.toggle_left_48_regular, 'toggle_left_48_regular', 48), + + 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.toggle_right_28_regular, 'toggle_right_28_regular', 28), + + FluentUISampleIcon(FluentIcons.toggle_right_48_regular, 'toggle_right_48_regular', 48), + + FluentUISampleIcon(FluentIcons.toolbox_12_regular, 'toolbox_12_regular', 12), + + 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.tooltip_quote_20_regular, 'tooltip_quote_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tooltip_quote_24_regular, 'tooltip_quote_24_regular', 24), + + FluentUISampleIcon(FluentIcons.top_speed_20_regular, 'top_speed_20_regular', 20), + + 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.transmission_20_regular, 'transmission_20_regular', 20), + + FluentUISampleIcon(FluentIcons.transmission_24_regular, 'transmission_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tray_item_add_20_regular, 'tray_item_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tray_item_add_24_regular, 'tray_item_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tray_item_remove_20_regular, 'tray_item_remove_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tray_item_remove_24_regular, 'tray_item_remove_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tree_deciduous_20_regular, 'tree_deciduous_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tree_evergreen_20_regular, 'tree_evergreen_20_regular', 20), + + FluentUISampleIcon(FluentIcons.triangle_12_regular, 'triangle_12_regular', 12), + + FluentUISampleIcon(FluentIcons.triangle_16_regular, 'triangle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.triangle_20_regular, 'triangle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.triangle_32_regular, 'triangle_32_regular', 32), + + FluentUISampleIcon(FluentIcons.triangle_48_regular, 'triangle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.triangle_down_12_regular, 'triangle_down_12_regular', 12), + + FluentUISampleIcon(FluentIcons.triangle_down_16_regular, 'triangle_down_16_regular', 16), + + FluentUISampleIcon(FluentIcons.triangle_down_20_regular, 'triangle_down_20_regular', 20), + + FluentUISampleIcon(FluentIcons.triangle_down_32_regular, 'triangle_down_32_regular', 32), + + FluentUISampleIcon(FluentIcons.triangle_down_48_regular, 'triangle_down_48_regular', 48), + + FluentUISampleIcon(FluentIcons.triangle_left_12_regular, 'triangle_left_12_regular', 12), + + FluentUISampleIcon(FluentIcons.triangle_left_16_regular, 'triangle_left_16_regular', 16), + + FluentUISampleIcon(FluentIcons.triangle_left_20_regular, 'triangle_left_20_regular', 20), + + FluentUISampleIcon(FluentIcons.triangle_left_32_regular, 'triangle_left_32_regular', 32), + + FluentUISampleIcon(FluentIcons.triangle_left_48_regular, 'triangle_left_48_regular', 48), + + FluentUISampleIcon(FluentIcons.triangle_right_12_regular, 'triangle_right_12_regular', 12), + + FluentUISampleIcon(FluentIcons.triangle_right_16_regular, 'triangle_right_16_regular', 16), + + FluentUISampleIcon(FluentIcons.triangle_right_20_regular, 'triangle_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.triangle_right_32_regular, 'triangle_right_32_regular', 32), + + FluentUISampleIcon(FluentIcons.triangle_right_48_regular, 'triangle_right_48_regular', 48), + + 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.trophy_28_regular, 'trophy_28_regular', 28), + + FluentUISampleIcon(FluentIcons.trophy_32_regular, 'trophy_32_regular', 32), + + FluentUISampleIcon(FluentIcons.trophy_48_regular, 'trophy_48_regular', 48), + + FluentUISampleIcon(FluentIcons.trophy_off_16_regular, 'trophy_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.trophy_off_20_regular, 'trophy_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.trophy_off_24_regular, 'trophy_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.trophy_off_28_regular, 'trophy_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.trophy_off_32_regular, 'trophy_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.trophy_off_48_regular, 'trophy_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.tv_16_regular, 'tv_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tv_20_regular, 'tv_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tv_24_regular, 'tv_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tv_28_regular, 'tv_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tv_48_regular, 'tv_48_regular', 48), + + FluentUISampleIcon(FluentIcons.tv_arrow_right_20_regular, 'tv_arrow_right_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tv_usb_16_regular, 'tv_usb_16_regular', 16), + + FluentUISampleIcon(FluentIcons.tv_usb_20_regular, 'tv_usb_20_regular', 20), + + FluentUISampleIcon(FluentIcons.tv_usb_24_regular, 'tv_usb_24_regular', 24), + + FluentUISampleIcon(FluentIcons.tv_usb_28_regular, 'tv_usb_28_regular', 28), + + FluentUISampleIcon(FluentIcons.tv_usb_48_regular, 'tv_usb_48_regular', 48), + + FluentUISampleIcon(FluentIcons.umbrella_20_regular, 'umbrella_20_regular', 20), + + FluentUISampleIcon(FluentIcons.umbrella_24_regular, 'umbrella_24_regular', 24), + + FluentUISampleIcon(FluentIcons.uninstall_app_20_regular, 'uninstall_app_20_regular', 20), + + FluentUISampleIcon(FluentIcons.uninstall_app_24_regular, 'uninstall_app_24_regular', 24), + + FluentUISampleIcon(FluentIcons.usb_plug_20_regular, 'usb_plug_20_regular', 20), + + FluentUISampleIcon(FluentIcons.usb_plug_24_regular, 'usb_plug_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_16_regular, 'vehicle_bicycle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_bicycle_20_regular, 'vehicle_bicycle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_bicycle_24_regular, 'vehicle_bicycle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_bus_16_regular, 'vehicle_bus_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_bus_20_regular, 'vehicle_bus_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_bus_24_regular, 'vehicle_bus_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_cab_16_regular, 'vehicle_cab_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_cab_20_regular, 'vehicle_cab_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_cab_24_regular, 'vehicle_cab_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_cab_28_regular, 'vehicle_cab_28_regular', 28), + + 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_car_28_regular, 'vehicle_car_28_regular', 28), + + FluentUISampleIcon(FluentIcons.vehicle_car_48_regular, 'vehicle_car_48_regular', 48), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_16_regular, 'vehicle_car_collision_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_20_regular, 'vehicle_car_collision_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_24_regular, 'vehicle_car_collision_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_28_regular, 'vehicle_car_collision_28_regular', 28), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_32_regular, 'vehicle_car_collision_32_regular', 32), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_48_regular, 'vehicle_car_collision_48_regular', 48), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_16_regular, 'vehicle_car_profile_ltr_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_20_regular, 'vehicle_car_profile_ltr_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_16_regular, 'vehicle_car_profile_rtl_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_20_regular, 'vehicle_car_profile_rtl_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_ship_16_regular, 'vehicle_ship_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_ship_20_regular, 'vehicle_ship_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_ship_24_regular, 'vehicle_ship_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_subway_16_regular, 'vehicle_subway_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_subway_20_regular, 'vehicle_subway_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_subway_24_regular, 'vehicle_subway_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_16_regular, 'vehicle_truck_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_truck_20_regular, 'vehicle_truck_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_24_regular, 'vehicle_truck_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_bag_20_regular, 'vehicle_truck_bag_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_bag_24_regular, 'vehicle_truck_bag_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_cube_20_regular, 'vehicle_truck_cube_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_cube_24_regular, 'vehicle_truck_cube_24_regular', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_16_regular, 'vehicle_truck_profile_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_20_regular, 'vehicle_truck_profile_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_24_regular, 'vehicle_truck_profile_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_32_regular, 'video_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_360_20_regular, 'video_360_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_360_24_regular, 'video_360_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_360_off_20_regular, 'video_360_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_48_regular, 'video_48_regular', 48), + + FluentUISampleIcon(FluentIcons.video_add_20_regular, 'video_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_add_24_regular, 'video_add_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_background_effect_20_regular, 'video_background_effect_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_background_effect_24_regular, 'video_background_effect_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_chat_16_regular, 'video_chat_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_chat_20_regular, 'video_chat_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_chat_24_regular, 'video_chat_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_chat_28_regular, 'video_chat_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_chat_32_regular, 'video_chat_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_chat_48_regular, 'video_chat_48_regular', 48), + + FluentUISampleIcon(FluentIcons.video_clip_16_regular, 'video_clip_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_clip_20_regular, 'video_clip_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_clip_24_regular, 'video_clip_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_16_regular, 'video_clip_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_20_regular, 'video_clip_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_24_regular, 'video_clip_multiple_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_off_32_regular, 'video_off_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_off_48_regular, 'video_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.video_person_12_regular, 'video_person_12_regular', 12), + + FluentUISampleIcon(FluentIcons.video_person_16_regular, 'video_person_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_person_20_regular, 'video_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_24_regular, 'video_person_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_28_regular, 'video_person_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_person_48_regular, 'video_person_48_regular', 48), + + FluentUISampleIcon(FluentIcons.video_person_call_16_regular, 'video_person_call_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_person_call_20_regular, 'video_person_call_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_call_24_regular, 'video_person_call_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_call_32_regular, 'video_person_call_32_regular', 32), + + FluentUISampleIcon(FluentIcons.video_person_off_20_regular, 'video_person_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_off_24_regular, 'video_person_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_16_regular, 'video_person_sparkle_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_20_regular, 'video_person_sparkle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_24_regular, 'video_person_sparkle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_28_regular, 'video_person_sparkle_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_48_regular, 'video_person_sparkle_48_regular', 48), + + FluentUISampleIcon(FluentIcons.video_person_star_20_regular, 'video_person_star_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_star_24_regular, 'video_person_star_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_person_star_off_20_regular, 'video_person_star_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_person_star_off_24_regular, 'video_person_star_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_play_pause_20_regular, 'video_play_pause_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_play_pause_24_regular, 'video_play_pause_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_prohibited_16_regular, 'video_prohibited_16_regular', 16), + + FluentUISampleIcon(FluentIcons.video_prohibited_20_regular, 'video_prohibited_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_prohibited_24_regular, 'video_prohibited_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_prohibited_28_regular, 'video_prohibited_28_regular', 28), + + FluentUISampleIcon(FluentIcons.video_recording_20_regular, 'video_recording_20_regular', 20), + + 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_20_regular, 'video_switch_20_regular', 20), + + FluentUISampleIcon(FluentIcons.video_switch_24_regular, 'video_switch_24_regular', 24), + + FluentUISampleIcon(FluentIcons.video_sync_20_regular, 'video_sync_20_regular', 20), + + 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.virtual_network_20_regular, 'virtual_network_20_regular', 20), + + FluentUISampleIcon(FluentIcons.virtual_network_toolbox_20_regular, 'virtual_network_toolbox_20_regular', 20), + + 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.voicemail_28_regular, 'voicemail_28_regular', 28), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_regular, 'voicemail_arrow_back_16_regular', 16), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_regular, 'voicemail_arrow_back_20_regular', 20), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_16_regular, 'voicemail_arrow_forward_16_regular', 16), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_20_regular, 'voicemail_arrow_forward_20_regular', 20), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_subtract_20_regular, 'voicemail_arrow_subtract_20_regular', 20), + + FluentUISampleIcon(FluentIcons.voicemail_subtract_16_regular, 'voicemail_subtract_16_regular', 16), + + FluentUISampleIcon(FluentIcons.vote_20_regular, 'vote_20_regular', 20), + + FluentUISampleIcon(FluentIcons.vote_24_regular, 'vote_24_regular', 24), + + FluentUISampleIcon(FluentIcons.walkie_talkie_20_regular, 'walkie_talkie_20_regular', 20), + + FluentUISampleIcon(FluentIcons.walkie_talkie_24_regular, 'walkie_talkie_24_regular', 24), + + FluentUISampleIcon(FluentIcons.walkie_talkie_28_regular, 'walkie_talkie_28_regular', 28), + + FluentUISampleIcon(FluentIcons.wallet_16_regular, 'wallet_16_regular', 16), + + FluentUISampleIcon(FluentIcons.wallet_20_regular, 'wallet_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wallet_24_regular, 'wallet_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wallet_28_regular, 'wallet_28_regular', 28), + + FluentUISampleIcon(FluentIcons.wallet_32_regular, 'wallet_32_regular', 32), + + FluentUISampleIcon(FluentIcons.wallet_48_regular, 'wallet_48_regular', 48), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_16_regular, 'wallet_credit_card_16_regular', 16), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_20_regular, 'wallet_credit_card_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_24_regular, 'wallet_credit_card_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_32_regular, 'wallet_credit_card_32_regular', 32), + + FluentUISampleIcon(FluentIcons.wallpaper_24_regular, 'wallpaper_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wand_16_regular, 'wand_16_regular', 16), + + FluentUISampleIcon(FluentIcons.wand_20_regular, 'wand_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wand_24_regular, 'wand_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wand_28_regular, 'wand_28_regular', 28), + + FluentUISampleIcon(FluentIcons.wand_48_regular, 'wand_48_regular', 48), + + FluentUISampleIcon(FluentIcons.warning_12_regular, 'warning_12_regular', 12), + + 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.warning_shield_20_regular, 'warning_shield_20_regular', 20), + + 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_drizzle_20_regular, 'weather_drizzle_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_drizzle_24_regular, 'weather_drizzle_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_drizzle_48_regular, 'weather_drizzle_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_haze_20_regular, 'weather_haze_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_haze_24_regular, 'weather_haze_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_haze_48_regular, 'weather_haze_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_moon_16_regular, 'weather_moon_16_regular', 16), + + 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_28_regular, 'weather_moon_28_regular', 28), + + FluentUISampleIcon(FluentIcons.weather_moon_48_regular, 'weather_moon_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_moon_off_16_regular, 'weather_moon_off_16_regular', 16), + + FluentUISampleIcon(FluentIcons.weather_moon_off_20_regular, 'weather_moon_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_moon_off_24_regular, 'weather_moon_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_moon_off_28_regular, 'weather_moon_off_28_regular', 28), + + FluentUISampleIcon(FluentIcons.weather_moon_off_48_regular, 'weather_moon_off_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_16_regular, 'weather_partly_cloudy_day_16_regular', 16), + + 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_16_regular, 'weather_sunny_16_regular', 16), + + 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_28_regular, 'weather_sunny_28_regular', 28), + + FluentUISampleIcon(FluentIcons.weather_sunny_32_regular, 'weather_sunny_32_regular', 32), + + FluentUISampleIcon(FluentIcons.weather_sunny_48_regular, 'weather_sunny_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_20_regular, 'weather_sunny_high_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_24_regular, 'weather_sunny_high_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_48_regular, 'weather_sunny_high_48_regular', 48), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_20_regular, 'weather_sunny_low_20_regular', 20), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_24_regular, 'weather_sunny_low_24_regular', 24), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_48_regular, 'weather_sunny_low_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_20_regular, 'web_asset_20_regular', 20), + + FluentUISampleIcon(FluentIcons.web_asset_24_regular, 'web_asset_24_regular', 24), + + FluentUISampleIcon(FluentIcons.whiteboard_20_regular, 'whiteboard_20_regular', 20), + + FluentUISampleIcon(FluentIcons.whiteboard_24_regular, 'whiteboard_24_regular', 24), + + FluentUISampleIcon(FluentIcons.whiteboard_48_regular, 'whiteboard_48_regular', 48), + + 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_lock_24_regular, 'wifi_lock_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_off_20_regular, 'wifi_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_off_24_regular, 'wifi_off_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_protected_24_regular, 'wifi_protected_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wifi_settings_20_regular, 'wifi_settings_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_warning_20_regular, 'wifi_warning_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wifi_warning_24_regular, 'wifi_warning_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_16_regular, 'window_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_20_regular, 'window_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_24_regular, 'window_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_28_regular, 'window_28_regular', 28), + + FluentUISampleIcon(FluentIcons.window_32_regular, 'window_32_regular', 32), + + FluentUISampleIcon(FluentIcons.window_48_regular, 'window_48_regular', 48), + + FluentUISampleIcon(FluentIcons.window_ad_20_regular, 'window_ad_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_ad_off_20_regular, 'window_ad_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_ad_person_20_regular, 'window_ad_person_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_apps_16_regular, 'window_apps_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_apps_20_regular, 'window_apps_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_apps_24_regular, 'window_apps_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_apps_28_regular, 'window_apps_28_regular', 28), + + FluentUISampleIcon(FluentIcons.window_apps_32_regular, 'window_apps_32_regular', 32), + + FluentUISampleIcon(FluentIcons.window_apps_48_regular, 'window_apps_48_regular', 48), + + FluentUISampleIcon(FluentIcons.window_arrow_up_16_regular, 'window_arrow_up_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_arrow_up_20_regular, 'window_arrow_up_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_arrow_up_24_regular, 'window_arrow_up_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_bullet_list_20_regular, 'window_bullet_list_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_bullet_list_add_20_regular, 'window_bullet_list_add_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_console_20_regular, 'window_console_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_database_20_regular, 'window_database_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_dev_edit_16_regular, 'window_dev_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_dev_edit_20_regular, 'window_dev_edit_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_edit_16_regular, 'window_edit_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_header_horizontal_20_regular, 'window_header_horizontal_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_header_horizontal_off_20_regular, 'window_header_horizontal_off_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_header_vertical_20_regular, 'window_header_vertical_20_regular', 20), + + 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_location_target_20_regular, 'window_location_target_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_multiple_16_regular, 'window_multiple_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_multiple_20_regular, 'window_multiple_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_multiple_swap_20_regular, 'window_multiple_swap_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_new_16_regular, 'window_new_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_new_20_regular, 'window_new_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_new_24_regular, 'window_new_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_play_20_regular, 'window_play_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_settings_20_regular, 'window_settings_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.window_text_20_regular, 'window_text_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_wrench_16_regular, 'window_wrench_16_regular', 16), + + FluentUISampleIcon(FluentIcons.window_wrench_20_regular, 'window_wrench_20_regular', 20), + + FluentUISampleIcon(FluentIcons.window_wrench_24_regular, 'window_wrench_24_regular', 24), + + FluentUISampleIcon(FluentIcons.window_wrench_28_regular, 'window_wrench_28_regular', 28), + + FluentUISampleIcon(FluentIcons.window_wrench_32_regular, 'window_wrench_32_regular', 32), + + FluentUISampleIcon(FluentIcons.window_wrench_48_regular, 'window_wrench_48_regular', 48), + + FluentUISampleIcon(FluentIcons.wrench_16_regular, 'wrench_16_regular', 16), + + FluentUISampleIcon(FluentIcons.wrench_20_regular, 'wrench_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wrench_24_regular, 'wrench_24_regular', 24), + + FluentUISampleIcon(FluentIcons.wrench_screwdriver_20_regular, 'wrench_screwdriver_20_regular', 20), + + FluentUISampleIcon(FluentIcons.wrench_screwdriver_24_regular, 'wrench_screwdriver_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.xray_20_regular, 'xray_20_regular', 20), + + FluentUISampleIcon(FluentIcons.xray_24_regular, 'xray_24_regular', 24), + + FluentUISampleIcon(FluentIcons.zoom_in_16_regular, 'zoom_in_16_regular', 16), + + 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_16_regular, 'zoom_out_16_regular', 16), + + 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_20_filled, 'access_time_20_filled', 20), + + 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.accessibility_32_filled, 'accessibility_32_filled', 32), + + FluentUISampleIcon(FluentIcons.accessibility_48_filled, 'accessibility_48_filled', 48), + + FluentUISampleIcon(FluentIcons.accessibility_checkmark_20_filled, 'accessibility_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.accessibility_checkmark_24_filled, 'accessibility_checkmark_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_16_filled, 'add_circle_16_filled', 16), + + 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.add_circle_32_filled, 'add_circle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.add_square_20_filled, 'add_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.add_square_24_filled, 'add_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.add_square_multiple_16_filled, 'add_square_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.add_square_multiple_20_filled, 'add_square_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_16_filled, 'add_subtract_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_20_filled, 'add_subtract_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_24_filled, 'add_subtract_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_28_filled, 'add_subtract_circle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.add_subtract_circle_48_filled, 'add_subtract_circle_48_filled', 48), + + 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.album_20_filled, 'album_20_filled', 20), + + FluentUISampleIcon(FluentIcons.album_24_filled, 'album_24_filled', 24), + + FluentUISampleIcon(FluentIcons.album_add_20_filled, 'album_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.album_add_24_filled, 'album_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.alert_16_filled, 'alert_16_filled', 16), + + 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_32_filled, 'alert_32_filled', 32), + + 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_20_filled, 'alert_on_20_filled', 20), + + 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_16_filled, 'alert_urgent_16_filled', 16), + + FluentUISampleIcon(FluentIcons.alert_urgent_20_filled, 'alert_urgent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.alert_urgent_24_filled, 'alert_urgent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_bottom_16_filled, 'align_bottom_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_bottom_20_filled, 'align_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_bottom_24_filled, 'align_bottom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_bottom_28_filled, 'align_bottom_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_bottom_32_filled, 'align_bottom_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_bottom_48_filled, 'align_bottom_48_filled', 48), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_16_filled, 'align_center_horizontal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_20_filled, 'align_center_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_24_filled, 'align_center_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_28_filled, 'align_center_horizontal_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_32_filled, 'align_center_horizontal_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_center_horizontal_48_filled, 'align_center_horizontal_48_filled', 48), + + FluentUISampleIcon(FluentIcons.align_center_vertical_16_filled, 'align_center_vertical_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_center_vertical_20_filled, 'align_center_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_center_vertical_24_filled, 'align_center_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_center_vertical_28_filled, 'align_center_vertical_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_center_vertical_32_filled, 'align_center_vertical_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_center_vertical_48_filled, 'align_center_vertical_48_filled', 48), + + FluentUISampleIcon(FluentIcons.align_end_horizontal_20_filled, 'align_end_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_end_vertical_20_filled, 'align_end_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_left_16_filled, 'align_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_left_20_filled, 'align_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_left_24_filled, 'align_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_left_28_filled, 'align_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_left_32_filled, 'align_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_left_48_filled, 'align_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.align_right_16_filled, 'align_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_right_20_filled, 'align_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_right_24_filled, 'align_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_right_28_filled, 'align_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_right_32_filled, 'align_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_right_48_filled, 'align_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.align_space_around_horizontal_20_filled, 'align_space_around_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_around_vertical_20_filled, 'align_space_around_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_between_horizontal_20_filled, 'align_space_between_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_between_vertical_20_filled, 'align_space_between_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_evenly_horizontal_20_filled, 'align_space_evenly_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_evenly_vertical_20_filled, 'align_space_evenly_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_space_fit_vertical_20_filled, 'align_space_fit_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_start_horizontal_20_filled, 'align_start_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_start_vertical_20_filled, 'align_start_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_stretch_horizontal_20_filled, 'align_stretch_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_stretch_vertical_20_filled, 'align_stretch_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_top_16_filled, 'align_top_16_filled', 16), + + FluentUISampleIcon(FluentIcons.align_top_20_filled, 'align_top_20_filled', 20), + + FluentUISampleIcon(FluentIcons.align_top_24_filled, 'align_top_24_filled', 24), + + FluentUISampleIcon(FluentIcons.align_top_28_filled, 'align_top_28_filled', 28), + + FluentUISampleIcon(FluentIcons.align_top_32_filled, 'align_top_32_filled', 32), + + FluentUISampleIcon(FluentIcons.align_top_48_filled, 'align_top_48_filled', 48), + + FluentUISampleIcon(FluentIcons.animal_cat_16_filled, 'animal_cat_16_filled', 16), + + FluentUISampleIcon(FluentIcons.animal_cat_20_filled, 'animal_cat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.animal_cat_24_filled, 'animal_cat_24_filled', 24), + + FluentUISampleIcon(FluentIcons.animal_cat_28_filled, 'animal_cat_28_filled', 28), + + FluentUISampleIcon(FluentIcons.animal_dog_16_filled, 'animal_dog_16_filled', 16), + + FluentUISampleIcon(FluentIcons.animal_dog_20_filled, 'animal_dog_20_filled', 20), + + FluentUISampleIcon(FluentIcons.animal_dog_24_filled, 'animal_dog_24_filled', 24), + + FluentUISampleIcon(FluentIcons.animal_rabbit_16_filled, 'animal_rabbit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.animal_rabbit_20_filled, 'animal_rabbit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.animal_rabbit_24_filled, 'animal_rabbit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.animal_rabbit_28_filled, 'animal_rabbit_28_filled', 28), + + FluentUISampleIcon(FluentIcons.animal_turtle_16_filled, 'animal_turtle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.animal_turtle_20_filled, 'animal_turtle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.animal_turtle_24_filled, 'animal_turtle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.animal_turtle_28_filled, 'animal_turtle_28_filled', 28), + + 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_20_filled, 'app_generic_20_filled', 20), + + FluentUISampleIcon(FluentIcons.app_generic_24_filled, 'app_generic_24_filled', 24), + + FluentUISampleIcon(FluentIcons.app_recent_20_filled, 'app_recent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.app_recent_24_filled, 'app_recent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.app_store_24_filled, 'app_store_24_filled', 24), + + FluentUISampleIcon(FluentIcons.app_title_20_filled, 'app_title_20_filled', 20), + + FluentUISampleIcon(FluentIcons.app_title_24_filled, 'app_title_24_filled', 24), + + FluentUISampleIcon(FluentIcons.approval_app_32_filled, 'approval_app_32_filled', 32), + + FluentUISampleIcon(FluentIcons.approvals_app_16_filled, 'approvals_app_16_filled', 16), + + FluentUISampleIcon(FluentIcons.approvals_app_20_filled, 'approvals_app_20_filled', 20), + + FluentUISampleIcon(FluentIcons.approvals_app_24_filled, 'approvals_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.approvals_app_28_filled, 'approvals_app_28_filled', 28), + + FluentUISampleIcon(FluentIcons.approvals_app_32_filled, 'approvals_app_32_filled', 32), + + 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_16_filled, 'apps_add_in_16_filled', 16), + + 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_add_in_28_filled, 'apps_add_in_28_filled', 28), + + FluentUISampleIcon(FluentIcons.apps_list_20_filled, 'apps_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.apps_list_24_filled, 'apps_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.apps_list_detail_20_filled, 'apps_list_detail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.apps_list_detail_24_filled, 'apps_list_detail_24_filled', 24), + + FluentUISampleIcon(FluentIcons.archive_16_filled, 'archive_16_filled', 16), + + 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_32_filled, 'archive_32_filled', 32), + + FluentUISampleIcon(FluentIcons.archive_48_filled, 'archive_48_filled', 48), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_16_filled, 'archive_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_20_filled, 'archive_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_24_filled, 'archive_arrow_back_24_filled', 24), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_28_filled, 'archive_arrow_back_28_filled', 28), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_32_filled, 'archive_arrow_back_32_filled', 32), + + FluentUISampleIcon(FluentIcons.archive_arrow_back_48_filled, 'archive_arrow_back_48_filled', 48), + + FluentUISampleIcon(FluentIcons.archive_multiple_16_filled, 'archive_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.archive_multiple_20_filled, 'archive_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.archive_multiple_24_filled, 'archive_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.archive_settings_16_filled, 'archive_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.archive_settings_20_filled, 'archive_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.archive_settings_24_filled, 'archive_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_content_24_filled, 'arrow_autofit_content_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_down_20_filled, 'arrow_autofit_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_down_24_filled, 'arrow_autofit_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_20_filled, 'arrow_autofit_height_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_24_filled, 'arrow_autofit_height_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_20_filled, 'arrow_autofit_height_dotted_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_height_dotted_24_filled, 'arrow_autofit_height_dotted_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_up_20_filled, 'arrow_autofit_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_up_24_filled, 'arrow_autofit_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_20_filled, 'arrow_autofit_width_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_24_filled, 'arrow_autofit_width_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_20_filled, 'arrow_autofit_width_dotted_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_autofit_width_dotted_24_filled, 'arrow_autofit_width_dotted_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_between_down_20_filled, 'arrow_between_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_between_down_24_filled, 'arrow_between_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_12_filled, 'arrow_bidirectional_up_down_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_16_filled, 'arrow_bidirectional_up_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_20_filled, 'arrow_bidirectional_up_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_bidirectional_up_down_24_filled, 'arrow_bidirectional_up_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_bounce_16_filled, 'arrow_bounce_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_bounce_20_filled, 'arrow_bounce_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_bounce_24_filled, 'arrow_bounce_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_12_filled, 'arrow_circle_down_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_16_filled, 'arrow_circle_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_20_filled, 'arrow_circle_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_24_filled, 'arrow_circle_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_28_filled, 'arrow_circle_down_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_32_filled, 'arrow_circle_down_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_48_filled, 'arrow_circle_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_double_20_filled, 'arrow_circle_down_double_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_double_24_filled, 'arrow_circle_down_double_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_16_filled, 'arrow_circle_down_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_20_filled, 'arrow_circle_down_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_right_24_filled, 'arrow_circle_down_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_split_20_filled, 'arrow_circle_down_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_split_24_filled, 'arrow_circle_down_split_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_down_up_20_filled, 'arrow_circle_down_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_12_filled, 'arrow_circle_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_16_filled, 'arrow_circle_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_20_filled, 'arrow_circle_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_24_filled, 'arrow_circle_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_28_filled, 'arrow_circle_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_32_filled, 'arrow_circle_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_left_48_filled, 'arrow_circle_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_12_filled, 'arrow_circle_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_16_filled, 'arrow_circle_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_20_filled, 'arrow_circle_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_24_filled, 'arrow_circle_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_28_filled, 'arrow_circle_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_32_filled, 'arrow_circle_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_right_48_filled, 'arrow_circle_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_12_filled, 'arrow_circle_up_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_16_filled, 'arrow_circle_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_20_filled, 'arrow_circle_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_24_filled, 'arrow_circle_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_28_filled, 'arrow_circle_up_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_32_filled, 'arrow_circle_up_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_48_filled, 'arrow_circle_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_left_20_filled, 'arrow_circle_up_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_circle_up_left_24_filled, 'arrow_circle_up_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_12_filled, 'arrow_clockwise_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_16_filled, 'arrow_clockwise_16_filled', 16), + + 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_clockwise_28_filled, 'arrow_clockwise_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_32_filled, 'arrow_clockwise_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_48_filled, 'arrow_clockwise_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_20_filled, 'arrow_clockwise_dashes_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_clockwise_dashes_24_filled, 'arrow_clockwise_dashes_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_collapse_all_20_filled, 'arrow_collapse_all_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_collapse_all_24_filled, 'arrow_collapse_all_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_12_filled, 'arrow_counterclockwise_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_16_filled, 'arrow_counterclockwise_16_filled', 16), + + 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_counterclockwise_28_filled, 'arrow_counterclockwise_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_32_filled, 'arrow_counterclockwise_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_48_filled, 'arrow_counterclockwise_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_20_filled, 'arrow_counterclockwise_dashes_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_counterclockwise_dashes_24_filled, 'arrow_counterclockwise_dashes_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_16_filled, 'arrow_curve_down_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_20_filled, 'arrow_curve_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_24_filled, 'arrow_curve_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_left_28_filled, 'arrow_curve_down_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_curve_down_right_20_filled, 'arrow_curve_down_right_20_filled', 20), + + 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_12_filled, 'arrow_down_12_filled', 12), + + 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_32_filled, 'arrow_down_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_down_48_filled, 'arrow_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_down_left_16_filled, 'arrow_down_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_down_left_20_filled, 'arrow_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_down_left_24_filled, 'arrow_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_down_left_32_filled, 'arrow_down_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_down_left_48_filled, 'arrow_down_left_48_filled', 48), + + 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_eject_20_filled, 'arrow_eject_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_20_filled, 'arrow_enter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_left_20_filled, 'arrow_enter_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_left_24_filled, 'arrow_enter_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_enter_up_20_filled, 'arrow_enter_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_enter_up_24_filled, 'arrow_enter_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_exit_20_filled, 'arrow_exit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_expand_20_filled, 'arrow_expand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_expand_24_filled, 'arrow_expand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_16_filled, 'arrow_export_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_20_filled, 'arrow_export_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_ltr_24_filled, 'arrow_export_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_16_filled, 'arrow_export_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_20_filled, 'arrow_export_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_rtl_24_filled, 'arrow_export_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_export_up_20_filled, 'arrow_export_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_export_up_24_filled, 'arrow_export_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_fit_16_filled, 'arrow_fit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_fit_20_filled, 'arrow_fit_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_forward_48_filled, 'arrow_forward_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_20_filled, 'arrow_forward_down_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_lightning_24_filled, 'arrow_forward_down_lightning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_person_20_filled, 'arrow_forward_down_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_forward_down_person_24_filled, 'arrow_forward_down_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_growth_20_filled, 'arrow_growth_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_growth_24_filled, 'arrow_growth_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_16_filled, 'arrow_hook_down_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_20_filled, 'arrow_hook_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_24_filled, 'arrow_hook_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_left_28_filled, 'arrow_hook_down_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_16_filled, 'arrow_hook_down_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_20_filled, 'arrow_hook_down_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_24_filled, 'arrow_hook_down_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_down_right_28_filled, 'arrow_hook_down_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_16_filled, 'arrow_hook_up_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_20_filled, 'arrow_hook_up_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_24_filled, 'arrow_hook_up_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_left_28_filled, 'arrow_hook_up_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_16_filled, 'arrow_hook_up_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_20_filled, 'arrow_hook_up_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_24_filled, 'arrow_hook_up_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_hook_up_right_28_filled, 'arrow_hook_up_right_28_filled', 28), + + 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_join_20_filled, 'arrow_join_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_left_12_filled, 'arrow_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_left_16_filled, 'arrow_left_16_filled', 16), + + 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_left_32_filled, 'arrow_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_left_48_filled, 'arrow_left_48_filled', 48), + + 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_32_filled, 'arrow_maximize_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_maximize_48_filled, 'arrow_maximize_48_filled', 48), + + 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_maximize_vertical_48_filled, 'arrow_maximize_vertical_48_filled', 48), + + 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_20_filled, 'arrow_minimize_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_minimize_vertical_24_filled, 'arrow_minimize_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_move_20_filled, 'arrow_move_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_move_24_filled, 'arrow_move_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_move_inward_20_filled, 'arrow_move_inward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_next_12_filled, 'arrow_next_12_filled', 12), + + 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_outline_up_right_32_filled, 'arrow_outline_up_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_outline_up_right_48_filled, 'arrow_outline_up_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_paragraph_20_filled, 'arrow_paragraph_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_previous_12_filled, 'arrow_previous_12_filled', 12), + + 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_16_filled, 'arrow_redo_16_filled', 16), + + 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_redo_28_filled, 'arrow_redo_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_redo_32_filled, 'arrow_redo_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_redo_48_filled, 'arrow_redo_48_filled', 48), + + 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_reset_20_filled, 'arrow_reset_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_reset_24_filled, 'arrow_reset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_reset_32_filled, 'arrow_reset_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_reset_48_filled, 'arrow_reset_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_right_12_filled, 'arrow_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_right_16_filled, 'arrow_right_16_filled', 16), + + 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_32_filled, 'arrow_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_right_48_filled, 'arrow_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_rotate_clockwise_16_filled, 'arrow_rotate_clockwise_16_filled', 16), + + 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_routing_20_filled, 'arrow_routing_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_routing_24_filled, 'arrow_routing_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_20_filled, 'arrow_routing_rectangle_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_routing_rectangle_multiple_24_filled, 'arrow_routing_rectangle_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_16_filled, 'arrow_sort_16_filled', 16), + + 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_sort_down_16_filled, 'arrow_sort_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_20_filled, 'arrow_sort_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_24_filled, 'arrow_sort_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_line_20_filled, 'arrow_sort_down_line_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_16_filled, 'arrow_sort_down_lines_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_20_filled, 'arrow_sort_down_lines_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_down_lines_24_filled, 'arrow_sort_down_lines_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_16_filled, 'arrow_sort_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_20_filled, 'arrow_sort_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sort_up_24_filled, 'arrow_sort_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_split_20_filled, 'arrow_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_square_down_20_filled, 'arrow_square_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_square_down_24_filled, 'arrow_square_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_back_16_filled, 'arrow_step_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_back_20_filled, 'arrow_step_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_12_filled, 'arrow_step_in_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_16_filled, 'arrow_step_in_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_20_filled, 'arrow_step_in_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_24_filled, 'arrow_step_in_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_28_filled, 'arrow_step_in_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_in_default_20_filled, 'arrow_step_in_default_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_default_24_filled, 'arrow_step_in_default_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_12_filled, 'arrow_step_in_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_16_filled, 'arrow_step_in_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_20_filled, 'arrow_step_in_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_24_filled, 'arrow_step_in_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_left_28_filled, 'arrow_step_in_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_12_filled, 'arrow_step_in_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_16_filled, 'arrow_step_in_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_20_filled, 'arrow_step_in_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_24_filled, 'arrow_step_in_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_in_right_28_filled, 'arrow_step_in_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_out_12_filled, 'arrow_step_out_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_step_out_16_filled, 'arrow_step_out_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_out_20_filled, 'arrow_step_out_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_step_out_24_filled, 'arrow_step_out_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_step_out_28_filled, 'arrow_step_out_28_filled', 28), + + FluentUISampleIcon(FluentIcons.arrow_step_over_16_filled, 'arrow_step_over_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_step_over_20_filled, 'arrow_step_over_20_filled', 20), + + 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_16_filled, 'arrow_sync_16_filled', 16), + + 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_checkmark_20_filled, 'arrow_sync_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_checkmark_24_filled, 'arrow_sync_checkmark_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_dismiss_20_filled, 'arrow_sync_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_sync_dismiss_24_filled, 'arrow_sync_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_12_filled, 'arrow_sync_off_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_16_filled, 'arrow_sync_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_sync_off_20_filled, 'arrow_sync_off_20_filled', 20), + + 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_trending_checkmark_20_filled, 'arrow_trending_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_checkmark_24_filled, 'arrow_trending_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_16_filled, 'arrow_trending_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_20_filled, 'arrow_trending_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_down_24_filled, 'arrow_trending_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_lines_20_filled, 'arrow_trending_lines_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_lines_24_filled, 'arrow_trending_lines_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_settings_20_filled, 'arrow_trending_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_settings_24_filled, 'arrow_trending_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_text_20_filled, 'arrow_trending_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_text_24_filled, 'arrow_trending_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_trending_wrench_20_filled, 'arrow_trending_wrench_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_trending_wrench_24_filled, 'arrow_trending_wrench_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_20_filled, 'arrow_turn_bidirectional_down_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_turn_bidirectional_down_right_24_filled, 'arrow_turn_bidirectional_down_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_turn_right_20_filled, 'arrow_turn_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_turn_right_24_filled, 'arrow_turn_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_undo_16_filled, 'arrow_undo_16_filled', 16), + + 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_undo_32_filled, 'arrow_undo_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_undo_48_filled, 'arrow_undo_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_12_filled, 'arrow_up_12_filled', 12), + + FluentUISampleIcon(FluentIcons.arrow_up_16_filled, 'arrow_up_16_filled', 16), + + 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_32_filled, 'arrow_up_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_up_48_filled, 'arrow_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_left_16_filled, 'arrow_up_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_left_20_filled, 'arrow_up_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_left_24_filled, 'arrow_up_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_left_48_filled, 'arrow_up_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_up_right_16_filled, 'arrow_up_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_up_right_20_filled, 'arrow_up_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_up_right_24_filled, 'arrow_up_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_up_right_32_filled, 'arrow_up_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.arrow_up_right_48_filled, 'arrow_up_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.arrow_upload_16_filled, 'arrow_upload_16_filled', 16), + + FluentUISampleIcon(FluentIcons.arrow_upload_20_filled, 'arrow_upload_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_upload_24_filled, 'arrow_upload_24_filled', 24), + + FluentUISampleIcon(FluentIcons.arrow_wrap_20_filled, 'arrow_wrap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrow_wrap_off_20_filled, 'arrow_wrap_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_20_filled, 'arrows_bidirectional_20_filled', 20), + + FluentUISampleIcon(FluentIcons.arrows_bidirectional_24_filled, 'arrows_bidirectional_24_filled', 24), + + FluentUISampleIcon(FluentIcons.attach_12_filled, 'attach_12_filled', 12), + + 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_arrow_right_20_filled, 'attach_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.attach_arrow_right_24_filled, 'attach_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.attach_text_20_filled, 'attach_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.attach_text_24_filled, 'attach_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.auto_fit_height_20_filled, 'auto_fit_height_20_filled', 20), + + FluentUISampleIcon(FluentIcons.auto_fit_height_24_filled, 'auto_fit_height_24_filled', 24), + + FluentUISampleIcon(FluentIcons.auto_fit_width_20_filled, 'auto_fit_width_20_filled', 20), + + FluentUISampleIcon(FluentIcons.auto_fit_width_24_filled, 'auto_fit_width_24_filled', 24), + + FluentUISampleIcon(FluentIcons.autocorrect_20_filled, 'autocorrect_20_filled', 20), + + FluentUISampleIcon(FluentIcons.autocorrect_24_filled, 'autocorrect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.autofit_content_24_filled, 'autofit_content_24_filled', 24), + + FluentUISampleIcon(FluentIcons.autosum_20_filled, 'autosum_20_filled', 20), + + FluentUISampleIcon(FluentIcons.autosum_24_filled, 'autosum_24_filled', 24), + + FluentUISampleIcon(FluentIcons.backpack_12_filled, 'backpack_12_filled', 12), + + FluentUISampleIcon(FluentIcons.backpack_16_filled, 'backpack_16_filled', 16), + + FluentUISampleIcon(FluentIcons.backpack_20_filled, 'backpack_20_filled', 20), + + FluentUISampleIcon(FluentIcons.backpack_24_filled, 'backpack_24_filled', 24), + + FluentUISampleIcon(FluentIcons.backpack_28_filled, 'backpack_28_filled', 28), + + FluentUISampleIcon(FluentIcons.backpack_32_filled, 'backpack_32_filled', 32), + + FluentUISampleIcon(FluentIcons.backpack_48_filled, 'backpack_48_filled', 48), + + FluentUISampleIcon(FluentIcons.backpack_add_20_filled, 'backpack_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.backpack_add_24_filled, 'backpack_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.backpack_add_28_filled, 'backpack_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.backpack_add_48_filled, 'backpack_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.backspace_20_filled, 'backspace_20_filled', 20), + + FluentUISampleIcon(FluentIcons.backspace_24_filled, 'backspace_24_filled', 24), + + FluentUISampleIcon(FluentIcons.badge_20_filled, 'badge_20_filled', 20), + + FluentUISampleIcon(FluentIcons.badge_24_filled, 'badge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.balloon_12_filled, 'balloon_12_filled', 12), + + FluentUISampleIcon(FluentIcons.balloon_16_filled, 'balloon_16_filled', 16), + + FluentUISampleIcon(FluentIcons.balloon_20_filled, 'balloon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.balloon_24_filled, 'balloon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.barcode_scanner_20_filled, 'barcode_scanner_20_filled', 20), + + FluentUISampleIcon(FluentIcons.barcode_scanner_24_filled, 'barcode_scanner_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_10_20_filled, 'battery_10_20_filled', 20), + + FluentUISampleIcon(FluentIcons.battery_10_24_filled, 'battery_10_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_20_filled, 'battery_20_filled', 20), + + 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_checkmark_20_filled, 'battery_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.battery_checkmark_24_filled, 'battery_checkmark_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_20_filled, 'battery_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.battery_warning_24_filled, 'battery_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.beach_16_filled, 'beach_16_filled', 16), + + FluentUISampleIcon(FluentIcons.beach_20_filled, 'beach_20_filled', 20), + + FluentUISampleIcon(FluentIcons.beach_24_filled, 'beach_24_filled', 24), + + FluentUISampleIcon(FluentIcons.beach_28_filled, 'beach_28_filled', 28), + + FluentUISampleIcon(FluentIcons.beach_32_filled, 'beach_32_filled', 32), + + FluentUISampleIcon(FluentIcons.beach_48_filled, 'beach_48_filled', 48), + + 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.beaker_edit_20_filled, 'beaker_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.beaker_edit_24_filled, 'beaker_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bed_16_filled, 'bed_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bed_20_filled, 'bed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bed_24_filled, 'bed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bezier_curve_20_filled, 'bezier_curve_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bezier_curve_square_12_filled, 'bezier_curve_square_12_filled', 12), + + FluentUISampleIcon(FluentIcons.bezier_curve_square_20_filled, 'bezier_curve_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bin_full_20_filled, 'bin_full_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bin_full_24_filled, 'bin_full_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_28_filled, 'bluetooth_28_filled', 28), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_20_filled, 'bluetooth_connected_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_connected_24_filled, 'bluetooth_connected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_20_filled, 'bluetooth_disabled_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_disabled_24_filled, 'bluetooth_disabled_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_20_filled, 'bluetooth_searching_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bluetooth_searching_24_filled, 'bluetooth_searching_24_filled', 24), + + FluentUISampleIcon(FluentIcons.blur_16_filled, 'blur_16_filled', 16), + + FluentUISampleIcon(FluentIcons.blur_20_filled, 'blur_20_filled', 20), + + FluentUISampleIcon(FluentIcons.blur_24_filled, 'blur_24_filled', 24), + + FluentUISampleIcon(FluentIcons.blur_28_filled, 'blur_28_filled', 28), + + FluentUISampleIcon(FluentIcons.board_16_filled, 'board_16_filled', 16), + + FluentUISampleIcon(FluentIcons.board_20_filled, 'board_20_filled', 20), + + FluentUISampleIcon(FluentIcons.board_24_filled, 'board_24_filled', 24), + + FluentUISampleIcon(FluentIcons.board_28_filled, 'board_28_filled', 28), + + FluentUISampleIcon(FluentIcons.board_games_20_filled, 'board_games_20_filled', 20), + + FluentUISampleIcon(FluentIcons.board_heart_16_filled, 'board_heart_16_filled', 16), + + FluentUISampleIcon(FluentIcons.board_heart_20_filled, 'board_heart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.board_heart_24_filled, 'board_heart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.board_split_16_filled, 'board_split_16_filled', 16), + + FluentUISampleIcon(FluentIcons.board_split_20_filled, 'board_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.board_split_24_filled, 'board_split_24_filled', 24), + + FluentUISampleIcon(FluentIcons.board_split_28_filled, 'board_split_28_filled', 28), + + FluentUISampleIcon(FluentIcons.board_split_48_filled, 'board_split_48_filled', 48), + + FluentUISampleIcon(FluentIcons.book_20_filled, 'book_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_24_filled, 'book_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_add_20_filled, 'book_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_add_24_filled, 'book_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_arrow_clockwise_20_filled, 'book_arrow_clockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_arrow_clockwise_24_filled, 'book_arrow_clockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_clock_20_filled, 'book_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_clock_24_filled, 'book_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_coins_20_filled, 'book_coins_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_coins_24_filled, 'book_coins_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_compass_20_filled, 'book_compass_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_compass_24_filled, 'book_compass_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_contacts_20_filled, 'book_contacts_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_contacts_24_filled, 'book_contacts_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_contacts_28_filled, 'book_contacts_28_filled', 28), + + FluentUISampleIcon(FluentIcons.book_contacts_32_filled, 'book_contacts_32_filled', 32), + + FluentUISampleIcon(FluentIcons.book_database_20_filled, 'book_database_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_database_24_filled, 'book_database_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_exclamation_mark_20_filled, 'book_exclamation_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_exclamation_mark_24_filled, 'book_exclamation_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_globe_20_filled, 'book_globe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_globe_24_filled, 'book_globe_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_information_20_filled, 'book_information_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_information_24_filled, 'book_information_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_letter_20_filled, 'book_letter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_letter_24_filled, 'book_letter_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.book_open_16_filled, 'book_open_16_filled', 16), + + FluentUISampleIcon(FluentIcons.book_open_20_filled, 'book_open_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_open_24_filled, 'book_open_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_open_28_filled, 'book_open_28_filled', 28), + + FluentUISampleIcon(FluentIcons.book_open_32_filled, 'book_open_32_filled', 32), + + FluentUISampleIcon(FluentIcons.book_open_48_filled, 'book_open_48_filled', 48), + + FluentUISampleIcon(FluentIcons.book_open_globe_20_filled, 'book_open_globe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_open_globe_24_filled, 'book_open_globe_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_open_microphone_20_filled, 'book_open_microphone_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_open_microphone_24_filled, 'book_open_microphone_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_open_microphone_28_filled, 'book_open_microphone_28_filled', 28), + + FluentUISampleIcon(FluentIcons.book_open_microphone_32_filled, 'book_open_microphone_32_filled', 32), + + FluentUISampleIcon(FluentIcons.book_open_microphone_48_filled, 'book_open_microphone_48_filled', 48), + + FluentUISampleIcon(FluentIcons.book_pulse_20_filled, 'book_pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_pulse_24_filled, 'book_pulse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_question_mark_20_filled, 'book_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_question_mark_24_filled, 'book_question_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_question_mark_rtl_20_filled, 'book_question_mark_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_question_mark_rtl_24_filled, 'book_question_mark_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_search_20_filled, 'book_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_search_24_filled, 'book_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_star_20_filled, 'book_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_star_24_filled, 'book_star_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_template_20_filled, 'book_template_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_theta_20_filled, 'book_theta_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_theta_24_filled, 'book_theta_24_filled', 24), + + FluentUISampleIcon(FluentIcons.book_toolbox_20_filled, 'book_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.book_toolbox_24_filled, 'book_toolbox_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_32_filled, 'bookmark_32_filled', 32), + + FluentUISampleIcon(FluentIcons.bookmark_add_20_filled, 'bookmark_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bookmark_add_24_filled, 'bookmark_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_16_filled, 'bookmark_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_20_filled, 'bookmark_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_24_filled, 'bookmark_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_28_filled, 'bookmark_multiple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_32_filled, 'bookmark_multiple_32_filled', 32), + + FluentUISampleIcon(FluentIcons.bookmark_multiple_48_filled, 'bookmark_multiple_48_filled', 48), + + FluentUISampleIcon(FluentIcons.bookmark_off_20_filled, 'bookmark_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bookmark_off_24_filled, 'bookmark_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bookmark_search_20_filled, 'bookmark_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bookmark_search_24_filled, 'bookmark_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_24_filled, 'border_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_all_16_filled, 'border_all_16_filled', 16), + + FluentUISampleIcon(FluentIcons.border_all_20_filled, 'border_all_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_all_24_filled, 'border_all_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_20_filled, 'border_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_24_filled, 'border_bottom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_double_20_filled, 'border_bottom_double_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_double_24_filled, 'border_bottom_double_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_bottom_thick_20_filled, 'border_bottom_thick_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_bottom_thick_24_filled, 'border_bottom_thick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_left_20_filled, 'border_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_left_24_filled, 'border_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_left_right_20_filled, 'border_left_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_left_right_24_filled, 'border_left_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_none_20_filled, 'border_none_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_none_24_filled, 'border_none_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_outside_20_filled, 'border_outside_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_outside_24_filled, 'border_outside_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_outside_thick_20_filled, 'border_outside_thick_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_outside_thick_24_filled, 'border_outside_thick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_right_20_filled, 'border_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_right_24_filled, 'border_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_top_20_filled, 'border_top_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_top_24_filled, 'border_top_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_20_filled, 'border_top_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_24_filled, 'border_top_bottom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_double_20_filled, 'border_top_bottom_double_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_double_24_filled, 'border_top_bottom_double_24_filled', 24), + + FluentUISampleIcon(FluentIcons.border_top_bottom_thick_20_filled, 'border_top_bottom_thick_20_filled', 20), + + FluentUISampleIcon(FluentIcons.border_top_bottom_thick_24_filled, 'border_top_bottom_thick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bot_20_filled, 'bot_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bot_24_filled, 'bot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bot_add_20_filled, 'bot_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bot_add_24_filled, 'bot_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_16_filled, 'bowl_chopsticks_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_20_filled, 'bowl_chopsticks_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_24_filled, 'bowl_chopsticks_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bowl_chopsticks_28_filled, 'bowl_chopsticks_28_filled', 28), + + FluentUISampleIcon(FluentIcons.box_16_filled, 'box_16_filled', 16), + + FluentUISampleIcon(FluentIcons.box_20_filled, 'box_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_24_filled, 'box_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_arrow_left_20_filled, 'box_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_arrow_left_24_filled, 'box_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_arrow_up_20_filled, 'box_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_arrow_up_24_filled, 'box_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_checkmark_20_filled, 'box_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_checkmark_24_filled, 'box_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_dismiss_20_filled, 'box_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_dismiss_24_filled, 'box_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_edit_20_filled, 'box_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_edit_24_filled, 'box_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_20_filled, 'box_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_24_filled, 'box_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_20_filled, 'box_multiple_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_left_24_filled, 'box_multiple_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_20_filled, 'box_multiple_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_arrow_right_24_filled, 'box_multiple_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_checkmark_20_filled, 'box_multiple_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_checkmark_24_filled, 'box_multiple_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_multiple_search_20_filled, 'box_multiple_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_multiple_search_24_filled, 'box_multiple_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_search_20_filled, 'box_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_search_24_filled, 'box_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.box_toolbox_20_filled, 'box_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.box_toolbox_24_filled, 'box_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.braces_20_filled, 'braces_20_filled', 20), + + FluentUISampleIcon(FluentIcons.braces_24_filled, 'braces_24_filled', 24), + + FluentUISampleIcon(FluentIcons.braces_variable_20_filled, 'braces_variable_20_filled', 20), + + FluentUISampleIcon(FluentIcons.braces_variable_24_filled, 'braces_variable_24_filled', 24), + + FluentUISampleIcon(FluentIcons.brain_circuit_20_filled, 'brain_circuit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.brain_circuit_24_filled, 'brain_circuit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_20_filled, 'branch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.branch_24_filled, 'branch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_compare_16_filled, 'branch_compare_16_filled', 16), + + FluentUISampleIcon(FluentIcons.branch_compare_20_filled, 'branch_compare_20_filled', 20), + + FluentUISampleIcon(FluentIcons.branch_compare_24_filled, 'branch_compare_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_16_filled, 'branch_fork_16_filled', 16), + + FluentUISampleIcon(FluentIcons.branch_fork_20_filled, 'branch_fork_20_filled', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_24_filled, 'branch_fork_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_hint_20_filled, 'branch_fork_hint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_hint_24_filled, 'branch_fork_hint_24_filled', 24), + + FluentUISampleIcon(FluentIcons.branch_fork_link_20_filled, 'branch_fork_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.branch_fork_link_24_filled, 'branch_fork_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.breakout_room_20_filled, 'breakout_room_20_filled', 20), + + FluentUISampleIcon(FluentIcons.breakout_room_24_filled, 'breakout_room_24_filled', 24), + + FluentUISampleIcon(FluentIcons.breakout_room_28_filled, 'breakout_room_28_filled', 28), + + FluentUISampleIcon(FluentIcons.briefcase_12_filled, 'briefcase_12_filled', 12), + + FluentUISampleIcon(FluentIcons.briefcase_16_filled, 'briefcase_16_filled', 16), + + FluentUISampleIcon(FluentIcons.briefcase_20_filled, 'briefcase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.briefcase_24_filled, 'briefcase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.briefcase_28_filled, 'briefcase_28_filled', 28), + + FluentUISampleIcon(FluentIcons.briefcase_32_filled, 'briefcase_32_filled', 32), + + FluentUISampleIcon(FluentIcons.briefcase_48_filled, 'briefcase_48_filled', 48), + + FluentUISampleIcon(FluentIcons.briefcase_medical_16_filled, 'briefcase_medical_16_filled', 16), + + FluentUISampleIcon(FluentIcons.briefcase_medical_20_filled, 'briefcase_medical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.briefcase_medical_24_filled, 'briefcase_medical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.briefcase_medical_32_filled, 'briefcase_medical_32_filled', 32), + + FluentUISampleIcon(FluentIcons.briefcase_off_16_filled, 'briefcase_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.briefcase_off_20_filled, 'briefcase_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.briefcase_off_24_filled, 'briefcase_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.briefcase_off_28_filled, 'briefcase_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.briefcase_off_32_filled, 'briefcase_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.briefcase_off_48_filled, 'briefcase_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.brightness_high_16_filled, 'brightness_high_16_filled', 16), + + FluentUISampleIcon(FluentIcons.brightness_high_20_filled, 'brightness_high_20_filled', 20), + + FluentUISampleIcon(FluentIcons.brightness_high_24_filled, 'brightness_high_24_filled', 24), + + FluentUISampleIcon(FluentIcons.brightness_high_28_filled, 'brightness_high_28_filled', 28), + + FluentUISampleIcon(FluentIcons.brightness_high_32_filled, 'brightness_high_32_filled', 32), + + FluentUISampleIcon(FluentIcons.brightness_high_48_filled, 'brightness_high_48_filled', 48), + + FluentUISampleIcon(FluentIcons.brightness_low_16_filled, 'brightness_low_16_filled', 16), + + FluentUISampleIcon(FluentIcons.brightness_low_20_filled, 'brightness_low_20_filled', 20), + + FluentUISampleIcon(FluentIcons.brightness_low_24_filled, 'brightness_low_24_filled', 24), + + FluentUISampleIcon(FluentIcons.brightness_low_28_filled, 'brightness_low_28_filled', 28), + + FluentUISampleIcon(FluentIcons.brightness_low_32_filled, 'brightness_low_32_filled', 32), + + FluentUISampleIcon(FluentIcons.brightness_low_48_filled, 'brightness_low_48_filled', 48), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_16_filled, 'broad_activity_feed_16_filled', 16), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_20_filled, 'broad_activity_feed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.broad_activity_feed_24_filled, 'broad_activity_feed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.broom_16_filled, 'broom_16_filled', 16), + + FluentUISampleIcon(FluentIcons.broom_20_filled, 'broom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.broom_24_filled, 'broom_24_filled', 24), + + FluentUISampleIcon(FluentIcons.bug_16_filled, 'bug_16_filled', 16), + + FluentUISampleIcon(FluentIcons.bug_20_filled, 'bug_20_filled', 20), + + FluentUISampleIcon(FluentIcons.bug_24_filled, 'bug_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_16_filled, 'building_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_20_filled, 'building_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_24_filled, 'building_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_bank_16_filled, 'building_bank_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_bank_20_filled, 'building_bank_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_bank_24_filled, 'building_bank_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_bank_28_filled, 'building_bank_28_filled', 28), + + FluentUISampleIcon(FluentIcons.building_bank_48_filled, 'building_bank_48_filled', 48), + + FluentUISampleIcon(FluentIcons.building_bank_link_16_filled, 'building_bank_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_bank_link_20_filled, 'building_bank_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_bank_link_24_filled, 'building_bank_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_bank_link_28_filled, 'building_bank_link_28_filled', 28), + + FluentUISampleIcon(FluentIcons.building_bank_link_48_filled, 'building_bank_link_48_filled', 48), + + FluentUISampleIcon(FluentIcons.building_bank_toolbox_20_filled, 'building_bank_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_bank_toolbox_24_filled, 'building_bank_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_factory_16_filled, 'building_factory_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_factory_20_filled, 'building_factory_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_factory_24_filled, 'building_factory_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_factory_28_filled, 'building_factory_28_filled', 28), + + FluentUISampleIcon(FluentIcons.building_factory_32_filled, 'building_factory_32_filled', 32), + + FluentUISampleIcon(FluentIcons.building_factory_48_filled, 'building_factory_48_filled', 48), + + FluentUISampleIcon(FluentIcons.building_government_20_filled, 'building_government_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_government_24_filled, 'building_government_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_government_32_filled, 'building_government_32_filled', 32), + + FluentUISampleIcon(FluentIcons.building_home_16_filled, 'building_home_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_home_20_filled, 'building_home_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_home_24_filled, 'building_home_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_lighthouse_20_filled, 'building_lighthouse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_multiple_20_filled, 'building_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_multiple_24_filled, 'building_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_retail_20_filled, 'building_retail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_retail_24_filled, 'building_retail_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_retail_money_20_filled, 'building_retail_money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_retail_money_24_filled, 'building_retail_money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_retail_more_20_filled, 'building_retail_more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_retail_shield_20_filled, 'building_retail_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_retail_shield_24_filled, 'building_retail_shield_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_retail_toolbox_20_filled, 'building_retail_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_retail_toolbox_24_filled, 'building_retail_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_shop_16_filled, 'building_shop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_shop_20_filled, 'building_shop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_shop_24_filled, 'building_shop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.building_skyscraper_16_filled, 'building_skyscraper_16_filled', 16), + + FluentUISampleIcon(FluentIcons.building_skyscraper_20_filled, 'building_skyscraper_20_filled', 20), + + FluentUISampleIcon(FluentIcons.building_skyscraper_24_filled, 'building_skyscraper_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calculator_20_filled, 'calculator_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calculator_24_filled, 'calculator_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_20_filled, 'calculator_arrow_clockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calculator_arrow_clockwise_24_filled, 'calculator_arrow_clockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calculator_multiple_20_filled, 'calculator_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calculator_multiple_24_filled, 'calculator_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_3_day_16_filled, 'calendar_3_day_16_filled', 16), + + 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_16_filled, 'calendar_add_16_filled', 16), + + 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_add_28_filled, 'calendar_add_28_filled', 28), + + 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_down_20_filled, 'calendar_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_down_24_filled, 'calendar_arrow_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_16_filled, 'calendar_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_20_filled, 'calendar_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_arrow_right_24_filled, 'calendar_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_assistant_16_filled, 'calendar_assistant_16_filled', 16), + + 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_16_filled, 'calendar_cancel_16_filled', 16), + + 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_chat_20_filled, 'calendar_chat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_chat_24_filled, 'calendar_chat_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_checkmark_28_filled, 'calendar_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_clock_16_filled, 'calendar_clock_16_filled', 16), + + 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_day_16_filled, 'calendar_day_16_filled', 16), + + 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_edit_16_filled, 'calendar_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_edit_20_filled, 'calendar_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_edit_24_filled, 'calendar_edit_24_filled', 24), + + 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_empty_32_filled, 'calendar_empty_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_error_20_filled, 'calendar_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_error_24_filled, 'calendar_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_info_16_filled, 'calendar_info_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_info_20_filled, 'calendar_info_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_ltr_12_filled, 'calendar_ltr_12_filled', 12), + + FluentUISampleIcon(FluentIcons.calendar_ltr_16_filled, 'calendar_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_ltr_20_filled, 'calendar_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_ltr_24_filled, 'calendar_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_ltr_28_filled, 'calendar_ltr_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_ltr_32_filled, 'calendar_ltr_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_ltr_48_filled, 'calendar_ltr_48_filled', 48), + + FluentUISampleIcon(FluentIcons.calendar_mail_16_filled, 'calendar_mail_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_mail_20_filled, 'calendar_mail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_mention_20_filled, 'calendar_mention_20_filled', 20), + + 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_16_filled, 'calendar_multiple_16_filled', 16), + + 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_multiple_32_filled, 'calendar_multiple_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_overdue_24_filled, 'calendar_overdue_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_pattern_16_filled, 'calendar_pattern_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_pattern_20_filled, 'calendar_pattern_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_patterns_16_filled, 'calendar_patterns_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_person_16_filled, 'calendar_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_person_20_filled, 'calendar_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_person_24_filled, 'calendar_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_phone_16_filled, 'calendar_phone_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_phone_20_filled, 'calendar_phone_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_16_filled, 'calendar_question_mark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_20_filled, 'calendar_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_question_mark_24_filled, 'calendar_question_mark_24_filled', 24), + + 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_rtl_12_filled, 'calendar_rtl_12_filled', 12), + + FluentUISampleIcon(FluentIcons.calendar_rtl_16_filled, 'calendar_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_rtl_20_filled, 'calendar_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_rtl_24_filled, 'calendar_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_rtl_28_filled, 'calendar_rtl_28_filled', 28), + + FluentUISampleIcon(FluentIcons.calendar_rtl_32_filled, 'calendar_rtl_32_filled', 32), + + FluentUISampleIcon(FluentIcons.calendar_rtl_48_filled, 'calendar_rtl_48_filled', 48), + + FluentUISampleIcon(FluentIcons.calendar_search_16_filled, 'calendar_search_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_search_20_filled, 'calendar_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_settings_16_filled, 'calendar_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.calendar_settings_20_filled, 'calendar_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_star_16_filled, 'calendar_star_16_filled', 16), + + 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_toolbox_20_filled, 'calendar_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calendar_toolbox_24_filled, 'calendar_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calendar_week_numbers_20_filled, 'calendar_week_numbers_20_filled', 20), + + 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.calendar_work_week_28_filled, 'calendar_work_week_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_16_filled, 'call_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_20_filled, 'call_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_24_filled, 'call_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_28_filled, 'call_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_32_filled, 'call_32_filled', 32), + + FluentUISampleIcon(FluentIcons.call_48_filled, 'call_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_add_20_filled, 'call_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_add_24_filled, 'call_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_checkmark_20_filled, 'call_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_checkmark_24_filled, 'call_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_connecting_20_filled, 'call_connecting_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_dismiss_20_filled, 'call_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_dismiss_24_filled, 'call_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_end_16_filled, 'call_end_16_filled', 16), + + 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_exclamation_20_filled, 'call_exclamation_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_forward_16_filled, 'call_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_forward_20_filled, 'call_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_forward_24_filled, 'call_forward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_forward_28_filled, 'call_forward_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_forward_48_filled, 'call_forward_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_inbound_16_filled, 'call_inbound_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_inbound_20_filled, 'call_inbound_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_inbound_24_filled, 'call_inbound_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_inbound_28_filled, 'call_inbound_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_inbound_48_filled, 'call_inbound_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_missed_16_filled, 'call_missed_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_missed_20_filled, 'call_missed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_missed_24_filled, 'call_missed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_missed_28_filled, 'call_missed_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_missed_48_filled, 'call_missed_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_outbound_16_filled, 'call_outbound_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_outbound_20_filled, 'call_outbound_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_outbound_24_filled, 'call_outbound_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_outbound_28_filled, 'call_outbound_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_outbound_48_filled, 'call_outbound_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_park_16_filled, 'call_park_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_park_20_filled, 'call_park_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_park_24_filled, 'call_park_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_park_28_filled, 'call_park_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_park_32_filled, 'call_park_32_filled', 32), + + FluentUISampleIcon(FluentIcons.call_park_48_filled, 'call_park_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_pause_20_filled, 'call_pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_pause_24_filled, 'call_pause_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_prohibited_16_filled, 'call_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.call_prohibited_20_filled, 'call_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.call_prohibited_24_filled, 'call_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.call_prohibited_28_filled, 'call_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.call_prohibited_48_filled, 'call_prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.call_transfer_20_filled, 'call_transfer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_20_filled, 'calligraphy_pen_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_24_filled, 'calligraphy_pen_24_filled', 24), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_checkmark_20_filled, 'calligraphy_pen_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_error_20_filled, 'calligraphy_pen_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.calligraphy_pen_question_mark_20_filled, 'calligraphy_pen_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.camera_16_filled, 'camera_16_filled', 16), + + 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_dome_16_filled, 'camera_dome_16_filled', 16), + + FluentUISampleIcon(FluentIcons.camera_dome_20_filled, 'camera_dome_20_filled', 20), + + FluentUISampleIcon(FluentIcons.camera_dome_24_filled, 'camera_dome_24_filled', 24), + + FluentUISampleIcon(FluentIcons.camera_dome_28_filled, 'camera_dome_28_filled', 28), + + FluentUISampleIcon(FluentIcons.camera_dome_48_filled, 'camera_dome_48_filled', 48), + + FluentUISampleIcon(FluentIcons.camera_edit_20_filled, 'camera_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.camera_off_20_filled, 'camera_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.camera_off_24_filled, 'camera_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.camera_switch_20_filled, 'camera_switch_20_filled', 20), + + 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_down_left_12_filled, 'caret_down_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.caret_down_left_16_filled, 'caret_down_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.caret_down_left_20_filled, 'caret_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.caret_down_left_24_filled, 'caret_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.caret_down_right_12_filled, 'caret_down_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.caret_down_right_16_filled, 'caret_down_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.caret_down_right_20_filled, 'caret_down_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.caret_down_right_24_filled, 'caret_down_right_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.caret_up_12_filled, 'caret_up_12_filled', 12), + + FluentUISampleIcon(FluentIcons.caret_up_16_filled, 'caret_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.caret_up_20_filled, 'caret_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.caret_up_24_filled, 'caret_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cart_16_filled, 'cart_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cart_20_filled, 'cart_20_filled', 20), + + 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_20_filled, 'cellular_3g_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cellular_3g_24_filled, 'cellular_3g_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_4g_20_filled, 'cellular_4g_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cellular_4g_24_filled, 'cellular_4g_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_5g_20_filled, 'cellular_5g_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cellular_5g_24_filled, 'cellular_5g_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_cellular_off_24_filled, 'cellular_data_cellular_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_cellular_unavailable_24_filled, 'cellular_data_cellular_unavailable_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_data_unavailable_24_filled, 'cellular_data_unavailable_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_off_20_filled, 'cellular_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cellular_off_24_filled, 'cellular_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cellular_warning_20_filled, 'cellular_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cellular_warning_24_filled, 'cellular_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.center_horizontal_20_filled, 'center_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.center_horizontal_24_filled, 'center_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.center_vertical_20_filled, 'center_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.center_vertical_24_filled, 'center_vertical_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_28_filled, 'channel_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_48_filled, 'channel_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_add_16_filled, 'channel_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_add_20_filled, 'channel_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_add_24_filled, 'channel_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_add_28_filled, 'channel_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_add_48_filled, 'channel_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_alert_16_filled, 'channel_alert_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_alert_20_filled, 'channel_alert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_alert_24_filled, 'channel_alert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_alert_28_filled, 'channel_alert_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_alert_48_filled, 'channel_alert_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_16_filled, 'channel_arrow_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_20_filled, 'channel_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_24_filled, 'channel_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_28_filled, 'channel_arrow_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_arrow_left_48_filled, 'channel_arrow_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_dismiss_16_filled, 'channel_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_dismiss_20_filled, 'channel_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_dismiss_24_filled, 'channel_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_dismiss_28_filled, 'channel_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_dismiss_48_filled, 'channel_dismiss_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_share_12_filled, 'channel_share_12_filled', 12), + + FluentUISampleIcon(FluentIcons.channel_share_16_filled, 'channel_share_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_share_20_filled, 'channel_share_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_share_24_filled, 'channel_share_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_share_28_filled, 'channel_share_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_share_48_filled, 'channel_share_48_filled', 48), + + FluentUISampleIcon(FluentIcons.channel_subtract_16_filled, 'channel_subtract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.channel_subtract_20_filled, 'channel_subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.channel_subtract_24_filled, 'channel_subtract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.channel_subtract_28_filled, 'channel_subtract_28_filled', 28), + + FluentUISampleIcon(FluentIcons.channel_subtract_48_filled, 'channel_subtract_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chart_multiple_20_filled, 'chart_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chart_multiple_24_filled, 'chart_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chart_person_20_filled, 'chart_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chart_person_24_filled, 'chart_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chart_person_28_filled, 'chart_person_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chart_person_48_filled, 'chart_person_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chat_12_filled, 'chat_12_filled', 12), + + FluentUISampleIcon(FluentIcons.chat_16_filled, 'chat_16_filled', 16), + + 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_32_filled, 'chat_32_filled', 32), + + FluentUISampleIcon(FluentIcons.chat_48_filled, 'chat_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chat_arrow_back_16_filled, 'chat_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_arrow_back_20_filled, 'chat_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_arrow_double_back_16_filled, 'chat_arrow_double_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_arrow_double_back_20_filled, 'chat_arrow_double_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_16_filled, 'chat_bubbles_question_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_20_filled, 'chat_bubbles_question_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_bubbles_question_24_filled, 'chat_bubbles_question_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_dismiss_16_filled, 'chat_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_dismiss_20_filled, 'chat_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_dismiss_24_filled, 'chat_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_help_20_filled, 'chat_help_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_help_24_filled, 'chat_help_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_mail_20_filled, 'chat_mail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_multiple_16_filled, 'chat_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_multiple_20_filled, 'chat_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_multiple_24_filled, 'chat_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_off_20_filled, 'chat_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_off_24_filled, 'chat_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_settings_20_filled, 'chat_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_settings_24_filled, 'chat_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_video_20_filled, 'chat_video_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_video_24_filled, 'chat_video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chat_warning_16_filled, 'chat_warning_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chat_warning_20_filled, 'chat_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chat_warning_24_filled, 'chat_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.check_20_filled, 'check_20_filled', 20), + + FluentUISampleIcon(FluentIcons.check_24_filled, 'check_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_1_20_filled, 'checkbox_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_1_24_filled, 'checkbox_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_2_20_filled, 'checkbox_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_2_24_filled, 'checkbox_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_arrow_right_20_filled, 'checkbox_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_arrow_right_24_filled, 'checkbox_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_checked_16_filled, 'checkbox_checked_16_filled', 16), + + 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_checked_sync_16_filled, 'checkbox_checked_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkbox_checked_sync_20_filled, 'checkbox_checked_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_16_filled, 'checkbox_indeterminate_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_20_filled, 'checkbox_indeterminate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_indeterminate_24_filled, 'checkbox_indeterminate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkbox_person_16_filled, 'checkbox_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkbox_person_20_filled, 'checkbox_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_person_24_filled, 'checkbox_person_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.checkbox_warning_20_filled, 'checkbox_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkbox_warning_24_filled, 'checkbox_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkmark_12_filled, 'checkmark_12_filled', 12), + + FluentUISampleIcon(FluentIcons.checkmark_16_filled, 'checkmark_16_filled', 16), + + 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_32_filled, 'checkmark_32_filled', 32), + + FluentUISampleIcon(FluentIcons.checkmark_48_filled, 'checkmark_48_filled', 48), + + FluentUISampleIcon(FluentIcons.checkmark_circle_12_filled, 'checkmark_circle_12_filled', 12), + + 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_32_filled, 'checkmark_circle_32_filled', 32), + + 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_note_20_filled, 'checkmark_note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkmark_square_24_filled, 'checkmark_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_16_filled, 'checkmark_starburst_16_filled', 16), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_20_filled, 'checkmark_starburst_20_filled', 20), + + FluentUISampleIcon(FluentIcons.checkmark_starburst_24_filled, 'checkmark_starburst_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_circle_down_12_filled, 'chevron_circle_down_12_filled', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_16_filled, 'chevron_circle_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_20_filled, 'chevron_circle_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_24_filled, 'chevron_circle_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_28_filled, 'chevron_circle_down_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_32_filled, 'chevron_circle_down_32_filled', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_down_48_filled, 'chevron_circle_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_12_filled, 'chevron_circle_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_16_filled, 'chevron_circle_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_20_filled, 'chevron_circle_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_24_filled, 'chevron_circle_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_28_filled, 'chevron_circle_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_32_filled, 'chevron_circle_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_left_48_filled, 'chevron_circle_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_12_filled, 'chevron_circle_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_16_filled, 'chevron_circle_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_20_filled, 'chevron_circle_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_24_filled, 'chevron_circle_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_28_filled, 'chevron_circle_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_32_filled, 'chevron_circle_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_right_48_filled, 'chevron_circle_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_12_filled, 'chevron_circle_up_12_filled', 12), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_16_filled, 'chevron_circle_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_20_filled, 'chevron_circle_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_24_filled, 'chevron_circle_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_28_filled, 'chevron_circle_up_28_filled', 28), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_32_filled, 'chevron_circle_up_32_filled', 32), + + FluentUISampleIcon(FluentIcons.chevron_circle_up_48_filled, 'chevron_circle_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.chevron_double_down_16_filled, 'chevron_double_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_down_20_filled, 'chevron_double_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_left_16_filled, 'chevron_double_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_left_20_filled, 'chevron_double_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_right_16_filled, 'chevron_double_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_right_20_filled, 'chevron_double_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_double_up_16_filled, 'chevron_double_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_double_up_20_filled, 'chevron_double_up_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_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.chevron_up_down_16_filled, 'chevron_up_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chevron_up_down_20_filled, 'chevron_up_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chevron_up_down_24_filled, 'chevron_up_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chopsticks_16_filled, 'chopsticks_16_filled', 16), + + FluentUISampleIcon(FluentIcons.chopsticks_20_filled, 'chopsticks_20_filled', 20), + + FluentUISampleIcon(FluentIcons.chopsticks_24_filled, 'chopsticks_24_filled', 24), + + FluentUISampleIcon(FluentIcons.chopsticks_28_filled, 'chopsticks_28_filled', 28), + + FluentUISampleIcon(FluentIcons.circle_12_filled, 'circle_12_filled', 12), + + 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_32_filled, 'circle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.circle_48_filled, 'circle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.circle_edit_20_filled, 'circle_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_edit_24_filled, 'circle_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.circle_half_fill_12_filled, 'circle_half_fill_12_filled', 12), + + FluentUISampleIcon(FluentIcons.circle_half_fill_16_filled, 'circle_half_fill_16_filled', 16), + + 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_12_filled, 'circle_line_12_filled', 12), + + FluentUISampleIcon(FluentIcons.circle_line_20_filled, 'circle_line_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_line_24_filled, 'circle_line_24_filled', 24), + + FluentUISampleIcon(FluentIcons.circle_multiple_subtract_checkmark_20_filled, 'circle_multiple_subtract_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_off_16_filled, 'circle_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.circle_off_20_filled, 'circle_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_small_20_filled, 'circle_small_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_small_24_filled, 'circle_small_24_filled', 24), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_16_filled, 'circle_subtract_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_back_20_filled, 'circle_subtract_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_16_filled, 'circle_subtract_arrow_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.circle_subtract_arrow_forward_20_filled, 'circle_subtract_arrow_forward_20_filled', 20), + + 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_20_filled, 'class_20_filled', 20), + + 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_16_filled, 'clear_formatting_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clear_formatting_20_filled, 'clear_formatting_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clear_formatting_24_filled, 'clear_formatting_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_16_filled, 'clipboard_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clipboard_20_filled, 'clipboard_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_24_filled, 'clipboard_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_16_filled, 'clipboard_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_20_filled, 'clipboard_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_arrow_right_24_filled, 'clipboard_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_16_filled, 'clipboard_bullet_list_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_ltr_20_filled, 'clipboard_bullet_list_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_16_filled, 'clipboard_bullet_list_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clipboard_bullet_list_rtl_20_filled, 'clipboard_bullet_list_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_checkmark_20_filled, 'clipboard_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_checkmark_24_filled, 'clipboard_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_clock_20_filled, 'clipboard_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_clock_24_filled, 'clipboard_clock_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_data_bar_20_filled, 'clipboard_data_bar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_data_bar_24_filled, 'clipboard_data_bar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_data_bar_32_filled, 'clipboard_data_bar_32_filled', 32), + + FluentUISampleIcon(FluentIcons.clipboard_edit_20_filled, 'clipboard_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_error_20_filled, 'clipboard_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_error_24_filled, 'clipboard_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_heart_20_filled, 'clipboard_heart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_heart_24_filled, 'clipboard_heart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_image_20_filled, 'clipboard_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_image_24_filled, 'clipboard_image_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_20_filled, 'clipboard_more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_more_24_filled, 'clipboard_more_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_note_20_filled, 'clipboard_note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_paste_16_filled, 'clipboard_paste_16_filled', 16), + + 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_pulse_20_filled, 'clipboard_pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_pulse_24_filled, 'clipboard_pulse_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_settings_20_filled, 'clipboard_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_settings_24_filled, 'clipboard_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_20_filled, 'clipboard_task_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_24_filled, 'clipboard_task_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_add_20_filled, 'clipboard_task_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_add_24_filled, 'clipboard_task_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_20_filled, 'clipboard_task_list_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_ltr_24_filled, 'clipboard_task_list_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_20_filled, 'clipboard_task_list_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_task_list_rtl_24_filled, 'clipboard_task_list_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_20_filled, 'clipboard_text_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_text_ltr_24_filled, 'clipboard_text_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_20_filled, 'clipboard_text_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clipboard_text_rtl_24_filled, 'clipboard_text_rtl_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_32_filled, 'clock_32_filled', 32), + + FluentUISampleIcon(FluentIcons.clock_48_filled, 'clock_48_filled', 48), + + FluentUISampleIcon(FluentIcons.clock_alarm_16_filled, 'clock_alarm_16_filled', 16), + + FluentUISampleIcon(FluentIcons.clock_alarm_20_filled, 'clock_alarm_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_alarm_24_filled, 'clock_alarm_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_alarm_32_filled, 'clock_alarm_32_filled', 32), + + FluentUISampleIcon(FluentIcons.clock_arrow_download_20_filled, 'clock_arrow_download_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_arrow_download_24_filled, 'clock_arrow_download_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_dismiss_20_filled, 'clock_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_dismiss_24_filled, 'clock_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_pause_20_filled, 'clock_pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_pause_24_filled, 'clock_pause_24_filled', 24), + + FluentUISampleIcon(FluentIcons.clock_toolbox_20_filled, 'clock_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.clock_toolbox_24_filled, 'clock_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_16_filled, 'closed_caption_16_filled', 16), + + FluentUISampleIcon(FluentIcons.closed_caption_20_filled, 'closed_caption_20_filled', 20), + + FluentUISampleIcon(FluentIcons.closed_caption_24_filled, 'closed_caption_24_filled', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_28_filled, 'closed_caption_28_filled', 28), + + FluentUISampleIcon(FluentIcons.closed_caption_32_filled, 'closed_caption_32_filled', 32), + + FluentUISampleIcon(FluentIcons.closed_caption_48_filled, 'closed_caption_48_filled', 48), + + FluentUISampleIcon(FluentIcons.closed_caption_off_16_filled, 'closed_caption_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.closed_caption_off_20_filled, 'closed_caption_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.closed_caption_off_24_filled, 'closed_caption_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.closed_caption_off_28_filled, 'closed_caption_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.closed_caption_off_48_filled, 'closed_caption_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_16_filled, 'cloud_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_20_filled, 'cloud_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_24_filled, 'cloud_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_28_filled, 'cloud_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_32_filled, 'cloud_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_48_filled, 'cloud_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_add_16_filled, 'cloud_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_add_20_filled, 'cloud_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_archive_16_filled, 'cloud_archive_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_archive_20_filled, 'cloud_archive_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_archive_24_filled, 'cloud_archive_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_archive_28_filled, 'cloud_archive_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_archive_32_filled, 'cloud_archive_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_archive_48_filled, 'cloud_archive_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_16_filled, 'cloud_arrow_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_20_filled, 'cloud_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_24_filled, 'cloud_arrow_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_28_filled, 'cloud_arrow_down_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_32_filled, 'cloud_arrow_down_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_arrow_down_48_filled, 'cloud_arrow_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_16_filled, 'cloud_arrow_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_20_filled, 'cloud_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_24_filled, 'cloud_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_28_filled, 'cloud_arrow_up_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_32_filled, 'cloud_arrow_up_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_arrow_up_48_filled, 'cloud_arrow_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_backup_16_filled, 'cloud_backup_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_backup_20_filled, 'cloud_backup_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_backup_24_filled, 'cloud_backup_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_backup_28_filled, 'cloud_backup_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_backup_32_filled, 'cloud_backup_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_backup_48_filled, 'cloud_backup_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_16_filled, 'cloud_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_20_filled, 'cloud_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_24_filled, 'cloud_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_28_filled, 'cloud_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_32_filled, 'cloud_checkmark_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_checkmark_48_filled, 'cloud_checkmark_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_16_filled, 'cloud_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_20_filled, 'cloud_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_24_filled, 'cloud_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_28_filled, 'cloud_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_32_filled, 'cloud_dismiss_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_dismiss_48_filled, 'cloud_dismiss_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_download_16_filled, 'cloud_download_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_download_20_filled, 'cloud_download_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_download_24_filled, 'cloud_download_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_download_28_filled, 'cloud_download_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_download_32_filled, 'cloud_download_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_download_48_filled, 'cloud_download_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_edit_16_filled, 'cloud_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_edit_20_filled, 'cloud_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_flow_20_filled, 'cloud_flow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_flow_24_filled, 'cloud_flow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_link_16_filled, 'cloud_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_link_20_filled, 'cloud_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_off_16_filled, 'cloud_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_off_20_filled, 'cloud_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_off_24_filled, 'cloud_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_off_28_filled, 'cloud_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_off_32_filled, 'cloud_off_32_filled', 32), + + 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_swap_20_filled, 'cloud_swap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_swap_24_filled, 'cloud_swap_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_16_filled, 'cloud_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_sync_20_filled, 'cloud_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_sync_24_filled, 'cloud_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_28_filled, 'cloud_sync_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_sync_32_filled, 'cloud_sync_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_sync_48_filled, 'cloud_sync_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_16_filled, 'cloud_sync_complete_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_20_filled, 'cloud_sync_complete_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_24_filled, 'cloud_sync_complete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_28_filled, 'cloud_sync_complete_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_32_filled, 'cloud_sync_complete_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_sync_complete_48_filled, 'cloud_sync_complete_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cloud_words_16_filled, 'cloud_words_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cloud_words_20_filled, 'cloud_words_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cloud_words_24_filled, 'cloud_words_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cloud_words_28_filled, 'cloud_words_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cloud_words_32_filled, 'cloud_words_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cloud_words_48_filled, 'cloud_words_48_filled', 48), + + FluentUISampleIcon(FluentIcons.code_16_filled, 'code_16_filled', 16), + + FluentUISampleIcon(FluentIcons.code_20_filled, 'code_20_filled', 20), + + FluentUISampleIcon(FluentIcons.code_24_filled, 'code_24_filled', 24), + + FluentUISampleIcon(FluentIcons.code_circle_20_filled, 'code_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.code_text_20_filled, 'code_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.code_text_edit_20_filled, 'code_text_edit_20_filled', 20), + + 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_16_filled, 'color_16_filled', 16), + + 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_16_filled, 'color_fill_16_filled', 16), + + 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_fill_28_filled, 'color_fill_28_filled', 28), + + FluentUISampleIcon(FluentIcons.color_line_16_filled, 'color_line_16_filled', 16), + + 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_20_filled, 'column_20_filled', 20), + + FluentUISampleIcon(FluentIcons.column_arrow_right_20_filled, 'column_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.column_edit_20_filled, 'column_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.column_edit_24_filled, 'column_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.column_triple_20_filled, 'column_triple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.column_triple_24_filled, 'column_triple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.column_triple_edit_20_filled, 'column_triple_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.column_triple_edit_24_filled, 'column_triple_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comma_24_filled, 'comma_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_12_filled, 'comment_12_filled', 12), + + 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_28_filled, 'comment_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_48_filled, 'comment_48_filled', 48), + + FluentUISampleIcon(FluentIcons.comment_add_12_filled, 'comment_add_12_filled', 12), + + FluentUISampleIcon(FluentIcons.comment_add_16_filled, 'comment_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_add_20_filled, 'comment_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_add_24_filled, 'comment_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_add_28_filled, 'comment_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_add_48_filled, 'comment_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_12_filled, 'comment_arrow_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_16_filled, 'comment_arrow_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_20_filled, 'comment_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_24_filled, 'comment_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_28_filled, 'comment_arrow_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_arrow_left_48_filled, 'comment_arrow_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_12_filled, 'comment_arrow_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_16_filled, 'comment_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_20_filled, 'comment_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_24_filled, 'comment_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_28_filled, 'comment_arrow_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_arrow_right_48_filled, 'comment_arrow_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.comment_checkmark_12_filled, 'comment_checkmark_12_filled', 12), + + FluentUISampleIcon(FluentIcons.comment_checkmark_16_filled, 'comment_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_checkmark_20_filled, 'comment_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_checkmark_24_filled, 'comment_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_checkmark_28_filled, 'comment_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_checkmark_48_filled, 'comment_checkmark_48_filled', 48), + + FluentUISampleIcon(FluentIcons.comment_dismiss_20_filled, 'comment_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_dismiss_24_filled, 'comment_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_edit_20_filled, 'comment_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_edit_24_filled, 'comment_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_error_16_filled, 'comment_error_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_error_20_filled, 'comment_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_error_24_filled, 'comment_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_lightning_20_filled, 'comment_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_lightning_24_filled, 'comment_lightning_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_multiple_28_filled, 'comment_multiple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_32_filled, 'comment_multiple_32_filled', 32), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_16_filled, 'comment_multiple_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_20_filled, 'comment_multiple_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_24_filled, 'comment_multiple_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_multiple_checkmark_28_filled, 'comment_multiple_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_16_filled, 'comment_multiple_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_20_filled, 'comment_multiple_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_24_filled, 'comment_multiple_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_28_filled, 'comment_multiple_link_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_multiple_link_32_filled, 'comment_multiple_link_32_filled', 32), + + FluentUISampleIcon(FluentIcons.comment_note_20_filled, 'comment_note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_note_24_filled, 'comment_note_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_off_16_filled, 'comment_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.comment_off_20_filled, 'comment_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.comment_off_24_filled, 'comment_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.comment_off_28_filled, 'comment_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.comment_off_48_filled, 'comment_off_48_filled', 48), + + 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.communication_person_20_filled, 'communication_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.communication_person_24_filled, 'communication_person_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.component_2_double_tap_swipe_down_24_filled, 'component_2_double_tap_swipe_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.component_2_double_tap_swipe_up_24_filled, 'component_2_double_tap_swipe_up_24_filled', 24), + + 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_16_filled, 'contact_card_16_filled', 16), + + 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_28_filled, 'contact_card_28_filled', 28), + + FluentUISampleIcon(FluentIcons.contact_card_32_filled, 'contact_card_32_filled', 32), + + FluentUISampleIcon(FluentIcons.contact_card_48_filled, 'contact_card_48_filled', 48), + + FluentUISampleIcon(FluentIcons.contact_card_group_16_filled, 'contact_card_group_16_filled', 16), + + FluentUISampleIcon(FluentIcons.contact_card_group_20_filled, 'contact_card_group_20_filled', 20), + + FluentUISampleIcon(FluentIcons.contact_card_group_24_filled, 'contact_card_group_24_filled', 24), + + FluentUISampleIcon(FluentIcons.contact_card_group_28_filled, 'contact_card_group_28_filled', 28), + + FluentUISampleIcon(FluentIcons.contact_card_group_48_filled, 'contact_card_group_48_filled', 48), + + FluentUISampleIcon(FluentIcons.contact_card_link_16_filled, 'contact_card_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.contact_card_link_20_filled, 'contact_card_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_16_filled, 'contact_card_ribbon_16_filled', 16), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_20_filled, 'contact_card_ribbon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_24_filled, 'contact_card_ribbon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_28_filled, 'contact_card_ribbon_28_filled', 28), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_32_filled, 'contact_card_ribbon_32_filled', 32), + + FluentUISampleIcon(FluentIcons.contact_card_ribbon_48_filled, 'contact_card_ribbon_48_filled', 48), + + 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.content_settings_32_filled, 'content_settings_32_filled', 32), + + FluentUISampleIcon(FluentIcons.content_view_20_filled, 'content_view_20_filled', 20), + + FluentUISampleIcon(FluentIcons.content_view_32_filled, 'content_view_32_filled', 32), + + FluentUISampleIcon(FluentIcons.content_view_gallery_20_filled, 'content_view_gallery_20_filled', 20), + + FluentUISampleIcon(FluentIcons.contract_down_left_16_filled, 'contract_down_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.contract_down_left_20_filled, 'contract_down_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.contract_down_left_24_filled, 'contract_down_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.contract_down_left_28_filled, 'contract_down_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.contract_down_left_32_filled, 'contract_down_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.contract_down_left_48_filled, 'contract_down_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.control_button_20_filled, 'control_button_20_filled', 20), + + FluentUISampleIcon(FluentIcons.control_button_24_filled, 'control_button_24_filled', 24), + + FluentUISampleIcon(FluentIcons.convert_range_20_filled, 'convert_range_20_filled', 20), + + FluentUISampleIcon(FluentIcons.convert_range_24_filled, 'convert_range_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.convert_to_type_20_filled, 'convert_to_type_20_filled', 20), + + FluentUISampleIcon(FluentIcons.convert_to_type_24_filled, 'convert_to_type_24_filled', 24), + + FluentUISampleIcon(FluentIcons.convert_to_type_off_20_filled, 'convert_to_type_off_20_filled', 20), + + 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_add_20_filled, 'copy_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.copy_add_24_filled, 'copy_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_16_filled, 'copy_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_20_filled, 'copy_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.copy_arrow_right_24_filled, 'copy_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.copy_select_20_filled, 'copy_select_20_filled', 20), + + FluentUISampleIcon(FluentIcons.couch_12_filled, 'couch_12_filled', 12), + + FluentUISampleIcon(FluentIcons.couch_20_filled, 'couch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.couch_24_filled, 'couch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.credit_card_person_20_filled, 'credit_card_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.credit_card_person_24_filled, 'credit_card_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.credit_card_toolbox_20_filled, 'credit_card_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.credit_card_toolbox_24_filled, 'credit_card_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.crop_20_filled, 'crop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.crop_24_filled, 'crop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.crop_interim_20_filled, 'crop_interim_20_filled', 20), + + FluentUISampleIcon(FluentIcons.crop_interim_24_filled, 'crop_interim_24_filled', 24), + + FluentUISampleIcon(FluentIcons.crop_interim_off_20_filled, 'crop_interim_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.crop_interim_off_24_filled, 'crop_interim_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cube_12_filled, 'cube_12_filled', 12), + + 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.cube_add_20_filled, 'cube_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_link_20_filled, 'cube_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_multiple_20_filled, 'cube_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_multiple_24_filled, 'cube_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cube_quick_16_filled, 'cube_quick_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cube_quick_20_filled, 'cube_quick_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_quick_24_filled, 'cube_quick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cube_quick_28_filled, 'cube_quick_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cube_rotate_20_filled, 'cube_rotate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_sync_20_filled, 'cube_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_sync_24_filled, 'cube_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cube_tree_20_filled, 'cube_tree_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cube_tree_24_filled, 'cube_tree_24_filled', 24), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_16_filled, 'currency_dollar_euro_16_filled', 16), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_20_filled, 'currency_dollar_euro_20_filled', 20), + + FluentUISampleIcon(FluentIcons.currency_dollar_euro_24_filled, 'currency_dollar_euro_24_filled', 24), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_16_filled, 'currency_dollar_rupee_16_filled', 16), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_20_filled, 'currency_dollar_rupee_20_filled', 20), + + FluentUISampleIcon(FluentIcons.currency_dollar_rupee_24_filled, 'currency_dollar_rupee_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cursor_20_filled, 'cursor_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cursor_24_filled, 'cursor_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cursor_click_20_filled, 'cursor_click_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cursor_click_24_filled, 'cursor_click_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_16_filled, 'cursor_hover_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cursor_hover_20_filled, 'cursor_hover_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cursor_hover_24_filled, 'cursor_hover_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_28_filled, 'cursor_hover_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cursor_hover_32_filled, 'cursor_hover_32_filled', 32), + + FluentUISampleIcon(FluentIcons.cursor_hover_48_filled, 'cursor_hover_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_16_filled, 'cursor_hover_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_20_filled, 'cursor_hover_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_24_filled, 'cursor_hover_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_28_filled, 'cursor_hover_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.cursor_hover_off_48_filled, 'cursor_hover_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.cut_20_filled, 'cut_20_filled', 20), + + FluentUISampleIcon(FluentIcons.cut_24_filled, 'cut_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dark_theme_20_filled, 'dark_theme_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dark_theme_24_filled, 'dark_theme_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_area_20_filled, 'data_area_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_area_24_filled, 'data_area_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_bar_horizontal_20_filled, 'data_bar_horizontal_20_filled', 20), + + 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_bar_vertical_add_20_filled, 'data_bar_vertical_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_bar_vertical_add_24_filled, 'data_bar_vertical_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_funnel_20_filled, 'data_funnel_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_funnel_24_filled, 'data_funnel_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_histogram_20_filled, 'data_histogram_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_histogram_24_filled, 'data_histogram_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_line_20_filled, 'data_line_20_filled', 20), + + 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_20_filled, 'data_scatter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_scatter_24_filled, 'data_scatter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_sunburst_20_filled, 'data_sunburst_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_sunburst_24_filled, 'data_sunburst_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_treemap_20_filled, 'data_treemap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_treemap_24_filled, 'data_treemap_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_trending_16_filled, 'data_trending_16_filled', 16), + + FluentUISampleIcon(FluentIcons.data_trending_20_filled, 'data_trending_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_trending_24_filled, 'data_trending_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_usage_20_filled, 'data_usage_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_usage_24_filled, 'data_usage_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_usage_edit_20_filled, 'data_usage_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_usage_edit_24_filled, 'data_usage_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_usage_settings_20_filled, 'data_usage_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_usage_toolbox_20_filled, 'data_usage_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_usage_toolbox_24_filled, 'data_usage_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_waterfall_20_filled, 'data_waterfall_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_waterfall_24_filled, 'data_waterfall_24_filled', 24), + + FluentUISampleIcon(FluentIcons.data_whisker_20_filled, 'data_whisker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.data_whisker_24_filled, 'data_whisker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.database_20_filled, 'database_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_24_filled, 'database_24_filled', 24), + + FluentUISampleIcon(FluentIcons.database_arrow_down_20_filled, 'database_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_arrow_right_20_filled, 'database_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_arrow_up_20_filled, 'database_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_lightning_20_filled, 'database_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_link_20_filled, 'database_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_link_24_filled, 'database_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.database_multiple_20_filled, 'database_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_person_20_filled, 'database_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_person_24_filled, 'database_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.database_plug_connected_20_filled, 'database_plug_connected_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_search_20_filled, 'database_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_search_24_filled, 'database_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.database_warning_20_filled, 'database_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.database_window_20_filled, 'database_window_20_filled', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_left_20_filled, 'decimal_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_left_24_filled, 'decimal_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.decimal_arrow_right_20_filled, 'decimal_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.decimal_arrow_right_24_filled, 'decimal_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.delete_16_filled, 'delete_16_filled', 16), + + 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_arrow_back_16_filled, 'delete_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.delete_arrow_back_20_filled, 'delete_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.delete_dismiss_20_filled, 'delete_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.delete_dismiss_24_filled, 'delete_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.delete_dismiss_28_filled, 'delete_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.delete_lines_20_filled, 'delete_lines_20_filled', 20), + + 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_12_filled, 'dentist_12_filled', 12), + + FluentUISampleIcon(FluentIcons.dentist_16_filled, 'dentist_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dentist_20_filled, 'dentist_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dentist_24_filled, 'dentist_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dentist_28_filled, 'dentist_28_filled', 28), + + FluentUISampleIcon(FluentIcons.dentist_48_filled, 'dentist_48_filled', 48), + + 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.desktop_32_filled, 'desktop_32_filled', 32), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_16_filled, 'desktop_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_20_filled, 'desktop_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_arrow_right_24_filled, 'desktop_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_cursor_16_filled, 'desktop_cursor_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_cursor_20_filled, 'desktop_cursor_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_cursor_24_filled, 'desktop_cursor_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_cursor_28_filled, 'desktop_cursor_28_filled', 28), + + FluentUISampleIcon(FluentIcons.desktop_edit_16_filled, 'desktop_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_edit_20_filled, 'desktop_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_edit_24_filled, 'desktop_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_flow_20_filled, 'desktop_flow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_flow_24_filled, 'desktop_flow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_16_filled, 'desktop_keyboard_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_20_filled, 'desktop_keyboard_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_24_filled, 'desktop_keyboard_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_keyboard_28_filled, 'desktop_keyboard_28_filled', 28), + + FluentUISampleIcon(FluentIcons.desktop_mac_16_filled, 'desktop_mac_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_mac_20_filled, 'desktop_mac_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_mac_24_filled, 'desktop_mac_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_mac_32_filled, 'desktop_mac_32_filled', 32), + + FluentUISampleIcon(FluentIcons.desktop_pulse_16_filled, 'desktop_pulse_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_pulse_20_filled, 'desktop_pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_pulse_24_filled, 'desktop_pulse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_pulse_28_filled, 'desktop_pulse_28_filled', 28), + + FluentUISampleIcon(FluentIcons.desktop_pulse_32_filled, 'desktop_pulse_32_filled', 32), + + FluentUISampleIcon(FluentIcons.desktop_pulse_48_filled, 'desktop_pulse_48_filled', 48), + + FluentUISampleIcon(FluentIcons.desktop_signal_20_filled, 'desktop_signal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_signal_24_filled, 'desktop_signal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_speaker_20_filled, 'desktop_speaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_speaker_24_filled, 'desktop_speaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_speaker_off_20_filled, 'desktop_speaker_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_speaker_off_24_filled, 'desktop_speaker_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_sync_16_filled, 'desktop_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.desktop_sync_20_filled, 'desktop_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_sync_24_filled, 'desktop_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.desktop_toolbox_20_filled, 'desktop_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.desktop_toolbox_24_filled, 'desktop_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.developer_board_20_filled, 'developer_board_20_filled', 20), + + FluentUISampleIcon(FluentIcons.developer_board_24_filled, 'developer_board_24_filled', 24), + + FluentUISampleIcon(FluentIcons.developer_board_lightning_20_filled, 'developer_board_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.developer_board_lightning_toolbox_20_filled, 'developer_board_lightning_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.developer_board_search_20_filled, 'developer_board_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.developer_board_search_24_filled, 'developer_board_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.device_eq_20_filled, 'device_eq_20_filled', 20), + + FluentUISampleIcon(FluentIcons.device_eq_24_filled, 'device_eq_24_filled', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_16_filled, 'device_meeting_room_16_filled', 16), + + FluentUISampleIcon(FluentIcons.device_meeting_room_20_filled, 'device_meeting_room_20_filled', 20), + + FluentUISampleIcon(FluentIcons.device_meeting_room_24_filled, 'device_meeting_room_24_filled', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_28_filled, 'device_meeting_room_28_filled', 28), + + FluentUISampleIcon(FluentIcons.device_meeting_room_32_filled, 'device_meeting_room_32_filled', 32), + + FluentUISampleIcon(FluentIcons.device_meeting_room_48_filled, 'device_meeting_room_48_filled', 48), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_16_filled, 'device_meeting_room_remote_16_filled', 16), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_20_filled, 'device_meeting_room_remote_20_filled', 20), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_24_filled, 'device_meeting_room_remote_24_filled', 24), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_28_filled, 'device_meeting_room_remote_28_filled', 28), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_32_filled, 'device_meeting_room_remote_32_filled', 32), + + FluentUISampleIcon(FluentIcons.device_meeting_room_remote_48_filled, 'device_meeting_room_remote_48_filled', 48), + + FluentUISampleIcon(FluentIcons.diagram_20_filled, 'diagram_20_filled', 20), + + FluentUISampleIcon(FluentIcons.diagram_24_filled, 'diagram_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dialpad_20_filled, 'dialpad_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dialpad_24_filled, 'dialpad_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dialpad_28_filled, 'dialpad_28_filled', 28), + + FluentUISampleIcon(FluentIcons.dialpad_32_filled, 'dialpad_32_filled', 32), + + FluentUISampleIcon(FluentIcons.dialpad_48_filled, 'dialpad_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dialpad_off_20_filled, 'dialpad_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dialpad_off_24_filled, 'dialpad_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.diamond_16_filled, 'diamond_16_filled', 16), + + FluentUISampleIcon(FluentIcons.diamond_20_filled, 'diamond_20_filled', 20), + + FluentUISampleIcon(FluentIcons.diamond_24_filled, 'diamond_24_filled', 24), + + FluentUISampleIcon(FluentIcons.diamond_28_filled, 'diamond_28_filled', 28), + + FluentUISampleIcon(FluentIcons.diamond_32_filled, 'diamond_32_filled', 32), + + FluentUISampleIcon(FluentIcons.diamond_48_filled, 'diamond_48_filled', 48), + + FluentUISampleIcon(FluentIcons.directions_16_filled, 'directions_16_filled', 16), + + 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_32_filled, 'dismiss_32_filled', 32), + + FluentUISampleIcon(FluentIcons.dismiss_48_filled, 'dismiss_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dismiss_circle_12_filled, 'dismiss_circle_12_filled', 12), + + 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_28_filled, 'dismiss_circle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.dismiss_circle_32_filled, 'dismiss_circle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.dismiss_circle_48_filled, 'dismiss_circle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dismiss_square_20_filled, 'dismiss_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dismiss_square_24_filled, 'dismiss_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dismiss_square_multiple_16_filled, 'dismiss_square_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dismiss_square_multiple_20_filled, 'dismiss_square_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.diversity_20_filled, 'diversity_20_filled', 20), + + FluentUISampleIcon(FluentIcons.diversity_24_filled, 'diversity_24_filled', 24), + + FluentUISampleIcon(FluentIcons.diversity_28_filled, 'diversity_28_filled', 28), + + FluentUISampleIcon(FluentIcons.diversity_48_filled, 'diversity_48_filled', 48), + + FluentUISampleIcon(FluentIcons.divider_short_16_filled, 'divider_short_16_filled', 16), + + FluentUISampleIcon(FluentIcons.divider_short_20_filled, 'divider_short_20_filled', 20), + + FluentUISampleIcon(FluentIcons.divider_short_24_filled, 'divider_short_24_filled', 24), + + FluentUISampleIcon(FluentIcons.divider_tall_16_filled, 'divider_tall_16_filled', 16), + + FluentUISampleIcon(FluentIcons.divider_tall_20_filled, 'divider_tall_20_filled', 20), + + FluentUISampleIcon(FluentIcons.divider_tall_24_filled, 'divider_tall_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_20_filled, 'dock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dock_24_filled, 'dock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_bottom_20_filled, 'dock_panel_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_left_16_filled, 'dock_panel_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dock_panel_left_20_filled, 'dock_panel_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_left_24_filled, 'dock_panel_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_left_28_filled, 'dock_panel_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.dock_panel_left_48_filled, 'dock_panel_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dock_panel_right_16_filled, 'dock_panel_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dock_panel_right_20_filled, 'dock_panel_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dock_panel_right_24_filled, 'dock_panel_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dock_panel_right_28_filled, 'dock_panel_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.dock_panel_right_48_filled, 'dock_panel_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dock_row_20_filled, 'dock_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dock_row_24_filled, 'dock_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.doctor_12_filled, 'doctor_12_filled', 12), + + FluentUISampleIcon(FluentIcons.doctor_16_filled, 'doctor_16_filled', 16), + + FluentUISampleIcon(FluentIcons.doctor_20_filled, 'doctor_20_filled', 20), + + FluentUISampleIcon(FluentIcons.doctor_24_filled, 'doctor_24_filled', 24), + + FluentUISampleIcon(FluentIcons.doctor_28_filled, 'doctor_28_filled', 28), + + FluentUISampleIcon(FluentIcons.doctor_48_filled, 'doctor_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_16_filled, 'document_16_filled', 16), + + 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_32_filled, 'document_32_filled', 32), + + FluentUISampleIcon(FluentIcons.document_48_filled, 'document_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_add_16_filled, 'document_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_add_20_filled, 'document_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_add_24_filled, 'document_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_add_28_filled, 'document_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_add_48_filled, 'document_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_arrow_down_16_filled, 'document_arrow_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_down_20_filled, 'document_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_left_16_filled, 'document_arrow_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_left_20_filled, 'document_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_left_24_filled, 'document_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_arrow_left_28_filled, 'document_arrow_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_arrow_left_48_filled, 'document_arrow_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_arrow_right_20_filled, 'document_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_arrow_right_24_filled, 'document_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_arrow_up_16_filled, 'document_arrow_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_arrow_up_20_filled, 'document_arrow_up_20_filled', 20), + + 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_bullet_list_20_filled, 'document_bullet_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_24_filled, 'document_bullet_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_clock_20_filled, 'document_bullet_list_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_clock_24_filled, 'document_bullet_list_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_20_filled, 'document_bullet_list_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_multiple_24_filled, 'document_bullet_list_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_bullet_list_off_20_filled, 'document_bullet_list_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_bullet_list_off_24_filled, 'document_bullet_list_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_catch_up_16_filled, 'document_catch_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_catch_up_20_filled, 'document_catch_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_catch_up_24_filled, 'document_catch_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_checkmark_20_filled, 'document_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_checkmark_24_filled, 'document_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_chevron_double_20_filled, 'document_chevron_double_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_chevron_double_24_filled, 'document_chevron_double_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_css_20_filled, 'document_css_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_css_24_filled, 'document_css_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_dismiss_16_filled, 'document_dismiss_16_filled', 16), + + 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_flowchart_20_filled, 'document_flowchart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_flowchart_24_filled, 'document_flowchart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_footer_16_filled, 'document_footer_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_footer_20_filled, 'document_footer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_footer_24_filled, 'document_footer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_footer_dismiss_20_filled, 'document_footer_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_footer_dismiss_24_filled, 'document_footer_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_footer_remove_24_filled, 'document_footer_remove_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_16_filled, 'document_header_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_header_20_filled, 'document_header_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_header_24_filled, 'document_header_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_16_filled, 'document_header_arrow_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_20_filled, 'document_header_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_header_arrow_down_24_filled, 'document_header_arrow_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_dismiss_20_filled, 'document_header_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_header_dismiss_24_filled, 'document_header_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_header_footer_16_filled, 'document_header_footer_16_filled', 16), + + 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_heart_20_filled, 'document_heart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_heart_24_filled, 'document_heart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_heart_pulse_20_filled, 'document_heart_pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_heart_pulse_24_filled, 'document_heart_pulse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_javascript_20_filled, 'document_javascript_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_javascript_24_filled, 'document_javascript_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_landscape_data_20_filled, 'document_landscape_data_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_data_24_filled, 'document_landscape_data_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_split_20_filled, 'document_landscape_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_landscape_split_24_filled, 'document_landscape_split_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_landscape_split_hint_20_filled, 'document_landscape_split_hint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_link_16_filled, 'document_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_link_20_filled, 'document_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_link_24_filled, 'document_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_lock_16_filled, 'document_lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_lock_20_filled, 'document_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_lock_24_filled, 'document_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_lock_28_filled, 'document_lock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_lock_32_filled, 'document_lock_32_filled', 32), + + FluentUISampleIcon(FluentIcons.document_lock_48_filled, 'document_lock_48_filled', 48), + + 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_mention_16_filled, 'document_mention_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_mention_20_filled, 'document_mention_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_mention_24_filled, 'document_mention_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_mention_28_filled, 'document_mention_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_mention_48_filled, 'document_mention_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_multiple_16_filled, 'document_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_multiple_20_filled, 'document_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_24_filled, 'document_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_percent_20_filled, 'document_multiple_percent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_percent_24_filled, 'document_multiple_percent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_prohibited_20_filled, 'document_multiple_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_multiple_prohibited_24_filled, 'document_multiple_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_multiple_sync_20_filled, 'document_multiple_sync_20_filled', 20), + + 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_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_20_filled, 'document_page_break_20_filled', 20), + + 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_pdf_32_filled, 'document_pdf_32_filled', 32), + + FluentUISampleIcon(FluentIcons.document_percent_20_filled, 'document_percent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_percent_24_filled, 'document_percent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_person_16_filled, 'document_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_person_20_filled, 'document_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_pill_20_filled, 'document_pill_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_pill_24_filled, 'document_pill_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_prohibited_20_filled, 'document_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_prohibited_24_filled, 'document_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_question_mark_16_filled, 'document_question_mark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_question_mark_20_filled, 'document_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_question_mark_24_filled, 'document_question_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_queue_20_filled, 'document_queue_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_queue_24_filled, 'document_queue_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_queue_add_20_filled, 'document_queue_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_queue_add_24_filled, 'document_queue_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_queue_multiple_20_filled, 'document_queue_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_queue_multiple_24_filled, 'document_queue_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_ribbon_16_filled, 'document_ribbon_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_ribbon_20_filled, 'document_ribbon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_ribbon_24_filled, 'document_ribbon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_ribbon_28_filled, 'document_ribbon_28_filled', 28), + + FluentUISampleIcon(FluentIcons.document_ribbon_32_filled, 'document_ribbon_32_filled', 32), + + FluentUISampleIcon(FluentIcons.document_ribbon_48_filled, 'document_ribbon_48_filled', 48), + + FluentUISampleIcon(FluentIcons.document_save_20_filled, 'document_save_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_save_24_filled, 'document_save_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_search_16_filled, 'document_search_16_filled', 16), + + 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_settings_16_filled, 'document_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_settings_20_filled, 'document_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_16_filled, 'document_split_hint_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_split_hint_20_filled, 'document_split_hint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_24_filled, 'document_split_hint_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_16_filled, 'document_split_hint_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_20_filled, 'document_split_hint_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_split_hint_off_24_filled, 'document_split_hint_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_sync_16_filled, 'document_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_sync_20_filled, 'document_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_sync_24_filled, 'document_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_16_filled, 'document_table_16_filled', 16), + + FluentUISampleIcon(FluentIcons.document_table_20_filled, 'document_table_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_24_filled, 'document_table_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_arrow_right_20_filled, 'document_table_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_arrow_right_24_filled, 'document_table_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_checkmark_20_filled, 'document_table_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_checkmark_24_filled, 'document_table_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_cube_20_filled, 'document_table_cube_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_cube_24_filled, 'document_table_cube_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_search_20_filled, 'document_table_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_search_24_filled, 'document_table_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_table_truck_20_filled, 'document_table_truck_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_table_truck_24_filled, 'document_table_truck_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_text_20_filled, 'document_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_text_24_filled, 'document_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_text_clock_20_filled, 'document_text_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_text_clock_24_filled, 'document_text_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_text_extract_20_filled, 'document_text_extract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_text_extract_24_filled, 'document_text_extract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_text_link_20_filled, 'document_text_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_text_link_24_filled, 'document_text_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.document_text_toolbox_20_filled, 'document_text_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_text_toolbox_24_filled, 'document_text_toolbox_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_width_20_filled, 'document_width_20_filled', 20), + + FluentUISampleIcon(FluentIcons.document_width_24_filled, 'document_width_24_filled', 24), + + FluentUISampleIcon(FluentIcons.door_16_filled, 'door_16_filled', 16), + + FluentUISampleIcon(FluentIcons.door_20_filled, 'door_20_filled', 20), + + FluentUISampleIcon(FluentIcons.door_28_filled, 'door_28_filled', 28), + + FluentUISampleIcon(FluentIcons.door_arrow_left_16_filled, 'door_arrow_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.door_arrow_left_20_filled, 'door_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.door_arrow_left_24_filled, 'door_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.door_arrow_right_16_filled, 'door_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.door_arrow_right_20_filled, 'door_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.door_arrow_right_28_filled, 'door_arrow_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.door_tag_20_filled, 'door_tag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.door_tag_24_filled, 'door_tag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_down_20_filled, 'double_swipe_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.double_swipe_down_24_filled, 'double_swipe_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_swipe_up_20_filled, 'double_swipe_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.double_swipe_up_24_filled, 'double_swipe_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_20_filled, 'double_tap_swipe_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_down_24_filled, 'double_tap_swipe_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.double_tap_swipe_up_20_filled, 'double_tap_swipe_up_20_filled', 20), + + 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_20_filled, 'drag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drag_24_filled, 'drag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.draw_image_20_filled, 'draw_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.draw_image_24_filled, 'draw_image_24_filled', 24), + + FluentUISampleIcon(FluentIcons.draw_shape_20_filled, 'draw_shape_20_filled', 20), + + FluentUISampleIcon(FluentIcons.draw_shape_24_filled, 'draw_shape_24_filled', 24), + + FluentUISampleIcon(FluentIcons.draw_text_20_filled, 'draw_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.draw_text_24_filled, 'draw_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_add_20_filled, 'drawer_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_add_24_filled, 'drawer_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_arrow_download_20_filled, 'drawer_arrow_download_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_arrow_download_24_filled, 'drawer_arrow_download_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_dismiss_20_filled, 'drawer_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_dismiss_24_filled, 'drawer_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_download_20_filled, 'drawer_download_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_download_24_filled, 'drawer_download_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_play_20_filled, 'drawer_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_play_24_filled, 'drawer_play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drawer_subtract_20_filled, 'drawer_subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drawer_subtract_24_filled, 'drawer_subtract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drink_beer_16_filled, 'drink_beer_16_filled', 16), + + FluentUISampleIcon(FluentIcons.drink_beer_20_filled, 'drink_beer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drink_beer_24_filled, 'drink_beer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drink_coffee_16_filled, 'drink_coffee_16_filled', 16), + + 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_16_filled, 'drink_margarita_16_filled', 16), + + FluentUISampleIcon(FluentIcons.drink_margarita_20_filled, 'drink_margarita_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drink_margarita_24_filled, 'drink_margarita_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drink_to_go_20_filled, 'drink_to_go_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drink_to_go_24_filled, 'drink_to_go_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drink_wine_16_filled, 'drink_wine_16_filled', 16), + + FluentUISampleIcon(FluentIcons.drink_wine_20_filled, 'drink_wine_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drink_wine_24_filled, 'drink_wine_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drive_train_20_filled, 'drive_train_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drive_train_24_filled, 'drive_train_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drop_12_filled, 'drop_12_filled', 12), + + FluentUISampleIcon(FluentIcons.drop_16_filled, 'drop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.drop_20_filled, 'drop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.drop_24_filled, 'drop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.drop_28_filled, 'drop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.drop_48_filled, 'drop_48_filled', 48), + + FluentUISampleIcon(FluentIcons.dual_screen_20_filled, 'dual_screen_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_24_filled, 'dual_screen_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_add_20_filled, 'dual_screen_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_add_24_filled, 'dual_screen_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_20_filled, 'dual_screen_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_right_24_filled, 'dual_screen_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_20_filled, 'dual_screen_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_arrow_up_24_filled, 'dual_screen_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_20_filled, 'dual_screen_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_clock_24_filled, 'dual_screen_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_20_filled, 'dual_screen_closed_alert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_closed_alert_24_filled, 'dual_screen_closed_alert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_20_filled, 'dual_screen_desktop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_desktop_24_filled, 'dual_screen_desktop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_dismiss_20_filled, 'dual_screen_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_dismiss_24_filled, 'dual_screen_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_group_20_filled, 'dual_screen_group_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_group_24_filled, 'dual_screen_group_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_header_20_filled, 'dual_screen_header_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_header_24_filled, 'dual_screen_header_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_lock_20_filled, 'dual_screen_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_lock_24_filled, 'dual_screen_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_20_filled, 'dual_screen_mirror_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_mirror_24_filled, 'dual_screen_mirror_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_20_filled, 'dual_screen_pagination_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_pagination_24_filled, 'dual_screen_pagination_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_20_filled, 'dual_screen_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_settings_24_filled, 'dual_screen_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_span_20_filled, 'dual_screen_span_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_span_24_filled, 'dual_screen_span_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_speaker_20_filled, 'dual_screen_speaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_speaker_24_filled, 'dual_screen_speaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_20_filled, 'dual_screen_status_bar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_status_bar_24_filled, 'dual_screen_status_bar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_20_filled, 'dual_screen_tablet_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_tablet_24_filled, 'dual_screen_tablet_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_update_20_filled, 'dual_screen_update_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_update_24_filled, 'dual_screen_update_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_20_filled, 'dual_screen_vertical_scroll_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_vertical_scroll_24_filled, 'dual_screen_vertical_scroll_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_20_filled, 'dual_screen_vibrate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dual_screen_vibrate_24_filled, 'dual_screen_vibrate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dumbbell_16_filled, 'dumbbell_16_filled', 16), + + FluentUISampleIcon(FluentIcons.dumbbell_20_filled, 'dumbbell_20_filled', 20), + + FluentUISampleIcon(FluentIcons.dumbbell_24_filled, 'dumbbell_24_filled', 24), + + FluentUISampleIcon(FluentIcons.dumbbell_28_filled, 'dumbbell_28_filled', 28), + + 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.edit_28_filled, 'edit_28_filled', 28), + + FluentUISampleIcon(FluentIcons.edit_32_filled, 'edit_32_filled', 32), + + FluentUISampleIcon(FluentIcons.edit_48_filled, 'edit_48_filled', 48), + + FluentUISampleIcon(FluentIcons.edit_arrow_back_16_filled, 'edit_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.edit_arrow_back_20_filled, 'edit_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_off_16_filled, 'edit_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.edit_off_20_filled, 'edit_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_off_24_filled, 'edit_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.edit_off_28_filled, 'edit_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.edit_off_32_filled, 'edit_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.edit_off_48_filled, 'edit_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.edit_prohibited_16_filled, 'edit_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.edit_prohibited_20_filled, 'edit_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_prohibited_24_filled, 'edit_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.edit_prohibited_28_filled, 'edit_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.edit_prohibited_32_filled, 'edit_prohibited_32_filled', 32), + + FluentUISampleIcon(FluentIcons.edit_prohibited_48_filled, 'edit_prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.edit_settings_20_filled, 'edit_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.edit_settings_24_filled, 'edit_settings_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_28_filled, 'emoji_28_filled', 28), + + FluentUISampleIcon(FluentIcons.emoji_32_filled, 'emoji_32_filled', 32), + + FluentUISampleIcon(FluentIcons.emoji_48_filled, 'emoji_48_filled', 48), + + FluentUISampleIcon(FluentIcons.emoji_add_16_filled, 'emoji_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.emoji_add_20_filled, 'emoji_add_20_filled', 20), + + 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_edit_16_filled, 'emoji_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.emoji_edit_20_filled, 'emoji_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_edit_24_filled, 'emoji_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_edit_28_filled, 'emoji_edit_28_filled', 28), + + FluentUISampleIcon(FluentIcons.emoji_edit_48_filled, 'emoji_edit_48_filled', 48), + + FluentUISampleIcon(FluentIcons.emoji_hand_20_filled, 'emoji_hand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_hand_24_filled, 'emoji_hand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_hand_28_filled, 'emoji_hand_28_filled', 28), + + FluentUISampleIcon(FluentIcons.emoji_laugh_16_filled, 'emoji_laugh_16_filled', 16), + + 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_multiple_20_filled, 'emoji_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_multiple_24_filled, 'emoji_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_sad_16_filled, 'emoji_sad_16_filled', 16), + + 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_sad_slight_20_filled, 'emoji_sad_slight_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_sad_slight_24_filled, 'emoji_sad_slight_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_smile_slight_20_filled, 'emoji_smile_slight_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_smile_slight_24_filled, 'emoji_smile_slight_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_16_filled, 'emoji_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_20_filled, 'emoji_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_24_filled, 'emoji_sparkle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_28_filled, 'emoji_sparkle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_32_filled, 'emoji_sparkle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.emoji_sparkle_48_filled, 'emoji_sparkle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.emoji_surprise_20_filled, 'emoji_surprise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.emoji_surprise_24_filled, 'emoji_surprise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.engine_20_filled, 'engine_20_filled', 20), + + FluentUISampleIcon(FluentIcons.engine_24_filled, 'engine_24_filled', 24), + + FluentUISampleIcon(FluentIcons.equal_circle_20_filled, 'equal_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.equal_circle_24_filled, 'equal_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.equal_off_20_filled, 'equal_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.equal_off_24_filled, 'equal_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eraser_20_filled, 'eraser_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eraser_24_filled, 'eraser_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eraser_medium_20_filled, 'eraser_medium_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eraser_medium_24_filled, 'eraser_medium_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eraser_segment_20_filled, 'eraser_segment_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eraser_segment_24_filled, 'eraser_segment_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eraser_small_20_filled, 'eraser_small_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eraser_small_24_filled, 'eraser_small_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eraser_tool_20_filled, 'eraser_tool_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eraser_tool_24_filled, 'eraser_tool_24_filled', 24), + + FluentUISampleIcon(FluentIcons.error_circle_12_filled, 'error_circle_12_filled', 12), + + 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.error_circle_settings_16_filled, 'error_circle_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.error_circle_settings_20_filled, 'error_circle_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.expand_up_left_16_filled, 'expand_up_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.expand_up_left_20_filled, 'expand_up_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.expand_up_left_24_filled, 'expand_up_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.expand_up_left_28_filled, 'expand_up_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.expand_up_left_32_filled, 'expand_up_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.expand_up_left_48_filled, 'expand_up_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.expand_up_right_16_filled, 'expand_up_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.expand_up_right_20_filled, 'expand_up_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.expand_up_right_24_filled, 'expand_up_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.expand_up_right_28_filled, 'expand_up_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.expand_up_right_32_filled, 'expand_up_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.expand_up_right_48_filled, 'expand_up_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.extended_dock_20_filled, 'extended_dock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.extended_dock_24_filled, 'extended_dock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.extension_16_filled, 'extension_16_filled', 16), + + FluentUISampleIcon(FluentIcons.extension_20_filled, 'extension_20_filled', 20), + + FluentUISampleIcon(FluentIcons.extension_24_filled, 'extension_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eye_12_filled, 'eye_12_filled', 12), + + FluentUISampleIcon(FluentIcons.eye_16_filled, 'eye_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_20_filled, 'eye_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_24_filled, 'eye_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_off_16_filled, 'eye_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_off_20_filled, 'eye_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_off_24_filled, 'eye_off_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.eye_tracking_16_filled, 'eye_tracking_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_20_filled, 'eye_tracking_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_24_filled, 'eye_tracking_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_16_filled, 'eye_tracking_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_20_filled, 'eye_tracking_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_off_24_filled, 'eye_tracking_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_16_filled, 'eye_tracking_on_16_filled', 16), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_20_filled, 'eye_tracking_on_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eye_tracking_on_24_filled, 'eye_tracking_on_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eyedropper_20_filled, 'eyedropper_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eyedropper_24_filled, 'eyedropper_24_filled', 24), + + FluentUISampleIcon(FluentIcons.eyedropper_off_20_filled, 'eyedropper_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.eyedropper_off_24_filled, 'eyedropper_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.f_stop_16_filled, 'f_stop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.f_stop_20_filled, 'f_stop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.f_stop_24_filled, 'f_stop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.f_stop_28_filled, 'f_stop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.fast_acceleration_20_filled, 'fast_acceleration_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fast_acceleration_24_filled, 'fast_acceleration_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fast_forward_16_filled, 'fast_forward_16_filled', 16), + + 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_forward_28_filled, 'fast_forward_28_filled', 28), + + FluentUISampleIcon(FluentIcons.fax_16_filled, 'fax_16_filled', 16), + + FluentUISampleIcon(FluentIcons.fax_20_filled, 'fax_20_filled', 20), + + FluentUISampleIcon(FluentIcons.filter_12_filled, 'filter_12_filled', 12), + + FluentUISampleIcon(FluentIcons.filter_16_filled, 'filter_16_filled', 16), + + 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.filter_add_20_filled, 'filter_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.filter_dismiss_16_filled, 'filter_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.filter_dismiss_20_filled, 'filter_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.filter_dismiss_24_filled, 'filter_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.filter_sync_20_filled, 'filter_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.filter_sync_24_filled, 'filter_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fingerprint_20_filled, 'fingerprint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fingerprint_24_filled, 'fingerprint_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fingerprint_48_filled, 'fingerprint_48_filled', 48), + + FluentUISampleIcon(FluentIcons.fixed_width_20_filled, 'fixed_width_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fixed_width_24_filled, 'fixed_width_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_16_filled, 'flag_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flag_off_20_filled, 'flag_off_20_filled', 20), + + 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_16_filled, 'flash_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flash_20_filled, 'flash_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_24_filled, 'flash_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flash_28_filled, 'flash_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flash_add_20_filled, 'flash_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_auto_20_filled, 'flash_auto_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_auto_24_filled, 'flash_auto_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flash_checkmark_16_filled, 'flash_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flash_checkmark_20_filled, 'flash_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_checkmark_24_filled, 'flash_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flash_checkmark_28_filled, 'flash_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flash_flow_16_filled, 'flash_flow_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flash_flow_20_filled, 'flash_flow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_flow_24_filled, 'flash_flow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flash_off_20_filled, 'flash_off_20_filled', 20), + + 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.flash_play_20_filled, 'flash_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_settings_20_filled, 'flash_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flash_settings_24_filled, 'flash_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flashlight_16_filled, 'flashlight_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flashlight_20_filled, 'flashlight_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flashlight_24_filled, 'flashlight_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flashlight_off_20_filled, 'flashlight_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flashlight_off_24_filled, 'flashlight_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flip_horizontal_16_filled, 'flip_horizontal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flip_horizontal_20_filled, 'flip_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flip_horizontal_24_filled, 'flip_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flip_horizontal_28_filled, 'flip_horizontal_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flip_horizontal_32_filled, 'flip_horizontal_32_filled', 32), + + FluentUISampleIcon(FluentIcons.flip_horizontal_48_filled, 'flip_horizontal_48_filled', 48), + + FluentUISampleIcon(FluentIcons.flip_vertical_16_filled, 'flip_vertical_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flip_vertical_20_filled, 'flip_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flip_vertical_24_filled, 'flip_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flip_vertical_28_filled, 'flip_vertical_28_filled', 28), + + FluentUISampleIcon(FluentIcons.flip_vertical_32_filled, 'flip_vertical_32_filled', 32), + + FluentUISampleIcon(FluentIcons.flip_vertical_48_filled, 'flip_vertical_48_filled', 48), + + FluentUISampleIcon(FluentIcons.flow_16_filled, 'flow_16_filled', 16), + + FluentUISampleIcon(FluentIcons.flow_20_filled, 'flow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flowchart_20_filled, 'flowchart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flowchart_24_filled, 'flowchart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.flowchart_circle_20_filled, 'flowchart_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.flowchart_circle_24_filled, 'flowchart_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fluent_20_filled, 'fluent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fluent_24_filled, 'fluent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fluent_32_filled, 'fluent_32_filled', 32), + + FluentUISampleIcon(FluentIcons.fluent_48_filled, 'fluent_48_filled', 48), + + FluentUISampleIcon(FluentIcons.fluid_16_filled, 'fluid_16_filled', 16), + + FluentUISampleIcon(FluentIcons.fluid_20_filled, 'fluid_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fluid_24_filled, 'fluid_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_16_filled, 'folder_16_filled', 16), + + 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_32_filled, 'folder_32_filled', 32), + + FluentUISampleIcon(FluentIcons.folder_48_filled, 'folder_48_filled', 48), + + FluentUISampleIcon(FluentIcons.folder_add_16_filled, 'folder_add_16_filled', 16), + + 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_arrow_left_16_filled, 'folder_arrow_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_20_filled, 'folder_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_24_filled, 'folder_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_28_filled, 'folder_arrow_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_left_32_filled, 'folder_arrow_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_16_filled, 'folder_arrow_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_20_filled, 'folder_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_24_filled, 'folder_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_28_filled, 'folder_arrow_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_right_48_filled, 'folder_arrow_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_16_filled, 'folder_arrow_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_20_filled, 'folder_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_24_filled, 'folder_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_28_filled, 'folder_arrow_up_28_filled', 28), + + FluentUISampleIcon(FluentIcons.folder_arrow_up_48_filled, 'folder_arrow_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.folder_briefcase_20_filled, 'folder_briefcase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_globe_16_filled, 'folder_globe_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_globe_20_filled, 'folder_globe_20_filled', 20), + + 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_mail_16_filled, 'folder_mail_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_mail_20_filled, 'folder_mail_20_filled', 20), + + 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_person_16_filled, 'folder_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_person_20_filled, 'folder_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_prohibited_16_filled, 'folder_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_prohibited_20_filled, 'folder_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_prohibited_24_filled, 'folder_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_prohibited_28_filled, 'folder_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.folder_prohibited_48_filled, 'folder_prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.folder_swap_16_filled, 'folder_swap_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_swap_20_filled, 'folder_swap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_swap_24_filled, 'folder_swap_24_filled', 24), + + FluentUISampleIcon(FluentIcons.folder_sync_16_filled, 'folder_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.folder_sync_20_filled, 'folder_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.folder_sync_24_filled, 'folder_sync_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_16_filled, 'food_16_filled', 16), + + FluentUISampleIcon(FluentIcons.food_20_filled, 'food_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_24_filled, 'food_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_apple_20_filled, 'food_apple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_apple_24_filled, 'food_apple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_cake_12_filled, 'food_cake_12_filled', 12), + + FluentUISampleIcon(FluentIcons.food_cake_16_filled, 'food_cake_16_filled', 16), + + FluentUISampleIcon(FluentIcons.food_cake_20_filled, 'food_cake_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_cake_24_filled, 'food_cake_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_egg_16_filled, 'food_egg_16_filled', 16), + + FluentUISampleIcon(FluentIcons.food_egg_20_filled, 'food_egg_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_egg_24_filled, 'food_egg_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_grains_20_filled, 'food_grains_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_grains_24_filled, 'food_grains_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_pizza_20_filled, 'food_pizza_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_pizza_24_filled, 'food_pizza_24_filled', 24), + + FluentUISampleIcon(FluentIcons.food_toast_16_filled, 'food_toast_16_filled', 16), + + FluentUISampleIcon(FluentIcons.food_toast_20_filled, 'food_toast_20_filled', 20), + + FluentUISampleIcon(FluentIcons.food_toast_24_filled, 'food_toast_24_filled', 24), + + FluentUISampleIcon(FluentIcons.form_new_20_filled, 'form_new_20_filled', 20), + + 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.fps_120_20_filled, 'fps_120_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fps_120_24_filled, 'fps_120_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_240_20_filled, 'fps_240_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fps_240_24_filled, 'fps_240_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_30_16_filled, 'fps_30_16_filled', 16), + + FluentUISampleIcon(FluentIcons.fps_30_20_filled, 'fps_30_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fps_30_24_filled, 'fps_30_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_30_28_filled, 'fps_30_28_filled', 28), + + FluentUISampleIcon(FluentIcons.fps_30_48_filled, 'fps_30_48_filled', 48), + + FluentUISampleIcon(FluentIcons.fps_60_16_filled, 'fps_60_16_filled', 16), + + FluentUISampleIcon(FluentIcons.fps_60_20_filled, 'fps_60_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fps_60_24_filled, 'fps_60_24_filled', 24), + + FluentUISampleIcon(FluentIcons.fps_60_28_filled, 'fps_60_28_filled', 28), + + FluentUISampleIcon(FluentIcons.fps_60_48_filled, 'fps_60_48_filled', 48), + + FluentUISampleIcon(FluentIcons.fps_960_20_filled, 'fps_960_20_filled', 20), + + FluentUISampleIcon(FluentIcons.fps_960_24_filled, 'fps_960_24_filled', 24), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_16_filled, 'full_screen_maximize_16_filled', 16), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_20_filled, 'full_screen_maximize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.full_screen_maximize_24_filled, 'full_screen_maximize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_16_filled, 'full_screen_minimize_16_filled', 16), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_20_filled, 'full_screen_minimize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.full_screen_minimize_24_filled, 'full_screen_minimize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.games_16_filled, 'games_16_filled', 16), + + FluentUISampleIcon(FluentIcons.games_20_filled, 'games_20_filled', 20), + + FluentUISampleIcon(FluentIcons.games_24_filled, 'games_24_filled', 24), + + FluentUISampleIcon(FluentIcons.games_28_filled, 'games_28_filled', 28), + + FluentUISampleIcon(FluentIcons.games_32_filled, 'games_32_filled', 32), + + FluentUISampleIcon(FluentIcons.games_48_filled, 'games_48_filled', 48), + + FluentUISampleIcon(FluentIcons.gantt_chart_20_filled, 'gantt_chart_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gantt_chart_24_filled, 'gantt_chart_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gas_20_filled, 'gas_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gas_24_filled, 'gas_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gas_pump_20_filled, 'gas_pump_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gas_pump_24_filled, 'gas_pump_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gauge_20_filled, 'gauge_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gauge_24_filled, 'gauge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gauge_add_20_filled, 'gauge_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gavel_20_filled, 'gavel_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gavel_24_filled, 'gavel_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gavel_32_filled, 'gavel_32_filled', 32), + + FluentUISampleIcon(FluentIcons.gesture_20_filled, 'gesture_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gesture_24_filled, 'gesture_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gif_16_filled, 'gif_16_filled', 16), + + FluentUISampleIcon(FluentIcons.gif_20_filled, 'gif_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gif_24_filled, 'gif_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_16_filled, 'gift_16_filled', 16), + + FluentUISampleIcon(FluentIcons.gift_20_filled, 'gift_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_24_filled, 'gift_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_card_16_filled, 'gift_card_16_filled', 16), + + FluentUISampleIcon(FluentIcons.gift_card_20_filled, 'gift_card_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_card_24_filled, 'gift_card_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_card_add_20_filled, 'gift_card_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_card_add_24_filled, 'gift_card_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_card_arrow_right_20_filled, 'gift_card_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_card_arrow_right_24_filled, 'gift_card_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_card_money_20_filled, 'gift_card_money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_card_money_24_filled, 'gift_card_money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.gift_card_multiple_20_filled, 'gift_card_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.gift_card_multiple_24_filled, 'gift_card_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glance_20_filled, 'glance_20_filled', 20), + + FluentUISampleIcon(FluentIcons.glance_24_filled, 'glance_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glance_default_12_filled, 'glance_default_12_filled', 12), + + FluentUISampleIcon(FluentIcons.glance_horizontal_12_filled, 'glance_horizontal_12_filled', 12), + + FluentUISampleIcon(FluentIcons.glance_horizontal_20_filled, 'glance_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.glance_horizontal_24_filled, 'glance_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glasses_16_filled, 'glasses_16_filled', 16), + + FluentUISampleIcon(FluentIcons.glasses_20_filled, 'glasses_20_filled', 20), + + FluentUISampleIcon(FluentIcons.glasses_24_filled, 'glasses_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glasses_28_filled, 'glasses_28_filled', 28), + + FluentUISampleIcon(FluentIcons.glasses_48_filled, 'glasses_48_filled', 48), + + FluentUISampleIcon(FluentIcons.glasses_off_16_filled, 'glasses_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.glasses_off_20_filled, 'glasses_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.glasses_off_24_filled, 'glasses_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.glasses_off_28_filled, 'glasses_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.glasses_off_48_filled, 'glasses_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.globe_16_filled, 'globe_16_filled', 16), + + FluentUISampleIcon(FluentIcons.globe_20_filled, 'globe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_24_filled, 'globe_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_32_filled, 'globe_32_filled', 32), + + FluentUISampleIcon(FluentIcons.globe_add_20_filled, 'globe_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_add_24_filled, 'globe_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_clock_16_filled, 'globe_clock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.globe_clock_20_filled, 'globe_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_clock_24_filled, 'globe_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_desktop_20_filled, 'globe_desktop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_desktop_24_filled, 'globe_desktop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_location_20_filled, 'globe_location_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_location_24_filled, 'globe_location_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_person_20_filled, 'globe_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_person_24_filled, 'globe_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_prohibited_20_filled, 'globe_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_search_20_filled, 'globe_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_search_24_filled, 'globe_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_shield_20_filled, 'globe_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_shield_24_filled, 'globe_shield_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_star_16_filled, 'globe_star_16_filled', 16), + + FluentUISampleIcon(FluentIcons.globe_star_20_filled, 'globe_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_surface_20_filled, 'globe_surface_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_surface_24_filled, 'globe_surface_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_video_20_filled, 'globe_video_20_filled', 20), + + FluentUISampleIcon(FluentIcons.globe_video_24_filled, 'globe_video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.globe_video_28_filled, 'globe_video_28_filled', 28), + + FluentUISampleIcon(FluentIcons.globe_video_32_filled, 'globe_video_32_filled', 32), + + FluentUISampleIcon(FluentIcons.globe_video_48_filled, 'globe_video_48_filled', 48), + + FluentUISampleIcon(FluentIcons.grid_16_filled, 'grid_16_filled', 16), + + 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.grid_dots_20_filled, 'grid_dots_20_filled', 20), + + FluentUISampleIcon(FluentIcons.grid_dots_24_filled, 'grid_dots_24_filled', 24), + + FluentUISampleIcon(FluentIcons.grid_dots_28_filled, 'grid_dots_28_filled', 28), + + FluentUISampleIcon(FluentIcons.grid_kanban_20_filled, 'grid_kanban_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_20_filled, 'group_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_24_filled, 'group_24_filled', 24), + + FluentUISampleIcon(FluentIcons.group_dismiss_20_filled, 'group_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_dismiss_24_filled, 'group_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.group_list_20_filled, 'group_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_list_24_filled, 'group_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.group_return_20_filled, 'group_return_20_filled', 20), + + FluentUISampleIcon(FluentIcons.group_return_24_filled, 'group_return_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guardian_20_filled, 'guardian_20_filled', 20), + + FluentUISampleIcon(FluentIcons.guardian_24_filled, 'guardian_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guardian_28_filled, 'guardian_28_filled', 28), + + FluentUISampleIcon(FluentIcons.guardian_48_filled, 'guardian_48_filled', 48), + + 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_20_filled, 'guest_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.guest_add_24_filled, 'guest_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guitar_16_filled, 'guitar_16_filled', 16), + + FluentUISampleIcon(FluentIcons.guitar_20_filled, 'guitar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.guitar_24_filled, 'guitar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.guitar_28_filled, 'guitar_28_filled', 28), + + FluentUISampleIcon(FluentIcons.hand_draw_16_filled, 'hand_draw_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hand_draw_20_filled, 'hand_draw_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hand_draw_24_filled, 'hand_draw_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hand_draw_28_filled, 'hand_draw_28_filled', 28), + + FluentUISampleIcon(FluentIcons.hand_left_16_filled, 'hand_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hand_left_20_filled, 'hand_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hand_left_24_filled, 'hand_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hand_left_28_filled, 'hand_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.hand_right_16_filled, 'hand_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hand_right_20_filled, 'hand_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hand_right_24_filled, 'hand_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hand_right_28_filled, 'hand_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.hand_right_off_20_filled, 'hand_right_off_20_filled', 20), + + 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.hard_drive_20_filled, 'hard_drive_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hat_graduation_12_filled, 'hat_graduation_12_filled', 12), + + FluentUISampleIcon(FluentIcons.hat_graduation_16_filled, 'hat_graduation_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hat_graduation_20_filled, 'hat_graduation_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hat_graduation_24_filled, 'hat_graduation_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hd_16_filled, 'hd_16_filled', 16), + + FluentUISampleIcon(FluentIcons.hd_20_filled, 'hd_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hd_24_filled, 'hd_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hdr_20_filled, 'hdr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hdr_24_filled, 'hdr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.hdr_off_20_filled, 'hdr_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.hdr_off_24_filled, 'hdr_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.headphones_20_filled, 'headphones_20_filled', 20), + + FluentUISampleIcon(FluentIcons.headphones_24_filled, 'headphones_24_filled', 24), + + FluentUISampleIcon(FluentIcons.headphones_28_filled, 'headphones_28_filled', 28), + + FluentUISampleIcon(FluentIcons.headphones_32_filled, 'headphones_32_filled', 32), + + FluentUISampleIcon(FluentIcons.headphones_48_filled, 'headphones_48_filled', 48), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_20_filled, 'headphones_sound_wave_20_filled', 20), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_24_filled, 'headphones_sound_wave_24_filled', 24), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_28_filled, 'headphones_sound_wave_28_filled', 28), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_32_filled, 'headphones_sound_wave_32_filled', 32), + + FluentUISampleIcon(FluentIcons.headphones_sound_wave_48_filled, 'headphones_sound_wave_48_filled', 48), + + FluentUISampleIcon(FluentIcons.headset_16_filled, 'headset_16_filled', 16), + + FluentUISampleIcon(FluentIcons.headset_20_filled, 'headset_20_filled', 20), + + FluentUISampleIcon(FluentIcons.headset_24_filled, 'headset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.headset_28_filled, 'headset_28_filled', 28), + + FluentUISampleIcon(FluentIcons.headset_32_filled, 'headset_32_filled', 32), + + FluentUISampleIcon(FluentIcons.headset_48_filled, 'headset_48_filled', 48), + + FluentUISampleIcon(FluentIcons.headset_add_20_filled, 'headset_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.headset_add_24_filled, 'headset_add_24_filled', 24), + + 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_12_filled, 'heart_12_filled', 12), + + 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.heart_28_filled, 'heart_28_filled', 28), + + FluentUISampleIcon(FluentIcons.heart_32_filled, 'heart_32_filled', 32), + + FluentUISampleIcon(FluentIcons.heart_48_filled, 'heart_48_filled', 48), + + FluentUISampleIcon(FluentIcons.heart_broken_16_filled, 'heart_broken_16_filled', 16), + + FluentUISampleIcon(FluentIcons.heart_broken_20_filled, 'heart_broken_20_filled', 20), + + FluentUISampleIcon(FluentIcons.heart_circle_16_filled, 'heart_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.heart_circle_20_filled, 'heart_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.heart_circle_24_filled, 'heart_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.heart_pulse_20_filled, 'heart_pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.heart_pulse_24_filled, 'heart_pulse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.heart_pulse_32_filled, 'heart_pulse_32_filled', 32), + + 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.highlight_link_20_filled, 'highlight_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.history_16_filled, 'history_16_filled', 16), + + FluentUISampleIcon(FluentIcons.history_20_filled, 'history_20_filled', 20), + + FluentUISampleIcon(FluentIcons.history_24_filled, 'history_24_filled', 24), + + FluentUISampleIcon(FluentIcons.history_28_filled, 'history_28_filled', 28), + + FluentUISampleIcon(FluentIcons.history_32_filled, 'history_32_filled', 32), + + FluentUISampleIcon(FluentIcons.history_48_filled, 'history_48_filled', 48), + + FluentUISampleIcon(FluentIcons.history_dismiss_20_filled, 'history_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.history_dismiss_24_filled, 'history_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.history_dismiss_28_filled, 'history_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.history_dismiss_32_filled, 'history_dismiss_32_filled', 32), + + FluentUISampleIcon(FluentIcons.history_dismiss_48_filled, 'history_dismiss_48_filled', 48), + + FluentUISampleIcon(FluentIcons.home_12_filled, 'home_12_filled', 12), + + FluentUISampleIcon(FluentIcons.home_16_filled, 'home_16_filled', 16), + + 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_32_filled, 'home_32_filled', 32), + + FluentUISampleIcon(FluentIcons.home_48_filled, 'home_48_filled', 48), + + FluentUISampleIcon(FluentIcons.home_add_20_filled, 'home_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_add_24_filled, 'home_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.home_checkmark_16_filled, 'home_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.home_checkmark_20_filled, 'home_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_checkmark_24_filled, 'home_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.home_database_20_filled, 'home_database_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_more_20_filled, 'home_more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_person_20_filled, 'home_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.home_person_24_filled, 'home_person_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_20_filled, 'image_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_add_24_filled, 'image_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_alt_text_16_filled, 'image_alt_text_16_filled', 16), + + 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_arrow_back_20_filled, 'image_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_back_24_filled, 'image_arrow_back_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_20_filled, 'image_arrow_counterclockwise_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_counterclockwise_24_filled, 'image_arrow_counterclockwise_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_arrow_forward_20_filled, 'image_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_arrow_forward_24_filled, 'image_arrow_forward_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_globe_20_filled, 'image_globe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_globe_24_filled, 'image_globe_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_multiple_16_filled, 'image_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.image_multiple_20_filled, 'image_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_multiple_24_filled, 'image_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_multiple_28_filled, 'image_multiple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.image_multiple_32_filled, 'image_multiple_32_filled', 32), + + FluentUISampleIcon(FluentIcons.image_multiple_48_filled, 'image_multiple_48_filled', 48), + + FluentUISampleIcon(FluentIcons.image_multiple_off_16_filled, 'image_multiple_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.image_off_20_filled, 'image_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_off_24_filled, 'image_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_prohibited_20_filled, 'image_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_prohibited_24_filled, 'image_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.image_reflection_20_filled, 'image_reflection_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_reflection_24_filled, 'image_reflection_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.image_shadow_20_filled, 'image_shadow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.image_shadow_24_filled, 'image_shadow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.immersive_reader_16_filled, 'immersive_reader_16_filled', 16), + + FluentUISampleIcon(FluentIcons.immersive_reader_20_filled, 'immersive_reader_20_filled', 20), + + FluentUISampleIcon(FluentIcons.immersive_reader_24_filled, 'immersive_reader_24_filled', 24), + + FluentUISampleIcon(FluentIcons.immersive_reader_28_filled, 'immersive_reader_28_filled', 28), + + 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_20_filled, 'incognito_20_filled', 20), + + FluentUISampleIcon(FluentIcons.incognito_24_filled, 'incognito_24_filled', 24), + + FluentUISampleIcon(FluentIcons.info_12_filled, 'info_12_filled', 12), + + 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.info_shield_20_filled, 'info_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ink_stroke_20_filled, 'ink_stroke_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ink_stroke_24_filled, 'ink_stroke_24_filled', 24), + + 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_32_filled, 'inking_tool_32_filled', 32), + + 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.inking_tool_accent_32_filled, 'inking_tool_accent_32_filled', 32), + + 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.ios_arrow_left_24_filled, 'ios_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_ltr_24_filled, 'ios_arrow_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_right_24_filled, 'ios_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ios_arrow_rtl_24_filled, 'ios_arrow_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ios_chevron_right_20_filled, 'ios_chevron_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.iot_20_filled, 'iot_20_filled', 20), + + FluentUISampleIcon(FluentIcons.iot_24_filled, 'iot_24_filled', 24), + + 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_16_filled, 'key_16_filled', 16), + + FluentUISampleIcon(FluentIcons.key_20_filled, 'key_20_filled', 20), + + FluentUISampleIcon(FluentIcons.key_24_filled, 'key_24_filled', 24), + + FluentUISampleIcon(FluentIcons.key_32_filled, 'key_32_filled', 32), + + FluentUISampleIcon(FluentIcons.key_command_16_filled, 'key_command_16_filled', 16), + + FluentUISampleIcon(FluentIcons.key_command_20_filled, 'key_command_20_filled', 20), + + FluentUISampleIcon(FluentIcons.key_command_24_filled, 'key_command_24_filled', 24), + + FluentUISampleIcon(FluentIcons.key_multiple_20_filled, 'key_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.key_reset_20_filled, 'key_reset_20_filled', 20), + + FluentUISampleIcon(FluentIcons.key_reset_24_filled, 'key_reset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_123_20_filled, 'keyboard_123_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_123_24_filled, 'keyboard_123_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_16_filled, 'keyboard_16_filled', 16), + + FluentUISampleIcon(FluentIcons.keyboard_20_filled, 'keyboard_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_24_filled, 'keyboard_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_dock_20_filled, 'keyboard_dock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_dock_24_filled, 'keyboard_dock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_20_filled, 'keyboard_layout_float_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_float_24_filled, 'keyboard_layout_float_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_20_filled, 'keyboard_layout_one_handed_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_one_handed_left_24_filled, 'keyboard_layout_one_handed_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_20_filled, 'keyboard_layout_resize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_resize_24_filled, 'keyboard_layout_resize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_20_filled, 'keyboard_layout_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_layout_split_24_filled, 'keyboard_layout_split_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_16_filled, 'keyboard_shift_16_filled', 16), + + FluentUISampleIcon(FluentIcons.keyboard_shift_20_filled, 'keyboard_shift_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_shift_24_filled, 'keyboard_shift_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_16_filled, 'keyboard_shift_uppercase_16_filled', 16), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_20_filled, 'keyboard_shift_uppercase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.keyboard_shift_uppercase_24_filled, 'keyboard_shift_uppercase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.keyboard_tab_20_filled, 'keyboard_tab_20_filled', 20), + + 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.laptop_dismiss_16_filled, 'laptop_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.laptop_dismiss_20_filled, 'laptop_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lasso_20_filled, 'lasso_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lasso_24_filled, 'lasso_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lasso_28_filled, 'lasso_28_filled', 28), + + FluentUISampleIcon(FluentIcons.launcher_settings_20_filled, 'launcher_settings_20_filled', 20), + + 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_one_16_filled, 'leaf_one_16_filled', 16), + + FluentUISampleIcon(FluentIcons.leaf_one_20_filled, 'leaf_one_20_filled', 20), + + FluentUISampleIcon(FluentIcons.leaf_one_24_filled, 'leaf_one_24_filled', 24), + + FluentUISampleIcon(FluentIcons.leaf_three_16_filled, 'leaf_three_16_filled', 16), + + FluentUISampleIcon(FluentIcons.leaf_three_20_filled, 'leaf_three_20_filled', 20), + + FluentUISampleIcon(FluentIcons.leaf_three_24_filled, 'leaf_three_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.learning_app_20_filled, 'learning_app_20_filled', 20), + + FluentUISampleIcon(FluentIcons.learning_app_24_filled, 'learning_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.library_16_filled, 'library_16_filled', 16), + + FluentUISampleIcon(FluentIcons.library_20_filled, 'library_20_filled', 20), + + 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_20_filled, 'lightbulb_circle_20_filled', 20), + + 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.lightbulb_filament_48_filled, 'lightbulb_filament_48_filled', 48), + + 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_20_filled, 'line_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_24_filled, 'line_24_filled', 24), + + FluentUISampleIcon(FluentIcons.line_32_filled, 'line_32_filled', 32), + + FluentUISampleIcon(FluentIcons.line_48_filled, 'line_48_filled', 48), + + FluentUISampleIcon(FluentIcons.line_dashes_20_filled, 'line_dashes_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_dashes_24_filled, 'line_dashes_24_filled', 24), + + FluentUISampleIcon(FluentIcons.line_dashes_32_filled, 'line_dashes_32_filled', 32), + + FluentUISampleIcon(FluentIcons.line_dashes_48_filled, 'line_dashes_48_filled', 48), + + 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.line_horizontal_5_error_20_filled, 'line_horizontal_5_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_style_20_filled, 'line_style_20_filled', 20), + + FluentUISampleIcon(FluentIcons.line_style_24_filled, 'line_style_24_filled', 24), + + FluentUISampleIcon(FluentIcons.link_12_filled, 'link_12_filled', 12), + + 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_32_filled, 'link_32_filled', 32), + + FluentUISampleIcon(FluentIcons.link_48_filled, 'link_48_filled', 48), + + FluentUISampleIcon(FluentIcons.link_dismiss_16_filled, 'link_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.link_dismiss_20_filled, 'link_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.link_dismiss_24_filled, 'link_dismiss_24_filled', 24), + + 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_square_12_filled, 'link_square_12_filled', 12), + + FluentUISampleIcon(FluentIcons.link_square_16_filled, 'link_square_16_filled', 16), + + FluentUISampleIcon(FluentIcons.link_square_20_filled, 'link_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.link_square_24_filled, 'link_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.link_toolbox_20_filled, 'link_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.list_16_filled, 'list_16_filled', 16), + + 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.live_off_20_filled, 'live_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.live_off_24_filled, 'live_off_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.local_language_zi_24_filled, 'local_language_zi_24_filled', 24), + + 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_48_filled, 'location_48_filled', 48), + + FluentUISampleIcon(FluentIcons.location_add_16_filled, 'location_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.location_add_20_filled, 'location_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_add_24_filled, 'location_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.location_add_left_20_filled, 'location_add_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_add_right_20_filled, 'location_add_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_add_up_20_filled, 'location_add_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_arrow_left_48_filled, 'location_arrow_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.location_arrow_right_48_filled, 'location_arrow_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.location_arrow_up_48_filled, 'location_arrow_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.location_dismiss_20_filled, 'location_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_dismiss_24_filled, 'location_dismiss_24_filled', 24), + + 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_off_16_filled, 'location_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.location_off_20_filled, 'location_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.location_off_24_filled, 'location_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.location_off_28_filled, 'location_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.location_off_48_filled, 'location_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.lock_closed_12_filled, 'lock_closed_12_filled', 12), + + FluentUISampleIcon(FluentIcons.lock_closed_16_filled, 'lock_closed_16_filled', 16), + + FluentUISampleIcon(FluentIcons.lock_closed_20_filled, 'lock_closed_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lock_closed_24_filled, 'lock_closed_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lock_closed_32_filled, 'lock_closed_32_filled', 32), + + FluentUISampleIcon(FluentIcons.lock_multiple_20_filled, 'lock_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lock_multiple_24_filled, 'lock_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lock_open_16_filled, 'lock_open_16_filled', 16), + + FluentUISampleIcon(FluentIcons.lock_open_20_filled, 'lock_open_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lock_open_24_filled, 'lock_open_24_filled', 24), + + FluentUISampleIcon(FluentIcons.lock_open_28_filled, 'lock_open_28_filled', 28), + + 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.lottery_20_filled, 'lottery_20_filled', 20), + + FluentUISampleIcon(FluentIcons.lottery_24_filled, 'lottery_24_filled', 24), + + FluentUISampleIcon(FluentIcons.luggage_16_filled, 'luggage_16_filled', 16), + + FluentUISampleIcon(FluentIcons.luggage_20_filled, 'luggage_20_filled', 20), + + FluentUISampleIcon(FluentIcons.luggage_24_filled, 'luggage_24_filled', 24), + + FluentUISampleIcon(FluentIcons.luggage_28_filled, 'luggage_28_filled', 28), + + FluentUISampleIcon(FluentIcons.luggage_32_filled, 'luggage_32_filled', 32), + + FluentUISampleIcon(FluentIcons.luggage_48_filled, 'luggage_48_filled', 48), + + FluentUISampleIcon(FluentIcons.mail_12_filled, 'mail_12_filled', 12), + + FluentUISampleIcon(FluentIcons.mail_16_filled, 'mail_16_filled', 16), + + 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_16_filled, 'mail_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_add_20_filled, 'mail_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_add_24_filled, 'mail_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_alert_16_filled, 'mail_alert_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_alert_20_filled, 'mail_alert_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_alert_24_filled, 'mail_alert_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_alert_28_filled, 'mail_alert_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_all_16_filled, 'mail_all_16_filled', 16), + + 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_read_16_filled, 'mail_all_read_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_all_read_20_filled, 'mail_all_read_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_all_read_24_filled, 'mail_all_read_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_all_read_28_filled, 'mail_all_read_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_all_unread_20_filled, 'mail_all_unread_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_16_filled, 'mail_arrow_double_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_double_back_20_filled, 'mail_arrow_double_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_down_16_filled, 'mail_arrow_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_down_20_filled, 'mail_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_forward_16_filled, 'mail_arrow_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_forward_20_filled, 'mail_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_16_filled, 'mail_arrow_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_20_filled, 'mail_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_arrow_up_24_filled, 'mail_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_attach_16_filled, 'mail_attach_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_attach_20_filled, 'mail_attach_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_checkmark_16_filled, 'mail_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_checkmark_20_filled, 'mail_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_clock_16_filled, 'mail_clock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_clock_20_filled, 'mail_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_clock_24_filled, 'mail_clock_24_filled', 24), + + 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_dismiss_16_filled, 'mail_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_dismiss_20_filled, 'mail_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_dismiss_24_filled, 'mail_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_dismiss_28_filled, 'mail_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_edit_20_filled, 'mail_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_edit_24_filled, 'mail_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_error_16_filled, 'mail_error_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_error_20_filled, 'mail_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_error_24_filled, 'mail_error_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_all_20_filled, 'mail_inbox_all_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_all_24_filled, 'mail_inbox_all_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_16_filled, 'mail_inbox_arrow_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_down_20_filled, 'mail_inbox_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_20_filled, 'mail_inbox_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_right_24_filled, 'mail_inbox_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_20_filled, 'mail_inbox_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_arrow_up_24_filled, 'mail_inbox_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_16_filled, 'mail_inbox_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_20_filled, 'mail_inbox_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_24_filled, 'mail_inbox_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_inbox_checkmark_28_filled, 'mail_inbox_checkmark_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_link_20_filled, 'mail_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_link_24_filled, 'mail_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_list_16_filled, 'mail_list_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_list_20_filled, 'mail_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_list_24_filled, 'mail_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_list_28_filled, 'mail_list_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_multiple_16_filled, 'mail_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_multiple_20_filled, 'mail_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_multiple_24_filled, 'mail_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_multiple_28_filled, 'mail_multiple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_off_20_filled, 'mail_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_off_24_filled, 'mail_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_open_person_16_filled, 'mail_open_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_open_person_20_filled, 'mail_open_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_open_person_24_filled, 'mail_open_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_pause_16_filled, 'mail_pause_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_pause_20_filled, 'mail_pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_prohibited_16_filled, 'mail_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_prohibited_20_filled, 'mail_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_prohibited_24_filled, 'mail_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_read_16_filled, 'mail_read_16_filled', 16), + + 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_read_multiple_16_filled, 'mail_read_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_read_multiple_24_filled, 'mail_read_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mail_read_multiple_28_filled, 'mail_read_multiple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mail_settings_16_filled, 'mail_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_settings_20_filled, 'mail_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_shield_16_filled, 'mail_shield_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_shield_20_filled, 'mail_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_template_16_filled, 'mail_template_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_template_20_filled, 'mail_template_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_template_24_filled, 'mail_template_24_filled', 24), + + 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_warning_16_filled, 'mail_warning_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mail_warning_20_filled, 'mail_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mail_warning_24_filled, 'mail_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.map_20_filled, 'map_20_filled', 20), + + 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_20_filled, 'match_app_layout_20_filled', 20), + + FluentUISampleIcon(FluentIcons.match_app_layout_24_filled, 'match_app_layout_24_filled', 24), + + FluentUISampleIcon(FluentIcons.math_format_linear_20_filled, 'math_format_linear_20_filled', 20), + + FluentUISampleIcon(FluentIcons.math_format_linear_24_filled, 'math_format_linear_24_filled', 24), + + FluentUISampleIcon(FluentIcons.math_format_professional_20_filled, 'math_format_professional_20_filled', 20), + + FluentUISampleIcon(FluentIcons.math_format_professional_24_filled, 'math_format_professional_24_filled', 24), + + FluentUISampleIcon(FluentIcons.math_formula_16_filled, 'math_formula_16_filled', 16), + + FluentUISampleIcon(FluentIcons.math_formula_20_filled, 'math_formula_20_filled', 20), + + FluentUISampleIcon(FluentIcons.math_formula_24_filled, 'math_formula_24_filled', 24), + + FluentUISampleIcon(FluentIcons.math_formula_32_filled, 'math_formula_32_filled', 32), + + FluentUISampleIcon(FluentIcons.math_symbols_16_filled, 'math_symbols_16_filled', 16), + + FluentUISampleIcon(FluentIcons.math_symbols_20_filled, 'math_symbols_20_filled', 20), + + FluentUISampleIcon(FluentIcons.math_symbols_24_filled, 'math_symbols_24_filled', 24), + + FluentUISampleIcon(FluentIcons.math_symbols_28_filled, 'math_symbols_28_filled', 28), + + FluentUISampleIcon(FluentIcons.math_symbols_32_filled, 'math_symbols_32_filled', 32), + + FluentUISampleIcon(FluentIcons.math_symbols_48_filled, 'math_symbols_48_filled', 48), + + FluentUISampleIcon(FluentIcons.maximize_16_filled, 'maximize_16_filled', 16), + + FluentUISampleIcon(FluentIcons.maximize_20_filled, 'maximize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.maximize_24_filled, 'maximize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.maximize_28_filled, 'maximize_28_filled', 28), + + FluentUISampleIcon(FluentIcons.maximize_48_filled, 'maximize_48_filled', 48), + + FluentUISampleIcon(FluentIcons.meet_now_16_filled, 'meet_now_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.meet_now_28_filled, 'meet_now_28_filled', 28), + + FluentUISampleIcon(FluentIcons.meet_now_32_filled, 'meet_now_32_filled', 32), + + FluentUISampleIcon(FluentIcons.meet_now_48_filled, 'meet_now_48_filled', 48), + + 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_loud_20_filled, 'megaphone_loud_20_filled', 20), + + FluentUISampleIcon(FluentIcons.megaphone_loud_24_filled, 'megaphone_loud_24_filled', 24), + + FluentUISampleIcon(FluentIcons.megaphone_off_16_filled, 'megaphone_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.megaphone_off_20_filled, 'megaphone_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.megaphone_off_24_filled, 'megaphone_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.megaphone_off_28_filled, 'megaphone_off_28_filled', 28), + + 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.mention_arrow_down_20_filled, 'mention_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mention_brackets_20_filled, 'mention_brackets_20_filled', 20), + + FluentUISampleIcon(FluentIcons.merge_20_filled, 'merge_20_filled', 20), + + FluentUISampleIcon(FluentIcons.merge_24_filled, 'merge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_16_filled, 'mic_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mic_20_filled, 'mic_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mic_24_filled, 'mic_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_28_filled, 'mic_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mic_32_filled, 'mic_32_filled', 32), + + FluentUISampleIcon(FluentIcons.mic_48_filled, 'mic_48_filled', 48), + + 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_20_filled, 'mic_off_20_filled', 20), + + 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_off_32_filled, 'mic_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.mic_off_48_filled, 'mic_off_48_filled', 48), + + 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_32_filled, 'mic_on_32_filled', 32), + + FluentUISampleIcon(FluentIcons.mic_on_48_filled, 'mic_on_48_filled', 48), + + FluentUISampleIcon(FluentIcons.mic_prohibited_16_filled, 'mic_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mic_prohibited_20_filled, 'mic_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mic_prohibited_24_filled, 'mic_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_prohibited_28_filled, 'mic_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.mic_prohibited_48_filled, 'mic_prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.mic_settings_20_filled, 'mic_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mic_settings_24_filled, 'mic_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_sparkle_16_filled, 'mic_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.mic_sparkle_20_filled, 'mic_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mic_sparkle_24_filled, 'mic_sparkle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mic_sync_20_filled, 'mic_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.microscope_20_filled, 'microscope_20_filled', 20), + + FluentUISampleIcon(FluentIcons.microscope_24_filled, 'microscope_24_filled', 24), + + FluentUISampleIcon(FluentIcons.midi_20_filled, 'midi_20_filled', 20), + + FluentUISampleIcon(FluentIcons.midi_24_filled, 'midi_24_filled', 24), + + FluentUISampleIcon(FluentIcons.mobile_optimized_20_filled, 'mobile_optimized_20_filled', 20), + + FluentUISampleIcon(FluentIcons.mobile_optimized_24_filled, 'mobile_optimized_24_filled', 24), + + FluentUISampleIcon(FluentIcons.molecule_16_filled, 'molecule_16_filled', 16), + + FluentUISampleIcon(FluentIcons.molecule_20_filled, 'molecule_20_filled', 20), + + FluentUISampleIcon(FluentIcons.molecule_24_filled, 'molecule_24_filled', 24), + + FluentUISampleIcon(FluentIcons.molecule_28_filled, 'molecule_28_filled', 28), + + FluentUISampleIcon(FluentIcons.molecule_32_filled, 'molecule_32_filled', 32), + + FluentUISampleIcon(FluentIcons.molecule_48_filled, 'molecule_48_filled', 48), + + 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.money_calculator_20_filled, 'money_calculator_20_filled', 20), + + FluentUISampleIcon(FluentIcons.money_calculator_24_filled, 'money_calculator_24_filled', 24), + + FluentUISampleIcon(FluentIcons.money_dismiss_20_filled, 'money_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.money_dismiss_24_filled, 'money_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.money_hand_20_filled, 'money_hand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.money_hand_24_filled, 'money_hand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.money_off_20_filled, 'money_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.money_off_24_filled, 'money_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.money_settings_20_filled, 'money_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.more_circle_20_filled, 'more_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.more_circle_32_filled, 'more_circle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.more_horizontal_16_filled, 'more_horizontal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.more_horizontal_20_filled, 'more_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.more_horizontal_24_filled, 'more_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.more_horizontal_28_filled, 'more_horizontal_28_filled', 28), + + FluentUISampleIcon(FluentIcons.more_horizontal_32_filled, 'more_horizontal_32_filled', 32), + + FluentUISampleIcon(FluentIcons.more_horizontal_48_filled, 'more_horizontal_48_filled', 48), + + FluentUISampleIcon(FluentIcons.more_vertical_16_filled, 'more_vertical_16_filled', 16), + + 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_32_filled, 'more_vertical_32_filled', 32), + + FluentUISampleIcon(FluentIcons.more_vertical_48_filled, 'more_vertical_48_filled', 48), + + FluentUISampleIcon(FluentIcons.movies_and_tv_16_filled, 'movies_and_tv_16_filled', 16), + + FluentUISampleIcon(FluentIcons.movies_and_tv_20_filled, 'movies_and_tv_20_filled', 20), + + FluentUISampleIcon(FluentIcons.movies_and_tv_24_filled, 'movies_and_tv_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_20_filled, 'multiplier_1_2x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_24_filled, 'multiplier_1_2x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_28_filled, 'multiplier_1_2x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_32_filled, 'multiplier_1_2x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_2x_48_filled, 'multiplier_1_2x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_20_filled, 'multiplier_1_5x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_24_filled, 'multiplier_1_5x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_28_filled, 'multiplier_1_5x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_32_filled, 'multiplier_1_5x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_5x_48_filled, 'multiplier_1_5x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_20_filled, 'multiplier_1_8x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_24_filled, 'multiplier_1_8x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_28_filled, 'multiplier_1_8x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_32_filled, 'multiplier_1_8x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1_8x_48_filled, 'multiplier_1_8x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiplier_1x_20_filled, 'multiplier_1x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_1x_24_filled, 'multiplier_1x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_1x_28_filled, 'multiplier_1x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_1x_32_filled, 'multiplier_1x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_1x_48_filled, 'multiplier_1x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiplier_2x_20_filled, 'multiplier_2x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_2x_24_filled, 'multiplier_2x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_2x_28_filled, 'multiplier_2x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_2x_32_filled, 'multiplier_2x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_2x_48_filled, 'multiplier_2x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiplier_5x_20_filled, 'multiplier_5x_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiplier_5x_24_filled, 'multiplier_5x_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiplier_5x_28_filled, 'multiplier_5x_28_filled', 28), + + FluentUISampleIcon(FluentIcons.multiplier_5x_32_filled, 'multiplier_5x_32_filled', 32), + + FluentUISampleIcon(FluentIcons.multiplier_5x_48_filled, 'multiplier_5x_48_filled', 48), + + FluentUISampleIcon(FluentIcons.multiselect_16_filled, 'multiselect_16_filled', 16), + + FluentUISampleIcon(FluentIcons.multiselect_20_filled, 'multiselect_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiselect_24_filled, 'multiselect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_16_filled, 'multiselect_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_20_filled, 'multiselect_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiselect_ltr_24_filled, 'multiselect_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.multiselect_rlt_20_filled, 'multiselect_rlt_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_16_filled, 'multiselect_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_20_filled, 'multiselect_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.multiselect_rtl_24_filled, 'multiselect_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.music_note_1_20_filled, 'music_note_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_note_1_24_filled, 'music_note_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.music_note_2_16_filled, 'music_note_2_16_filled', 16), + + FluentUISampleIcon(FluentIcons.music_note_2_20_filled, 'music_note_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_note_2_24_filled, 'music_note_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.music_note_2_play_20_filled, 'music_note_2_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_1_20_filled, 'music_note_off_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_1_24_filled, 'music_note_off_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.music_note_off_2_16_filled, 'music_note_off_2_16_filled', 16), + + FluentUISampleIcon(FluentIcons.music_note_off_2_20_filled, 'music_note_off_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.music_note_off_2_24_filled, 'music_note_off_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.my_location_12_filled, 'my_location_12_filled', 12), + + FluentUISampleIcon(FluentIcons.my_location_16_filled, 'my_location_16_filled', 16), + + FluentUISampleIcon(FluentIcons.my_location_20_filled, 'my_location_20_filled', 20), + + FluentUISampleIcon(FluentIcons.my_location_24_filled, 'my_location_24_filled', 24), + + FluentUISampleIcon(FluentIcons.navigation_16_filled, 'navigation_16_filled', 16), + + FluentUISampleIcon(FluentIcons.navigation_20_filled, 'navigation_20_filled', 20), + + FluentUISampleIcon(FluentIcons.navigation_24_filled, 'navigation_24_filled', 24), + + FluentUISampleIcon(FluentIcons.navigation_location_target_20_filled, 'navigation_location_target_20_filled', 20), + + FluentUISampleIcon(FluentIcons.navigation_play_20_filled, 'navigation_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.navigation_unread_20_filled, 'navigation_unread_20_filled', 20), + + FluentUISampleIcon(FluentIcons.navigation_unread_24_filled, 'navigation_unread_24_filled', 24), + + FluentUISampleIcon(FluentIcons.network_check_20_filled, 'network_check_20_filled', 20), + + FluentUISampleIcon(FluentIcons.network_check_24_filled, 'network_check_24_filled', 24), + + FluentUISampleIcon(FluentIcons.new_16_filled, 'new_16_filled', 16), + + FluentUISampleIcon(FluentIcons.new_20_filled, 'new_20_filled', 20), + + FluentUISampleIcon(FluentIcons.new_24_filled, 'new_24_filled', 24), + + FluentUISampleIcon(FluentIcons.news_16_filled, 'news_16_filled', 16), + + 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.next_28_filled, 'next_28_filled', 28), + + FluentUISampleIcon(FluentIcons.next_32_filled, 'next_32_filled', 32), + + FluentUISampleIcon(FluentIcons.next_48_filled, 'next_48_filled', 48), + + FluentUISampleIcon(FluentIcons.note_16_filled, 'note_16_filled', 16), + + FluentUISampleIcon(FluentIcons.note_20_filled, 'note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.note_24_filled, 'note_24_filled', 24), + + FluentUISampleIcon(FluentIcons.note_28_filled, 'note_28_filled', 28), + + FluentUISampleIcon(FluentIcons.note_48_filled, 'note_48_filled', 48), + + 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.note_add_28_filled, 'note_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.note_add_48_filled, 'note_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.note_edit_20_filled, 'note_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.note_edit_24_filled, 'note_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.note_pin_16_filled, 'note_pin_16_filled', 16), + + FluentUISampleIcon(FluentIcons.note_pin_20_filled, 'note_pin_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_20_filled, 'notebook_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_24_filled, 'notebook_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_add_20_filled, 'notebook_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_add_24_filled, 'notebook_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_error_20_filled, 'notebook_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_error_24_filled, 'notebook_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_lightning_20_filled, 'notebook_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_lightning_24_filled, 'notebook_lightning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_20_filled, 'notebook_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_question_mark_24_filled, 'notebook_question_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_section_20_filled, 'notebook_section_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_section_24_filled, 'notebook_section_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_section_arrow_right_24_filled, 'notebook_section_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_subsection_20_filled, 'notebook_subsection_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_subsection_24_filled, 'notebook_subsection_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notebook_sync_20_filled, 'notebook_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notebook_sync_24_filled, 'notebook_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.notepad_12_filled, 'notepad_12_filled', 12), + + FluentUISampleIcon(FluentIcons.notepad_16_filled, 'notepad_16_filled', 16), + + 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.notepad_32_filled, 'notepad_32_filled', 32), + + FluentUISampleIcon(FluentIcons.notepad_edit_16_filled, 'notepad_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.notepad_edit_20_filled, 'notepad_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notepad_person_16_filled, 'notepad_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.notepad_person_20_filled, 'notepad_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.notepad_person_24_filled, 'notepad_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.number_circle_1_16_filled, 'number_circle_1_16_filled', 16), + + FluentUISampleIcon(FluentIcons.number_circle_1_20_filled, 'number_circle_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.number_circle_1_24_filled, 'number_circle_1_24_filled', 24), + + 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.number_symbol_28_filled, 'number_symbol_28_filled', 28), + + FluentUISampleIcon(FluentIcons.number_symbol_32_filled, 'number_symbol_32_filled', 32), + + FluentUISampleIcon(FluentIcons.number_symbol_48_filled, 'number_symbol_48_filled', 48), + + FluentUISampleIcon(FluentIcons.number_symbol_dismiss_20_filled, 'number_symbol_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.number_symbol_dismiss_24_filled, 'number_symbol_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.number_symbol_square_20_filled, 'number_symbol_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.number_symbol_square_24_filled, 'number_symbol_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.office_apps_20_filled, 'office_apps_20_filled', 20), + + 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_28_filled, 'open_28_filled', 28), + + FluentUISampleIcon(FluentIcons.open_32_filled, 'open_32_filled', 32), + + FluentUISampleIcon(FluentIcons.open_48_filled, 'open_48_filled', 48), + + FluentUISampleIcon(FluentIcons.open_folder_16_filled, 'open_folder_16_filled', 16), + + FluentUISampleIcon(FluentIcons.open_folder_20_filled, 'open_folder_20_filled', 20), + + FluentUISampleIcon(FluentIcons.open_folder_24_filled, 'open_folder_24_filled', 24), + + FluentUISampleIcon(FluentIcons.open_folder_28_filled, 'open_folder_28_filled', 28), + + FluentUISampleIcon(FluentIcons.open_folder_48_filled, 'open_folder_48_filled', 48), + + FluentUISampleIcon(FluentIcons.open_off_16_filled, 'open_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.open_off_20_filled, 'open_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.open_off_24_filled, 'open_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.open_off_28_filled, 'open_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.open_off_48_filled, 'open_off_48_filled', 48), + + 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.options_48_filled, 'options_48_filled', 48), + + FluentUISampleIcon(FluentIcons.organization_12_filled, 'organization_12_filled', 12), + + FluentUISampleIcon(FluentIcons.organization_16_filled, 'organization_16_filled', 16), + + 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.organization_32_filled, 'organization_32_filled', 32), + + FluentUISampleIcon(FluentIcons.organization_48_filled, 'organization_48_filled', 48), + + FluentUISampleIcon(FluentIcons.organization_horizontal_20_filled, 'organization_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.orientation_20_filled, 'orientation_20_filled', 20), + + FluentUISampleIcon(FluentIcons.orientation_24_filled, 'orientation_24_filled', 24), + + FluentUISampleIcon(FluentIcons.oval_16_filled, 'oval_16_filled', 16), + + FluentUISampleIcon(FluentIcons.oval_20_filled, 'oval_20_filled', 20), + + FluentUISampleIcon(FluentIcons.oval_24_filled, 'oval_24_filled', 24), + + FluentUISampleIcon(FluentIcons.oval_28_filled, 'oval_28_filled', 28), + + FluentUISampleIcon(FluentIcons.oval_32_filled, 'oval_32_filled', 32), + + FluentUISampleIcon(FluentIcons.oval_48_filled, 'oval_48_filled', 48), + + FluentUISampleIcon(FluentIcons.padding_down_20_filled, 'padding_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.padding_down_24_filled, 'padding_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.padding_left_20_filled, 'padding_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.padding_left_24_filled, 'padding_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.padding_right_20_filled, 'padding_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.padding_right_24_filled, 'padding_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.padding_top_20_filled, 'padding_top_20_filled', 20), + + FluentUISampleIcon(FluentIcons.padding_top_24_filled, 'padding_top_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_brush_arrow_down_20_filled, 'paint_brush_arrow_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_down_24_filled, 'paint_brush_arrow_down_24_filled', 24), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_20_filled, 'paint_brush_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.paint_brush_arrow_up_24_filled, 'paint_brush_arrow_up_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_20_filled, 'pair_20_filled', 20), + + 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.panel_bottom_20_filled, 'panel_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_bottom_contract_20_filled, 'panel_bottom_contract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_bottom_expand_20_filled, 'panel_bottom_expand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_left_16_filled, 'panel_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_left_20_filled, 'panel_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_left_24_filled, 'panel_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_left_28_filled, 'panel_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.panel_left_48_filled, 'panel_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.panel_left_contract_16_filled, 'panel_left_contract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_left_contract_20_filled, 'panel_left_contract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_left_contract_24_filled, 'panel_left_contract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_left_contract_28_filled, 'panel_left_contract_28_filled', 28), + + FluentUISampleIcon(FluentIcons.panel_left_expand_16_filled, 'panel_left_expand_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_left_expand_20_filled, 'panel_left_expand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_left_expand_24_filled, 'panel_left_expand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_left_expand_28_filled, 'panel_left_expand_28_filled', 28), + + FluentUISampleIcon(FluentIcons.panel_left_focus_right_16_filled, 'panel_left_focus_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_left_focus_right_20_filled, 'panel_left_focus_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_left_focus_right_24_filled, 'panel_left_focus_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_left_focus_right_28_filled, 'panel_left_focus_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.panel_right_16_filled, 'panel_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_right_20_filled, 'panel_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_right_24_filled, 'panel_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_right_28_filled, 'panel_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.panel_right_48_filled, 'panel_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.panel_right_contract_16_filled, 'panel_right_contract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_right_contract_20_filled, 'panel_right_contract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_right_contract_24_filled, 'panel_right_contract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_right_expand_16_filled, 'panel_right_expand_16_filled', 16), + + FluentUISampleIcon(FluentIcons.panel_right_expand_20_filled, 'panel_right_expand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_right_expand_24_filled, 'panel_right_expand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.panel_separate_window_20_filled, 'panel_separate_window_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_top_contract_20_filled, 'panel_top_contract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.panel_top_expand_20_filled, 'panel_top_expand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.password_16_filled, 'password_16_filled', 16), + + FluentUISampleIcon(FluentIcons.password_20_filled, 'password_20_filled', 20), + + FluentUISampleIcon(FluentIcons.password_24_filled, 'password_24_filled', 24), + + FluentUISampleIcon(FluentIcons.patch_20_filled, 'patch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.patch_24_filled, 'patch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.patient_20_filled, 'patient_20_filled', 20), + + FluentUISampleIcon(FluentIcons.patient_24_filled, 'patient_24_filled', 24), + + FluentUISampleIcon(FluentIcons.patient_32_filled, 'patient_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pause_12_filled, 'pause_12_filled', 12), + + 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.pause_circle_20_filled, 'pause_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pause_circle_24_filled, 'pause_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pause_off_16_filled, 'pause_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pause_off_20_filled, 'pause_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pause_settings_16_filled, 'pause_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pause_settings_20_filled, 'pause_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.payment_16_filled, 'payment_16_filled', 16), + + FluentUISampleIcon(FluentIcons.payment_20_filled, 'payment_20_filled', 20), + + FluentUISampleIcon(FluentIcons.payment_24_filled, 'payment_24_filled', 24), + + FluentUISampleIcon(FluentIcons.payment_28_filled, 'payment_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pen_16_filled, 'pen_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pen_20_filled, 'pen_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pen_24_filled, 'pen_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pen_28_filled, 'pen_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pen_32_filled, 'pen_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pen_48_filled, 'pen_48_filled', 48), + + FluentUISampleIcon(FluentIcons.pen_off_16_filled, 'pen_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pen_off_20_filled, 'pen_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pen_off_24_filled, 'pen_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pen_off_28_filled, 'pen_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pen_off_32_filled, 'pen_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pen_off_48_filled, 'pen_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.pen_prohibited_16_filled, 'pen_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pen_prohibited_20_filled, 'pen_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pen_prohibited_24_filled, 'pen_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pen_prohibited_28_filled, 'pen_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pen_prohibited_32_filled, 'pen_prohibited_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pen_prohibited_48_filled, 'pen_prohibited_48_filled', 48), + + FluentUISampleIcon(FluentIcons.pentagon_20_filled, 'pentagon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pentagon_32_filled, 'pentagon_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pentagon_48_filled, 'pentagon_48_filled', 48), + + 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_32_filled, 'people_32_filled', 32), + + 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_add_28_filled, 'people_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_audience_20_filled, 'people_audience_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_audience_24_filled, 'people_audience_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_call_16_filled, 'people_call_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_call_20_filled, 'people_call_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_checkmark_16_filled, 'people_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_checkmark_20_filled, 'people_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_checkmark_24_filled, 'people_checkmark_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_20_filled, 'people_community_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_community_add_24_filled, 'people_community_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_community_add_28_filled, 'people_community_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_edit_20_filled, 'people_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_error_16_filled, 'people_error_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_error_20_filled, 'people_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_error_24_filled, 'people_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_list_16_filled, 'people_list_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_list_20_filled, 'people_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_list_24_filled, 'people_list_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_list_28_filled, 'people_list_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_lock_20_filled, 'people_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_lock_24_filled, 'people_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_money_20_filled, 'people_money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_money_24_filled, 'people_money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_prohibited_16_filled, 'people_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_prohibited_20_filled, 'people_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_prohibited_24_filled, 'people_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_queue_20_filled, 'people_queue_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_queue_24_filled, 'people_queue_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_search_20_filled, 'people_search_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_settings_24_filled, 'people_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_settings_28_filled, 'people_settings_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_swap_16_filled, 'people_swap_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_swap_20_filled, 'people_swap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_swap_24_filled, 'people_swap_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_swap_28_filled, 'people_swap_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_sync_16_filled, 'people_sync_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_sync_20_filled, 'people_sync_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_sync_28_filled, 'people_sync_28_filled', 28), + + 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.people_team_32_filled, 'people_team_32_filled', 32), + + FluentUISampleIcon(FluentIcons.people_team_add_20_filled, 'people_team_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_team_add_24_filled, 'people_team_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_team_delete_16_filled, 'people_team_delete_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_team_delete_20_filled, 'people_team_delete_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_team_delete_24_filled, 'people_team_delete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_team_delete_28_filled, 'people_team_delete_28_filled', 28), + + FluentUISampleIcon(FluentIcons.people_team_delete_32_filled, 'people_team_delete_32_filled', 32), + + FluentUISampleIcon(FluentIcons.people_team_toolbox_20_filled, 'people_team_toolbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.people_team_toolbox_24_filled, 'people_team_toolbox_24_filled', 24), + + FluentUISampleIcon(FluentIcons.people_toolbox_16_filled, 'people_toolbox_16_filled', 16), + + FluentUISampleIcon(FluentIcons.people_toolbox_20_filled, 'people_toolbox_20_filled', 20), + + 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_32_filled, 'person_32_filled', 32), + + FluentUISampleIcon(FluentIcons.person_48_filled, 'person_48_filled', 48), + + FluentUISampleIcon(FluentIcons.person_5_20_filled, 'person_5_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_5_32_filled, 'person_5_32_filled', 32), + + FluentUISampleIcon(FluentIcons.person_6_20_filled, 'person_6_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_6_32_filled, 'person_6_32_filled', 32), + + FluentUISampleIcon(FluentIcons.person_accounts_20_filled, 'person_accounts_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_accounts_24_filled, 'person_accounts_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_add_16_filled, 'person_add_16_filled', 16), + + 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_add_28_filled, 'person_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.person_arrow_left_16_filled, 'person_arrow_left_16_filled', 16), + + 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_20_filled, 'person_available_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_available_24_filled, 'person_available_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_16_filled, 'person_call_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_call_20_filled, 'person_call_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_call_24_filled, 'person_call_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_chat_16_filled, 'person_chat_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_chat_20_filled, 'person_chat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_chat_24_filled, 'person_chat_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_circle_12_filled, 'person_circle_12_filled', 12), + + FluentUISampleIcon(FluentIcons.person_circle_20_filled, 'person_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_circle_24_filled, 'person_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_clock_16_filled, 'person_clock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_clock_20_filled, 'person_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_clock_24_filled, 'person_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_delete_16_filled, 'person_delete_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_delete_20_filled, 'person_delete_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_delete_24_filled, 'person_delete_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_edit_20_filled, 'person_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_edit_24_filled, 'person_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_feedback_16_filled, 'person_feedback_16_filled', 16), + + 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_info_16_filled, 'person_info_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_info_20_filled, 'person_info_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_key_20_filled, 'person_key_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_lightbulb_20_filled, 'person_lightbulb_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_lightbulb_24_filled, 'person_lightbulb_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_lock_16_filled, 'person_lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_lock_20_filled, 'person_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_lock_24_filled, 'person_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_mail_16_filled, 'person_mail_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_mail_20_filled, 'person_mail_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_mail_24_filled, 'person_mail_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_mail_28_filled, 'person_mail_28_filled', 28), + + FluentUISampleIcon(FluentIcons.person_mail_48_filled, 'person_mail_48_filled', 48), + + FluentUISampleIcon(FluentIcons.person_money_20_filled, 'person_money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_money_24_filled, 'person_money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_note_20_filled, 'person_note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_note_24_filled, 'person_note_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_pill_20_filled, 'person_pill_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_pill_24_filled, 'person_pill_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_16_filled, 'person_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_prohibited_20_filled, 'person_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_prohibited_24_filled, 'person_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_prohibited_28_filled, 'person_prohibited_28_filled', 28), + + 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_settings_16_filled, 'person_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_settings_20_filled, 'person_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_subtract_16_filled, 'person_subtract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.person_subtract_20_filled, 'person_subtract_20_filled', 20), + + 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_sync_24_filled, 'person_sync_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_tag_20_filled, 'person_tag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.person_tag_24_filled, 'person_tag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.person_tag_28_filled, 'person_tag_28_filled', 28), + + FluentUISampleIcon(FluentIcons.person_tag_32_filled, 'person_tag_32_filled', 32), + + FluentUISampleIcon(FluentIcons.person_tag_48_filled, 'person_tag_48_filled', 48), + + 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_12_filled, 'phone_12_filled', 12), + + FluentUISampleIcon(FluentIcons.phone_16_filled, 'phone_16_filled', 16), + + FluentUISampleIcon(FluentIcons.phone_20_filled, 'phone_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_24_filled, 'phone_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_add_20_filled, 'phone_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_add_24_filled, 'phone_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_arrow_right_20_filled, 'phone_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_arrow_right_24_filled, 'phone_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_checkmark_16_filled, 'phone_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.phone_checkmark_20_filled, 'phone_checkmark_20_filled', 20), + + 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_desktop_add_20_filled, 'phone_desktop_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_dismiss_20_filled, 'phone_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_dismiss_24_filled, 'phone_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_eraser_16_filled, 'phone_eraser_16_filled', 16), + + FluentUISampleIcon(FluentIcons.phone_eraser_20_filled, 'phone_eraser_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_laptop_16_filled, 'phone_laptop_16_filled', 16), + + 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_laptop_32_filled, 'phone_laptop_32_filled', 32), + + FluentUISampleIcon(FluentIcons.phone_link_setup_20_filled, 'phone_link_setup_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_link_setup_24_filled, 'phone_link_setup_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_lock_20_filled, 'phone_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_lock_24_filled, 'phone_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_page_header_20_filled, 'phone_page_header_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_page_header_24_filled, 'phone_page_header_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_pagination_20_filled, 'phone_pagination_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_pagination_24_filled, 'phone_pagination_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_screen_time_20_filled, 'phone_screen_time_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_screen_time_24_filled, 'phone_screen_time_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_shake_20_filled, 'phone_shake_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_shake_24_filled, 'phone_shake_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_span_in_16_filled, 'phone_span_in_16_filled', 16), + + FluentUISampleIcon(FluentIcons.phone_span_in_20_filled, 'phone_span_in_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_span_in_24_filled, 'phone_span_in_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_span_in_28_filled, 'phone_span_in_28_filled', 28), + + FluentUISampleIcon(FluentIcons.phone_span_out_16_filled, 'phone_span_out_16_filled', 16), + + FluentUISampleIcon(FluentIcons.phone_span_out_20_filled, 'phone_span_out_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_span_out_24_filled, 'phone_span_out_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_span_out_28_filled, 'phone_span_out_28_filled', 28), + + FluentUISampleIcon(FluentIcons.phone_speaker_20_filled, 'phone_speaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_speaker_24_filled, 'phone_speaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_status_bar_20_filled, 'phone_status_bar_20_filled', 20), + + 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_update_20_filled, 'phone_update_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_update_24_filled, 'phone_update_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_update_checkmark_20_filled, 'phone_update_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_update_checkmark_24_filled, 'phone_update_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_20_filled, 'phone_vertical_scroll_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_vertical_scroll_24_filled, 'phone_vertical_scroll_24_filled', 24), + + FluentUISampleIcon(FluentIcons.phone_vibrate_20_filled, 'phone_vibrate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.phone_vibrate_24_filled, 'phone_vibrate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.photo_filter_20_filled, 'photo_filter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.photo_filter_24_filled, 'photo_filter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pi_20_filled, 'pi_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pi_24_filled, 'pi_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.picture_in_picture_enter_16_filled, 'picture_in_picture_enter_16_filled', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_enter_20_filled, 'picture_in_picture_enter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_enter_24_filled, 'picture_in_picture_enter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_16_filled, 'picture_in_picture_exit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_20_filled, 'picture_in_picture_exit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.picture_in_picture_exit_24_filled, 'picture_in_picture_exit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pill_16_filled, 'pill_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pill_20_filled, 'pill_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pill_24_filled, 'pill_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pill_28_filled, 'pill_28_filled', 28), + + 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_28_filled, 'pin_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pin_32_filled, 'pin_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pin_48_filled, 'pin_48_filled', 48), + + FluentUISampleIcon(FluentIcons.pin_off_16_filled, 'pin_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.pin_off_20_filled, 'pin_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pin_off_24_filled, 'pin_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pin_off_28_filled, 'pin_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pin_off_32_filled, 'pin_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pin_off_48_filled, 'pin_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.pipeline_20_filled, 'pipeline_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pipeline_add_20_filled, 'pipeline_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pipeline_play_20_filled, 'pipeline_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pivot_20_filled, 'pivot_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pivot_24_filled, 'pivot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.play_12_filled, 'play_12_filled', 12), + + FluentUISampleIcon(FluentIcons.play_16_filled, 'play_16_filled', 16), + + FluentUISampleIcon(FluentIcons.play_20_filled, 'play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.play_24_filled, 'play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.play_28_filled, 'play_28_filled', 28), + + FluentUISampleIcon(FluentIcons.play_32_filled, 'play_32_filled', 32), + + FluentUISampleIcon(FluentIcons.play_48_filled, 'play_48_filled', 48), + + FluentUISampleIcon(FluentIcons.play_circle_16_filled, 'play_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.play_circle_20_filled, 'play_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.play_circle_24_filled, 'play_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.play_circle_28_filled, 'play_circle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.play_circle_48_filled, 'play_circle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.play_settings_20_filled, 'play_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_20_filled, 'plug_connected_20_filled', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_24_filled, 'plug_connected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.plug_connected_add_20_filled, 'plug_connected_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.plug_connected_checkmark_20_filled, 'plug_connected_checkmark_20_filled', 20), + + 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_20_filled, 'point_scan_20_filled', 20), + + FluentUISampleIcon(FluentIcons.point_scan_24_filled, 'point_scan_24_filled', 24), + + FluentUISampleIcon(FluentIcons.poll_16_filled, 'poll_16_filled', 16), + + FluentUISampleIcon(FluentIcons.poll_20_filled, 'poll_20_filled', 20), + + FluentUISampleIcon(FluentIcons.poll_24_filled, 'poll_24_filled', 24), + + FluentUISampleIcon(FluentIcons.port_hdmi_20_filled, 'port_hdmi_20_filled', 20), + + FluentUISampleIcon(FluentIcons.port_hdmi_24_filled, 'port_hdmi_24_filled', 24), + + FluentUISampleIcon(FluentIcons.port_micro_usb_24_filled, 'port_micro_usb_24_filled', 24), + + FluentUISampleIcon(FluentIcons.port_usb_a_20_filled, 'port_usb_a_20_filled', 20), + + FluentUISampleIcon(FluentIcons.port_usb_a_24_filled, 'port_usb_a_24_filled', 24), + + FluentUISampleIcon(FluentIcons.port_usb_c_24_filled, 'port_usb_c_24_filled', 24), + + FluentUISampleIcon(FluentIcons.position_backward_20_filled, 'position_backward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.position_backward_24_filled, 'position_backward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.position_forward_20_filled, 'position_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.position_forward_24_filled, 'position_forward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.position_to_back_20_filled, 'position_to_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.position_to_back_24_filled, 'position_to_back_24_filled', 24), + + FluentUISampleIcon(FluentIcons.position_to_front_20_filled, 'position_to_front_20_filled', 20), + + FluentUISampleIcon(FluentIcons.position_to_front_24_filled, 'position_to_front_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_20_filled, 'predictions_20_filled', 20), + + 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.premium_32_filled, 'premium_32_filled', 32), + + FluentUISampleIcon(FluentIcons.premium_person_20_filled, 'premium_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.premium_person_24_filled, 'premium_person_24_filled', 24), + + 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_available_20_filled, 'presence_available_20_filled', 20), + + FluentUISampleIcon(FluentIcons.presence_available_24_filled, 'presence_available_24_filled', 24), + + 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_away_20_filled, 'presence_away_20_filled', 20), + + FluentUISampleIcon(FluentIcons.presence_away_24_filled, 'presence_away_24_filled', 24), + + 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_busy_20_filled, 'presence_busy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.presence_busy_24_filled, 'presence_busy_24_filled', 24), + + 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.presence_dnd_20_filled, 'presence_dnd_20_filled', 20), + + FluentUISampleIcon(FluentIcons.presence_dnd_24_filled, 'presence_dnd_24_filled', 24), + + FluentUISampleIcon(FluentIcons.presenter_20_filled, 'presenter_20_filled', 20), + + FluentUISampleIcon(FluentIcons.presenter_24_filled, 'presenter_24_filled', 24), + + FluentUISampleIcon(FluentIcons.presenter_off_20_filled, 'presenter_off_20_filled', 20), + + 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.previous_28_filled, 'previous_28_filled', 28), + + FluentUISampleIcon(FluentIcons.previous_32_filled, 'previous_32_filled', 32), + + FluentUISampleIcon(FluentIcons.previous_48_filled, 'previous_48_filled', 48), + + FluentUISampleIcon(FluentIcons.print_16_filled, 'print_16_filled', 16), + + FluentUISampleIcon(FluentIcons.print_20_filled, 'print_20_filled', 20), + + FluentUISampleIcon(FluentIcons.print_24_filled, 'print_24_filled', 24), + + FluentUISampleIcon(FluentIcons.print_28_filled, 'print_28_filled', 28), + + FluentUISampleIcon(FluentIcons.print_48_filled, 'print_48_filled', 48), + + FluentUISampleIcon(FluentIcons.print_add_20_filled, 'print_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.print_add_24_filled, 'print_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.production_20_filled, 'production_20_filled', 20), + + FluentUISampleIcon(FluentIcons.production_24_filled, 'production_24_filled', 24), + + FluentUISampleIcon(FluentIcons.production_checkmark_20_filled, 'production_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.production_checkmark_24_filled, 'production_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.prohibited_12_filled, 'prohibited_12_filled', 12), + + FluentUISampleIcon(FluentIcons.prohibited_16_filled, 'prohibited_16_filled', 16), + + 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.prohibited_multiple_16_filled, 'prohibited_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.prohibited_multiple_20_filled, 'prohibited_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.prohibited_multiple_24_filled, 'prohibited_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.prohibited_note_20_filled, 'prohibited_note_20_filled', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_16_filled, 'projection_screen_16_filled', 16), + + FluentUISampleIcon(FluentIcons.projection_screen_20_filled, 'projection_screen_20_filled', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_24_filled, 'projection_screen_24_filled', 24), + + FluentUISampleIcon(FluentIcons.projection_screen_28_filled, 'projection_screen_28_filled', 28), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_16_filled, 'projection_screen_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_20_filled, 'projection_screen_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_24_filled, 'projection_screen_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.projection_screen_dismiss_28_filled, 'projection_screen_dismiss_28_filled', 28), + + 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.pulse_20_filled, 'pulse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pulse_24_filled, 'pulse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.pulse_28_filled, 'pulse_28_filled', 28), + + FluentUISampleIcon(FluentIcons.pulse_32_filled, 'pulse_32_filled', 32), + + FluentUISampleIcon(FluentIcons.pulse_square_20_filled, 'pulse_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.pulse_square_24_filled, 'pulse_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.puzzle_cube_16_filled, 'puzzle_cube_16_filled', 16), + + FluentUISampleIcon(FluentIcons.puzzle_cube_20_filled, 'puzzle_cube_20_filled', 20), + + FluentUISampleIcon(FluentIcons.puzzle_cube_24_filled, 'puzzle_cube_24_filled', 24), + + FluentUISampleIcon(FluentIcons.puzzle_cube_28_filled, 'puzzle_cube_28_filled', 28), + + FluentUISampleIcon(FluentIcons.puzzle_cube_48_filled, 'puzzle_cube_48_filled', 48), + + FluentUISampleIcon(FluentIcons.puzzle_cube_piece_20_filled, 'puzzle_cube_piece_20_filled', 20), + + FluentUISampleIcon(FluentIcons.puzzle_piece_16_filled, 'puzzle_piece_16_filled', 16), + + FluentUISampleIcon(FluentIcons.puzzle_piece_20_filled, 'puzzle_piece_20_filled', 20), + + FluentUISampleIcon(FluentIcons.puzzle_piece_24_filled, 'puzzle_piece_24_filled', 24), + + FluentUISampleIcon(FluentIcons.puzzle_piece_shield_20_filled, 'puzzle_piece_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.qr_code_20_filled, 'qr_code_20_filled', 20), + + 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_12_filled, 'question_circle_12_filled', 12), + + 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_32_filled, 'question_circle_32_filled', 32), + + 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.radar_20_filled, 'radar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.radar_checkmark_20_filled, 'radar_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.radar_rectangle_multiple_20_filled, 'radar_rectangle_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.radio_button_20_filled, 'radio_button_20_filled', 20), + + FluentUISampleIcon(FluentIcons.radio_button_24_filled, 'radio_button_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ram_20_filled, 'ram_20_filled', 20), + + 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.ratio_one_to_one_20_filled, 'ratio_one_to_one_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ratio_one_to_one_24_filled, 'ratio_one_to_one_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_horizontal_16_filled, 're_order_dots_horizontal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_20_filled, 're_order_dots_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.re_order_dots_horizontal_24_filled, 're_order_dots_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_16_filled, 're_order_dots_vertical_16_filled', 16), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_20_filled, 're_order_dots_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.re_order_dots_vertical_24_filled, 're_order_dots_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.read_aloud_16_filled, 'read_aloud_16_filled', 16), + + 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_aloud_28_filled, 'read_aloud_28_filled', 28), + + 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_mobile_20_filled, 'reading_mode_mobile_20_filled', 20), + + FluentUISampleIcon(FluentIcons.reading_mode_mobile_24_filled, 'reading_mode_mobile_24_filled', 24), + + FluentUISampleIcon(FluentIcons.real_estate_20_filled, 'real_estate_20_filled', 20), + + FluentUISampleIcon(FluentIcons.real_estate_24_filled, 'real_estate_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_20_filled, 'receipt_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_24_filled, 'receipt_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_add_20_filled, 'receipt_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_add_24_filled, 'receipt_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_bag_20_filled, 'receipt_bag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_bag_24_filled, 'receipt_bag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_cube_20_filled, 'receipt_cube_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_cube_24_filled, 'receipt_cube_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_money_20_filled, 'receipt_money_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_money_24_filled, 'receipt_money_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_play_20_filled, 'receipt_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.receipt_play_24_filled, 'receipt_play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.receipt_search_20_filled, 'receipt_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.record_12_filled, 'record_12_filled', 12), + + 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.record_28_filled, 'record_28_filled', 28), + + FluentUISampleIcon(FluentIcons.record_32_filled, 'record_32_filled', 32), + + FluentUISampleIcon(FluentIcons.record_48_filled, 'record_48_filled', 48), + + FluentUISampleIcon(FluentIcons.record_stop_12_filled, 'record_stop_12_filled', 12), + + FluentUISampleIcon(FluentIcons.record_stop_16_filled, 'record_stop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.record_stop_20_filled, 'record_stop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.record_stop_24_filled, 'record_stop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.record_stop_28_filled, 'record_stop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.record_stop_32_filled, 'record_stop_32_filled', 32), + + FluentUISampleIcon(FluentIcons.record_stop_48_filled, 'record_stop_48_filled', 48), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_12_filled, 'rectangle_landscape_12_filled', 12), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_16_filled, 'rectangle_landscape_16_filled', 16), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_20_filled, 'rectangle_landscape_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_24_filled, 'rectangle_landscape_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_28_filled, 'rectangle_landscape_28_filled', 28), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_32_filled, 'rectangle_landscape_32_filled', 32), + + FluentUISampleIcon(FluentIcons.rectangle_landscape_48_filled, 'rectangle_landscape_48_filled', 48), + + FluentUISampleIcon(FluentIcons.rectangle_portrait_location_target_20_filled, 'rectangle_portrait_location_target_20_filled', 20), + + FluentUISampleIcon(FluentIcons.remote_16_filled, 'remote_16_filled', 16), + + FluentUISampleIcon(FluentIcons.remote_20_filled, 'remote_20_filled', 20), + + 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.reorder_20_filled, 'reorder_20_filled', 20), + + FluentUISampleIcon(FluentIcons.replay_20_filled, 'replay_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_20_filled, 'resize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_24_filled, 'resize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.resize_image_20_filled, 'resize_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_image_24_filled, 'resize_image_24_filled', 24), + + FluentUISampleIcon(FluentIcons.resize_large_16_filled, 'resize_large_16_filled', 16), + + FluentUISampleIcon(FluentIcons.resize_large_20_filled, 'resize_large_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_large_24_filled, 'resize_large_24_filled', 24), + + FluentUISampleIcon(FluentIcons.resize_small_16_filled, 'resize_small_16_filled', 16), + + FluentUISampleIcon(FluentIcons.resize_small_20_filled, 'resize_small_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_small_24_filled, 'resize_small_24_filled', 24), + + FluentUISampleIcon(FluentIcons.resize_table_20_filled, 'resize_table_20_filled', 20), + + FluentUISampleIcon(FluentIcons.resize_table_24_filled, 'resize_table_24_filled', 24), + + FluentUISampleIcon(FluentIcons.resize_video_20_filled, 'resize_video_20_filled', 20), + + 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_16_filled, 'rewind_16_filled', 16), + + FluentUISampleIcon(FluentIcons.rewind_20_filled, 'rewind_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rewind_24_filled, 'rewind_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rewind_28_filled, 'rewind_28_filled', 28), + + FluentUISampleIcon(FluentIcons.rhombus_16_filled, 'rhombus_16_filled', 16), + + FluentUISampleIcon(FluentIcons.rhombus_20_filled, 'rhombus_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rhombus_24_filled, 'rhombus_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rhombus_28_filled, 'rhombus_28_filled', 28), + + FluentUISampleIcon(FluentIcons.rhombus_32_filled, 'rhombus_32_filled', 32), + + FluentUISampleIcon(FluentIcons.rhombus_48_filled, 'rhombus_48_filled', 48), + + FluentUISampleIcon(FluentIcons.ribbon_12_filled, 'ribbon_12_filled', 12), + + FluentUISampleIcon(FluentIcons.ribbon_16_filled, 'ribbon_16_filled', 16), + + FluentUISampleIcon(FluentIcons.ribbon_20_filled, 'ribbon_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ribbon_24_filled, 'ribbon_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ribbon_32_filled, 'ribbon_32_filled', 32), + + FluentUISampleIcon(FluentIcons.ribbon_add_20_filled, 'ribbon_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ribbon_add_24_filled, 'ribbon_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ribbon_off_12_filled, 'ribbon_off_12_filled', 12), + + FluentUISampleIcon(FluentIcons.ribbon_off_16_filled, 'ribbon_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.ribbon_off_20_filled, 'ribbon_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ribbon_off_24_filled, 'ribbon_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ribbon_off_32_filled, 'ribbon_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.ribbon_star_20_filled, 'ribbon_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ribbon_star_24_filled, 'ribbon_star_24_filled', 24), + + FluentUISampleIcon(FluentIcons.road_cone_16_filled, 'road_cone_16_filled', 16), + + FluentUISampleIcon(FluentIcons.road_cone_20_filled, 'road_cone_20_filled', 20), + + FluentUISampleIcon(FluentIcons.road_cone_24_filled, 'road_cone_24_filled', 24), + + FluentUISampleIcon(FluentIcons.road_cone_28_filled, 'road_cone_28_filled', 28), + + FluentUISampleIcon(FluentIcons.road_cone_32_filled, 'road_cone_32_filled', 32), + + FluentUISampleIcon(FluentIcons.road_cone_48_filled, 'road_cone_48_filled', 48), + + 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.rotate_left_20_filled, 'rotate_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rotate_left_24_filled, 'rotate_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rotate_right_20_filled, 'rotate_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.rotate_right_24_filled, 'rotate_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.router_20_filled, 'router_20_filled', 20), + + FluentUISampleIcon(FluentIcons.router_24_filled, 'router_24_filled', 24), + + FluentUISampleIcon(FluentIcons.row_triple_20_filled, 'row_triple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.row_triple_24_filled, 'row_triple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.rss_24_filled, 'rss_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_16_filled, 'run_16_filled', 16), + + FluentUISampleIcon(FluentIcons.run_20_filled, 'run_20_filled', 20), + + FluentUISampleIcon(FluentIcons.run_24_filled, 'run_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sanitize_20_filled, 'sanitize_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sanitize_24_filled, 'sanitize_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_16_filled, 'save_16_filled', 16), + + FluentUISampleIcon(FluentIcons.save_20_filled, 'save_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_24_filled, 'save_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_arrow_right_20_filled, 'save_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_arrow_right_24_filled, 'save_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_copy_24_filled, 'save_copy_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_edit_20_filled, 'save_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_edit_24_filled, 'save_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_image_20_filled, 'save_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_multiple_20_filled, 'save_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_multiple_24_filled, 'save_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.save_search_20_filled, 'save_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.save_sync_20_filled, 'save_sync_20_filled', 20), + + 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_20_filled, 'scale_fill_20_filled', 20), + + 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.scales_24_filled, 'scales_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scales_32_filled, 'scales_32_filled', 32), + + FluentUISampleIcon(FluentIcons.scan_16_filled, 'scan_16_filled', 16), + + FluentUISampleIcon(FluentIcons.scan_20_filled, 'scan_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_24_filled, 'scan_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_camera_16_filled, 'scan_camera_16_filled', 16), + + FluentUISampleIcon(FluentIcons.scan_camera_20_filled, 'scan_camera_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_camera_24_filled, 'scan_camera_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_camera_28_filled, 'scan_camera_28_filled', 28), + + FluentUISampleIcon(FluentIcons.scan_camera_48_filled, 'scan_camera_48_filled', 48), + + FluentUISampleIcon(FluentIcons.scan_dash_12_filled, 'scan_dash_12_filled', 12), + + FluentUISampleIcon(FluentIcons.scan_dash_16_filled, 'scan_dash_16_filled', 16), + + FluentUISampleIcon(FluentIcons.scan_dash_20_filled, 'scan_dash_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_dash_24_filled, 'scan_dash_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_dash_28_filled, 'scan_dash_28_filled', 28), + + FluentUISampleIcon(FluentIcons.scan_dash_32_filled, 'scan_dash_32_filled', 32), + + FluentUISampleIcon(FluentIcons.scan_dash_48_filled, 'scan_dash_48_filled', 48), + + FluentUISampleIcon(FluentIcons.scan_object_20_filled, 'scan_object_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_object_24_filled, 'scan_object_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_table_20_filled, 'scan_table_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_table_24_filled, 'scan_table_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_text_20_filled, 'scan_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_text_24_filled, 'scan_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_16_filled, 'scan_thumb_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_20_filled, 'scan_thumb_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_24_filled, 'scan_thumb_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_28_filled, 'scan_thumb_up_28_filled', 28), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_48_filled, 'scan_thumb_up_48_filled', 48), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_16_filled, 'scan_thumb_up_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_20_filled, 'scan_thumb_up_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_24_filled, 'scan_thumb_up_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_28_filled, 'scan_thumb_up_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.scan_thumb_up_off_48_filled, 'scan_thumb_up_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.scan_type_20_filled, 'scan_type_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_type_24_filled, 'scan_type_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_type_checkmark_20_filled, 'scan_type_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scan_type_checkmark_24_filled, 'scan_type_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.scan_type_off_20_filled, 'scan_type_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scratchpad_20_filled, 'scratchpad_20_filled', 20), + + FluentUISampleIcon(FluentIcons.scratchpad_24_filled, 'scratchpad_24_filled', 24), + + FluentUISampleIcon(FluentIcons.screen_cut_20_filled, 'screen_cut_20_filled', 20), + + FluentUISampleIcon(FluentIcons.screen_person_20_filled, 'screen_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.screen_search_20_filled, 'screen_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.screen_search_24_filled, 'screen_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.screen_share_start_48_filled, 'screen_share_start_48_filled', 48), + + FluentUISampleIcon(FluentIcons.screenshot_20_filled, 'screenshot_20_filled', 20), + + FluentUISampleIcon(FluentIcons.screenshot_24_filled, 'screenshot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.search_12_filled, 'search_12_filled', 12), + + FluentUISampleIcon(FluentIcons.search_16_filled, 'search_16_filled', 16), + + 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_32_filled, 'search_32_filled', 32), + + FluentUISampleIcon(FluentIcons.search_48_filled, 'search_48_filled', 48), + + FluentUISampleIcon(FluentIcons.search_info_20_filled, 'search_info_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_info_24_filled, 'search_info_24_filled', 24), + + FluentUISampleIcon(FluentIcons.search_settings_20_filled, 'search_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_shield_20_filled, 'search_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_square_20_filled, 'search_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_square_24_filled, 'search_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.search_visual_16_filled, 'search_visual_16_filled', 16), + + FluentUISampleIcon(FluentIcons.search_visual_20_filled, 'search_visual_20_filled', 20), + + FluentUISampleIcon(FluentIcons.search_visual_24_filled, 'search_visual_24_filled', 24), + + FluentUISampleIcon(FluentIcons.select_all_off_24_filled, 'select_all_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.select_all_on_24_filled, 'select_all_on_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.select_object_skew_20_filled, 'select_object_skew_20_filled', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_24_filled, 'select_object_skew_24_filled', 24), + + FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_20_filled, 'select_object_skew_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_dismiss_24_filled, 'select_object_skew_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.select_object_skew_edit_20_filled, 'select_object_skew_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.select_object_skew_edit_24_filled, 'select_object_skew_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.send_16_filled, 'send_16_filled', 16), + + 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_clock_24_filled, 'send_clock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.send_copy_24_filled, 'send_copy_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.server_20_filled, 'server_20_filled', 20), + + FluentUISampleIcon(FluentIcons.server_24_filled, 'server_24_filled', 24), + + FluentUISampleIcon(FluentIcons.server_multiple_20_filled, 'server_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.server_play_20_filled, 'server_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.service_bell_20_filled, 'service_bell_20_filled', 20), + + 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.settings_32_filled, 'settings_32_filled', 32), + + FluentUISampleIcon(FluentIcons.settings_48_filled, 'settings_48_filled', 48), + + FluentUISampleIcon(FluentIcons.settings_chat_20_filled, 'settings_chat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.settings_chat_24_filled, 'settings_chat_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shape_exclude_16_filled, 'shape_exclude_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shape_exclude_20_filled, 'shape_exclude_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shape_exclude_24_filled, 'shape_exclude_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shape_intersect_16_filled, 'shape_intersect_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shape_intersect_20_filled, 'shape_intersect_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shape_intersect_24_filled, 'shape_intersect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shape_subtract_16_filled, 'shape_subtract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shape_subtract_20_filled, 'shape_subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shape_subtract_24_filled, 'shape_subtract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shape_union_16_filled, 'shape_union_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shape_union_20_filled, 'shape_union_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shape_union_24_filled, 'shape_union_24_filled', 24), + + 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.shapes_28_filled, 'shapes_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shapes_48_filled, 'shapes_48_filled', 48), + + FluentUISampleIcon(FluentIcons.share_16_filled, 'share_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_20_filled, 'share_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_24_filled, 'share_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_28_filled, 'share_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_48_filled, 'share_48_filled', 48), + + 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_20_filled, 'share_close_tray_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_close_tray_24_filled, 'share_close_tray_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_person_16_filled, 'share_screen_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_20_filled, 'share_screen_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_24_filled, 'share_screen_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_28_filled, 'share_screen_person_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_16_filled, 'share_screen_person_overlay_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_20_filled, 'share_screen_person_overlay_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_24_filled, 'share_screen_person_overlay_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_28_filled, 'share_screen_person_overlay_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_16_filled, 'share_screen_person_overlay_inside_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_20_filled, 'share_screen_person_overlay_inside_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_24_filled, 'share_screen_person_overlay_inside_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_overlay_inside_28_filled, 'share_screen_person_overlay_inside_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_16_filled, 'share_screen_person_p_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_20_filled, 'share_screen_person_p_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_24_filled, 'share_screen_person_p_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_person_p_28_filled, 'share_screen_person_p_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_start_20_filled, 'share_screen_start_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_start_24_filled, 'share_screen_start_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_start_28_filled, 'share_screen_start_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_start_48_filled, 'share_screen_start_48_filled', 48), + + FluentUISampleIcon(FluentIcons.share_screen_stop_16_filled, 'share_screen_stop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.share_screen_stop_20_filled, 'share_screen_stop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.share_screen_stop_24_filled, 'share_screen_stop_24_filled', 24), + + FluentUISampleIcon(FluentIcons.share_screen_stop_28_filled, 'share_screen_stop_28_filled', 28), + + FluentUISampleIcon(FluentIcons.share_screen_stop_48_filled, 'share_screen_stop_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shield_16_filled, 'shield_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shield_20_filled, 'shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_24_filled, 'shield_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_28_filled, 'shield_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_48_filled, 'shield_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shield_badge_20_filled, 'shield_badge_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_badge_24_filled, 'shield_badge_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_checkmark_16_filled, 'shield_checkmark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shield_checkmark_20_filled, 'shield_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_checkmark_24_filled, 'shield_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_checkmark_28_filled, 'shield_checkmark_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_checkmark_48_filled, 'shield_checkmark_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shield_dismiss_16_filled, 'shield_dismiss_16_filled', 16), + + 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_dismiss_shield_20_filled, 'shield_dismiss_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_error_16_filled, 'shield_error_16_filled', 16), + + 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_lock_16_filled, 'shield_lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shield_lock_20_filled, 'shield_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_lock_24_filled, 'shield_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_lock_28_filled, 'shield_lock_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_lock_48_filled, 'shield_lock_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shield_person_20_filled, 'shield_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_person_add_20_filled, 'shield_person_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_20_filled, 'shield_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_prohibited_24_filled, 'shield_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_task_16_filled, 'shield_task_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shield_task_20_filled, 'shield_task_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shield_task_24_filled, 'shield_task_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_task_28_filled, 'shield_task_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_task_48_filled, 'shield_task_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shield_video_24_filled, 'shield_video_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shield_video_28_filled, 'shield_video_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shield_video_48_filled, 'shield_video_48_filled', 48), + + FluentUISampleIcon(FluentIcons.shifts_16_filled, 'shifts_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shifts_20_filled, 'shifts_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_24_filled, 'shifts_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_28_filled, 'shifts_28_filled', 28), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_20_filled, 'shifts_30_minutes_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_30_minutes_24_filled, 'shifts_30_minutes_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_32_filled, 'shifts_32_filled', 32), + + 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_20_filled, 'shifts_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_add_24_filled, 'shifts_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_availability_20_filled, 'shifts_availability_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_availability_24_filled, 'shifts_availability_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_checkmark_20_filled, 'shifts_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_checkmark_24_filled, 'shifts_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_day_20_filled, 'shifts_day_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_day_24_filled, 'shifts_day_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_prohibited_20_filled, 'shifts_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_prohibited_24_filled, 'shifts_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_question_mark_20_filled, 'shifts_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shifts_question_mark_24_filled, 'shifts_question_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shifts_team_24_filled, 'shifts_team_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_16_filled, 'shopping_bag_16_filled', 16), + + FluentUISampleIcon(FluentIcons.shopping_bag_20_filled, 'shopping_bag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_24_filled, 'shopping_bag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_20_filled, 'shopping_bag_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_arrow_left_24_filled, 'shopping_bag_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_20_filled, 'shopping_bag_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_dismiss_24_filled, 'shopping_bag_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_pause_20_filled, 'shopping_bag_pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_pause_24_filled, 'shopping_bag_pause_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_percent_20_filled, 'shopping_bag_percent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_percent_24_filled, 'shopping_bag_percent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_play_20_filled, 'shopping_bag_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_play_24_filled, 'shopping_bag_play_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shopping_bag_tag_20_filled, 'shopping_bag_tag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shopping_bag_tag_24_filled, 'shopping_bag_tag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.shortpick_20_filled, 'shortpick_20_filled', 20), + + FluentUISampleIcon(FluentIcons.shortpick_24_filled, 'shortpick_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sidebar_search_ltr_20_filled, 'sidebar_search_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sidebar_search_rtl_20_filled, 'sidebar_search_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sign_out_20_filled, 'sign_out_20_filled', 20), + + 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.skip_back_10_20_filled, 'skip_back_10_20_filled', 20), + + FluentUISampleIcon(FluentIcons.skip_back_10_24_filled, 'skip_back_10_24_filled', 24), + + FluentUISampleIcon(FluentIcons.skip_back_10_28_filled, 'skip_back_10_28_filled', 28), + + FluentUISampleIcon(FluentIcons.skip_back_10_32_filled, 'skip_back_10_32_filled', 32), + + FluentUISampleIcon(FluentIcons.skip_back_10_48_filled, 'skip_back_10_48_filled', 48), + + FluentUISampleIcon(FluentIcons.skip_backward_10_24_filled, 'skip_backward_10_24_filled', 24), + + FluentUISampleIcon(FluentIcons.skip_backward_10_28_filled, 'skip_backward_10_28_filled', 28), + + FluentUISampleIcon(FluentIcons.skip_backward_10_32_filled, 'skip_backward_10_32_filled', 32), + + FluentUISampleIcon(FluentIcons.skip_backward_10_48_filled, 'skip_backward_10_48_filled', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_10_20_filled, 'skip_forward_10_20_filled', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_10_24_filled, 'skip_forward_10_24_filled', 24), + + FluentUISampleIcon(FluentIcons.skip_forward_10_28_filled, 'skip_forward_10_28_filled', 28), + + FluentUISampleIcon(FluentIcons.skip_forward_10_32_filled, 'skip_forward_10_32_filled', 32), + + FluentUISampleIcon(FluentIcons.skip_forward_10_48_filled, 'skip_forward_10_48_filled', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_30_20_filled, 'skip_forward_30_20_filled', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_30_24_filled, 'skip_forward_30_24_filled', 24), + + FluentUISampleIcon(FluentIcons.skip_forward_30_28_filled, 'skip_forward_30_28_filled', 28), + + FluentUISampleIcon(FluentIcons.skip_forward_30_32_filled, 'skip_forward_30_32_filled', 32), + + FluentUISampleIcon(FluentIcons.skip_forward_30_48_filled, 'skip_forward_30_48_filled', 48), + + FluentUISampleIcon(FluentIcons.skip_forward_tab_20_filled, 'skip_forward_tab_20_filled', 20), + + FluentUISampleIcon(FluentIcons.skip_forward_tab_24_filled, 'skip_forward_tab_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sleep_20_filled, 'sleep_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sleep_24_filled, 'sleep_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_add_16_filled, 'slide_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.slide_add_20_filled, 'slide_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_add_24_filled, 'slide_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_add_28_filled, 'slide_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.slide_add_32_filled, 'slide_add_32_filled', 32), + + FluentUISampleIcon(FluentIcons.slide_add_48_filled, 'slide_add_48_filled', 48), + + FluentUISampleIcon(FluentIcons.slide_arrow_right_20_filled, 'slide_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_arrow_right_24_filled, 'slide_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_design_24_filled, 'slide_design_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_eraser_16_filled, 'slide_eraser_16_filled', 16), + + FluentUISampleIcon(FluentIcons.slide_eraser_20_filled, 'slide_eraser_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_eraser_24_filled, 'slide_eraser_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_grid_20_filled, 'slide_grid_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_grid_24_filled, 'slide_grid_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_microphone_32_filled, 'slide_microphone_32_filled', 32), + + FluentUISampleIcon(FluentIcons.slide_multiple_20_filled, 'slide_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_24_filled, 'slide_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_20_filled, 'slide_multiple_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_arrow_right_24_filled, 'slide_multiple_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_multiple_search_20_filled, 'slide_multiple_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_multiple_search_24_filled, 'slide_multiple_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_search_24_filled, 'slide_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_search_28_filled, 'slide_search_28_filled', 28), + + FluentUISampleIcon(FluentIcons.slide_settings_20_filled, 'slide_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_settings_24_filled, 'slide_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_size_20_filled, 'slide_size_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_size_24_filled, 'slide_size_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_text_16_filled, 'slide_text_16_filled', 16), + + FluentUISampleIcon(FluentIcons.slide_text_20_filled, 'slide_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_text_24_filled, 'slide_text_24_filled', 24), + + FluentUISampleIcon(FluentIcons.slide_text_28_filled, 'slide_text_28_filled', 28), + + FluentUISampleIcon(FluentIcons.slide_text_48_filled, 'slide_text_48_filled', 48), + + FluentUISampleIcon(FluentIcons.slide_transition_20_filled, 'slide_transition_20_filled', 20), + + FluentUISampleIcon(FluentIcons.slide_transition_24_filled, 'slide_transition_24_filled', 24), + + FluentUISampleIcon(FluentIcons.smartwatch_20_filled, 'smartwatch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.smartwatch_24_filled, 'smartwatch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.smartwatch_dot_20_filled, 'smartwatch_dot_20_filled', 20), + + FluentUISampleIcon(FluentIcons.smartwatch_dot_24_filled, 'smartwatch_dot_24_filled', 24), + + FluentUISampleIcon(FluentIcons.snooze_16_filled, 'snooze_16_filled', 16), + + FluentUISampleIcon(FluentIcons.snooze_20_filled, 'snooze_20_filled', 20), + + FluentUISampleIcon(FluentIcons.snooze_24_filled, 'snooze_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sound_source_20_filled, 'sound_source_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sound_source_24_filled, 'sound_source_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sound_source_28_filled, 'sound_source_28_filled', 28), + + FluentUISampleIcon(FluentIcons.sound_wave_circle_20_filled, 'sound_wave_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sound_wave_circle_24_filled, 'sound_wave_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.spacebar_20_filled, 'spacebar_20_filled', 20), + + FluentUISampleIcon(FluentIcons.spacebar_24_filled, 'spacebar_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sparkle_16_filled, 'sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sparkle_20_filled, 'sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sparkle_24_filled, 'sparkle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sparkle_28_filled, 'sparkle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.sparkle_48_filled, 'sparkle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_0_16_filled, 'speaker_0_16_filled', 16), + + FluentUISampleIcon(FluentIcons.speaker_0_20_filled, 'speaker_0_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_0_24_filled, 'speaker_0_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_0_28_filled, 'speaker_0_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_0_32_filled, 'speaker_0_32_filled', 32), + + FluentUISampleIcon(FluentIcons.speaker_0_48_filled, 'speaker_0_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_1_16_filled, 'speaker_1_16_filled', 16), + + FluentUISampleIcon(FluentIcons.speaker_1_20_filled, 'speaker_1_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_1_24_filled, 'speaker_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_1_28_filled, 'speaker_1_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_1_32_filled, 'speaker_1_32_filled', 32), + + FluentUISampleIcon(FluentIcons.speaker_1_48_filled, 'speaker_1_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_2_16_filled, 'speaker_2_16_filled', 16), + + FluentUISampleIcon(FluentIcons.speaker_2_20_filled, 'speaker_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_2_24_filled, 'speaker_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_2_28_filled, 'speaker_2_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_2_32_filled, 'speaker_2_32_filled', 32), + + FluentUISampleIcon(FluentIcons.speaker_2_48_filled, 'speaker_2_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_24_filled, 'speaker_bluetooth_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_bluetooth_28_filled, 'speaker_bluetooth_28_filled', 28), + + 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_mute_16_filled, 'speaker_mute_16_filled', 16), + + FluentUISampleIcon(FluentIcons.speaker_mute_20_filled, 'speaker_mute_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_mute_24_filled, 'speaker_mute_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_mute_28_filled, 'speaker_mute_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_mute_48_filled, 'speaker_mute_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_off_16_filled, 'speaker_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.speaker_off_20_filled, 'speaker_off_20_filled', 20), + + 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_off_48_filled, 'speaker_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.speaker_settings_20_filled, 'speaker_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.speaker_settings_24_filled, 'speaker_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_settings_28_filled, 'speaker_settings_28_filled', 28), + + FluentUISampleIcon(FluentIcons.speaker_usb_24_filled, 'speaker_usb_24_filled', 24), + + FluentUISampleIcon(FluentIcons.speaker_usb_28_filled, 'speaker_usb_28_filled', 28), + + FluentUISampleIcon(FluentIcons.spinner_ios_20_filled, 'spinner_ios_20_filled', 20), + + FluentUISampleIcon(FluentIcons.split_hint_20_filled, 'split_hint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.split_horizontal_12_filled, 'split_horizontal_12_filled', 12), + + FluentUISampleIcon(FluentIcons.split_horizontal_16_filled, 'split_horizontal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.split_horizontal_20_filled, 'split_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.split_horizontal_24_filled, 'split_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.split_horizontal_28_filled, 'split_horizontal_28_filled', 28), + + FluentUISampleIcon(FluentIcons.split_horizontal_32_filled, 'split_horizontal_32_filled', 32), + + FluentUISampleIcon(FluentIcons.split_horizontal_48_filled, 'split_horizontal_48_filled', 48), + + FluentUISampleIcon(FluentIcons.split_vertical_12_filled, 'split_vertical_12_filled', 12), + + FluentUISampleIcon(FluentIcons.split_vertical_16_filled, 'split_vertical_16_filled', 16), + + FluentUISampleIcon(FluentIcons.split_vertical_20_filled, 'split_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.split_vertical_24_filled, 'split_vertical_24_filled', 24), + + FluentUISampleIcon(FluentIcons.split_vertical_28_filled, 'split_vertical_28_filled', 28), + + FluentUISampleIcon(FluentIcons.split_vertical_32_filled, 'split_vertical_32_filled', 32), + + FluentUISampleIcon(FluentIcons.split_vertical_48_filled, 'split_vertical_48_filled', 48), + + FluentUISampleIcon(FluentIcons.sport_16_filled, 'sport_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sport_20_filled, 'sport_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sport_24_filled, 'sport_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sport_american_football_20_filled, 'sport_american_football_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sport_american_football_24_filled, 'sport_american_football_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sport_baseball_20_filled, 'sport_baseball_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sport_baseball_24_filled, 'sport_baseball_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sport_basketball_24_filled, 'sport_basketball_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sport_hockey_20_filled, 'sport_hockey_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sport_hockey_24_filled, 'sport_hockey_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sport_soccer_16_filled, 'sport_soccer_16_filled', 16), + + FluentUISampleIcon(FluentIcons.sport_soccer_20_filled, 'sport_soccer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sport_soccer_24_filled, 'sport_soccer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_12_filled, 'square_12_filled', 12), + + FluentUISampleIcon(FluentIcons.square_16_filled, 'square_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_20_filled, 'square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_24_filled, 'square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_28_filled, 'square_28_filled', 28), + + FluentUISampleIcon(FluentIcons.square_32_filled, 'square_32_filled', 32), + + FluentUISampleIcon(FluentIcons.square_48_filled, 'square_48_filled', 48), + + FluentUISampleIcon(FluentIcons.square_add_16_filled, 'square_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_add_20_filled, 'square_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_16_filled, 'square_arrow_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_20_filled, 'square_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_24_filled, 'square_arrow_forward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_28_filled, 'square_arrow_forward_28_filled', 28), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_32_filled, 'square_arrow_forward_32_filled', 32), + + FluentUISampleIcon(FluentIcons.square_arrow_forward_48_filled, 'square_arrow_forward_48_filled', 48), + + FluentUISampleIcon(FluentIcons.square_dismiss_16_filled, 'square_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_dismiss_20_filled, 'square_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_hint_16_filled, 'square_hint_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_hint_20_filled, 'square_hint_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_hint_24_filled, 'square_hint_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_hint_28_filled, 'square_hint_28_filled', 28), + + FluentUISampleIcon(FluentIcons.square_hint_32_filled, 'square_hint_32_filled', 32), + + FluentUISampleIcon(FluentIcons.square_hint_48_filled, 'square_hint_48_filled', 48), + + FluentUISampleIcon(FluentIcons.square_hint_apps_20_filled, 'square_hint_apps_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_hint_apps_24_filled, 'square_hint_apps_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_hint_arrow_back_16_filled, 'square_hint_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_hint_arrow_back_20_filled, 'square_hint_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_16_filled, 'square_hint_sparkles_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_20_filled, 'square_hint_sparkles_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_24_filled, 'square_hint_sparkles_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_28_filled, 'square_hint_sparkles_28_filled', 28), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_32_filled, 'square_hint_sparkles_32_filled', 32), + + FluentUISampleIcon(FluentIcons.square_hint_sparkles_48_filled, 'square_hint_sparkles_48_filled', 48), + + FluentUISampleIcon(FluentIcons.square_multiple_16_filled, 'square_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.square_multiple_20_filled, 'square_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.square_multiple_24_filled, 'square_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.square_shadow_12_filled, 'square_shadow_12_filled', 12), + + FluentUISampleIcon(FluentIcons.square_shadow_20_filled, 'square_shadow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.squares_nested_20_filled, 'squares_nested_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stack_16_filled, 'stack_16_filled', 16), + + FluentUISampleIcon(FluentIcons.stack_20_filled, 'stack_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stack_24_filled, 'stack_24_filled', 24), + + FluentUISampleIcon(FluentIcons.stack_arrow_forward_20_filled, 'stack_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stack_arrow_forward_24_filled, 'stack_arrow_forward_24_filled', 24), + + FluentUISampleIcon(FluentIcons.stack_star_16_filled, 'stack_star_16_filled', 16), + + FluentUISampleIcon(FluentIcons.stack_star_20_filled, 'stack_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stack_star_24_filled, 'stack_star_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_48_filled, 'star_48_filled', 48), + + 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_add_28_filled, 'star_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.star_arrow_right_end_20_filled, 'star_arrow_right_end_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_arrow_right_end_24_filled, 'star_arrow_right_end_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_20_filled, 'star_arrow_right_start_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_arrow_right_start_24_filled, 'star_arrow_right_start_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_dismiss_16_filled, 'star_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_dismiss_20_filled, 'star_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_dismiss_24_filled, 'star_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_dismiss_28_filled, 'star_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.star_edit_20_filled, 'star_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_edit_24_filled, 'star_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_emphasis_20_filled, 'star_emphasis_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_emphasis_24_filled, 'star_emphasis_24_filled', 24), + + FluentUISampleIcon(FluentIcons.star_emphasis_32_filled, 'star_emphasis_32_filled', 32), + + 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_line_horizontal_3_16_filled, 'star_line_horizontal_3_16_filled', 16), + + FluentUISampleIcon(FluentIcons.star_line_horizontal_3_20_filled, 'star_line_horizontal_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.star_line_horizontal_3_24_filled, 'star_line_horizontal_3_24_filled', 24), + + 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_20_filled, 'star_settings_20_filled', 20), + + 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.steps_20_filled, 'steps_20_filled', 20), + + FluentUISampleIcon(FluentIcons.steps_24_filled, 'steps_24_filled', 24), + + FluentUISampleIcon(FluentIcons.stethoscope_20_filled, 'stethoscope_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stethoscope_24_filled, 'stethoscope_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sticker_12_filled, 'sticker_12_filled', 12), + + FluentUISampleIcon(FluentIcons.sticker_20_filled, 'sticker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sticker_24_filled, 'sticker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sticker_add_20_filled, 'sticker_add_20_filled', 20), + + 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_20_filled, 'storage_20_filled', 20), + + FluentUISampleIcon(FluentIcons.storage_24_filled, 'storage_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.stream_20_filled, 'stream_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stream_24_filled, 'stream_24_filled', 24), + + FluentUISampleIcon(FluentIcons.stream_input_20_filled, 'stream_input_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stream_input_output_20_filled, 'stream_input_output_20_filled', 20), + + FluentUISampleIcon(FluentIcons.stream_output_20_filled, 'stream_output_20_filled', 20), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_16_filled, 'strikethrough_ga_na_16_filled', 16), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_20_filled, 'strikethrough_ga_na_20_filled', 20), + + FluentUISampleIcon(FluentIcons.strikethrough_ga_na_24_filled, 'strikethrough_ga_na_24_filled', 24), + + FluentUISampleIcon(FluentIcons.style_guide_20_filled, 'style_guide_20_filled', 20), + + FluentUISampleIcon(FluentIcons.style_guide_24_filled, 'style_guide_24_filled', 24), + + FluentUISampleIcon(FluentIcons.sub_grid_20_filled, 'sub_grid_20_filled', 20), + + FluentUISampleIcon(FluentIcons.sub_grid_24_filled, 'sub_grid_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subtitles_16_filled, 'subtitles_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtitles_20_filled, 'subtitles_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtitles_24_filled, 'subtitles_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subtract_12_filled, 'subtract_12_filled', 12), + + FluentUISampleIcon(FluentIcons.subtract_16_filled, 'subtract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtract_20_filled, 'subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtract_24_filled, 'subtract_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subtract_28_filled, 'subtract_28_filled', 28), + + FluentUISampleIcon(FluentIcons.subtract_48_filled, 'subtract_48_filled', 48), + + FluentUISampleIcon(FluentIcons.subtract_circle_12_filled, 'subtract_circle_12_filled', 12), + + FluentUISampleIcon(FluentIcons.subtract_circle_16_filled, 'subtract_circle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_20_filled, 'subtract_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtract_circle_24_filled, 'subtract_circle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subtract_circle_28_filled, 'subtract_circle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.subtract_circle_32_filled, 'subtract_circle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_16_filled, 'subtract_circle_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_back_20_filled, 'subtract_circle_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_16_filled, 'subtract_circle_arrow_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtract_circle_arrow_forward_20_filled, 'subtract_circle_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtract_square_20_filled, 'subtract_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.subtract_square_24_filled, 'subtract_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.subtract_square_multiple_16_filled, 'subtract_square_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.subtract_square_multiple_20_filled, 'subtract_square_multiple_20_filled', 20), + + 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_16_filled, 'symbols_16_filled', 16), + + FluentUISampleIcon(FluentIcons.symbols_20_filled, 'symbols_20_filled', 20), + + 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.syringe_20_filled, 'syringe_20_filled', 20), + + FluentUISampleIcon(FluentIcons.syringe_24_filled, 'syringe_24_filled', 24), + + FluentUISampleIcon(FluentIcons.system_20_filled, 'system_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_add_20_filled, 'tab_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_add_24_filled, 'tab_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_arrow_left_20_filled, 'tab_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_arrow_left_24_filled, 'tab_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_desktop_16_filled, 'tab_desktop_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tab_desktop_20_filled, 'tab_desktop_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_24_filled, 'tab_desktop_24_filled', 24), + + 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_arrow_left_20_filled, 'tab_desktop_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_bottom_20_filled, 'tab_desktop_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_desktop_bottom_24_filled, 'tab_desktop_bottom_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_multiple_bottom_24_filled, 'tab_desktop_multiple_bottom_24_filled', 24), + + 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_prohibited_20_filled, 'tab_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_prohibited_24_filled, 'tab_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tab_shield_dismiss_20_filled, 'tab_shield_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tab_shield_dismiss_24_filled, 'tab_shield_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_16_filled, 'table_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_20_filled, 'table_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_24_filled, 'table_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_28_filled, 'table_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_32_filled, 'table_32_filled', 32), + + FluentUISampleIcon(FluentIcons.table_48_filled, 'table_48_filled', 48), + + FluentUISampleIcon(FluentIcons.table_add_16_filled, 'table_add_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_add_20_filled, 'table_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_add_24_filled, 'table_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_add_28_filled, 'table_add_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_bottom_row_16_filled, 'table_bottom_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_bottom_row_20_filled, 'table_bottom_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_bottom_row_24_filled, 'table_bottom_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_bottom_row_28_filled, 'table_bottom_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_bottom_row_32_filled, 'table_bottom_row_32_filled', 32), + + FluentUISampleIcon(FluentIcons.table_bottom_row_48_filled, 'table_bottom_row_48_filled', 48), + + FluentUISampleIcon(FluentIcons.table_cell_edit_16_filled, 'table_cell_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_cell_edit_20_filled, 'table_cell_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_cell_edit_24_filled, 'table_cell_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_cell_edit_28_filled, 'table_cell_edit_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_cells_merge_16_filled, 'table_cells_merge_16_filled', 16), + + 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_merge_28_filled, 'table_cells_merge_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_cells_split_16_filled, 'table_cells_split_16_filled', 16), + + 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_cells_split_28_filled, 'table_cells_split_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_checker_20_filled, 'table_checker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_copy_20_filled, 'table_copy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_delete_column_16_filled, 'table_delete_column_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_delete_column_20_filled, 'table_delete_column_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_delete_column_24_filled, 'table_delete_column_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_delete_column_28_filled, 'table_delete_column_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_delete_row_16_filled, 'table_delete_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_delete_row_20_filled, 'table_delete_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_delete_row_24_filled, 'table_delete_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_delete_row_28_filled, 'table_delete_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_dismiss_16_filled, 'table_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_dismiss_20_filled, 'table_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_dismiss_24_filled, 'table_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_dismiss_28_filled, 'table_dismiss_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_edit_16_filled, 'table_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_edit_20_filled, 'table_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_edit_24_filled, 'table_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_edit_28_filled, 'table_edit_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_column_16_filled, 'table_freeze_column_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_column_20_filled, 'table_freeze_column_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_column_24_filled, 'table_freeze_column_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_28_filled, 'table_freeze_column_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_16_filled, 'table_freeze_column_and_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_20_filled, 'table_freeze_column_and_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_24_filled, 'table_freeze_column_and_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_column_and_row_28_filled, 'table_freeze_column_and_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_freeze_row_16_filled, 'table_freeze_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_freeze_row_20_filled, 'table_freeze_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_freeze_row_24_filled, 'table_freeze_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_freeze_row_28_filled, 'table_freeze_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_image_20_filled, 'table_image_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_insert_column_16_filled, 'table_insert_column_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_insert_column_20_filled, 'table_insert_column_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_insert_column_24_filled, 'table_insert_column_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_insert_column_28_filled, 'table_insert_column_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_insert_row_16_filled, 'table_insert_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_insert_row_20_filled, 'table_insert_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_insert_row_24_filled, 'table_insert_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_insert_row_28_filled, 'table_insert_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_lightning_16_filled, 'table_lightning_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_lightning_20_filled, 'table_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_lightning_24_filled, 'table_lightning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_lightning_28_filled, 'table_lightning_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_link_16_filled, 'table_link_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_link_20_filled, 'table_link_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_link_24_filled, 'table_link_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_link_28_filled, 'table_link_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_move_above_16_filled, 'table_move_above_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_move_above_20_filled, 'table_move_above_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_move_above_24_filled, 'table_move_above_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_move_above_28_filled, 'table_move_above_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_move_below_16_filled, 'table_move_below_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_move_below_20_filled, 'table_move_below_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_move_below_24_filled, 'table_move_below_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_move_below_28_filled, 'table_move_below_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_move_left_16_filled, 'table_move_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_move_left_20_filled, 'table_move_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_move_left_24_filled, 'table_move_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_move_left_28_filled, 'table_move_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_move_right_16_filled, 'table_move_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_move_right_20_filled, 'table_move_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_move_right_24_filled, 'table_move_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_move_right_28_filled, 'table_move_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_multiple_20_filled, 'table_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_resize_column_16_filled, 'table_resize_column_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_resize_column_20_filled, 'table_resize_column_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_resize_column_24_filled, 'table_resize_column_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_resize_column_28_filled, 'table_resize_column_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_resize_row_16_filled, 'table_resize_row_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_resize_row_20_filled, 'table_resize_row_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_resize_row_24_filled, 'table_resize_row_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_resize_row_28_filled, 'table_resize_row_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_search_20_filled, 'table_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_settings_16_filled, 'table_settings_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_settings_20_filled, 'table_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_settings_24_filled, 'table_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_settings_28_filled, 'table_settings_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_simple_16_filled, 'table_simple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_simple_20_filled, 'table_simple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_simple_24_filled, 'table_simple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_simple_28_filled, 'table_simple_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_simple_48_filled, 'table_simple_48_filled', 48), + + FluentUISampleIcon(FluentIcons.table_split_20_filled, 'table_split_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_above_16_filled, 'table_stack_above_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_stack_above_20_filled, 'table_stack_above_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_above_24_filled, 'table_stack_above_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_stack_above_28_filled, 'table_stack_above_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_stack_below_16_filled, 'table_stack_below_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_stack_below_20_filled, 'table_stack_below_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_below_24_filled, 'table_stack_below_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_stack_below_28_filled, 'table_stack_below_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_stack_down_20_filled, 'table_stack_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_left_16_filled, 'table_stack_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_stack_left_20_filled, 'table_stack_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_left_24_filled, 'table_stack_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_stack_left_28_filled, 'table_stack_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_stack_right_16_filled, 'table_stack_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_stack_right_20_filled, 'table_stack_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_stack_right_24_filled, 'table_stack_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_stack_right_28_filled, 'table_stack_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.table_switch_16_filled, 'table_switch_16_filled', 16), + + FluentUISampleIcon(FluentIcons.table_switch_20_filled, 'table_switch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.table_switch_24_filled, 'table_switch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.table_switch_28_filled, 'table_switch_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tablet_12_filled, 'tablet_12_filled', 12), + + FluentUISampleIcon(FluentIcons.tablet_16_filled, 'tablet_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tablet_20_filled, 'tablet_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tablet_24_filled, 'tablet_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tablet_32_filled, 'tablet_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tablet_48_filled, 'tablet_48_filled', 48), + + FluentUISampleIcon(FluentIcons.tablet_speaker_20_filled, 'tablet_speaker_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tablet_speaker_24_filled, 'tablet_speaker_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tabs_24_filled, 'tabs_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_16_filled, 'tag_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_20_filled, 'tag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_24_filled, 'tag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_32_filled, 'tag_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tag_circle_20_filled, 'tag_circle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_dismiss_16_filled, 'tag_dismiss_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_dismiss_20_filled, 'tag_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_dismiss_24_filled, 'tag_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_error_16_filled, 'tag_error_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_error_20_filled, 'tag_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_error_24_filled, 'tag_error_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_lock_16_filled, 'tag_lock_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_lock_20_filled, 'tag_lock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_lock_24_filled, 'tag_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_lock_32_filled, 'tag_lock_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tag_lock_accent_16_filled, 'tag_lock_accent_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_lock_accent_20_filled, 'tag_lock_accent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_lock_accent_24_filled, 'tag_lock_accent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_lock_accent_32_filled, 'tag_lock_accent_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tag_multiple_16_filled, 'tag_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_multiple_20_filled, 'tag_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_multiple_24_filled, 'tag_multiple_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_off_20_filled, 'tag_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_off_24_filled, 'tag_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_question_mark_16_filled, 'tag_question_mark_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tag_question_mark_20_filled, 'tag_question_mark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_question_mark_24_filled, 'tag_question_mark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_question_mark_32_filled, 'tag_question_mark_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tag_reset_20_filled, 'tag_reset_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_reset_24_filled, 'tag_reset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tag_search_20_filled, 'tag_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tag_search_24_filled, 'tag_search_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tap_double_20_filled, 'tap_double_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tap_double_24_filled, 'tap_double_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tap_double_32_filled, 'tap_double_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tap_double_48_filled, 'tap_double_48_filled', 48), + + FluentUISampleIcon(FluentIcons.tap_single_20_filled, 'tap_single_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tap_single_24_filled, 'tap_single_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tap_single_32_filled, 'tap_single_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tap_single_48_filled, 'tap_single_48_filled', 48), + + 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_32_filled, 'target_32_filled', 32), + + FluentUISampleIcon(FluentIcons.target_arrow_16_filled, 'target_arrow_16_filled', 16), + + FluentUISampleIcon(FluentIcons.target_arrow_20_filled, 'target_arrow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.target_arrow_24_filled, 'target_arrow_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_add_20_filled, 'task_list_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_add_24_filled, 'task_list_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_ltr_20_filled, 'task_list_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_ltr_24_filled, 'task_list_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_rtl_20_filled, 'task_list_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_rtl_24_filled, 'task_list_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_add_20_filled, 'task_list_square_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_add_24_filled, 'task_list_square_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_database_20_filled, 'task_list_square_database_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_ltr_20_filled, 'task_list_square_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_ltr_24_filled, 'task_list_square_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_person_20_filled, 'task_list_square_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_rtl_20_filled, 'task_list_square_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.task_list_square_rtl_24_filled, 'task_list_square_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.task_list_square_settings_20_filled, 'task_list_square_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tasks_app_20_filled, 'tasks_app_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tasks_app_24_filled, 'tasks_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tasks_app_28_filled, 'tasks_app_28_filled', 28), + + FluentUISampleIcon(FluentIcons.teddy_20_filled, 'teddy_20_filled', 20), + + FluentUISampleIcon(FluentIcons.teddy_24_filled, 'teddy_24_filled', 24), + + FluentUISampleIcon(FluentIcons.temperature_16_filled, 'temperature_16_filled', 16), + + FluentUISampleIcon(FluentIcons.temperature_20_filled, 'temperature_20_filled', 20), + + FluentUISampleIcon(FluentIcons.temperature_24_filled, 'temperature_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tent_12_filled, 'tent_12_filled', 12), + + FluentUISampleIcon(FluentIcons.tent_16_filled, 'tent_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tent_20_filled, 'tent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tent_24_filled, 'tent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tent_28_filled, 'tent_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tent_48_filled, 'tent_48_filled', 48), + + FluentUISampleIcon(FluentIcons.tetris_app_16_filled, 'tetris_app_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tetris_app_20_filled, 'tetris_app_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tetris_app_24_filled, 'tetris_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tetris_app_28_filled, 'tetris_app_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tetris_app_32_filled, 'tetris_app_32_filled', 32), + + FluentUISampleIcon(FluentIcons.tetris_app_48_filled, 'tetris_app_48_filled', 48), + + FluentUISampleIcon(FluentIcons.text_20_filled, 'text_20_filled', 20), + + 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_add_t_24_filled, 'text_add_t_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_center_16_filled, 'text_align_center_16_filled', 16), + + 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_center_rotate_270_24_filled, 'text_align_center_rotate_270_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_distributed_evenly_20_filled, 'text_align_distributed_evenly_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_evenly_24_filled, 'text_align_distributed_evenly_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_20_filled, 'text_align_distributed_vertical_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_distributed_vertical_24_filled, 'text_align_distributed_vertical_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_justify_low_20_filled, 'text_align_justify_low_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_align_justify_low_24_filled, 'text_align_justify_low_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_low_rotate_90_24_filled, 'text_align_justify_low_rotate_90_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_justify_rotate_90_24_filled, 'text_align_justify_rotate_90_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_left_16_filled, 'text_align_left_16_filled', 16), + + 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_left_rotate_270_24_filled, 'text_align_left_rotate_270_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_align_right_16_filled, 'text_align_right_16_filled', 16), + + 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_align_right_rotate_270_24_filled, 'text_align_right_rotate_270_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_asterisk_20_filled, 'text_asterisk_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_baseline_20_filled, 'text_baseline_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bold_16_filled, 'text_bold_16_filled', 16), + + 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_box_16_filled, 'text_box_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_box_settings_20_filled, 'text_box_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_box_settings_24_filled, 'text_box_settings_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_20_filled, 'text_bullet_list_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_add_24_filled, 'text_bullet_list_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_checkmark_20_filled, 'text_bullet_list_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_dismiss_20_filled, 'text_bullet_list_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_16_filled, 'text_bullet_list_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_20_filled, 'text_bullet_list_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_ltr_24_filled, 'text_bullet_list_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_16_filled, 'text_bullet_list_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_20_filled, 'text_bullet_list_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_rtl_24_filled, 'text_bullet_list_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_20_filled, 'text_bullet_list_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_24_filled, 'text_bullet_list_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_clock_20_filled, 'text_bullet_list_square_clock_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_20_filled, 'text_bullet_list_square_edit_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_edit_24_filled, 'text_bullet_list_square_edit_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_person_20_filled, 'text_bullet_list_square_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_search_20_filled, 'text_bullet_list_square_search_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_settings_20_filled, 'text_bullet_list_square_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_shield_20_filled, 'text_bullet_list_square_shield_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_bullet_list_square_toolbox_20_filled, 'text_bullet_list_square_toolbox_20_filled', 20), + + 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_case_lowercase_16_filled, 'text_case_lowercase_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_case_lowercase_20_filled, 'text_case_lowercase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_case_lowercase_24_filled, 'text_case_lowercase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_case_title_16_filled, 'text_case_title_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_case_title_20_filled, 'text_case_title_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_case_title_24_filled, 'text_case_title_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_16_filled, 'text_case_uppercase_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_20_filled, 'text_case_uppercase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_case_uppercase_24_filled, 'text_case_uppercase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_change_case_16_filled, 'text_change_case_16_filled', 16), + + 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_clear_formatting_16_filled, 'text_clear_formatting_16_filled', 16), + + 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_clear_formatting_ga_24_filled, 'text_clear_formatting_ga_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_collapse_20_filled, 'text_collapse_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_collapse_24_filled, 'text_collapse_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_color_16_filled, 'text_color_16_filled', 16), + + 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_color_accent_16_filled, 'text_color_accent_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_color_accent_20_filled, 'text_color_accent_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_color_accent_24_filled, 'text_color_accent_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_color_ga_20_filled, 'text_color_ga_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_color_ga_24_filled, 'text_color_ga_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_one_narrow_20_filled, 'text_column_one_narrow_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_narrow_24_filled, 'text_column_one_narrow_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_20_filled, 'text_column_one_wide_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_24_filled, 'text_column_one_wide_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_20_filled, 'text_column_one_wide_lightning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_column_one_wide_lightning_24_filled, 'text_column_one_wide_lightning_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_continuous_20_filled, 'text_continuous_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_continuous_24_filled, 'text_continuous_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_density_16_filled, 'text_density_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_density_20_filled, 'text_density_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_density_24_filled, 'text_density_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_density_28_filled, 'text_density_28_filled', 28), + + 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_horizontal_left_20_filled, 'text_direction_horizontal_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_left_24_filled, 'text_direction_horizontal_left_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_horizontal_right_20_filled, 'text_direction_horizontal_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_right_24_filled, 'text_direction_horizontal_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_20_filled, 'text_direction_horizontal_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_horizontal_rtl_24_filled, 'text_direction_horizontal_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_20_filled, 'text_direction_ltr_ac_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_ltr_ac_24_filled, 'text_direction_ltr_ac_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_270_ltr_20_filled, 'text_direction_rotate_270_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_ltr_24_filled, 'text_direction_rotate_270_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_20_filled, 'text_direction_rotate_270_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_270_right_24_filled, 'text_direction_rotate_270_right_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_rotate_90_ac_24_filled, 'text_direction_rotate_90_ac_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_20_filled, 'text_direction_rotate_90_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_left_24_filled, 'text_direction_rotate_90_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_20_filled, 'text_direction_rotate_90_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_ltr_24_filled, 'text_direction_rotate_90_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_20_filled, 'text_direction_rotate_90_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_right_24_filled, 'text_direction_rotate_90_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_20_filled, 'text_direction_rotate_90_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rotate_90_rtl_24_filled, 'text_direction_rotate_90_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_20_filled, 'text_direction_rtl_ac_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_direction_rtl_ac_24_filled, 'text_direction_rtl_ac_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_direction_vertical_ac_24_filled, 'text_direction_vertical_ac_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_edit_style_ga_24_filled, 'text_edit_style_ga_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_effects_ga_24_filled, 'text_effects_ga_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_expand_20_filled, 'text_expand_20_filled', 20), + + 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_info_16_filled, 'text_font_info_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_font_info_20_filled, 'text_font_info_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_font_info_24_filled, 'text_font_info_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_font_size_16_filled, 'text_font_size_16_filled', 16), + + 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_footnote_ga_na_24_filled, 'text_footnote_ga_na_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_20_filled, 'text_grammar_arrow_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_left_24_filled, 'text_grammar_arrow_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_20_filled, 'text_grammar_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_arrow_right_24_filled, 'text_grammar_arrow_right_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_checkmark_20_filled, 'text_grammar_checkmark_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_checkmark_24_filled, 'text_grammar_checkmark_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_dismiss_20_filled, 'text_grammar_dismiss_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_dismiss_24_filled, 'text_grammar_dismiss_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_error_20_filled, 'text_grammar_error_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_settings_20_filled, 'text_grammar_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_settings_24_filled, 'text_grammar_settings_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_16_filled, 'text_grammar_wand_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_20_filled, 'text_grammar_wand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_grammar_wand_24_filled, 'text_grammar_wand_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_1_24_filled, 'text_header_1_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_header_2_20_filled, 'text_header_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_header_2_24_filled, 'text_header_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_header_3_20_filled, 'text_header_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_header_3_24_filled, 'text_header_3_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_16_filled, 'text_indent_decrease_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_20_filled, 'text_indent_decrease_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_24_filled, 'text_indent_decrease_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_16_filled, 'text_indent_decrease_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_20_filled, 'text_indent_decrease_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_ltr_24_filled, 'text_indent_decrease_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_16_filled, 'text_indent_decrease_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_20_filled, 'text_indent_decrease_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_decrease_rtl_24_filled, 'text_indent_decrease_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_16_filled, 'text_indent_increase_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_20_filled, 'text_indent_increase_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_24_filled, 'text_indent_increase_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_16_filled, 'text_indent_increase_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_20_filled, 'text_indent_increase_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_ltr_24_filled, 'text_indent_increase_ltr_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_16_filled, 'text_indent_increase_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_20_filled, 'text_indent_increase_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_indent_increase_rtl_24_filled, 'text_indent_increase_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_italic_16_filled, 'text_italic_16_filled', 16), + + 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_more_20_filled, 'text_more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_more_24_filled, 'text_more_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_format_ga_na_da_24_filled, 'text_number_format_ga_na_da_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_number_list_ltr_16_filled, 'text_number_list_ltr_16_filled', 16), + + 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_16_filled, 'text_number_list_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_20_filled, 'text_number_list_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_number_list_rtl_24_filled, 'text_number_list_rtl_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_16_filled, 'text_paragraph_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_20_filled, 'text_paragraph_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_24_filled, 'text_paragraph_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_20_filled, 'text_paragraph_direction_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_24_filled, 'text_paragraph_direction_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_16_filled, 'text_paragraph_direction_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_left_20_filled, 'text_paragraph_direction_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_16_filled, 'text_paragraph_direction_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_paragraph_direction_right_20_filled, 'text_paragraph_direction_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_period_asterisk_20_filled, 'text_period_asterisk_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_behind_20_filled, 'text_position_behind_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_behind_24_filled, 'text_position_behind_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_front_20_filled, 'text_position_front_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_front_24_filled, 'text_position_front_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_line_20_filled, 'text_position_line_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_line_24_filled, 'text_position_line_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_square_20_filled, 'text_position_square_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_square_24_filled, 'text_position_square_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_through_20_filled, 'text_position_through_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_through_24_filled, 'text_position_through_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_tight_20_filled, 'text_position_tight_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_tight_24_filled, 'text_position_tight_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_position_top_bottom_20_filled, 'text_position_top_bottom_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_position_top_bottom_24_filled, 'text_position_top_bottom_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_proofing_tools_ga_na_da_24_filled, 'text_proofing_tools_ga_na_da_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_proofing_tools_zi_24_filled, 'text_proofing_tools_zi_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_quote_16_filled, 'text_quote_16_filled', 16), + + 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_16_filled, 'text_sort_ascending_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_20_filled, 'text_sort_ascending_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_sort_ascending_24_filled, 'text_sort_ascending_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_sort_descending_16_filled, 'text_sort_descending_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_sort_descending_20_filled, 'text_sort_descending_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_sort_descending_24_filled, 'text_sort_descending_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_strikethrough_16_filled, 'text_strikethrough_16_filled', 16), + + 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_strikethrough_s_16_filled, 'text_strikethrough_s_16_filled', 16), + + FluentUISampleIcon(FluentIcons.text_strikethrough_s_20_filled, 'text_strikethrough_s_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_strikethrough_s_24_filled, 'text_strikethrough_s_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_subscript_16_filled, 'text_subscript_16_filled', 16), + + 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_16_filled, 'text_superscript_16_filled', 16), + + 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_t_20_filled, 'text_t_20_filled', 20), + + FluentUISampleIcon(FluentIcons.text_t_24_filled, 'text_t_24_filled', 24), + + FluentUISampleIcon(FluentIcons.text_t_28_filled, 'text_t_28_filled', 28), + + FluentUISampleIcon(FluentIcons.text_t_48_filled, 'text_t_48_filled', 48), + + FluentUISampleIcon(FluentIcons.text_underline_16_filled, 'text_underline_16_filled', 16), + + 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_16_filled, 'textbox_16_filled', 16), + + FluentUISampleIcon(FluentIcons.textbox_20_filled, 'textbox_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_24_filled, 'textbox_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_bottom_rotate_90_20_filled, 'textbox_align_bottom_rotate_90_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_bottom_rotate_90_24_filled, 'textbox_align_bottom_rotate_90_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_align_center_20_filled, 'textbox_align_center_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_center_24_filled, 'textbox_align_center_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_middle_rotate_90_20_filled, 'textbox_align_middle_rotate_90_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_middle_rotate_90_24_filled, 'textbox_align_middle_rotate_90_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_align_top_rotate_90_20_filled, 'textbox_align_top_rotate_90_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_align_top_rotate_90_24_filled, 'textbox_align_top_rotate_90_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_more_20_filled, 'textbox_more_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_more_24_filled, 'textbox_more_24_filled', 24), + + FluentUISampleIcon(FluentIcons.textbox_rotate_90_20_filled, 'textbox_rotate_90_20_filled', 20), + + FluentUISampleIcon(FluentIcons.textbox_rotate_90_24_filled, 'textbox_rotate_90_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_16_filled, 'thumb_dislike_16_filled', 16), + + 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_16_filled, 'thumb_like_16_filled', 16), + + FluentUISampleIcon(FluentIcons.thumb_like_20_filled, 'thumb_like_20_filled', 20), + + FluentUISampleIcon(FluentIcons.thumb_like_24_filled, 'thumb_like_24_filled', 24), + + FluentUISampleIcon(FluentIcons.thumb_like_28_filled, 'thumb_like_28_filled', 28), + + FluentUISampleIcon(FluentIcons.thumb_like_48_filled, 'thumb_like_48_filled', 48), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_16_filled, 'ticket_diagonal_16_filled', 16), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_20_filled, 'ticket_diagonal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_24_filled, 'ticket_diagonal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.ticket_diagonal_28_filled, 'ticket_diagonal_28_filled', 28), + + FluentUISampleIcon(FluentIcons.ticket_horizontal_20_filled, 'ticket_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.ticket_horizontal_24_filled, 'ticket_horizontal_24_filled', 24), + + FluentUISampleIcon(FluentIcons.time_and_weather_20_filled, 'time_and_weather_20_filled', 20), + + 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_20_filled, 'timeline_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timeline_24_filled, 'timeline_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_10_20_filled, 'timer_10_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timer_10_24_filled, 'timer_10_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_12_filled, 'timer_12_filled', 12), + + FluentUISampleIcon(FluentIcons.timer_16_filled, 'timer_16_filled', 16), + + FluentUISampleIcon(FluentIcons.timer_20_filled, 'timer_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timer_24_filled, 'timer_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_28_filled, 'timer_28_filled', 28), + + FluentUISampleIcon(FluentIcons.timer_2_20_filled, 'timer_2_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timer_2_24_filled, 'timer_2_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_32_filled, 'timer_32_filled', 32), + + FluentUISampleIcon(FluentIcons.timer_3_20_filled, 'timer_3_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timer_3_24_filled, 'timer_3_24_filled', 24), + + FluentUISampleIcon(FluentIcons.timer_48_filled, 'timer_48_filled', 48), + + FluentUISampleIcon(FluentIcons.timer_off_20_filled, 'timer_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.timer_off_24_filled, 'timer_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.toggle_left_16_filled, 'toggle_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.toggle_left_20_filled, 'toggle_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.toggle_left_24_filled, 'toggle_left_24_filled', 24), + + FluentUISampleIcon(FluentIcons.toggle_left_28_filled, 'toggle_left_28_filled', 28), + + FluentUISampleIcon(FluentIcons.toggle_left_48_filled, 'toggle_left_48_filled', 48), + + 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.toggle_right_28_filled, 'toggle_right_28_filled', 28), + + FluentUISampleIcon(FluentIcons.toggle_right_48_filled, 'toggle_right_48_filled', 48), + + FluentUISampleIcon(FluentIcons.toolbox_12_filled, 'toolbox_12_filled', 12), + + 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.tooltip_quote_20_filled, 'tooltip_quote_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tooltip_quote_24_filled, 'tooltip_quote_24_filled', 24), + + FluentUISampleIcon(FluentIcons.top_speed_20_filled, 'top_speed_20_filled', 20), + + 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.transmission_20_filled, 'transmission_20_filled', 20), + + FluentUISampleIcon(FluentIcons.transmission_24_filled, 'transmission_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tray_item_add_20_filled, 'tray_item_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tray_item_add_24_filled, 'tray_item_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tray_item_remove_20_filled, 'tray_item_remove_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tray_item_remove_24_filled, 'tray_item_remove_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tree_deciduous_20_filled, 'tree_deciduous_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tree_evergreen_20_filled, 'tree_evergreen_20_filled', 20), + + FluentUISampleIcon(FluentIcons.triangle_12_filled, 'triangle_12_filled', 12), + + FluentUISampleIcon(FluentIcons.triangle_16_filled, 'triangle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.triangle_20_filled, 'triangle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.triangle_32_filled, 'triangle_32_filled', 32), + + FluentUISampleIcon(FluentIcons.triangle_48_filled, 'triangle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.triangle_down_12_filled, 'triangle_down_12_filled', 12), + + FluentUISampleIcon(FluentIcons.triangle_down_16_filled, 'triangle_down_16_filled', 16), + + FluentUISampleIcon(FluentIcons.triangle_down_20_filled, 'triangle_down_20_filled', 20), + + FluentUISampleIcon(FluentIcons.triangle_down_32_filled, 'triangle_down_32_filled', 32), + + FluentUISampleIcon(FluentIcons.triangle_down_48_filled, 'triangle_down_48_filled', 48), + + FluentUISampleIcon(FluentIcons.triangle_left_12_filled, 'triangle_left_12_filled', 12), + + FluentUISampleIcon(FluentIcons.triangle_left_16_filled, 'triangle_left_16_filled', 16), + + FluentUISampleIcon(FluentIcons.triangle_left_20_filled, 'triangle_left_20_filled', 20), + + FluentUISampleIcon(FluentIcons.triangle_left_32_filled, 'triangle_left_32_filled', 32), + + FluentUISampleIcon(FluentIcons.triangle_left_48_filled, 'triangle_left_48_filled', 48), + + FluentUISampleIcon(FluentIcons.triangle_right_12_filled, 'triangle_right_12_filled', 12), + + FluentUISampleIcon(FluentIcons.triangle_right_16_filled, 'triangle_right_16_filled', 16), + + FluentUISampleIcon(FluentIcons.triangle_right_20_filled, 'triangle_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.triangle_right_32_filled, 'triangle_right_32_filled', 32), + + FluentUISampleIcon(FluentIcons.triangle_right_48_filled, 'triangle_right_48_filled', 48), + + 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.trophy_28_filled, 'trophy_28_filled', 28), + + FluentUISampleIcon(FluentIcons.trophy_32_filled, 'trophy_32_filled', 32), + + FluentUISampleIcon(FluentIcons.trophy_48_filled, 'trophy_48_filled', 48), + + FluentUISampleIcon(FluentIcons.trophy_off_16_filled, 'trophy_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.trophy_off_20_filled, 'trophy_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.trophy_off_24_filled, 'trophy_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.trophy_off_28_filled, 'trophy_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.trophy_off_32_filled, 'trophy_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.trophy_off_48_filled, 'trophy_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.tv_16_filled, 'tv_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tv_20_filled, 'tv_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tv_24_filled, 'tv_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tv_28_filled, 'tv_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tv_48_filled, 'tv_48_filled', 48), + + FluentUISampleIcon(FluentIcons.tv_arrow_right_20_filled, 'tv_arrow_right_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tv_usb_16_filled, 'tv_usb_16_filled', 16), + + FluentUISampleIcon(FluentIcons.tv_usb_20_filled, 'tv_usb_20_filled', 20), + + FluentUISampleIcon(FluentIcons.tv_usb_24_filled, 'tv_usb_24_filled', 24), + + FluentUISampleIcon(FluentIcons.tv_usb_28_filled, 'tv_usb_28_filled', 28), + + FluentUISampleIcon(FluentIcons.tv_usb_48_filled, 'tv_usb_48_filled', 48), + + FluentUISampleIcon(FluentIcons.umbrella_20_filled, 'umbrella_20_filled', 20), + + FluentUISampleIcon(FluentIcons.umbrella_24_filled, 'umbrella_24_filled', 24), + + FluentUISampleIcon(FluentIcons.uninstall_app_20_filled, 'uninstall_app_20_filled', 20), + + FluentUISampleIcon(FluentIcons.uninstall_app_24_filled, 'uninstall_app_24_filled', 24), + + FluentUISampleIcon(FluentIcons.usb_plug_20_filled, 'usb_plug_20_filled', 20), + + FluentUISampleIcon(FluentIcons.usb_plug_24_filled, 'usb_plug_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_16_filled, 'vehicle_bicycle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_bicycle_20_filled, 'vehicle_bicycle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_bicycle_24_filled, 'vehicle_bicycle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_bus_16_filled, 'vehicle_bus_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_bus_20_filled, 'vehicle_bus_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_bus_24_filled, 'vehicle_bus_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_cab_16_filled, 'vehicle_cab_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_cab_20_filled, 'vehicle_cab_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_cab_24_filled, 'vehicle_cab_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_cab_28_filled, 'vehicle_cab_28_filled', 28), + + 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_car_28_filled, 'vehicle_car_28_filled', 28), + + FluentUISampleIcon(FluentIcons.vehicle_car_48_filled, 'vehicle_car_48_filled', 48), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_16_filled, 'vehicle_car_collision_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_20_filled, 'vehicle_car_collision_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_24_filled, 'vehicle_car_collision_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_28_filled, 'vehicle_car_collision_28_filled', 28), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_32_filled, 'vehicle_car_collision_32_filled', 32), + + FluentUISampleIcon(FluentIcons.vehicle_car_collision_48_filled, 'vehicle_car_collision_48_filled', 48), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_16_filled, 'vehicle_car_profile_ltr_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_ltr_20_filled, 'vehicle_car_profile_ltr_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_16_filled, 'vehicle_car_profile_rtl_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_car_profile_rtl_20_filled, 'vehicle_car_profile_rtl_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_ship_16_filled, 'vehicle_ship_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_ship_20_filled, 'vehicle_ship_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_ship_24_filled, 'vehicle_ship_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_subway_16_filled, 'vehicle_subway_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_subway_20_filled, 'vehicle_subway_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_subway_24_filled, 'vehicle_subway_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_16_filled, 'vehicle_truck_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_truck_20_filled, 'vehicle_truck_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_24_filled, 'vehicle_truck_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_bag_20_filled, 'vehicle_truck_bag_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_bag_24_filled, 'vehicle_truck_bag_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_cube_20_filled, 'vehicle_truck_cube_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_cube_24_filled, 'vehicle_truck_cube_24_filled', 24), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_16_filled, 'vehicle_truck_profile_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_20_filled, 'vehicle_truck_profile_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vehicle_truck_profile_24_filled, 'vehicle_truck_profile_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_32_filled, 'video_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_360_20_filled, 'video_360_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_360_24_filled, 'video_360_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_360_off_20_filled, 'video_360_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_48_filled, 'video_48_filled', 48), + + FluentUISampleIcon(FluentIcons.video_add_20_filled, 'video_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_add_24_filled, 'video_add_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_background_effect_20_filled, 'video_background_effect_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_background_effect_24_filled, 'video_background_effect_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_chat_16_filled, 'video_chat_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_chat_20_filled, 'video_chat_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_chat_24_filled, 'video_chat_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_chat_28_filled, 'video_chat_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_chat_32_filled, 'video_chat_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_chat_48_filled, 'video_chat_48_filled', 48), + + FluentUISampleIcon(FluentIcons.video_clip_16_filled, 'video_clip_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_clip_20_filled, 'video_clip_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_clip_24_filled, 'video_clip_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_16_filled, 'video_clip_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_20_filled, 'video_clip_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_clip_multiple_24_filled, 'video_clip_multiple_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_off_32_filled, 'video_off_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_off_48_filled, 'video_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.video_person_12_filled, 'video_person_12_filled', 12), + + FluentUISampleIcon(FluentIcons.video_person_16_filled, 'video_person_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_person_20_filled, 'video_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_24_filled, 'video_person_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_28_filled, 'video_person_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_person_48_filled, 'video_person_48_filled', 48), + + FluentUISampleIcon(FluentIcons.video_person_call_16_filled, 'video_person_call_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_person_call_20_filled, 'video_person_call_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_call_24_filled, 'video_person_call_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_call_32_filled, 'video_person_call_32_filled', 32), + + FluentUISampleIcon(FluentIcons.video_person_off_20_filled, 'video_person_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_off_24_filled, 'video_person_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_16_filled, 'video_person_sparkle_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_20_filled, 'video_person_sparkle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_24_filled, 'video_person_sparkle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_28_filled, 'video_person_sparkle_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_person_sparkle_48_filled, 'video_person_sparkle_48_filled', 48), + + FluentUISampleIcon(FluentIcons.video_person_star_20_filled, 'video_person_star_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_star_24_filled, 'video_person_star_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_person_star_off_20_filled, 'video_person_star_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_person_star_off_24_filled, 'video_person_star_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_play_pause_20_filled, 'video_play_pause_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_play_pause_24_filled, 'video_play_pause_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_prohibited_16_filled, 'video_prohibited_16_filled', 16), + + FluentUISampleIcon(FluentIcons.video_prohibited_20_filled, 'video_prohibited_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_prohibited_24_filled, 'video_prohibited_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_prohibited_28_filled, 'video_prohibited_28_filled', 28), + + FluentUISampleIcon(FluentIcons.video_recording_20_filled, 'video_recording_20_filled', 20), + + 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_20_filled, 'video_switch_20_filled', 20), + + FluentUISampleIcon(FluentIcons.video_switch_24_filled, 'video_switch_24_filled', 24), + + FluentUISampleIcon(FluentIcons.video_sync_20_filled, 'video_sync_20_filled', 20), + + 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.virtual_network_20_filled, 'virtual_network_20_filled', 20), + + FluentUISampleIcon(FluentIcons.virtual_network_toolbox_20_filled, 'virtual_network_toolbox_20_filled', 20), + + 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.voicemail_28_filled, 'voicemail_28_filled', 28), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_16_filled, 'voicemail_arrow_back_16_filled', 16), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_back_20_filled, 'voicemail_arrow_back_20_filled', 20), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_16_filled, 'voicemail_arrow_forward_16_filled', 16), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_forward_20_filled, 'voicemail_arrow_forward_20_filled', 20), + + FluentUISampleIcon(FluentIcons.voicemail_arrow_subtract_20_filled, 'voicemail_arrow_subtract_20_filled', 20), + + FluentUISampleIcon(FluentIcons.voicemail_subtract_16_filled, 'voicemail_subtract_16_filled', 16), + + FluentUISampleIcon(FluentIcons.vote_20_filled, 'vote_20_filled', 20), + + FluentUISampleIcon(FluentIcons.vote_24_filled, 'vote_24_filled', 24), + + FluentUISampleIcon(FluentIcons.walkie_talkie_20_filled, 'walkie_talkie_20_filled', 20), + + FluentUISampleIcon(FluentIcons.walkie_talkie_24_filled, 'walkie_talkie_24_filled', 24), + + FluentUISampleIcon(FluentIcons.walkie_talkie_28_filled, 'walkie_talkie_28_filled', 28), + + FluentUISampleIcon(FluentIcons.wallet_16_filled, 'wallet_16_filled', 16), + + FluentUISampleIcon(FluentIcons.wallet_20_filled, 'wallet_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wallet_24_filled, 'wallet_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wallet_28_filled, 'wallet_28_filled', 28), + + FluentUISampleIcon(FluentIcons.wallet_32_filled, 'wallet_32_filled', 32), + + FluentUISampleIcon(FluentIcons.wallet_48_filled, 'wallet_48_filled', 48), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_16_filled, 'wallet_credit_card_16_filled', 16), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_20_filled, 'wallet_credit_card_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_24_filled, 'wallet_credit_card_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wallet_credit_card_32_filled, 'wallet_credit_card_32_filled', 32), + + FluentUISampleIcon(FluentIcons.wallpaper_24_filled, 'wallpaper_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wand_16_filled, 'wand_16_filled', 16), + + FluentUISampleIcon(FluentIcons.wand_20_filled, 'wand_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wand_24_filled, 'wand_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wand_28_filled, 'wand_28_filled', 28), + + FluentUISampleIcon(FluentIcons.wand_48_filled, 'wand_48_filled', 48), + + FluentUISampleIcon(FluentIcons.warning_12_filled, 'warning_12_filled', 12), + + 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.warning_shield_20_filled, 'warning_shield_20_filled', 20), + + 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_drizzle_20_filled, 'weather_drizzle_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_drizzle_24_filled, 'weather_drizzle_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_drizzle_48_filled, 'weather_drizzle_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_haze_20_filled, 'weather_haze_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_haze_24_filled, 'weather_haze_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_haze_48_filled, 'weather_haze_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_moon_16_filled, 'weather_moon_16_filled', 16), + + 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_28_filled, 'weather_moon_28_filled', 28), + + FluentUISampleIcon(FluentIcons.weather_moon_48_filled, 'weather_moon_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_moon_off_16_filled, 'weather_moon_off_16_filled', 16), + + FluentUISampleIcon(FluentIcons.weather_moon_off_20_filled, 'weather_moon_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_moon_off_24_filled, 'weather_moon_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_moon_off_28_filled, 'weather_moon_off_28_filled', 28), + + FluentUISampleIcon(FluentIcons.weather_moon_off_48_filled, 'weather_moon_off_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_partly_cloudy_day_16_filled, 'weather_partly_cloudy_day_16_filled', 16), + + 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_16_filled, 'weather_sunny_16_filled', 16), + + 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_28_filled, 'weather_sunny_28_filled', 28), + + FluentUISampleIcon(FluentIcons.weather_sunny_32_filled, 'weather_sunny_32_filled', 32), + + FluentUISampleIcon(FluentIcons.weather_sunny_48_filled, 'weather_sunny_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_20_filled, 'weather_sunny_high_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_24_filled, 'weather_sunny_high_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_sunny_high_48_filled, 'weather_sunny_high_48_filled', 48), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_20_filled, 'weather_sunny_low_20_filled', 20), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_24_filled, 'weather_sunny_low_24_filled', 24), + + FluentUISampleIcon(FluentIcons.weather_sunny_low_48_filled, 'weather_sunny_low_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_20_filled, 'web_asset_20_filled', 20), + + FluentUISampleIcon(FluentIcons.web_asset_24_filled, 'web_asset_24_filled', 24), + + FluentUISampleIcon(FluentIcons.whiteboard_20_filled, 'whiteboard_20_filled', 20), + + FluentUISampleIcon(FluentIcons.whiteboard_24_filled, 'whiteboard_24_filled', 24), + + FluentUISampleIcon(FluentIcons.whiteboard_48_filled, 'whiteboard_48_filled', 48), + + 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_lock_24_filled, 'wifi_lock_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_off_20_filled, 'wifi_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_off_24_filled, 'wifi_off_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_protected_24_filled, 'wifi_protected_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wifi_settings_20_filled, 'wifi_settings_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_warning_20_filled, 'wifi_warning_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wifi_warning_24_filled, 'wifi_warning_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_16_filled, 'window_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_20_filled, 'window_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_24_filled, 'window_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_28_filled, 'window_28_filled', 28), + + FluentUISampleIcon(FluentIcons.window_32_filled, 'window_32_filled', 32), + + FluentUISampleIcon(FluentIcons.window_48_filled, 'window_48_filled', 48), + + FluentUISampleIcon(FluentIcons.window_ad_20_filled, 'window_ad_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_ad_off_20_filled, 'window_ad_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_ad_person_20_filled, 'window_ad_person_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_apps_16_filled, 'window_apps_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_apps_20_filled, 'window_apps_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_apps_24_filled, 'window_apps_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_apps_28_filled, 'window_apps_28_filled', 28), + + FluentUISampleIcon(FluentIcons.window_apps_32_filled, 'window_apps_32_filled', 32), + + FluentUISampleIcon(FluentIcons.window_apps_48_filled, 'window_apps_48_filled', 48), + + FluentUISampleIcon(FluentIcons.window_arrow_up_16_filled, 'window_arrow_up_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_arrow_up_20_filled, 'window_arrow_up_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_arrow_up_24_filled, 'window_arrow_up_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_bullet_list_20_filled, 'window_bullet_list_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_bullet_list_add_20_filled, 'window_bullet_list_add_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_console_20_filled, 'window_console_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_database_20_filled, 'window_database_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_dev_edit_16_filled, 'window_dev_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_dev_edit_20_filled, 'window_dev_edit_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_edit_16_filled, 'window_edit_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_header_horizontal_20_filled, 'window_header_horizontal_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_header_horizontal_off_20_filled, 'window_header_horizontal_off_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_header_vertical_20_filled, 'window_header_vertical_20_filled', 20), + + 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_location_target_20_filled, 'window_location_target_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_multiple_16_filled, 'window_multiple_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_multiple_20_filled, 'window_multiple_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_multiple_swap_20_filled, 'window_multiple_swap_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_new_16_filled, 'window_new_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_new_20_filled, 'window_new_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_new_24_filled, 'window_new_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_play_20_filled, 'window_play_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_settings_20_filled, 'window_settings_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.window_text_20_filled, 'window_text_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_wrench_16_filled, 'window_wrench_16_filled', 16), + + FluentUISampleIcon(FluentIcons.window_wrench_20_filled, 'window_wrench_20_filled', 20), + + FluentUISampleIcon(FluentIcons.window_wrench_24_filled, 'window_wrench_24_filled', 24), + + FluentUISampleIcon(FluentIcons.window_wrench_28_filled, 'window_wrench_28_filled', 28), + + FluentUISampleIcon(FluentIcons.window_wrench_32_filled, 'window_wrench_32_filled', 32), + + FluentUISampleIcon(FluentIcons.window_wrench_48_filled, 'window_wrench_48_filled', 48), + + FluentUISampleIcon(FluentIcons.wrench_16_filled, 'wrench_16_filled', 16), + + FluentUISampleIcon(FluentIcons.wrench_20_filled, 'wrench_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wrench_24_filled, 'wrench_24_filled', 24), + + FluentUISampleIcon(FluentIcons.wrench_screwdriver_20_filled, 'wrench_screwdriver_20_filled', 20), + + FluentUISampleIcon(FluentIcons.wrench_screwdriver_24_filled, 'wrench_screwdriver_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.xray_20_filled, 'xray_20_filled', 20), + + FluentUISampleIcon(FluentIcons.xray_24_filled, 'xray_24_filled', 24), + + FluentUISampleIcon(FluentIcons.zoom_in_16_filled, 'zoom_in_16_filled', 16), + + 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_16_filled, 'zoom_out_16_filled', 16), + + 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/lib/src/fluent_icons.dart b/flutter/lib/src/fluent_icons.dart index f18a1700c4..3261b8fdb7 100644 --- a/flutter/lib/src/fluent_icons.dart +++ b/flutter/lib/src/fluent_icons.dart @@ -4,6 +4,7 @@ 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 @@ -18,80035 +19,34266 @@ class FluentIcons { // FluentSystemIcons-Regular /// fluent icon named "access_time" in size 20 and regular style. - static const IconData access_time_20_regular = IconData( - 0x102a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData access_time_20_regular = IconData(0x102a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData accessibility_28_regular = IconData(0xf105, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "accessibility" in size 32 and regular style. - static const IconData accessibility_32_regular = IconData( - 0xfcb7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_32_regular = IconData(0xfcb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "accessibility" in size 48 and regular style. - static const IconData accessibility_48_regular = IconData( - 0x10207, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_48_regular = IconData(0x10207, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "accessibility_checkmark" in size 20 and regular style. - static const IconData accessibility_checkmark_20_regular = IconData( - 0x102a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_checkmark_20_regular = IconData(0x102a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "accessibility_checkmark" in size 24 and regular style. - static const IconData accessibility_checkmark_24_regular = IconData( - 0xfcb8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_checkmark_24_regular = IconData(0xfcb8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData add_28_regular = IconData(0xf10b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_circle" in size 16 and regular style. - static const IconData add_circle_16_regular = IconData( - 0xfcb9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_circle_16_regular = IconData(0xfcb9, 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, - ); + 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, - ); + 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, - ); + static const IconData add_circle_28_regular = IconData(0xf10e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_circle" in size 32 and regular style. - static const IconData add_circle_32_regular = IconData( - 0xfcba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_circle_32_regular = IconData(0xfcba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_square" in size 20 and regular style. - static const IconData add_square_20_regular = IconData( - 0x102a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_square_20_regular = IconData(0x102a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_square" in size 24 and regular style. - static const IconData add_square_24_regular = IconData( - 0xf8ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_square_24_regular = IconData(0xf8ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_square_multiple" in size 16 and regular style. - static const IconData add_square_multiple_16_regular = IconData( - 0xfea2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_square_multiple_16_regular = IconData(0xfea2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_square_multiple" in size 20 and regular style. - static const IconData add_square_multiple_20_regular = IconData( - 0xfea3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_square_multiple_20_regular = IconData(0xfea3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 16 and regular style. - static const IconData add_subtract_circle_16_regular = IconData( - 0xfd10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_16_regular = IconData(0xfd10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 20 and regular style. - static const IconData add_subtract_circle_20_regular = IconData( - 0xfd11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_20_regular = IconData(0xfd11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 24 and regular style. - static const IconData add_subtract_circle_24_regular = IconData( - 0xfd12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_24_regular = IconData(0xfd12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 28 and regular style. - static const IconData add_subtract_circle_28_regular = IconData( - 0xfd13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_28_regular = IconData(0xfd13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 48 and regular style. - static const IconData add_subtract_circle_48_regular = IconData( - 0xfd14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_48_regular = IconData(0xfd14, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData airplane_take_off_24_regular = IconData(0xf113, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "album" in size 20 and regular style. - static const IconData album_20_regular = IconData( - 0x102a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData album_20_regular = IconData(0x102a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "album" in size 24 and regular style. - static const IconData album_24_regular = IconData( - 0xfb6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData album_24_regular = IconData(0xfb6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "album_add" in size 20 and regular style. - static const IconData album_add_20_regular = IconData( - 0x102a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData album_add_20_regular = IconData(0x102a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "album_add" in size 24 and regular style. - static const IconData album_add_24_regular = IconData( - 0xfb6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData album_add_24_regular = IconData(0xfb6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "alert" in size 16 and regular style. - static const IconData alert_16_regular = IconData( - 0xfb21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData alert_16_regular = IconData(0xfb21, 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, - ); + 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, - ); + 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, - ); + static const IconData alert_28_regular = IconData(0xf116, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "alert" in size 32 and regular style. - static const IconData alert_32_regular = IconData( - 0xfd9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData alert_32_regular = IconData(0xfd9d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData alert_off_28_regular = IconData(0xf11a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "alert_on" in size 20 and regular style. - static const IconData alert_on_20_regular = IconData( - 0x102a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData alert_on_20_regular = IconData(0x102a6, 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, - ); + 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, - ); + 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, - ); + static const IconData alert_snooze_24_regular = IconData(0xf11d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "alert_urgent" in size 16 and regular style. - static const IconData alert_urgent_16_regular = IconData( - 0xfb6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData alert_urgent_16_regular = IconData(0xfb6c, 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, - ); + 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, - ); + static const IconData alert_urgent_24_regular = IconData(0xf11f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 16 and regular style. - static const IconData align_bottom_16_regular = IconData( - 0xfdf7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_16_regular = IconData(0xfdf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 20 and regular style. - static const IconData align_bottom_20_regular = IconData( - 0xfdf8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_20_regular = IconData(0xfdf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 24 and regular style. - static const IconData align_bottom_24_regular = IconData( - 0xfdf9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_24_regular = IconData(0xfdf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 28 and regular style. - static const IconData align_bottom_28_regular = IconData( - 0xfdfa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_28_regular = IconData(0xfdfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 32 and regular style. - static const IconData align_bottom_32_regular = IconData( - 0xfdfb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_32_regular = IconData(0xfdfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 48 and regular style. - static const IconData align_bottom_48_regular = IconData( - 0xfdfc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_48_regular = IconData(0xfdfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 16 and regular style. - static const IconData align_center_horizontal_16_regular = IconData( - 0xfdfd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_16_regular = IconData(0xfdfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 20 and regular style. - static const IconData align_center_horizontal_20_regular = IconData( - 0xfdfe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_20_regular = IconData(0xfdfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 24 and regular style. - static const IconData align_center_horizontal_24_regular = IconData( - 0xfdff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_24_regular = IconData(0xfdff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 28 and regular style. - static const IconData align_center_horizontal_28_regular = IconData( - 0xfe00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_28_regular = IconData(0xfe00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 32 and regular style. - static const IconData align_center_horizontal_32_regular = IconData( - 0xfe01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_32_regular = IconData(0xfe01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 48 and regular style. - static const IconData align_center_horizontal_48_regular = IconData( - 0xfe02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_48_regular = IconData(0xfe02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 16 and regular style. - static const IconData align_center_vertical_16_regular = IconData( - 0xfe03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_16_regular = IconData(0xfe03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 20 and regular style. - static const IconData align_center_vertical_20_regular = IconData( - 0xfe04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_20_regular = IconData(0xfe04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 24 and regular style. - static const IconData align_center_vertical_24_regular = IconData( - 0xfe05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_24_regular = IconData(0xfe05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 28 and regular style. - static const IconData align_center_vertical_28_regular = IconData( - 0xfe06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_28_regular = IconData(0xfe06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 32 and regular style. - static const IconData align_center_vertical_32_regular = IconData( - 0xfe07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_32_regular = IconData(0xfe07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 48 and regular style. - static const IconData align_center_vertical_48_regular = IconData( - 0xfe08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_48_regular = IconData(0xfe08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_end_horizontal" in size 20 and regular style. - static const IconData align_end_horizontal_20_regular = IconData( - 0x10101, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_end_horizontal_20_regular = IconData(0x10101, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_end_vertical" in size 20 and regular style. - static const IconData align_end_vertical_20_regular = IconData( - 0x10102, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_end_vertical_20_regular = IconData(0x10102, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 16 and regular style. - static const IconData align_left_16_regular = IconData( - 0xfe09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_16_regular = IconData(0xfe09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 20 and regular style. - static const IconData align_left_20_regular = IconData( - 0xfe0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_20_regular = IconData(0xfe0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 24 and regular style. - static const IconData align_left_24_regular = IconData( - 0xfe0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_24_regular = IconData(0xfe0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 28 and regular style. - static const IconData align_left_28_regular = IconData( - 0xfe0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_28_regular = IconData(0xfe0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 32 and regular style. - static const IconData align_left_32_regular = IconData( - 0xfe0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_32_regular = IconData(0xfe0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 48 and regular style. - static const IconData align_left_48_regular = IconData( - 0xfe0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_left_48_regular = IconData(0xfe0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 16 and regular style. - static const IconData align_right_16_regular = IconData( - 0xfe0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_16_regular = IconData(0xfe0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 20 and regular style. - static const IconData align_right_20_regular = IconData( - 0xfe10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_20_regular = IconData(0xfe10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 24 and regular style. - static const IconData align_right_24_regular = IconData( - 0xfe11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_24_regular = IconData(0xfe11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 28 and regular style. - static const IconData align_right_28_regular = IconData( - 0xfe12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_28_regular = IconData(0xfe12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 32 and regular style. - static const IconData align_right_32_regular = IconData( - 0xfe13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_32_regular = IconData(0xfe13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 48 and regular style. - static const IconData align_right_48_regular = IconData( - 0xfe14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_right_48_regular = IconData(0xfe14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_around_horizontal" in size 20 and regular style. - static const IconData align_space_around_horizontal_20_regular = IconData( - 0x10103, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_around_horizontal_20_regular = IconData(0x10103, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_around_vertical" in size 20 and regular style. - static const IconData align_space_around_vertical_20_regular = IconData( - 0x10104, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_around_vertical_20_regular = IconData(0x10104, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_between_horizontal" in size 20 and regular style. - static const IconData align_space_between_horizontal_20_regular = IconData( - 0x10105, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_between_horizontal_20_regular = IconData(0x10105, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_between_vertical" in size 20 and regular style. - static const IconData align_space_between_vertical_20_regular = IconData( - 0x10106, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_between_vertical_20_regular = IconData(0x10106, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_evenly_horizontal" in size 20 and regular style. - static const IconData align_space_evenly_horizontal_20_regular = IconData( - 0x10107, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_evenly_horizontal_20_regular = IconData(0x10107, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_evenly_vertical" in size 20 and regular style. - static const IconData align_space_evenly_vertical_20_regular = IconData( - 0x10108, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_evenly_vertical_20_regular = IconData(0x10108, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_space_fit_vertical" in size 20 and regular style. - static const IconData align_space_fit_vertical_20_regular = IconData( - 0x10109, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_space_fit_vertical_20_regular = IconData(0x10109, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_start_horizontal" in size 20 and regular style. - static const IconData align_start_horizontal_20_regular = IconData( - 0x1010a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_start_horizontal_20_regular = IconData(0x1010a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_start_vertical" in size 20 and regular style. - static const IconData align_start_vertical_20_regular = IconData( - 0x1010b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_start_vertical_20_regular = IconData(0x1010b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_stretch_horizontal" in size 20 and regular style. - static const IconData align_stretch_horizontal_20_regular = IconData( - 0x1010c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_stretch_horizontal_20_regular = IconData(0x1010c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_stretch_vertical" in size 20 and regular style. - static const IconData align_stretch_vertical_20_regular = IconData( - 0x1010d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_stretch_vertical_20_regular = IconData(0x1010d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 16 and regular style. - static const IconData align_top_16_regular = IconData( - 0xfe15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_16_regular = IconData(0xfe15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 20 and regular style. - static const IconData align_top_20_regular = IconData( - 0xfe16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_20_regular = IconData(0xfe16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 24 and regular style. - static const IconData align_top_24_regular = IconData( - 0xfe17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_24_regular = IconData(0xfe17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 28 and regular style. - static const IconData align_top_28_regular = IconData( - 0xfe18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_28_regular = IconData(0xfe18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 32 and regular style. - static const IconData align_top_32_regular = IconData( - 0xfe19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_32_regular = IconData(0xfe19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 48 and regular style. - static const IconData align_top_48_regular = IconData( - 0xfe1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData align_top_48_regular = IconData(0xfe1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 16 and regular style. - static const IconData animal_cat_16_regular = IconData( - 0xf106, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_16_regular = IconData(0xf106, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 20 and regular style. - static const IconData animal_cat_20_regular = IconData( - 0xf126, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_20_regular = IconData(0xf126, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 24 and regular style. - static const IconData animal_cat_24_regular = IconData( - 0xf127, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_24_regular = IconData(0xf127, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 28 and regular style. - static const IconData animal_cat_28_regular = IconData( - 0xf128, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_28_regular = IconData(0xf128, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_dog" in size 16 and regular style. - static const IconData animal_dog_16_regular = IconData( - 0xff24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_dog_16_regular = IconData(0xff24, 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, - ); + 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, - ); + static const IconData animal_dog_24_regular = IconData(0xf121, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 16 and regular style. - static const IconData animal_rabbit_16_regular = IconData( - 0xfcbb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_16_regular = IconData(0xfcbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 20 and regular style. - static const IconData animal_rabbit_20_regular = IconData( - 0xfcbc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_20_regular = IconData(0xfcbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 24 and regular style. - static const IconData animal_rabbit_24_regular = IconData( - 0xfcbd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_24_regular = IconData(0xfcbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 28 and regular style. - static const IconData animal_rabbit_28_regular = IconData( - 0xfcbe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_28_regular = IconData(0xfcbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 16 and regular style. - static const IconData animal_turtle_16_regular = IconData( - 0xfcbf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_16_regular = IconData(0xfcbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 20 and regular style. - static const IconData animal_turtle_20_regular = IconData( - 0xfcc0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_20_regular = IconData(0xfcc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 24 and regular style. - static const IconData animal_turtle_24_regular = IconData( - 0xfcc1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_24_regular = IconData(0xfcc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 28 and regular style. - static const IconData animal_turtle_28_regular = IconData( - 0xfcc2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_28_regular = IconData(0xfcc2, 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, - ); + 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, - ); + static const IconData app_folder_24_regular = IconData(0xf123, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "app_generic" in size 20 and regular style. - static const IconData app_generic_20_regular = IconData( - 0x102a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData app_generic_20_regular = IconData(0x102a7, 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, - ); + static const IconData app_generic_24_regular = IconData(0xf124, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "app_recent" in size 20 and regular style. - static const IconData app_recent_20_regular = IconData( - 0x102a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData app_recent_20_regular = IconData(0x102a8, 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, - ); + static const IconData app_recent_24_regular = IconData(0xf125, 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, - ); + static const IconData app_store_24_regular = IconData(0xf12a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "app_title" in size 20 and regular style. - static const IconData app_title_20_regular = IconData( - 0x102a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData app_title_20_regular = IconData(0x102a9, 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, - ); + static const IconData app_title_24_regular = IconData(0xf12b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "approval_app" in size 32 and regular style. - static const IconData approval_app_32_regular = IconData( - 0xfd9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData approval_app_32_regular = IconData(0xfd9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 16 and regular style. - static const IconData approvals_app_16_regular = IconData( - 0xfb22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_16_regular = IconData(0xfb22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 20 and regular style. - static const IconData approvals_app_20_regular = IconData( - 0xfb23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_20_regular = IconData(0xfb23, 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, - ); + 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, - ); + static const IconData approvals_app_28_regular = IconData(0xf131, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 32 and regular style. - static const IconData approvals_app_32_regular = IconData( - 0x104a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_32_regular = IconData(0x104a6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData apps_28_regular = IconData(0xf135, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "apps_add_in" in size 16 and regular style. - static const IconData apps_add_in_16_regular = IconData( - 0xfe3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData apps_add_in_16_regular = IconData(0xfe3a, 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, - ); + 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, - ); + static const IconData apps_add_in_24_regular = IconData(0xf137, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "apps_add_in" in size 28 and regular style. - static const IconData apps_add_in_28_regular = IconData( - 0xfe3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData apps_add_in_28_regular = IconData(0xfe3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "apps_list" in size 20 and regular style. - static const IconData apps_list_20_regular = IconData( - 0xf8cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_20_regular = IconData(0xf8cb, 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, - ); + static const IconData apps_list_24_regular = IconData(0xf138, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "apps_list_detail" in size 20 and regular style. - static const IconData apps_list_detail_20_regular = IconData( - 0x101c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_detail_20_regular = IconData(0x101c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "apps_list_detail" in size 24 and regular style. - static const IconData apps_list_detail_24_regular = IconData( - 0x101c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_detail_24_regular = IconData(0x101c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive" in size 16 and regular style. - static const IconData archive_16_regular = IconData( - 0xf8cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_16_regular = IconData(0xf8cc, 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, - ); + 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, - ); + 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, - ); + static const IconData archive_28_regular = IconData(0xf13b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive" in size 32 and regular style. - static const IconData archive_32_regular = IconData( - 0x105fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_32_regular = IconData(0x105fd, 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, - ); + static const IconData archive_48_regular = IconData(0xf13c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 16 and regular style. - static const IconData archive_arrow_back_16_regular = IconData( - 0x106ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_16_regular = IconData(0x106ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 20 and regular style. - static const IconData archive_arrow_back_20_regular = IconData( - 0x106eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_20_regular = IconData(0x106eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 24 and regular style. - static const IconData archive_arrow_back_24_regular = IconData( - 0x106ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_24_regular = IconData(0x106ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 28 and regular style. - static const IconData archive_arrow_back_28_regular = IconData( - 0x106ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_28_regular = IconData(0x106ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 32 and regular style. - static const IconData archive_arrow_back_32_regular = IconData( - 0x106ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_32_regular = IconData(0x106ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 48 and regular style. - static const IconData archive_arrow_back_48_regular = IconData( - 0x106ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_48_regular = IconData(0x106ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 16 and regular style. - static const IconData archive_multiple_16_regular = IconData( - 0x10208, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_16_regular = IconData(0x10208, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 20 and regular style. - static const IconData archive_multiple_20_regular = IconData( - 0x10209, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_20_regular = IconData(0x10209, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 24 and regular style. - static const IconData archive_multiple_24_regular = IconData( - 0x1020a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_24_regular = IconData(0x1020a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 16 and regular style. - static const IconData archive_settings_16_regular = IconData( - 0xf129, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_16_regular = IconData(0xf129, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 20 and regular style. - static const IconData archive_settings_20_regular = IconData( - 0xff25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_20_regular = IconData(0xff25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 24 and regular style. - static const IconData archive_settings_24_regular = IconData( - 0x105fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_24_regular = IconData(0x105fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_content" in size 24 and regular style. - static const IconData arrow_autofit_content_24_regular = IconData( - 0x10044, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_content_24_regular = IconData(0x10044, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_down" in size 20 and regular style. - static const IconData arrow_autofit_down_20_regular = IconData( - 0x102aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_down_20_regular = IconData(0x102aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_down" in size 24 and regular style. - static const IconData arrow_autofit_down_24_regular = IconData( - 0xffd2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_down_24_regular = IconData(0xffd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height" in size 20 and regular style. - static const IconData arrow_autofit_height_20_regular = IconData( - 0x102ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_20_regular = IconData(0x102ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height" in size 24 and regular style. - static const IconData arrow_autofit_height_24_regular = IconData( - 0xf8cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_24_regular = IconData(0xf8cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height_dotted" in size 20 and regular style. - static const IconData arrow_autofit_height_dotted_20_regular = IconData( - 0x102ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_dotted_20_regular = IconData(0x102ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height_dotted" in size 24 and regular style. - static const IconData arrow_autofit_height_dotted_24_regular = IconData( - 0xff1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_dotted_24_regular = IconData(0xff1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_up" in size 20 and regular style. - static const IconData arrow_autofit_up_20_regular = IconData( - 0x102ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_up_20_regular = IconData(0x102ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_up" in size 24 and regular style. - static const IconData arrow_autofit_up_24_regular = IconData( - 0xffd3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_up_24_regular = IconData(0xffd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width" in size 20 and regular style. - static const IconData arrow_autofit_width_20_regular = IconData( - 0x102ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_20_regular = IconData(0x102ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width" in size 24 and regular style. - static const IconData arrow_autofit_width_24_regular = IconData( - 0xf8ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_24_regular = IconData(0xf8ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width_dotted" in size 20 and regular style. - static const IconData arrow_autofit_width_dotted_20_regular = IconData( - 0x102af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_dotted_20_regular = IconData(0x102af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width_dotted" in size 24 and regular style. - static const IconData arrow_autofit_width_dotted_24_regular = IconData( - 0xff1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_dotted_24_regular = IconData(0xff1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_between_down" in size 20 and regular style. - static const IconData arrow_between_down_20_regular = IconData( - 0x10380, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_between_down_20_regular = IconData(0x10380, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_between_down" in size 24 and regular style. - static const IconData arrow_between_down_24_regular = IconData( - 0x10381, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_between_down_24_regular = IconData(0x10381, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 12 and regular style. - static const IconData arrow_bidirectional_up_down_12_regular = IconData( - 0x10096, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_12_regular = IconData(0x10096, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 16 and regular style. - static const IconData arrow_bidirectional_up_down_16_regular = IconData( - 0x10097, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_16_regular = IconData(0x10097, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 20 and regular style. - static const IconData arrow_bidirectional_up_down_20_regular = IconData( - 0x10098, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_20_regular = IconData(0x10098, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 24 and regular style. - static const IconData arrow_bidirectional_up_down_24_regular = IconData( - 0x10099, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_24_regular = IconData(0x10099, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 16 and regular style. - static const IconData arrow_bounce_16_regular = IconData( - 0xfb24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_16_regular = IconData(0xfb24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 20 and regular style. - static const IconData arrow_bounce_20_regular = IconData( - 0x102b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_20_regular = IconData(0x102b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 24 and regular style. - static const IconData arrow_bounce_24_regular = IconData( - 0xfb25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_24_regular = IconData(0xfb25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 12 and regular style. - static const IconData arrow_circle_down_12_regular = IconData( - 0x1011c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_12_regular = IconData(0x1011c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 16 and regular style. - static const IconData arrow_circle_down_16_regular = IconData( - 0x1011d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_16_regular = IconData(0x1011d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 20 and regular style. - static const IconData arrow_circle_down_20_regular = IconData( - 0xf12c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_20_regular = IconData(0xf12c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 24 and regular style. - static const IconData arrow_circle_down_24_regular = IconData( - 0xf12d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_24_regular = IconData(0xf12d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 28 and regular style. - static const IconData arrow_circle_down_28_regular = IconData( - 0x1011e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_28_regular = IconData(0x1011e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 32 and regular style. - static const IconData arrow_circle_down_32_regular = IconData( - 0x1011f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_32_regular = IconData(0x1011f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 48 and regular style. - static const IconData arrow_circle_down_48_regular = IconData( - 0x10120, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_48_regular = IconData(0x10120, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_double" in size 20 and regular style. - static const IconData arrow_circle_down_double_20_regular = IconData( - 0xf12e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_double_20_regular = IconData(0xf12e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_double" in size 24 and regular style. - static const IconData arrow_circle_down_double_24_regular = IconData( - 0xf12f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_double_24_regular = IconData(0xf12f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_right" in size 16 and regular style. - static const IconData arrow_circle_down_right_16_regular = IconData( - 0xfbbf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_down_right_16_regular = IconData(0xfbbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_down_right" in size 20 and regular style. - static const IconData arrow_circle_down_right_20_regular = IconData( - 0x102b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_right_20_regular = IconData(0x102b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_right" in size 24 and regular style. - static const IconData arrow_circle_down_right_24_regular = IconData( - 0xfbc0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_down_right_24_regular = IconData(0xfbc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_down_split" in size 20 and regular style. - static const IconData arrow_circle_down_split_20_regular = IconData( - 0xf143, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_split_20_regular = IconData(0xf143, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_split" in size 24 and regular style. - static const IconData arrow_circle_down_split_24_regular = IconData( - 0xf144, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_split_24_regular = IconData(0xf144, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_up" in size 20 and regular style. - static const IconData arrow_circle_down_up_20_regular = IconData( - 0x1009a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_up_20_regular = IconData(0x1009a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 12 and regular style. - static const IconData arrow_circle_left_12_regular = IconData( - 0x1009b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_12_regular = IconData(0x1009b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 16 and regular style. - static const IconData arrow_circle_left_16_regular = IconData( - 0x1009c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_16_regular = IconData(0x1009c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 20 and regular style. - static const IconData arrow_circle_left_20_regular = IconData( - 0x10121, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_20_regular = IconData(0x10121, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 24 and regular style. - static const IconData arrow_circle_left_24_regular = IconData( - 0x10122, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_24_regular = IconData(0x10122, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 28 and regular style. - static const IconData arrow_circle_left_28_regular = IconData( - 0x10123, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_28_regular = IconData(0x10123, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 32 and regular style. - static const IconData arrow_circle_left_32_regular = IconData( - 0x10124, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_32_regular = IconData(0x10124, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 48 and regular style. - static const IconData arrow_circle_left_48_regular = IconData( - 0x10125, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_48_regular = IconData(0x10125, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 12 and regular style. - static const IconData arrow_circle_right_12_regular = IconData( - 0x1009d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_12_regular = IconData(0x1009d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 16 and regular style. - static const IconData arrow_circle_right_16_regular = IconData( - 0x1009e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_16_regular = IconData(0x1009e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 20 and regular style. - static const IconData arrow_circle_right_20_regular = IconData( - 0x10126, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_20_regular = IconData(0x10126, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 24 and regular style. - static const IconData arrow_circle_right_24_regular = IconData( - 0xfbc1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_right_24_regular = IconData(0xfbc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_right" in size 28 and regular style. - static const IconData arrow_circle_right_28_regular = IconData( - 0x10127, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_28_regular = IconData(0x10127, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 32 and regular style. - static const IconData arrow_circle_right_32_regular = IconData( - 0x10128, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_32_regular = IconData(0x10128, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 48 and regular style. - static const IconData arrow_circle_right_48_regular = IconData( - 0x10129, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_48_regular = IconData(0x10129, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 12 and regular style. - static const IconData arrow_circle_up_12_regular = IconData( - 0x1012a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_12_regular = IconData(0x1012a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 16 and regular style. - static const IconData arrow_circle_up_16_regular = IconData( - 0xfbc2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_16_regular = IconData(0xfbc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 20 and regular style. - static const IconData arrow_circle_up_20_regular = IconData( - 0xfbc3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_20_regular = IconData(0xfbc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 24 and regular style. - static const IconData arrow_circle_up_24_regular = IconData( - 0xfbc4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_24_regular = IconData(0xfbc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 28 and regular style. - static const IconData arrow_circle_up_28_regular = IconData( - 0x1012b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_28_regular = IconData(0x1012b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 32 and regular style. - static const IconData arrow_circle_up_32_regular = IconData( - 0x1012c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_32_regular = IconData(0x1012c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 48 and regular style. - static const IconData arrow_circle_up_48_regular = IconData( - 0x1012d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_48_regular = IconData(0x1012d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up_left" in size 20 and regular style. - static const IconData arrow_circle_up_left_20_regular = IconData( - 0x102b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_left_20_regular = IconData(0x102b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up_left" in size 24 and regular style. - static const IconData arrow_circle_up_left_24_regular = IconData( - 0xfbc5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_left_24_regular = IconData(0xfbc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 12 and regular style. - static const IconData arrow_clockwise_12_regular = IconData( - 0xffe6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_12_regular = IconData(0xffe6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 16 and regular style. - static const IconData arrow_clockwise_16_regular = IconData( - 0xff26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_16_regular = IconData(0xff26, 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, - ); + 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, - ); + static const IconData arrow_clockwise_24_regular = IconData(0xf13e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 28 and regular style. - static const IconData arrow_clockwise_28_regular = IconData( - 0xffe7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_28_regular = IconData(0xffe7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 32 and regular style. - static const IconData arrow_clockwise_32_regular = IconData( - 0xffe8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_32_regular = IconData(0xffe8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 48 and regular style. - static const IconData arrow_clockwise_48_regular = IconData( - 0xffe9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_48_regular = IconData(0xffe9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise_dashes" in size 20 and regular style. - static const IconData arrow_clockwise_dashes_20_regular = IconData( - 0xff27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_dashes_20_regular = IconData(0xff27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise_dashes" in size 24 and regular style. - static const IconData arrow_clockwise_dashes_24_regular = IconData( - 0xff28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_dashes_24_regular = IconData(0xff28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_collapse_all" in size 20 and regular style. - static const IconData arrow_collapse_all_20_regular = IconData( - 0x1010e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_collapse_all_20_regular = IconData(0x1010e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_collapse_all" in size 24 and regular style. - static const IconData arrow_collapse_all_24_regular = IconData( - 0x1010f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_collapse_all_24_regular = IconData(0x1010f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 12 and regular style. - static const IconData arrow_counterclockwise_12_regular = IconData( - 0xffea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_12_regular = IconData(0xffea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 16 and regular style. - static const IconData arrow_counterclockwise_16_regular = IconData( - 0xffeb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_16_regular = IconData(0xffeb, 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, - ); + 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, - ); + static const IconData arrow_counterclockwise_24_regular = IconData(0xf140, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 28 and regular style. - static const IconData arrow_counterclockwise_28_regular = IconData( - 0xf8cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_28_regular = IconData(0xf8cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 32 and regular style. - static const IconData arrow_counterclockwise_32_regular = IconData( - 0xffec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_32_regular = IconData(0xffec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 48 and regular style. - static const IconData arrow_counterclockwise_48_regular = IconData( - 0xffed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_48_regular = IconData(0xffed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise_dashes" in size 20 and regular style. - static const IconData arrow_counterclockwise_dashes_20_regular = IconData( - 0xff29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_dashes_20_regular = IconData(0xff29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise_dashes" in size 24 and regular style. - static const IconData arrow_counterclockwise_dashes_24_regular = IconData( - 0xff2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_dashes_24_regular = IconData(0xff2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 16 and regular style. - static const IconData arrow_curve_down_left_16_regular = IconData( - 0xfe3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_16_regular = IconData(0xfe3c, 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, - ); + static const IconData arrow_curve_down_left_20_regular = IconData(0xf141, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 24 and regular style. - static const IconData arrow_curve_down_left_24_regular = IconData( - 0xfe3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_24_regular = IconData(0xfe3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 28 and regular style. - static const IconData arrow_curve_down_left_28_regular = IconData( - 0xfe3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_28_regular = IconData(0xfe3e, 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, - ); + static const IconData arrow_curve_down_right_20_regular = IconData(0xf142, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_curve_up_right_20_regular = IconData(0xf146, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 12 and regular style. - static const IconData arrow_down_12_regular = IconData( - 0xf8d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_12_regular = IconData(0xf8d0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_down_28_regular = IconData(0xf14a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 32 and regular style. - static const IconData arrow_down_32_regular = IconData( - 0xf14c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_32_regular = IconData(0xf14c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 48 and regular style. - static const IconData arrow_down_48_regular = IconData( - 0xf14d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_48_regular = IconData(0xf14d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 16 and regular style. - static const IconData arrow_down_left_16_regular = IconData( - 0xf8d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_16_regular = IconData(0xf8d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 20 and regular style. - static const IconData arrow_down_left_20_regular = IconData( - 0xfd9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_20_regular = IconData(0xfd9f, 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, - ); + static const IconData arrow_down_left_24_regular = IconData(0xf14b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_down_left" in size 32 and regular style. - static const IconData arrow_down_left_32_regular = IconData( - 0x103ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_32_regular = IconData(0x103ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 48 and regular style. - static const IconData arrow_down_left_48_regular = IconData( - 0x103ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_48_regular = IconData(0x103ed, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_download_48_regular = IconData(0xf152, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_eject" in size 20 and regular style. - static const IconData arrow_eject_20_regular = IconData( - 0x1009f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_eject_20_regular = IconData(0x1009f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter" in size 20 and regular style. - static const IconData arrow_enter_20_regular = IconData( - 0x105ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_20_regular = IconData(0x105ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_left" in size 20 and regular style. - static const IconData arrow_enter_left_20_regular = IconData( - 0xfbc6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_left_20_regular = IconData(0xfbc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_left" in size 24 and regular style. - static const IconData arrow_enter_left_24_regular = IconData( - 0xfbc7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_left_24_regular = IconData(0xfbc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_up" in size 20 and regular style. - static const IconData arrow_enter_up_20_regular = IconData( - 0xfb27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_up_20_regular = IconData(0xfb27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_up" in size 24 and regular style. - static const IconData arrow_enter_up_24_regular = IconData( - 0xfb28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_up_24_regular = IconData(0xfb28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_exit" in size 20 and regular style. - static const IconData arrow_exit_20_regular = IconData( - 0x10600, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_exit_20_regular = IconData(0x10600, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_expand" in size 20 and regular style. - static const IconData arrow_expand_20_regular = IconData( - 0x102b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_expand_20_regular = IconData(0x102b3, 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, - ); + static const IconData arrow_expand_24_regular = IconData(0xf154, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 16 and regular style. - static const IconData arrow_export_ltr_16_regular = IconData( - 0xff2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_16_regular = IconData(0xff2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 20 and regular style. - static const IconData arrow_export_ltr_20_regular = IconData( - 0xfbc8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_20_regular = IconData(0xfbc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 24 and regular style. - static const IconData arrow_export_ltr_24_regular = IconData( - 0xfbc9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_24_regular = IconData(0xfbc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 16 and regular style. - static const IconData arrow_export_rtl_16_regular = IconData( - 0x100a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_16_regular = IconData(0x100a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 20 and regular style. - static const IconData arrow_export_rtl_20_regular = IconData( - 0xf8d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_20_regular = IconData(0xf8d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 24 and regular style. - static const IconData arrow_export_rtl_24_regular = IconData( - 0x104a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_24_regular = IconData(0x104a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_up" in size 20 and regular style. - static const IconData arrow_export_up_20_regular = IconData( - 0xff2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_up_20_regular = IconData(0xff2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_up" in size 24 and regular style. - static const IconData arrow_export_up_24_regular = IconData( - 0xff2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_up_24_regular = IconData(0xff2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_fit" in size 16 and regular style. - static const IconData arrow_fit_16_regular = IconData( - 0xf14e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_fit_16_regular = IconData(0xf14e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_fit" in size 20 and regular style. - static const IconData arrow_fit_20_regular = IconData( - 0x102b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_fit_20_regular = IconData(0x102b4, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_forward_24_regular = IconData(0xf158, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_forward" in size 48 and regular style. - static const IconData arrow_forward_48_regular = IconData( - 0xfea4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_48_regular = IconData(0xfea4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_lightning" in size 20 and regular style. - static const IconData arrow_forward_down_lightning_20_regular = IconData( - 0x102fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_lightning_20_regular = IconData(0x102fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_lightning" in size 24 and regular style. - static const IconData arrow_forward_down_lightning_24_regular = IconData( - 0x102fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_lightning_24_regular = IconData(0x102fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_person" in size 20 and regular style. - static const IconData arrow_forward_down_person_20_regular = IconData( - 0x102fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_person_20_regular = IconData(0x102fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_person" in size 24 and regular style. - static const IconData arrow_forward_down_person_24_regular = IconData( - 0x102fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_person_24_regular = IconData(0x102fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_growth" in size 20 and regular style. - static const IconData arrow_growth_20_regular = IconData( - 0xf153, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_growth_20_regular = IconData(0xf153, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_growth" in size 24 and regular style. - static const IconData arrow_growth_24_regular = IconData( - 0xf155, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_growth_24_regular = IconData(0xf155, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 16 and regular style. - static const IconData arrow_hook_down_left_16_regular = IconData( - 0xf8d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_16_regular = IconData(0xf8d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 20 and regular style. - static const IconData arrow_hook_down_left_20_regular = IconData( - 0xf8d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_20_regular = IconData(0xf8d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 24 and regular style. - static const IconData arrow_hook_down_left_24_regular = IconData( - 0xf8d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_24_regular = IconData(0xf8d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 28 and regular style. - static const IconData arrow_hook_down_left_28_regular = IconData( - 0xf8d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_28_regular = IconData(0xf8d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 16 and regular style. - static const IconData arrow_hook_down_right_16_regular = IconData( - 0xf8d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_16_regular = IconData(0xf8d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 20 and regular style. - static const IconData arrow_hook_down_right_20_regular = IconData( - 0xf8da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_20_regular = IconData(0xf8da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 24 and regular style. - static const IconData arrow_hook_down_right_24_regular = IconData( - 0xf8db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_hook_down_right_24_regular = IconData(0xf8db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_hook_down_right" in size 28 and regular style. - static const IconData arrow_hook_down_right_28_regular = IconData( - 0xf8dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_28_regular = IconData(0xf8dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 16 and regular style. - static const IconData arrow_hook_up_left_16_regular = IconData( - 0xf8dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_16_regular = IconData(0xf8dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 20 and regular style. - static const IconData arrow_hook_up_left_20_regular = IconData( - 0xf8de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_20_regular = IconData(0xf8de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 24 and regular style. - static const IconData arrow_hook_up_left_24_regular = IconData( - 0xf8df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_24_regular = IconData(0xf8df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 28 and regular style. - static const IconData arrow_hook_up_left_28_regular = IconData( - 0xf8e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_28_regular = IconData(0xf8e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 16 and regular style. - static const IconData arrow_hook_up_right_16_regular = IconData( - 0xf8e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_16_regular = IconData(0xf8e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 20 and regular style. - static const IconData arrow_hook_up_right_20_regular = IconData( - 0xf8e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_20_regular = IconData(0xf8e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 24 and regular style. - static const IconData arrow_hook_up_right_24_regular = IconData( - 0xf8e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_24_regular = IconData(0xf8e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 28 and regular style. - static const IconData arrow_hook_up_right_28_regular = IconData( - 0xf8e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_28_regular = IconData(0xf8e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_import_24_regular = IconData(0xf15a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_join" in size 20 and regular style. - static const IconData arrow_join_20_regular = IconData( - 0x10601, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_join_20_regular = IconData(0x10601, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 12 and regular style. - static const IconData arrow_left_12_regular = IconData( - 0x100a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_12_regular = IconData(0x100a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 16 and regular style. - static const IconData arrow_left_16_regular = IconData( - 0xf184, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_16_regular = IconData(0xf184, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_left_28_regular = IconData(0xf15d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_left" in size 32 and regular style. - static const IconData arrow_left_32_regular = IconData( - 0xf189, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_32_regular = IconData(0xf189, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 48 and regular style. - static const IconData arrow_left_48_regular = IconData( - 0xf19e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_48_regular = IconData(0xf19e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_maximize_28_regular = IconData(0xf161, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize" in size 32 and regular style. - static const IconData arrow_maximize_32_regular = IconData( - 0x101ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_32_regular = IconData(0x101ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize" in size 48 and regular style. - static const IconData arrow_maximize_48_regular = IconData( - 0x103ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_48_regular = IconData(0x103ee, 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, - ); + 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, - ); + static const IconData arrow_maximize_vertical_24_regular = IconData(0xf163, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize_vertical" in size 48 and regular style. - static const IconData arrow_maximize_vertical_48_regular = IconData( - 0x103ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_vertical_48_regular = IconData(0x103ef, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_minimize_28_regular = IconData(0xf167, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_minimize_vertical" in size 20 and regular style. - static const IconData arrow_minimize_vertical_20_regular = IconData( - 0x102b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_minimize_vertical_20_regular = IconData(0x102b5, 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, - ); + static const IconData arrow_minimize_vertical_24_regular = IconData(0xf168, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_move" in size 20 and regular style. - static const IconData arrow_move_20_regular = IconData( - 0xf8e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_move_20_regular = IconData(0xf8e5, 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, - ); + static const IconData arrow_move_24_regular = IconData(0xf169, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_move_inward" in size 20 and regular style. - static const IconData arrow_move_inward_20_regular = IconData( - 0x100a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_move_inward_20_regular = IconData(0x100a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_next" in size 12 and regular style. - static const IconData arrow_next_12_regular = IconData( - 0x10724, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_next_12_regular = IconData(0x10724, 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, - ); + 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, - ); + static const IconData arrow_next_24_regular = IconData(0xf16b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_outline_up_right" in size 32 and regular style. - static const IconData arrow_outline_up_right_32_regular = IconData( - 0x101cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_outline_up_right_32_regular = IconData(0x101cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_outline_up_right" in size 48 and regular style. - static const IconData arrow_outline_up_right_48_regular = IconData( - 0x103f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_outline_up_right_48_regular = IconData(0x103f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_paragraph" in size 20 and regular style. - static const IconData arrow_paragraph_20_regular = IconData( - 0x10566, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_paragraph_20_regular = IconData(0x10566, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_previous" in size 12 and regular style. - static const IconData arrow_previous_12_regular = IconData( - 0x10725, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_previous_12_regular = IconData(0x10725, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_previous_24_regular = IconData(0xf16d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_redo" in size 16 and regular style. - static const IconData arrow_redo_16_regular = IconData( - 0x100a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_16_regular = IconData(0x100a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_redo_24_regular = IconData(0xf16f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 28 and regular style. - static const IconData arrow_redo_28_regular = IconData( - 0x10382, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_28_regular = IconData(0x10382, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 32 and regular style. - static const IconData arrow_redo_32_regular = IconData( - 0xf8e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_32_regular = IconData(0xf8e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 48 and regular style. - static const IconData arrow_redo_48_regular = IconData( - 0xf8e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_48_regular = IconData(0xf8e7, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_reply_down_24_regular = IconData(0xf180, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 20 and regular style. - static const IconData arrow_reset_20_regular = IconData( - 0xf19f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_20_regular = IconData(0xf19f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 24 and regular style. - static const IconData arrow_reset_24_regular = IconData( - 0xf1a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_24_regular = IconData(0xf1a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 32 and regular style. - static const IconData arrow_reset_32_regular = IconData( - 0x1020b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_32_regular = IconData(0x1020b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 48 and regular style. - static const IconData arrow_reset_48_regular = IconData( - 0x1020c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_48_regular = IconData(0x1020c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 12 and regular style. - static const IconData arrow_right_12_regular = IconData( - 0x100a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_12_regular = IconData(0x100a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 16 and regular style. - static const IconData arrow_right_16_regular = IconData( - 0xfb6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_16_regular = IconData(0xfb6d, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_right_28_regular = IconData(0xf183, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_right" in size 32 and regular style. - static const IconData arrow_right_32_regular = IconData( - 0xf1a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_32_regular = IconData(0xf1a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 48 and regular style. - static const IconData arrow_right_48_regular = IconData( - 0xf1a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_48_regular = IconData(0xf1a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_rotate_clockwise" in size 16 and regular style. - static const IconData arrow_rotate_clockwise_16_regular = IconData( - 0xffee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_rotate_clockwise_16_regular = IconData(0xffee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_rotate_counterclockwise_24_regular = IconData(0xf188, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing" in size 20 and regular style. - static const IconData arrow_routing_20_regular = IconData( - 0xff2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_20_regular = IconData(0xff2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing" in size 24 and regular style. - static const IconData arrow_routing_24_regular = IconData( - 0xff2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_24_regular = IconData(0xff2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing_rectangle_multiple" in size 20 and regular style. - static const IconData arrow_routing_rectangle_multiple_20_regular = IconData( - 0xff30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_rectangle_multiple_20_regular = IconData(0xff30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing_rectangle_multiple" in size 24 and regular style. - static const IconData arrow_routing_rectangle_multiple_24_regular = IconData( - 0xff31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_rectangle_multiple_24_regular = IconData(0xff31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort" in size 16 and regular style. - static const IconData arrow_sort_16_regular = IconData( - 0xf1ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_16_regular = IconData(0xf1ab, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sort_28_regular = IconData(0xf18c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 16 and regular style. - static const IconData arrow_sort_down_16_regular = IconData( - 0xf1ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_16_regular = IconData(0xf1ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 20 and regular style. - static const IconData arrow_sort_down_20_regular = IconData( - 0xf805, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_20_regular = IconData(0xf805, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 24 and regular style. - static const IconData arrow_sort_down_24_regular = IconData( - 0xf811, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_24_regular = IconData(0xf811, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_line" in size 20 and regular style. - static const IconData arrow_sort_down_line_20_regular = IconData( - 0xffef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_line_20_regular = IconData(0xffef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 16 and regular style. - static const IconData arrow_sort_down_lines_16_regular = IconData( - 0xf1ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_16_regular = IconData(0xf1ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 20 and regular style. - static const IconData arrow_sort_down_lines_20_regular = IconData( - 0x104a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_20_regular = IconData(0x104a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 24 and regular style. - static const IconData arrow_sort_down_lines_24_regular = IconData( - 0x102b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_24_regular = IconData(0x102b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 16 and regular style. - static const IconData arrow_sort_up_16_regular = IconData( - 0xf1b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_16_regular = IconData(0xf1b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 20 and regular style. - static const IconData arrow_sort_up_20_regular = IconData( - 0xf812, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_20_regular = IconData(0xf812, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 24 and regular style. - static const IconData arrow_sort_up_24_regular = IconData( - 0xf821, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_24_regular = IconData(0xf821, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_split" in size 20 and regular style. - static const IconData arrow_split_20_regular = IconData( - 0xfff0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_split_20_regular = IconData(0xfff0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_square_down" in size 20 and regular style. - static const IconData arrow_square_down_20_regular = IconData( - 0x102b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_square_down_20_regular = IconData(0x102b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_square_down" in size 24 and regular style. - static const IconData arrow_square_down_24_regular = IconData( - 0xfbca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_square_down_24_regular = IconData(0xfbca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_back" in size 16 and regular style. - static const IconData arrow_step_back_16_regular = IconData( - 0xfda0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_back_16_regular = IconData(0xfda0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_back" in size 20 and regular style. - static const IconData arrow_step_back_20_regular = IconData( - 0x102b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_back_20_regular = IconData(0x102b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 12 and regular style. - static const IconData arrow_step_in_12_regular = IconData( - 0x100a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_12_regular = IconData(0x100a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 16 and regular style. - static const IconData arrow_step_in_16_regular = IconData( - 0xfda1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_16_regular = IconData(0xfda1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 20 and regular style. - static const IconData arrow_step_in_20_regular = IconData( - 0x104a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_20_regular = IconData(0x104a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 24 and regular style. - static const IconData arrow_step_in_24_regular = IconData( - 0x104aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_24_regular = IconData(0x104aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 28 and regular style. - static const IconData arrow_step_in_28_regular = IconData( - 0x102fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_28_regular = IconData(0x102fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_default" in size 20 and regular style. - static const IconData arrow_step_in_default_20_regular = IconData( - 0x102b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_default_20_regular = IconData(0x102b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_default" in size 24 and regular style. - static const IconData arrow_step_in_default_24_regular = IconData( - 0x102ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_default_24_regular = IconData(0x102ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 12 and regular style. - static const IconData arrow_step_in_left_12_regular = IconData( - 0x100a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_12_regular = IconData(0x100a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 16 and regular style. - static const IconData arrow_step_in_left_16_regular = IconData( - 0x100a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_16_regular = IconData(0x100a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 20 and regular style. - static const IconData arrow_step_in_left_20_regular = IconData( - 0x102ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_20_regular = IconData(0x102ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 24 and regular style. - static const IconData arrow_step_in_left_24_regular = IconData( - 0x10300, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_24_regular = IconData(0x10300, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 28 and regular style. - static const IconData arrow_step_in_left_28_regular = IconData( - 0x10301, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_28_regular = IconData(0x10301, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 12 and regular style. - static const IconData arrow_step_in_right_12_regular = IconData( - 0x100a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_12_regular = IconData(0x100a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 16 and regular style. - static const IconData arrow_step_in_right_16_regular = IconData( - 0x100a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_16_regular = IconData(0x100a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 20 and regular style. - static const IconData arrow_step_in_right_20_regular = IconData( - 0x102bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_20_regular = IconData(0x102bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 24 and regular style. - static const IconData arrow_step_in_right_24_regular = IconData( - 0x10302, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_24_regular = IconData(0x10302, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 28 and regular style. - static const IconData arrow_step_in_right_28_regular = IconData( - 0x10303, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_28_regular = IconData(0x10303, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 12 and regular style. - static const IconData arrow_step_out_12_regular = IconData( - 0x100aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_12_regular = IconData(0x100aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 16 and regular style. - static const IconData arrow_step_out_16_regular = IconData( - 0xfda2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_16_regular = IconData(0xfda2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 20 and regular style. - static const IconData arrow_step_out_20_regular = IconData( - 0x102bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_20_regular = IconData(0x102bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 24 and regular style. - static const IconData arrow_step_out_24_regular = IconData( - 0x10304, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_24_regular = IconData(0x10304, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 28 and regular style. - static const IconData arrow_step_out_28_regular = IconData( - 0x10305, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_28_regular = IconData(0x10305, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_over" in size 16 and regular style. - static const IconData arrow_step_over_16_regular = IconData( - 0xfda3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_over_16_regular = IconData(0xfda3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_over" in size 20 and regular style. - static const IconData arrow_step_over_20_regular = IconData( - 0x102bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_over_20_regular = IconData(0x102bd, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sync_12_regular = IconData(0xf18f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync" in size 16 and regular style. - static const IconData arrow_sync_16_regular = IconData( - 0xfea5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_16_regular = IconData(0xfea5, 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, - ); + 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, - ); + static const IconData arrow_sync_24_regular = IconData(0xf191, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_checkmark" in size 20 and regular style. - static const IconData arrow_sync_checkmark_20_regular = IconData( - 0x10383, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_checkmark_20_regular = IconData(0x10383, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_checkmark" in size 24 and regular style. - static const IconData arrow_sync_checkmark_24_regular = IconData( - 0x10384, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_checkmark_24_regular = IconData(0x10384, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sync_circle_24_regular = IconData(0xf194, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_dismiss" in size 20 and regular style. - static const IconData arrow_sync_dismiss_20_regular = IconData( - 0x10385, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_dismiss_20_regular = IconData(0x10385, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_dismiss" in size 24 and regular style. - static const IconData arrow_sync_dismiss_24_regular = IconData( - 0x10386, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_dismiss_24_regular = IconData(0x10386, 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, - ); + static const IconData arrow_sync_off_12_regular = IconData(0xf195, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_off" in size 16 and regular style. - static const IconData arrow_sync_off_16_regular = IconData( - 0x100ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_off_16_regular = IconData(0x100ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_off" in size 20 and regular style. - static const IconData arrow_sync_off_20_regular = IconData( - 0x100ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_off_20_regular = IconData(0x100ac, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_trending_24_regular = IconData(0xf198, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_checkmark" in size 20 and regular style. - static const IconData arrow_trending_checkmark_20_regular = IconData( - 0x1012e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_checkmark_20_regular = IconData(0x1012e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_checkmark" in size 24 and regular style. - static const IconData arrow_trending_checkmark_24_regular = IconData( - 0x1012f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_checkmark_24_regular = IconData(0x1012f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 16 and regular style. - static const IconData arrow_trending_down_16_regular = IconData( - 0x10602, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_16_regular = IconData(0x10602, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 20 and regular style. - static const IconData arrow_trending_down_20_regular = IconData( - 0x10603, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_20_regular = IconData(0x10603, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 24 and regular style. - static const IconData arrow_trending_down_24_regular = IconData( - 0x10604, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_24_regular = IconData(0x10604, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_lines" in size 20 and regular style. - static const IconData arrow_trending_lines_20_regular = IconData( - 0x10045, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_lines_20_regular = IconData(0x10045, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_lines" in size 24 and regular style. - static const IconData arrow_trending_lines_24_regular = IconData( - 0x10046, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_lines_24_regular = IconData(0x10046, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_settings" in size 20 and regular style. - static const IconData arrow_trending_settings_20_regular = IconData( - 0x10130, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_settings_20_regular = IconData(0x10130, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_settings" in size 24 and regular style. - static const IconData arrow_trending_settings_24_regular = IconData( - 0x10131, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_settings_24_regular = IconData(0x10131, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_text" in size 20 and regular style. - static const IconData arrow_trending_text_20_regular = IconData( - 0x10306, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_text_20_regular = IconData(0x10306, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_text" in size 24 and regular style. - static const IconData arrow_trending_text_24_regular = IconData( - 0x10307, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_text_24_regular = IconData(0x10307, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_wrench" in size 20 and regular style. - static const IconData arrow_trending_wrench_20_regular = IconData( - 0x10308, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_wrench_20_regular = IconData(0x10308, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_wrench" in size 24 and regular style. - static const IconData arrow_trending_wrench_24_regular = IconData( - 0x10309, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_wrench_24_regular = IconData(0x10309, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 20 and regular style. - static const IconData arrow_turn_bidirectional_down_right_20_regular = - IconData( - 0x102be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_bidirectional_down_right_20_regular = IconData(0x102be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 24 and regular style. - static const IconData arrow_turn_bidirectional_down_right_24_regular = - IconData( - 0xf822, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_bidirectional_down_right_24_regular = IconData(0xf822, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_right" in size 20 and regular style. - static const IconData arrow_turn_right_20_regular = IconData( - 0x102bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_right_20_regular = IconData(0x102bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_right" in size 24 and regular style. - static const IconData arrow_turn_right_24_regular = IconData( - 0xf839, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_right_24_regular = IconData(0xf839, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 16 and regular style. - static const IconData arrow_undo_16_regular = IconData( - 0xfb6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_16_regular = IconData(0xfb6e, 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, - ); + 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, - ); + static const IconData arrow_undo_24_regular = IconData(0xf19a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 32 and regular style. - static const IconData arrow_undo_32_regular = IconData( - 0xfbcb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_32_regular = IconData(0xfbcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 48 and regular style. - static const IconData arrow_undo_48_regular = IconData( - 0xfbcc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_48_regular = IconData(0xfbcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 12 and regular style. - static const IconData arrow_up_12_regular = IconData( - 0x100ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_12_regular = IconData(0x100ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 16 and regular style. - static const IconData arrow_up_16_regular = IconData( - 0xf1b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_16_regular = IconData(0xf1b4, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_up_28_regular = IconData(0xf19d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 32 and regular style. - static const IconData arrow_up_32_regular = IconData( - 0xf1b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_32_regular = IconData(0xf1b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 48 and regular style. - static const IconData arrow_up_48_regular = IconData( - 0xf1b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_48_regular = IconData(0xf1b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_left" in size 16 and regular style. - static const IconData arrow_up_left_16_regular = IconData( - 0xfb6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_16_regular = IconData(0xfb6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_left" in size 20 and regular style. - static const IconData arrow_up_left_20_regular = IconData( - 0xfb70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_20_regular = IconData(0xfb70, 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, - ); + static const IconData arrow_up_left_24_regular = IconData(0xf1a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_up_left" in size 48 and regular style. - static const IconData arrow_up_left_48_regular = IconData( - 0x103f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_48_regular = IconData(0x103f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 16 and regular style. - static const IconData arrow_up_right_16_regular = IconData( - 0xf8eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_16_regular = IconData(0xf8eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 20 and regular style. - static const IconData arrow_up_right_20_regular = IconData( - 0xfda4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_20_regular = IconData(0xfda4, 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, - ); + static const IconData arrow_up_right_24_regular = IconData(0xf1a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_up_right" in size 32 and regular style. - static const IconData arrow_up_right_32_regular = IconData( - 0x101cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_32_regular = IconData(0x101cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 48 and regular style. - static const IconData arrow_up_right_48_regular = IconData( - 0x103f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_48_regular = IconData(0x103f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_upload" in size 16 and regular style. - static const IconData arrow_upload_16_regular = IconData( - 0xfe3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_upload_16_regular = IconData(0xfe3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_upload_24_regular = IconData(0xf1a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_wrap" in size 20 and regular style. - static const IconData arrow_wrap_20_regular = IconData( - 0x10110, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_wrap_20_regular = IconData(0x10110, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrow_wrap_off" in size 20 and regular style. - static const IconData arrow_wrap_off_20_regular = IconData( - 0x10111, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrow_wrap_off_20_regular = IconData(0x10111, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "arrows_bidirectional" in size 20 and regular style. - static const IconData arrows_bidirectional_20_regular = IconData( - 0x102c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData arrows_bidirectional_20_regular = IconData(0x102c0, 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, - ); + static const IconData arrows_bidirectional_24_regular = IconData(0xf1a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "attach" in size 12 and regular style. - static const IconData attach_12_regular = IconData( - 0xfe40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData attach_12_regular = IconData(0xfe40, 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, - ); + 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, - ); + 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, - ); + static const IconData attach_24_regular = IconData(0xf1aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "attach_arrow_right" in size 20 and regular style. - static const IconData attach_arrow_right_20_regular = IconData( - 0xf8ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData attach_arrow_right_20_regular = IconData(0xf8ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "attach_arrow_right" in size 24 and regular style. - static const IconData attach_arrow_right_24_regular = IconData( - 0xf8ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData attach_arrow_right_24_regular = IconData(0xf8ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "attach_text" in size 20 and regular style. - static const IconData attach_text_20_regular = IconData( - 0x102c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData attach_text_20_regular = IconData(0x102c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "attach_text" in size 24 and regular style. - static const IconData attach_text_24_regular = IconData( - 0xf8ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData attach_text_24_regular = IconData(0xf8ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_height" in size 20 and regular style. - static const IconData auto_fit_height_20_regular = IconData( - 0x102c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_height_20_regular = IconData(0x102c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_height" in size 24 and regular style. - static const IconData auto_fit_height_24_regular = IconData( - 0xfbcf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_height_24_regular = IconData(0xfbcf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_width" in size 20 and regular style. - static const IconData auto_fit_width_20_regular = IconData( - 0x102c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_width_20_regular = IconData(0x102c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_width" in size 24 and regular style. - static const IconData auto_fit_width_24_regular = IconData( - 0xfbd0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_width_24_regular = IconData(0xfbd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "autocorrect" in size 20 and regular style. - static const IconData autocorrect_20_regular = IconData( - 0x102c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData autocorrect_20_regular = IconData(0x102c4, 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, - ); + static const IconData autocorrect_24_regular = IconData(0xf1ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "autofit_content" in size 24 and regular style. - static const IconData autofit_content_24_regular = IconData( - 0xf8ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData autofit_content_24_regular = IconData(0xf8ef, 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, - ); + 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, - ); + static const IconData autosum_24_regular = IconData(0xf1b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 12 and regular style. - static const IconData backpack_12_regular = IconData( - 0xf8f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_12_regular = IconData(0xf8f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 16 and regular style. - static const IconData backpack_16_regular = IconData( - 0xf8f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_16_regular = IconData(0xf8f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 20 and regular style. - static const IconData backpack_20_regular = IconData( - 0xf8f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_20_regular = IconData(0xf8f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 24 and regular style. - static const IconData backpack_24_regular = IconData( - 0xf8f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_24_regular = IconData(0xf8f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 28 and regular style. - static const IconData backpack_28_regular = IconData( - 0xf8f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_28_regular = IconData(0xf8f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 32 and regular style. - static const IconData backpack_32_regular = IconData( - 0xfda5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_32_regular = IconData(0xfda5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 48 and regular style. - static const IconData backpack_48_regular = IconData( - 0xf8f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_48_regular = IconData(0xf8f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 20 and regular style. - static const IconData backpack_add_20_regular = IconData( - 0xfb71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_20_regular = IconData(0xfb71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 24 and regular style. - static const IconData backpack_add_24_regular = IconData( - 0xfb72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_24_regular = IconData(0xfb72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 28 and regular style. - static const IconData backpack_add_28_regular = IconData( - 0xfb73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_28_regular = IconData(0xfb73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 48 and regular style. - static const IconData backpack_add_48_regular = IconData( - 0xfb74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_48_regular = IconData(0xfb74, 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, - ); + 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, - ); + static const IconData backspace_24_regular = IconData(0xf1b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "badge" in size 20 and regular style. - static const IconData badge_20_regular = IconData( - 0x102c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData badge_20_regular = IconData(0x102c5, 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, - ); + static const IconData badge_24_regular = IconData(0xf1b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "balloon" in size 12 and regular style. - static const IconData balloon_12_regular = IconData( - 0x10132, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData balloon_12_regular = IconData(0x10132, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "balloon" in size 16 and regular style. - static const IconData balloon_16_regular = IconData( - 0xf8f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData balloon_16_regular = IconData(0xf8f6, 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, - ); + 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, - ); + static const IconData balloon_24_regular = IconData(0xf1b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "barcode_scanner" in size 20 and regular style. - static const IconData barcode_scanner_20_regular = IconData( - 0xf1ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData barcode_scanner_20_regular = IconData(0xf1ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "barcode_scanner" in size 24 and regular style. - static const IconData barcode_scanner_24_regular = IconData( - 0xf1e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData barcode_scanner_24_regular = IconData(0xf1e4, 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, - ); + 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, - ); + static const IconData battery_0_24_regular = IconData(0xf1bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery_10" in size 20 and regular style. - static const IconData battery_10_20_regular = IconData( - 0x1030a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_10_20_regular = IconData(0x1030a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery_10" in size 24 and regular style. - static const IconData battery_10_24_regular = IconData( - 0x104ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_10_24_regular = IconData(0x104ab, 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, - ); + 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, - ); + static const IconData battery_1_24_regular = IconData(0xf1be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery" in size 20 and regular style. - static const IconData battery_20_regular = IconData( - 0x1030b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_20_regular = IconData(0x1030b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData battery_charge_24_regular = IconData(0xf1d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery_checkmark" in size 20 and regular style. - static const IconData battery_checkmark_20_regular = IconData( - 0x102c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_checkmark_20_regular = IconData(0x102c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery_checkmark" in size 24 and regular style. - static const IconData battery_checkmark_24_regular = IconData( - 0xfff1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_checkmark_24_regular = IconData(0xfff1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData battery_saver_24_regular = IconData(0xf1d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "battery_warning" in size 20 and regular style. - static const IconData battery_warning_20_regular = IconData( - 0x102c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData battery_warning_20_regular = IconData(0x102c7, 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, - ); + static const IconData battery_warning_24_regular = IconData(0xf1d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 16 and regular style. - static const IconData beach_16_regular = IconData( - 0xfd15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_16_regular = IconData(0xfd15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 20 and regular style. - static const IconData beach_20_regular = IconData( - 0xfd16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_20_regular = IconData(0xfd16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 24 and regular style. - static const IconData beach_24_regular = IconData( - 0xfd17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_24_regular = IconData(0xfd17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 28 and regular style. - static const IconData beach_28_regular = IconData( - 0xfd18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_28_regular = IconData(0xfd18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 32 and regular style. - static const IconData beach_32_regular = IconData( - 0x1030c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_32_regular = IconData(0x1030c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 48 and regular style. - static const IconData beach_48_regular = IconData( - 0x1030d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beach_48_regular = IconData(0x1030d, 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, - ); + 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, - ); + 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, - ); + static const IconData beaker_24_regular = IconData(0xf1d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beaker_edit" in size 20 and regular style. - static const IconData beaker_edit_20_regular = IconData( - 0xf1e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beaker_edit_20_regular = IconData(0xf1e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "beaker_edit" in size 24 and regular style. - static const IconData beaker_edit_24_regular = IconData( - 0xf1e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData beaker_edit_24_regular = IconData(0xf1e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bed" in size 16 and regular style. - static const IconData bed_16_regular = IconData( - 0xf8f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bed_16_regular = IconData(0xf8f7, 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, - ); + 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, - ); + static const IconData bed_24_regular = IconData(0xf1da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve" in size 20 and regular style. - static const IconData bezier_curve_20_regular = IconData( - 0x102c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_20_regular = IconData(0x102c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve_square" in size 12 and regular style. - static const IconData bezier_curve_square_12_regular = IconData( - 0x100ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_square_12_regular = IconData(0x100ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve_square" in size 20 and regular style. - static const IconData bezier_curve_square_20_regular = IconData( - 0x104ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_square_20_regular = IconData(0x104ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bin_full" in size 20 and regular style. - static const IconData bin_full_20_regular = IconData( - 0xff32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bin_full_20_regular = IconData(0xff32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bin_full" in size 24 and regular style. - static const IconData bin_full_24_regular = IconData( - 0xff33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bin_full_24_regular = IconData(0xff33, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData bluetooth_24_regular = IconData(0xf1df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bluetooth" in size 28 and regular style. - static const IconData bluetooth_28_regular = IconData( - 0xf8f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_28_regular = IconData(0xf8f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_connected" in size 20 and regular style. - static const IconData bluetooth_connected_20_regular = IconData( - 0x102c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_connected_20_regular = IconData(0x102c9, 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, - ); + static const IconData bluetooth_connected_24_regular = IconData(0xf1e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_disabled" in size 20 and regular style. - static const IconData bluetooth_disabled_20_regular = IconData( - 0x102ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_disabled_20_regular = IconData(0x102ca, 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, - ); + static const IconData bluetooth_disabled_24_regular = IconData(0xf1e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_searching" in size 20 and regular style. - static const IconData bluetooth_searching_20_regular = IconData( - 0x102cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_searching_20_regular = IconData(0x102cb, 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, - ); + static const IconData bluetooth_searching_24_regular = IconData(0xf1e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 16 and regular style. - static const IconData blur_16_regular = IconData( - 0xf8f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData blur_16_regular = IconData(0xf8f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 20 and regular style. - static const IconData blur_20_regular = IconData( - 0xf8fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData blur_20_regular = IconData(0xf8fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 24 and regular style. - static const IconData blur_24_regular = IconData( - 0xf8fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData blur_24_regular = IconData(0xf8fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 28 and regular style. - static const IconData blur_28_regular = IconData( - 0xf8fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData blur_28_regular = IconData(0xf8fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board" in size 16 and regular style. - static const IconData board_16_regular = IconData( - 0xfe41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_16_regular = IconData(0xfe41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board" in size 20 and regular style. - static const IconData board_20_regular = IconData( - 0xfe42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_20_regular = IconData(0xfe42, 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, - ); + static const IconData board_24_regular = IconData(0xf1e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board" in size 28 and regular style. - static const IconData board_28_regular = IconData( - 0xfe43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_28_regular = IconData(0xfe43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_games" in size 20 and regular style. - static const IconData board_games_20_regular = IconData( - 0x104da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_games_20_regular = IconData(0x104da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 16 and regular style. - static const IconData board_heart_16_regular = IconData( - 0x10453, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_16_regular = IconData(0x10453, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 20 and regular style. - static const IconData board_heart_20_regular = IconData( - 0x10454, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_20_regular = IconData(0x10454, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 24 and regular style. - static const IconData board_heart_24_regular = IconData( - 0x10455, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_24_regular = IconData(0x10455, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 16 and regular style. - static const IconData board_split_16_regular = IconData( - 0xfe44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_split_16_regular = IconData(0xfe44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 20 and regular style. - static const IconData board_split_20_regular = IconData( - 0xfe45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_split_20_regular = IconData(0xfe45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 24 and regular style. - static const IconData board_split_24_regular = IconData( - 0xfe46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_split_24_regular = IconData(0xfe46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 28 and regular style. - static const IconData board_split_28_regular = IconData( - 0xfe47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_split_28_regular = IconData(0xfe47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 48 and regular style. - static const IconData board_split_48_regular = IconData( - 0xfe48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData board_split_48_regular = IconData(0xfe48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book" in size 20 and regular style. - static const IconData book_20_regular = IconData( - 0xf8fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_20_regular = IconData(0xf8fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book" in size 24 and regular style. - static const IconData book_24_regular = IconData( - 0xf8fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_24_regular = IconData(0xf8fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_add" in size 20 and regular style. - static const IconData book_add_20_regular = IconData( - 0xf8ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_add_20_regular = IconData(0xf8ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_add" in size 24 and regular style. - static const IconData book_add_24_regular = IconData( - 0xf900, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_add_24_regular = IconData(0xf900, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_arrow_clockwise" in size 20 and regular style. - static const IconData book_arrow_clockwise_20_regular = IconData( - 0x103f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_arrow_clockwise_20_regular = IconData(0x103f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_arrow_clockwise" in size 24 and regular style. - static const IconData book_arrow_clockwise_24_regular = IconData( - 0x103f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_arrow_clockwise_24_regular = IconData(0x103f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_clock" in size 20 and regular style. - static const IconData book_clock_20_regular = IconData( - 0x1030e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_clock_20_regular = IconData(0x1030e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_clock" in size 24 and regular style. - static const IconData book_clock_24_regular = IconData( - 0xf901, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_clock_24_regular = IconData(0xf901, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_coins" in size 20 and regular style. - static const IconData book_coins_20_regular = IconData( - 0x1030f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_coins_20_regular = IconData(0x1030f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_coins" in size 24 and regular style. - static const IconData book_coins_24_regular = IconData( - 0xf902, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_coins_24_regular = IconData(0xf902, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_compass" in size 20 and regular style. - static const IconData book_compass_20_regular = IconData( - 0x10310, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_compass_20_regular = IconData(0x10310, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_compass" in size 24 and regular style. - static const IconData book_compass_24_regular = IconData( - 0xf903, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_compass_24_regular = IconData(0xf903, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 20 and regular style. - static const IconData book_contacts_20_regular = IconData( - 0xfcc3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_20_regular = IconData(0xfcc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 24 and regular style. - static const IconData book_contacts_24_regular = IconData( - 0xfcc4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_24_regular = IconData(0xfcc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 28 and regular style. - static const IconData book_contacts_28_regular = IconData( - 0xfcc5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_28_regular = IconData(0xfcc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 32 and regular style. - static const IconData book_contacts_32_regular = IconData( - 0xfda6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_32_regular = IconData(0xfda6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_database" in size 20 and regular style. - static const IconData book_database_20_regular = IconData( - 0x10311, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_database_20_regular = IconData(0x10311, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_database" in size 24 and regular style. - static const IconData book_database_24_regular = IconData( - 0xf904, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_database_24_regular = IconData(0xf904, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_exclamation_mark" in size 20 and regular style. - static const IconData book_exclamation_mark_20_regular = IconData( - 0x10312, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_exclamation_mark_20_regular = IconData(0x10312, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_exclamation_mark" in size 24 and regular style. - static const IconData book_exclamation_mark_24_regular = IconData( - 0xf905, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_exclamation_mark_24_regular = IconData(0xf905, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_globe" in size 20 and regular style. - static const IconData book_globe_20_regular = IconData( - 0x10313, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_globe_20_regular = IconData(0x10313, 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, - ); + static const IconData book_globe_24_regular = IconData(0xf1f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_information" in size 20 and regular style. - static const IconData book_information_20_regular = IconData( - 0x10314, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_information_20_regular = IconData(0x10314, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_information" in size 24 and regular style. - static const IconData book_information_24_regular = IconData( - 0xf906, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_information_24_regular = IconData(0xf906, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_letter" in size 20 and regular style. - static const IconData book_letter_20_regular = IconData( - 0x10315, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_letter_20_regular = IconData(0x10315, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_letter" in size 24 and regular style. - static const IconData book_letter_24_regular = IconData( - 0xf907, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_letter_24_regular = IconData(0xf907, 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, - ); + 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, - ); + 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, - ); + static const IconData book_number_24_regular = IconData(0xf1f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 16 and regular style. - static const IconData book_open_16_regular = IconData( - 0xfff2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_16_regular = IconData(0xfff2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 20 and regular style. - static const IconData book_open_20_regular = IconData( - 0xf908, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_20_regular = IconData(0xf908, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 24 and regular style. - static const IconData book_open_24_regular = IconData( - 0xf909, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_24_regular = IconData(0xf909, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 28 and regular style. - static const IconData book_open_28_regular = IconData( - 0xfea6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_28_regular = IconData(0xfea6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 32 and regular style. - static const IconData book_open_32_regular = IconData( - 0xfea7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_32_regular = IconData(0xfea7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 48 and regular style. - static const IconData book_open_48_regular = IconData( - 0xfea8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_48_regular = IconData(0xfea8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_globe" in size 20 and regular style. - static const IconData book_open_globe_20_regular = IconData( - 0xfcc6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_globe_20_regular = IconData(0xfcc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_globe" in size 24 and regular style. - static const IconData book_open_globe_24_regular = IconData( - 0xf90a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_globe_24_regular = IconData(0xf90a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 20 and regular style. - static const IconData book_open_microphone_20_regular = IconData( - 0xfea9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_20_regular = IconData(0xfea9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 24 and regular style. - static const IconData book_open_microphone_24_regular = IconData( - 0xfeaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_24_regular = IconData(0xfeaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 28 and regular style. - static const IconData book_open_microphone_28_regular = IconData( - 0xfeab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_28_regular = IconData(0xfeab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 32 and regular style. - static const IconData book_open_microphone_32_regular = IconData( - 0xfeac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_32_regular = IconData(0xfeac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 48 and regular style. - static const IconData book_open_microphone_48_regular = IconData( - 0xfead, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_48_regular = IconData(0xfead, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_pulse" in size 20 and regular style. - static const IconData book_pulse_20_regular = IconData( - 0x10316, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_pulse_20_regular = IconData(0x10316, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_pulse" in size 24 and regular style. - static const IconData book_pulse_24_regular = IconData( - 0xf90b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_pulse_24_regular = IconData(0xf90b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark" in size 20 and regular style. - static const IconData book_question_mark_20_regular = IconData( - 0x10317, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_20_regular = IconData(0x10317, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark" in size 24 and regular style. - static const IconData book_question_mark_24_regular = IconData( - 0xf90c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_24_regular = IconData(0xf90c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark_rtl" in size 20 and regular style. - static const IconData book_question_mark_rtl_20_regular = IconData( - 0x10318, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_rtl_20_regular = IconData(0x10318, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark_rtl" in size 24 and regular style. - static const IconData book_question_mark_rtl_24_regular = IconData( - 0xf83a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_rtl_24_regular = IconData(0xf83a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_search" in size 20 and regular style. - static const IconData book_search_20_regular = IconData( - 0x10319, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_search_20_regular = IconData(0x10319, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_search" in size 24 and regular style. - static const IconData book_search_24_regular = IconData( - 0xf90d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_search_24_regular = IconData(0xf90d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_star" in size 20 and regular style. - static const IconData book_star_20_regular = IconData( - 0x1031a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_star_20_regular = IconData(0x1031a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_star" in size 24 and regular style. - static const IconData book_star_24_regular = IconData( - 0xf90e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_star_24_regular = IconData(0xf90e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_template" in size 20 and regular style. - static const IconData book_template_20_regular = IconData( - 0x10605, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_template_20_regular = IconData(0x10605, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_theta" in size 20 and regular style. - static const IconData book_theta_20_regular = IconData( - 0x1031b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_theta_20_regular = IconData(0x1031b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_theta" in size 24 and regular style. - static const IconData book_theta_24_regular = IconData( - 0xf90f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_theta_24_regular = IconData(0xf90f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_toolbox" in size 20 and regular style. - static const IconData book_toolbox_20_regular = IconData( - 0xf1e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_toolbox_20_regular = IconData(0xf1e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "book_toolbox" in size 24 and regular style. - static const IconData book_toolbox_24_regular = IconData( - 0xff34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData book_toolbox_24_regular = IconData(0xff34, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData bookmark_28_regular = IconData(0xf1f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark" in size 32 and regular style. - static const IconData bookmark_32_regular = IconData( - 0xfda7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_32_regular = IconData(0xfda7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_add" in size 20 and regular style. - static const IconData bookmark_add_20_regular = IconData( - 0xf1e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_add_20_regular = IconData(0xf1e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_add" in size 24 and regular style. - static const IconData bookmark_add_24_regular = IconData( - 0xf1e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_add_24_regular = IconData(0xf1e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 16 and regular style. - static const IconData bookmark_multiple_16_regular = IconData( - 0x102cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_16_regular = IconData(0x102cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 20 and regular style. - static const IconData bookmark_multiple_20_regular = IconData( - 0xfb29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_20_regular = IconData(0xfb29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 24 and regular style. - static const IconData bookmark_multiple_24_regular = IconData( - 0xfda8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_24_regular = IconData(0xfda8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 28 and regular style. - static const IconData bookmark_multiple_28_regular = IconData( - 0x102cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_28_regular = IconData(0x102cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 32 and regular style. - static const IconData bookmark_multiple_32_regular = IconData( - 0x102ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_32_regular = IconData(0x102ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 48 and regular style. - static const IconData bookmark_multiple_48_regular = IconData( - 0x102cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_48_regular = IconData(0x102cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_off" in size 20 and regular style. - static const IconData bookmark_off_20_regular = IconData( - 0x1031c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_off_20_regular = IconData(0x1031c, 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, - ); + static const IconData bookmark_off_24_regular = IconData(0xf1f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_search" in size 20 and regular style. - static const IconData bookmark_search_20_regular = IconData( - 0x1024d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_search_20_regular = IconData(0x1024d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bookmark_search" in size 24 and regular style. - static const IconData bookmark_search_24_regular = IconData( - 0x1024e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_search_24_regular = IconData(0x1024e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border" in size 24 and regular style. - static const IconData border_24_regular = IconData( - 0xfbd1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_24_regular = IconData(0xfbd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 16 and regular style. - static const IconData border_all_16_regular = IconData( - 0x100af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_all_16_regular = IconData(0x100af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 20 and regular style. - static const IconData border_all_20_regular = IconData( - 0x100b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_all_20_regular = IconData(0x100b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 24 and regular style. - static const IconData border_all_24_regular = IconData( - 0xf910, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_all_24_regular = IconData(0xf910, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom" in size 20 and regular style. - static const IconData border_bottom_20_regular = IconData( - 0x1031d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_20_regular = IconData(0x1031d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom" in size 24 and regular style. - static const IconData border_bottom_24_regular = IconData( - 0xf911, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_24_regular = IconData(0xf911, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_double" in size 20 and regular style. - static const IconData border_bottom_double_20_regular = IconData( - 0x1031e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_double_20_regular = IconData(0x1031e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_double" in size 24 and regular style. - static const IconData border_bottom_double_24_regular = IconData( - 0xf912, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_double_24_regular = IconData(0xf912, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_thick" in size 20 and regular style. - static const IconData border_bottom_thick_20_regular = IconData( - 0x1031f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_thick_20_regular = IconData(0x1031f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_thick" in size 24 and regular style. - static const IconData border_bottom_thick_24_regular = IconData( - 0xf913, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_thick_24_regular = IconData(0xf913, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_left" in size 20 and regular style. - static const IconData border_left_20_regular = IconData( - 0x10320, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_left_20_regular = IconData(0x10320, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_left" in size 24 and regular style. - static const IconData border_left_24_regular = IconData( - 0xf914, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_left_24_regular = IconData(0xf914, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_left_right" in size 20 and regular style. - static const IconData border_left_right_20_regular = IconData( - 0x10606, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_left_right_20_regular = IconData(0x10606, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_left_right" in size 24 and regular style. - static const IconData border_left_right_24_regular = IconData( - 0x10607, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_left_right_24_regular = IconData(0x10607, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_none" in size 20 and regular style. - static const IconData border_none_20_regular = IconData( - 0x10321, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_none_20_regular = IconData(0x10321, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_none" in size 24 and regular style. - static const IconData border_none_24_regular = IconData( - 0x104ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_none_24_regular = IconData(0x104ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_outside" in size 20 and regular style. - static const IconData border_outside_20_regular = IconData( - 0x10322, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_20_regular = IconData(0x10322, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_outside" in size 24 and regular style. - static const IconData border_outside_24_regular = IconData( - 0xf916, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_24_regular = IconData(0xf916, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_outside_thick" in size 20 and regular style. - static const IconData border_outside_thick_20_regular = IconData( - 0x10323, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_thick_20_regular = IconData(0x10323, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_outside_thick" in size 24 and regular style. - static const IconData border_outside_thick_24_regular = IconData( - 0xf917, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_thick_24_regular = IconData(0xf917, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_right" in size 20 and regular style. - static const IconData border_right_20_regular = IconData( - 0x10324, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_right_20_regular = IconData(0x10324, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_right" in size 24 and regular style. - static const IconData border_right_24_regular = IconData( - 0xf918, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_right_24_regular = IconData(0xf918, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top" in size 20 and regular style. - static const IconData border_top_20_regular = IconData( - 0x10325, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_20_regular = IconData(0x10325, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top" in size 24 and regular style. - static const IconData border_top_24_regular = IconData( - 0xf919, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_24_regular = IconData(0xf919, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom" in size 20 and regular style. - static const IconData border_top_bottom_20_regular = IconData( - 0x10326, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_20_regular = IconData(0x10326, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom" in size 24 and regular style. - static const IconData border_top_bottom_24_regular = IconData( - 0xf91a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_24_regular = IconData(0xf91a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_double" in size 20 and regular style. - static const IconData border_top_bottom_double_20_regular = IconData( - 0x10327, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_double_20_regular = IconData(0x10327, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_double" in size 24 and regular style. - static const IconData border_top_bottom_double_24_regular = IconData( - 0xf91b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_double_24_regular = IconData(0xf91b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_thick" in size 20 and regular style. - static const IconData border_top_bottom_thick_20_regular = IconData( - 0x10328, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_thick_20_regular = IconData(0x10328, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_thick" in size 24 and regular style. - static const IconData border_top_bottom_thick_24_regular = IconData( - 0xf91c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_thick_24_regular = IconData(0xf91c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bot" in size 20 and regular style. - static const IconData bot_20_regular = IconData( - 0xfb75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bot_20_regular = IconData(0xfb75, 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, - ); + static const IconData bot_24_regular = IconData(0xf1f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bot_add" in size 20 and regular style. - static const IconData bot_add_20_regular = IconData( - 0xfd8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bot_add_20_regular = IconData(0xfd8b, 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, - ); + static const IconData bot_add_24_regular = IconData(0xf1fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 16 and regular style. - static const IconData bowl_chopsticks_16_regular = IconData( - 0xf1ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_16_regular = IconData(0xf1ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 20 and regular style. - static const IconData bowl_chopsticks_20_regular = IconData( - 0xf1eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_20_regular = IconData(0xf1eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 24 and regular style. - static const IconData bowl_chopsticks_24_regular = IconData( - 0xf1ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_24_regular = IconData(0xf1ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 28 and regular style. - static const IconData bowl_chopsticks_28_regular = IconData( - 0xf1ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_28_regular = IconData(0xf1ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box" in size 16 and regular style. - static const IconData box_16_regular = IconData( - 0xff35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_16_regular = IconData(0xff35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box" in size 20 and regular style. - static const IconData box_20_regular = IconData( - 0x1020d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_20_regular = IconData(0x1020d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box" in size 24 and regular style. - static const IconData box_24_regular = IconData( - 0x1020e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_24_regular = IconData(0x1020e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_left" in size 20 and regular style. - static const IconData box_arrow_left_20_regular = IconData( - 0x103f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_left_20_regular = IconData(0x103f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_left" in size 24 and regular style. - static const IconData box_arrow_left_24_regular = IconData( - 0x103f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_left_24_regular = IconData(0x103f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_up" in size 20 and regular style. - static const IconData box_arrow_up_20_regular = IconData( - 0x103f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_up_20_regular = IconData(0x103f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_up" in size 24 and regular style. - static const IconData box_arrow_up_24_regular = IconData( - 0x103f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_up_24_regular = IconData(0x103f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_checkmark" in size 20 and regular style. - static const IconData box_checkmark_20_regular = IconData( - 0x103f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_checkmark_20_regular = IconData(0x103f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_checkmark" in size 24 and regular style. - static const IconData box_checkmark_24_regular = IconData( - 0x103fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_checkmark_24_regular = IconData(0x103fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_dismiss" in size 20 and regular style. - static const IconData box_dismiss_20_regular = IconData( - 0x1020f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_dismiss_20_regular = IconData(0x1020f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_dismiss" in size 24 and regular style. - static const IconData box_dismiss_24_regular = IconData( - 0x10210, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_dismiss_24_regular = IconData(0x10210, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_edit" in size 20 and regular style. - static const IconData box_edit_20_regular = IconData( - 0x101cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_edit_20_regular = IconData(0x101cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_edit" in size 24 and regular style. - static const IconData box_edit_24_regular = IconData( - 0x101ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_edit_24_regular = IconData(0x101ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple" in size 20 and regular style. - static const IconData box_multiple_20_regular = IconData( - 0x103fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_20_regular = IconData(0x103fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple" in size 24 and regular style. - static const IconData box_multiple_24_regular = IconData( - 0x103fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_24_regular = IconData(0x103fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_left" in size 20 and regular style. - static const IconData box_multiple_arrow_left_20_regular = IconData( - 0x103fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_left_20_regular = IconData(0x103fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_left" in size 24 and regular style. - static const IconData box_multiple_arrow_left_24_regular = IconData( - 0x103fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_left_24_regular = IconData(0x103fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_right" in size 20 and regular style. - static const IconData box_multiple_arrow_right_20_regular = IconData( - 0x103ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_right_20_regular = IconData(0x103ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_right" in size 24 and regular style. - static const IconData box_multiple_arrow_right_24_regular = IconData( - 0x10400, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_right_24_regular = IconData(0x10400, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_checkmark" in size 20 and regular style. - static const IconData box_multiple_checkmark_20_regular = IconData( - 0x10401, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_checkmark_20_regular = IconData(0x10401, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_checkmark" in size 24 and regular style. - static const IconData box_multiple_checkmark_24_regular = IconData( - 0x10402, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_checkmark_24_regular = IconData(0x10402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_search" in size 20 and regular style. - static const IconData box_multiple_search_20_regular = IconData( - 0x10403, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_search_20_regular = IconData(0x10403, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_search" in size 24 and regular style. - static const IconData box_multiple_search_24_regular = IconData( - 0x10404, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_search_24_regular = IconData(0x10404, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_search" in size 20 and regular style. - static const IconData box_search_20_regular = IconData( - 0x10405, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_search_20_regular = IconData(0x10405, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_search" in size 24 and regular style. - static const IconData box_search_24_regular = IconData( - 0x10406, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_search_24_regular = IconData(0x10406, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_toolbox" in size 20 and regular style. - static const IconData box_toolbox_20_regular = IconData( - 0x101cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_toolbox_20_regular = IconData(0x101cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "box_toolbox" in size 24 and regular style. - static const IconData box_toolbox_24_regular = IconData( - 0x101d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData box_toolbox_24_regular = IconData(0x101d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "braces" in size 20 and regular style. - static const IconData braces_20_regular = IconData( - 0x100b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData braces_20_regular = IconData(0x100b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "braces" in size 24 and regular style. - static const IconData braces_24_regular = IconData( - 0x10456, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData braces_24_regular = IconData(0x10456, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "braces_variable" in size 20 and regular style. - static const IconData braces_variable_20_regular = IconData( - 0xff36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData braces_variable_20_regular = IconData(0xff36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "braces_variable" in size 24 and regular style. - static const IconData braces_variable_24_regular = IconData( - 0xff37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData braces_variable_24_regular = IconData(0xff37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brain_circuit" in size 20 and regular style. - static const IconData brain_circuit_20_regular = IconData( - 0xf1ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brain_circuit_20_regular = IconData(0xf1ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brain_circuit" in size 24 and regular style. - static const IconData brain_circuit_24_regular = IconData( - 0xf83b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brain_circuit_24_regular = IconData(0xf83b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch" in size 20 and regular style. - static const IconData branch_20_regular = IconData( - 0x10329, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_20_regular = IconData(0x10329, 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, - ); + static const IconData branch_24_regular = IconData(0xf1fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 16 and regular style. - static const IconData branch_compare_16_regular = IconData( - 0xfda9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_16_regular = IconData(0xfda9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 20 and regular style. - static const IconData branch_compare_20_regular = IconData( - 0xfdaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_20_regular = IconData(0xfdaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 24 and regular style. - static const IconData branch_compare_24_regular = IconData( - 0xfdab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_24_regular = IconData(0xfdab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 16 and regular style. - static const IconData branch_fork_16_regular = IconData( - 0xfdac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_16_regular = IconData(0xfdac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 20 and regular style. - static const IconData branch_fork_20_regular = IconData( - 0xfdad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_20_regular = IconData(0xfdad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 24 and regular style. - static const IconData branch_fork_24_regular = IconData( - 0xfdae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_24_regular = IconData(0xfdae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_hint" in size 20 and regular style. - static const IconData branch_fork_hint_20_regular = IconData( - 0x102d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_hint_20_regular = IconData(0x102d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_hint" in size 24 and regular style. - static const IconData branch_fork_hint_24_regular = IconData( - 0x102d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_hint_24_regular = IconData(0x102d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_link" in size 20 and regular style. - static const IconData branch_fork_link_20_regular = IconData( - 0x102d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_link_20_regular = IconData(0x102d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_link" in size 24 and regular style. - static const IconData branch_fork_link_24_regular = IconData( - 0x102d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_link_24_regular = IconData(0x102d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 20 and regular style. - static const IconData breakout_room_20_regular = IconData( - 0xfbac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_20_regular = IconData(0xfbac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 24 and regular style. - static const IconData breakout_room_24_regular = IconData( - 0x10457, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_24_regular = IconData(0x10457, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 28 and regular style. - static const IconData breakout_room_28_regular = IconData( - 0x10458, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_28_regular = IconData(0x10458, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 12 and regular style. - static const IconData briefcase_12_regular = IconData( - 0xf91d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_12_regular = IconData(0xf91d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 16 and regular style. - static const IconData briefcase_16_regular = IconData( - 0xff38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_16_regular = IconData(0xff38, 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, - ); + 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, - ); + static const IconData briefcase_24_regular = IconData(0xf1fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 28 and regular style. - static const IconData briefcase_28_regular = IconData( - 0xfb2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_28_regular = IconData(0xfb2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 32 and regular style. - static const IconData briefcase_32_regular = IconData( - 0xf91e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_32_regular = IconData(0xf91e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 48 and regular style. - static const IconData briefcase_48_regular = IconData( - 0xfb2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_48_regular = IconData(0xfb2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 16 and regular style. - static const IconData briefcase_medical_16_regular = IconData( - 0xff39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_16_regular = IconData(0xff39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 20 and regular style. - static const IconData briefcase_medical_20_regular = IconData( - 0xf1ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_20_regular = IconData(0xf1ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 24 and regular style. - static const IconData briefcase_medical_24_regular = IconData( - 0xfbd2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_24_regular = IconData(0xfbd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 32 and regular style. - static const IconData briefcase_medical_32_regular = IconData( - 0xfbd3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_32_regular = IconData(0xfbd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 16 and regular style. - static const IconData briefcase_off_16_regular = IconData( - 0xfeae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_16_regular = IconData(0xfeae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 20 and regular style. - static const IconData briefcase_off_20_regular = IconData( - 0xfeaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_20_regular = IconData(0xfeaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 24 and regular style. - static const IconData briefcase_off_24_regular = IconData( - 0xfeb0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_24_regular = IconData(0xfeb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 28 and regular style. - static const IconData briefcase_off_28_regular = IconData( - 0xfeb1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_28_regular = IconData(0xfeb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 32 and regular style. - static const IconData briefcase_off_32_regular = IconData( - 0xfeb2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_32_regular = IconData(0xfeb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 48 and regular style. - static const IconData briefcase_off_48_regular = IconData( - 0xfeb3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_48_regular = IconData(0xfeb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 16 and regular style. - static const IconData brightness_high_16_regular = IconData( - 0x1032a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_16_regular = IconData(0x1032a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 20 and regular style. - static const IconData brightness_high_20_regular = IconData( - 0x1032b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_20_regular = IconData(0x1032b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 24 and regular style. - static const IconData brightness_high_24_regular = IconData( - 0x1032c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_24_regular = IconData(0x1032c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 28 and regular style. - static const IconData brightness_high_28_regular = IconData( - 0x1032d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_28_regular = IconData(0x1032d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 32 and regular style. - static const IconData brightness_high_32_regular = IconData( - 0x1032e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_32_regular = IconData(0x1032e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 48 and regular style. - static const IconData brightness_high_48_regular = IconData( - 0x1032f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_48_regular = IconData(0x1032f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 16 and regular style. - static const IconData brightness_low_16_regular = IconData( - 0x10330, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_16_regular = IconData(0x10330, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 20 and regular style. - static const IconData brightness_low_20_regular = IconData( - 0x10331, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_20_regular = IconData(0x10331, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 24 and regular style. - static const IconData brightness_low_24_regular = IconData( - 0x10332, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_24_regular = IconData(0x10332, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 28 and regular style. - static const IconData brightness_low_28_regular = IconData( - 0x10333, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_28_regular = IconData(0x10333, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 32 and regular style. - static const IconData brightness_low_32_regular = IconData( - 0x10334, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_32_regular = IconData(0x10334, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 48 and regular style. - static const IconData brightness_low_48_regular = IconData( - 0x10335, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_48_regular = IconData(0x10335, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "broad_activity_feed" in size 16 and regular style. - static const IconData broad_activity_feed_16_regular = IconData( - 0xfff3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData broad_activity_feed_16_regular = IconData(0xfff3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "broad_activity_feed" in size 20 and regular style. - static const IconData broad_activity_feed_20_regular = IconData( - 0xfff4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData broad_activity_feed_20_regular = IconData(0xfff4, 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, - ); + static const IconData broad_activity_feed_24_regular = IconData(0xf200, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "broom" in size 16 and regular style. - static const IconData broom_16_regular = IconData( - 0xf1fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData broom_16_regular = IconData(0xf1fe, 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, - ); + 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, - ); + static const IconData broom_24_regular = IconData(0xf202, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 16 and regular style. - static const IconData bug_16_regular = IconData( - 0xf921, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bug_16_regular = IconData(0xf921, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 20 and regular style. - static const IconData bug_20_regular = IconData( - 0xf922, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bug_20_regular = IconData(0xf922, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 24 and regular style. - static const IconData bug_24_regular = IconData( - 0xf923, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData bug_24_regular = IconData(0xf923, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building" in size 16 and regular style. - static const IconData building_16_regular = IconData( - 0xfd19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_16_regular = IconData(0xfd19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building" in size 20 and regular style. - static const IconData building_20_regular = IconData( - 0xfb2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_20_regular = IconData(0xfb2c, 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, - ); + static const IconData building_24_regular = IconData(0xf205, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 16 and regular style. - static const IconData building_bank_16_regular = IconData( - 0xf924, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_16_regular = IconData(0xf924, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 20 and regular style. - static const IconData building_bank_20_regular = IconData( - 0xf925, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_20_regular = IconData(0xf925, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 24 and regular style. - static const IconData building_bank_24_regular = IconData( - 0xf926, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_24_regular = IconData(0xf926, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 28 and regular style. - static const IconData building_bank_28_regular = IconData( - 0xfeb4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_28_regular = IconData(0xfeb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 48 and regular style. - static const IconData building_bank_48_regular = IconData( - 0xfeb5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_48_regular = IconData(0xfeb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 16 and regular style. - static const IconData building_bank_link_16_regular = IconData( - 0xfeb6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_16_regular = IconData(0xfeb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 20 and regular style. - static const IconData building_bank_link_20_regular = IconData( - 0xfeb7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_20_regular = IconData(0xfeb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 24 and regular style. - static const IconData building_bank_link_24_regular = IconData( - 0xfeb8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_24_regular = IconData(0xfeb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 28 and regular style. - static const IconData building_bank_link_28_regular = IconData( - 0xfeb9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_28_regular = IconData(0xfeb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 48 and regular style. - static const IconData building_bank_link_48_regular = IconData( - 0xfeba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_48_regular = IconData(0xfeba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_toolbox" in size 20 and regular style. - static const IconData building_bank_toolbox_20_regular = IconData( - 0xf1ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_toolbox_20_regular = IconData(0xf1ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_bank_toolbox" in size 24 and regular style. - static const IconData building_bank_toolbox_24_regular = IconData( - 0xf83c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_toolbox_24_regular = IconData(0xf83c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 16 and regular style. - static const IconData building_factory_16_regular = IconData( - 0x1024f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_16_regular = IconData(0x1024f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 20 and regular style. - static const IconData building_factory_20_regular = IconData( - 0x10250, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_20_regular = IconData(0x10250, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 24 and regular style. - static const IconData building_factory_24_regular = IconData( - 0xfbd4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_24_regular = IconData(0xfbd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 28 and regular style. - static const IconData building_factory_28_regular = IconData( - 0x10251, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_28_regular = IconData(0x10251, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 32 and regular style. - static const IconData building_factory_32_regular = IconData( - 0x10252, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_32_regular = IconData(0x10252, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 48 and regular style. - static const IconData building_factory_48_regular = IconData( - 0x10253, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_48_regular = IconData(0x10253, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 20 and regular style. - static const IconData building_government_20_regular = IconData( - 0x10336, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_government_20_regular = IconData(0x10336, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 24 and regular style. - static const IconData building_government_24_regular = IconData( - 0xf927, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_government_24_regular = IconData(0xf927, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 32 and regular style. - static const IconData building_government_32_regular = IconData( - 0xf928, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_government_32_regular = IconData(0xf928, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 16 and regular style. - static const IconData building_home_16_regular = IconData( - 0x104db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_home_16_regular = IconData(0x104db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 20 and regular style. - static const IconData building_home_20_regular = IconData( - 0x104dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_home_20_regular = IconData(0x104dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 24 and regular style. - static const IconData building_home_24_regular = IconData( - 0x104dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_home_24_regular = IconData(0x104dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_lighthouse" in size 20 and regular style. - static const IconData building_lighthouse_20_regular = IconData( - 0x100b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_lighthouse_20_regular = IconData(0x100b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_multiple" in size 20 and regular style. - static const IconData building_multiple_20_regular = IconData( - 0x10337, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_multiple_20_regular = IconData(0x10337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_multiple" in size 24 and regular style. - static const IconData building_multiple_24_regular = IconData( - 0xf929, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_multiple_24_regular = IconData(0xf929, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail" in size 20 and regular style. - static const IconData building_retail_20_regular = IconData( - 0xff3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_20_regular = IconData(0xff3a, 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, - ); + static const IconData building_retail_24_regular = IconData(0xf209, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_money" in size 20 and regular style. - static const IconData building_retail_money_20_regular = IconData( - 0xff3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_money_20_regular = IconData(0xff3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_money" in size 24 and regular style. - static const IconData building_retail_money_24_regular = IconData( - 0xff3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_money_24_regular = IconData(0xff3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_more" in size 20 and regular style. - static const IconData building_retail_more_20_regular = IconData( - 0x10608, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_more_20_regular = IconData(0x10608, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_shield" in size 20 and regular style. - static const IconData building_retail_shield_20_regular = IconData( - 0xff3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_shield_20_regular = IconData(0xff3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_shield" in size 24 and regular style. - static const IconData building_retail_shield_24_regular = IconData( - 0xff3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_shield_24_regular = IconData(0xff3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_toolbox" in size 20 and regular style. - static const IconData building_retail_toolbox_20_regular = IconData( - 0xff3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_toolbox_20_regular = IconData(0xff3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_retail_toolbox" in size 24 and regular style. - static const IconData building_retail_toolbox_24_regular = IconData( - 0xff40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_toolbox_24_regular = IconData(0xff40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 16 and regular style. - static const IconData building_shop_16_regular = IconData( - 0xf92a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_16_regular = IconData(0xf92a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 20 and regular style. - static const IconData building_shop_20_regular = IconData( - 0xf92b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_20_regular = IconData(0xf92b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 24 and regular style. - static const IconData building_shop_24_regular = IconData( - 0xf92c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_24_regular = IconData(0xf92c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 16 and regular style. - static const IconData building_skyscraper_16_regular = IconData( - 0xf92d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_16_regular = IconData(0xf92d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 20 and regular style. - static const IconData building_skyscraper_20_regular = IconData( - 0xf92e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_20_regular = IconData(0xf92e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 24 and regular style. - static const IconData building_skyscraper_24_regular = IconData( - 0xf92f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_24_regular = IconData(0xf92f, 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, - ); + static const IconData calculator_20_regular = IconData(0xf20a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calculator" in size 24 and regular style. - static const IconData calculator_24_regular = IconData( - 0xfe1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calculator_24_regular = IconData(0xfe1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calculator_arrow_clockwise" in size 20 and regular style. - static const IconData calculator_arrow_clockwise_20_regular = IconData( - 0x10387, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calculator_arrow_clockwise_20_regular = IconData(0x10387, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calculator_arrow_clockwise" in size 24 and regular style. - static const IconData calculator_arrow_clockwise_24_regular = IconData( - 0x10388, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calculator_arrow_clockwise_24_regular = IconData(0x10388, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calculator_multiple" in size 20 and regular style. - static const IconData calculator_multiple_20_regular = IconData( - 0xff41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calculator_multiple_20_regular = IconData(0xff41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calculator_multiple" in size 24 and regular style. - static const IconData calculator_multiple_24_regular = IconData( - 0xff42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calculator_multiple_24_regular = IconData(0xff42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_3_day" in size 16 and regular style. - static const IconData calendar_3_day_16_regular = IconData( - 0xff43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_3_day_16_regular = IconData(0xff43, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_3_day_28_regular = IconData(0xf210, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_add" in size 16 and regular style. - static const IconData calendar_add_16_regular = IconData( - 0x10609, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_add_16_regular = IconData(0x10609, 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, - ); + 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, - ); + static const IconData calendar_add_24_regular = IconData(0xf212, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_add" in size 28 and regular style. - static const IconData calendar_add_28_regular = IconData( - 0x1060a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_add_28_regular = IconData(0x1060a, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_agenda_28_regular = IconData(0xf215, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_down" in size 20 and regular style. - static const IconData calendar_arrow_down_20_regular = IconData( - 0x10389, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_down_20_regular = IconData(0x10389, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_down" in size 24 and regular style. - static const IconData calendar_arrow_down_24_regular = IconData( - 0xfbd5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_down_24_regular = IconData(0xfbd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_right" in size 16 and regular style. - static const IconData calendar_arrow_right_16_regular = IconData( - 0xff44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_right_16_regular = IconData(0xff44, 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, - ); + static const IconData calendar_arrow_right_20_regular = IconData(0xf216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_right" in size 24 and regular style. - static const IconData calendar_arrow_right_24_regular = IconData( - 0x1038a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_right_24_regular = IconData(0x1038a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_assistant" in size 16 and regular style. - static const IconData calendar_assistant_16_regular = IconData( - 0x100b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_assistant_16_regular = IconData(0x100b3, 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, - ); + 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, - ); + static const IconData calendar_assistant_24_regular = IconData(0xf218, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_cancel" in size 16 and regular style. - static const IconData calendar_cancel_16_regular = IconData( - 0xf930, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_cancel_16_regular = IconData(0xf930, 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, - ); + 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, - ); + static const IconData calendar_cancel_24_regular = IconData(0xf21a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_chat" in size 20 and regular style. - static const IconData calendar_chat_20_regular = IconData( - 0x10254, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_chat_20_regular = IconData(0x10254, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_chat" in size 24 and regular style. - static const IconData calendar_chat_24_regular = IconData( - 0x10255, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_chat_24_regular = IconData(0x10255, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_checkmark_24_regular = IconData(0xf8c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_checkmark" in size 28 and regular style. - static const IconData calendar_checkmark_28_regular = IconData( - 0xf85f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_checkmark_28_regular = IconData(0xf85f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_clock" in size 16 and regular style. - static const IconData calendar_clock_16_regular = IconData( - 0xf931, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_clock_16_regular = IconData(0xf931, 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, - ); + 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, - ); + static const IconData calendar_clock_24_regular = IconData(0xf21e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_day" in size 16 and regular style. - static const IconData calendar_day_16_regular = IconData( - 0xff45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_day_16_regular = IconData(0xff45, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_day_28_regular = IconData(0xf224, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 16 and regular style. - static const IconData calendar_edit_16_regular = IconData( - 0xfd1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_16_regular = IconData(0xfd1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 20 and regular style. - static const IconData calendar_edit_20_regular = IconData( - 0xfd1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_20_regular = IconData(0xfd1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 24 and regular style. - static const IconData calendar_edit_24_regular = IconData( - 0xfd1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_24_regular = IconData(0xfd1c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_empty_28_regular = IconData(0xf228, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_empty" in size 32 and regular style. - static const IconData calendar_empty_32_regular = IconData( - 0xfe49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_empty_32_regular = IconData(0xfe49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_error" in size 20 and regular style. - static const IconData calendar_error_20_regular = IconData( - 0x1038b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_error_20_regular = IconData(0x1038b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_error" in size 24 and regular style. - static const IconData calendar_error_24_regular = IconData( - 0x10047, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_error_24_regular = IconData(0x10047, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_info" in size 16 and regular style. - static const IconData calendar_info_16_regular = IconData( - 0xf203, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_info_16_regular = IconData(0xf203, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_info" in size 20 and regular style. - static const IconData calendar_info_20_regular = IconData( - 0xff46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_info_20_regular = IconData(0xff46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 12 and regular style. - static const IconData calendar_ltr_12_regular = IconData( - 0xfe4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_12_regular = IconData(0xfe4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 16 and regular style. - static const IconData calendar_ltr_16_regular = IconData( - 0xfdaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_16_regular = IconData(0xfdaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 20 and regular style. - static const IconData calendar_ltr_20_regular = IconData( - 0xfd1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_20_regular = IconData(0xfd1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 24 and regular style. - static const IconData calendar_ltr_24_regular = IconData( - 0xfd1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_24_regular = IconData(0xfd1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 28 and regular style. - static const IconData calendar_ltr_28_regular = IconData( - 0xfd1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_28_regular = IconData(0xfd1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 32 and regular style. - static const IconData calendar_ltr_32_regular = IconData( - 0xfdb0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_32_regular = IconData(0xfdb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 48 and regular style. - static const IconData calendar_ltr_48_regular = IconData( - 0x102d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_48_regular = IconData(0x102d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_mail" in size 16 and regular style. - static const IconData calendar_mail_16_regular = IconData( - 0xfebb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mail_16_regular = IconData(0xfebb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_mail" in size 20 and regular style. - static const IconData calendar_mail_20_regular = IconData( - 0x1038c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mail_20_regular = IconData(0x1038c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_mention" in size 20 and regular style. - static const IconData calendar_mention_20_regular = IconData( - 0xf932, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mention_20_regular = IconData(0xf932, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_month_28_regular = IconData(0xf22c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_multiple" in size 16 and regular style. - static const IconData calendar_multiple_16_regular = IconData( - 0xf204, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_multiple_16_regular = IconData(0xf204, 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, - ); + 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, - ); + static const IconData calendar_multiple_24_regular = IconData(0xf22e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_multiple" in size 32 and regular style. - static const IconData calendar_multiple_32_regular = IconData( - 0xfe4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_multiple_32_regular = IconData(0xfe4b, 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, - ); + static const IconData calendar_overdue_24_regular = IconData(0xf22f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_pattern" in size 16 and regular style. - static const IconData calendar_pattern_16_regular = IconData( - 0x104ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_pattern_16_regular = IconData(0x104ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_pattern" in size 20 and regular style. - static const IconData calendar_pattern_20_regular = IconData( - 0xfff5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_pattern_20_regular = IconData(0xfff5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_patterns" in size 16 and regular style. - static const IconData calendar_patterns_16_regular = IconData( - 0xf206, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_patterns_16_regular = IconData(0xf206, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_person" in size 16 and regular style. - static const IconData calendar_person_16_regular = IconData( - 0xfff6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_person_16_regular = IconData(0xfff6, 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, - ); + static const IconData calendar_person_20_regular = IconData(0xf230, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_person" in size 24 and regular style. - static const IconData calendar_person_24_regular = IconData( - 0xf933, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_person_24_regular = IconData(0xf933, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_phone" in size 16 and regular style. - static const IconData calendar_phone_16_regular = IconData( - 0xfff7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_phone_16_regular = IconData(0xfff7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_phone" in size 20 and regular style. - static const IconData calendar_phone_20_regular = IconData( - 0xfff8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_phone_20_regular = IconData(0xfff8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 16 and regular style. - static const IconData calendar_question_mark_16_regular = IconData( - 0xf934, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_16_regular = IconData(0xf934, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 20 and regular style. - static const IconData calendar_question_mark_20_regular = IconData( - 0xf935, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_20_regular = IconData(0xf935, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 24 and regular style. - static const IconData calendar_question_mark_24_regular = IconData( - 0xf936, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_24_regular = IconData(0xf936, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_reply_28_regular = IconData(0xf234, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 12 and regular style. - static const IconData calendar_rtl_12_regular = IconData( - 0xfebc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_12_regular = IconData(0xfebc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 16 and regular style. - static const IconData calendar_rtl_16_regular = IconData( - 0xfebd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_16_regular = IconData(0xfebd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 20 and regular style. - static const IconData calendar_rtl_20_regular = IconData( - 0xfd20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_20_regular = IconData(0xfd20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 24 and regular style. - static const IconData calendar_rtl_24_regular = IconData( - 0xfd21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_24_regular = IconData(0xfd21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 28 and regular style. - static const IconData calendar_rtl_28_regular = IconData( - 0xfd22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_28_regular = IconData(0xfd22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 32 and regular style. - static const IconData calendar_rtl_32_regular = IconData( - 0xfdb1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_32_regular = IconData(0xfdb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 48 and regular style. - static const IconData calendar_rtl_48_regular = IconData( - 0x102d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_48_regular = IconData(0x102d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_search" in size 16 and regular style. - static const IconData calendar_search_16_regular = IconData( - 0xf860, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_search_16_regular = IconData(0xf860, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_search" in size 20 and regular style. - static const IconData calendar_search_20_regular = IconData( - 0xfff9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_search_20_regular = IconData(0xfff9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_settings" in size 16 and regular style. - static const IconData calendar_settings_16_regular = IconData( - 0xff47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_settings_16_regular = IconData(0xff47, 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, - ); + static const IconData calendar_settings_20_regular = IconData(0xf235, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_star" in size 16 and regular style. - static const IconData calendar_star_16_regular = IconData( - 0xfffa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_star_16_regular = IconData(0xfffa, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_today_28_regular = IconData(0xf23e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_toolbox" in size 20 and regular style. - static const IconData calendar_toolbox_20_regular = IconData( - 0x10256, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_toolbox_20_regular = IconData(0x10256, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_toolbox" in size 24 and regular style. - static const IconData calendar_toolbox_24_regular = IconData( - 0x10257, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_toolbox_24_regular = IconData(0x10257, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_week_numbers" in size 20 and regular style. - static const IconData calendar_week_numbers_20_regular = IconData( - 0x1038d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_week_numbers_20_regular = IconData(0x1038d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_work_week_24_regular = IconData(0xf245, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calendar_work_week" in size 28 and regular style. - static const IconData calendar_work_week_28_regular = IconData( - 0x10133, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calendar_work_week_28_regular = IconData(0x10133, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 16 and regular style. - static const IconData call_16_regular = IconData( - 0xfbd6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_16_regular = IconData(0xfbd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 20 and regular style. - static const IconData call_20_regular = IconData( - 0xfbd7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_20_regular = IconData(0xfbd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 24 and regular style. - static const IconData call_24_regular = IconData( - 0xfbd8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_24_regular = IconData(0xfbd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 28 and regular style. - static const IconData call_28_regular = IconData( - 0xfbd9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_28_regular = IconData(0xfbd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 32 and regular style. - static const IconData call_32_regular = IconData( - 0xfdb2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_32_regular = IconData(0xfdb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call" in size 48 and regular style. - static const IconData call_48_regular = IconData( - 0x10180, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_48_regular = IconData(0x10180, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_add" in size 20 and regular style. - static const IconData call_add_20_regular = IconData( - 0x1038e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_add_20_regular = IconData(0x1038e, 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, - ); + static const IconData call_add_24_regular = IconData(0xf246, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_checkmark" in size 20 and regular style. - static const IconData call_checkmark_20_regular = IconData( - 0xf207, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_checkmark_20_regular = IconData(0xf207, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_checkmark" in size 24 and regular style. - static const IconData call_checkmark_24_regular = IconData( - 0xff48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_checkmark_24_regular = IconData(0xff48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_connecting" in size 20 and regular style. - static const IconData call_connecting_20_regular = IconData( - 0xfb76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_connecting_20_regular = IconData(0xfb76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_dismiss" in size 20 and regular style. - static const IconData call_dismiss_20_regular = IconData( - 0xf208, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_dismiss_20_regular = IconData(0xf208, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_dismiss" in size 24 and regular style. - static const IconData call_dismiss_24_regular = IconData( - 0xf20b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_dismiss_24_regular = IconData(0xf20b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_end" in size 16 and regular style. - static const IconData call_end_16_regular = IconData( - 0xff49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_end_16_regular = IconData(0xff49, 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, - ); + 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, - ); + 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, - ); + static const IconData call_end_28_regular = IconData(0xf249, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_exclamation" in size 20 and regular style. - static const IconData call_exclamation_20_regular = IconData( - 0xfb77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_exclamation_20_regular = IconData(0xfb77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 16 and regular style. - static const IconData call_forward_16_regular = IconData( - 0xf93c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_16_regular = IconData(0xf93c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 20 and regular style. - static const IconData call_forward_20_regular = IconData( - 0xf93d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_20_regular = IconData(0xf93d, 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, - ); + static const IconData call_forward_24_regular = IconData(0xf24a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 28 and regular style. - static const IconData call_forward_28_regular = IconData( - 0xf93e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_28_regular = IconData(0xf93e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 48 and regular style. - static const IconData call_forward_48_regular = IconData( - 0xf93f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_48_regular = IconData(0xf93f, 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, - ); + static const IconData call_inbound_16_regular = IconData(0xf24b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 20 and regular style. - static const IconData call_inbound_20_regular = IconData( - 0xf940, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_20_regular = IconData(0xf940, 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, - ); + static const IconData call_inbound_24_regular = IconData(0xf24c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 28 and regular style. - static const IconData call_inbound_28_regular = IconData( - 0xf941, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_28_regular = IconData(0xf941, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 48 and regular style. - static const IconData call_inbound_48_regular = IconData( - 0xf942, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_48_regular = IconData(0xf942, 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, - ); + static const IconData call_missed_16_regular = IconData(0xf24d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 20 and regular style. - static const IconData call_missed_20_regular = IconData( - 0xfbda, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_20_regular = IconData(0xfbda, 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, - ); + static const IconData call_missed_24_regular = IconData(0xf24e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 28 and regular style. - static const IconData call_missed_28_regular = IconData( - 0xf943, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_28_regular = IconData(0xf943, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 48 and regular style. - static const IconData call_missed_48_regular = IconData( - 0xf944, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_48_regular = IconData(0xf944, 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, - ); + static const IconData call_outbound_16_regular = IconData(0xf24f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 20 and regular style. - static const IconData call_outbound_20_regular = IconData( - 0xf945, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_20_regular = IconData(0xf945, 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, - ); + static const IconData call_outbound_24_regular = IconData(0xf250, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 28 and regular style. - static const IconData call_outbound_28_regular = IconData( - 0xf946, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_28_regular = IconData(0xf946, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 48 and regular style. - static const IconData call_outbound_48_regular = IconData( - 0xf947, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_48_regular = IconData(0xf947, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 16 and regular style. - static const IconData call_park_16_regular = IconData( - 0xf948, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_park_16_regular = IconData(0xf948, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 20 and regular style. - static const IconData call_park_20_regular = IconData( - 0xf949, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_park_20_regular = IconData(0xf949, 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, - ); + static const IconData call_park_24_regular = IconData(0xf251, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 28 and regular style. - static const IconData call_park_28_regular = IconData( - 0xf94a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_park_28_regular = IconData(0xf94a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 32 and regular style. - static const IconData call_park_32_regular = IconData( - 0xf861, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_park_32_regular = IconData(0xf861, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 48 and regular style. - static const IconData call_park_48_regular = IconData( - 0xf94b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_park_48_regular = IconData(0xf94b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_pause" in size 20 and regular style. - static const IconData call_pause_20_regular = IconData( - 0xf20c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_pause_20_regular = IconData(0xf20c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_pause" in size 24 and regular style. - static const IconData call_pause_24_regular = IconData( - 0xf20d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_pause_24_regular = IconData(0xf20d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 16 and regular style. - static const IconData call_prohibited_16_regular = IconData( - 0xfbdb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_16_regular = IconData(0xfbdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 20 and regular style. - static const IconData call_prohibited_20_regular = IconData( - 0xfbdc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_20_regular = IconData(0xfbdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 24 and regular style. - static const IconData call_prohibited_24_regular = IconData( - 0xfbdd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_24_regular = IconData(0xfbdd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 28 and regular style. - static const IconData call_prohibited_28_regular = IconData( - 0xfbde, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_28_regular = IconData(0xfbde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 48 and regular style. - static const IconData call_prohibited_48_regular = IconData( - 0xfbdf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_48_regular = IconData(0xfbdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "call_transfer" in size 20 and regular style. - static const IconData call_transfer_20_regular = IconData( - 0xfb78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData call_transfer_20_regular = IconData(0xfb78, 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, - ); + 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, - ); + static const IconData calligraphy_pen_24_regular = IconData(0xf253, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_checkmark" in size 20 and regular style. - static const IconData calligraphy_pen_checkmark_20_regular = IconData( - 0xfcc7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_checkmark_20_regular = IconData(0xfcc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_error" in size 20 and regular style. - static const IconData calligraphy_pen_error_20_regular = IconData( - 0xfdb3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_error_20_regular = IconData(0xfdb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_question_mark" in size 20 and regular style. - static const IconData calligraphy_pen_question_mark_20_regular = IconData( - 0xfcc8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_question_mark_20_regular = IconData(0xfcc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera" in size 16 and regular style. - static const IconData camera_16_regular = IconData( - 0xfe1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_16_regular = IconData(0xfe1c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData camera_add_48_regular = IconData(0xf259, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 16 and regular style. - static const IconData camera_dome_16_regular = IconData( - 0xff4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_16_regular = IconData(0xff4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 20 and regular style. - static const IconData camera_dome_20_regular = IconData( - 0xff4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_20_regular = IconData(0xff4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 24 and regular style. - static const IconData camera_dome_24_regular = IconData( - 0xff4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_24_regular = IconData(0xff4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 28 and regular style. - static const IconData camera_dome_28_regular = IconData( - 0xff4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_28_regular = IconData(0xff4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 48 and regular style. - static const IconData camera_dome_48_regular = IconData( - 0xff4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_48_regular = IconData(0xff4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_edit" in size 20 and regular style. - static const IconData camera_edit_20_regular = IconData( - 0xf94c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_edit_20_regular = IconData(0xf94c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_off" in size 20 and regular style. - static const IconData camera_off_20_regular = IconData( - 0x1038f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_off_20_regular = IconData(0x1038f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_off" in size 24 and regular style. - static const IconData camera_off_24_regular = IconData( - 0xfb79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_off_24_regular = IconData(0xfb79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "camera_switch" in size 20 and regular style. - static const IconData camera_switch_20_regular = IconData( - 0x10258, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData camera_switch_20_regular = IconData(0x10258, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData caret_down_24_regular = IconData(0xf262, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 12 and regular style. - static const IconData caret_down_left_12_regular = IconData( - 0xfbe0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_12_regular = IconData(0xfbe0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 16 and regular style. - static const IconData caret_down_left_16_regular = IconData( - 0xfbe1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_16_regular = IconData(0xfbe1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 20 and regular style. - static const IconData caret_down_left_20_regular = IconData( - 0xfbe2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_20_regular = IconData(0xfbe2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 24 and regular style. - static const IconData caret_down_left_24_regular = IconData( - 0xfbe3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_24_regular = IconData(0xfbe3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 12 and regular style. - static const IconData caret_down_right_12_regular = IconData( - 0x104af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_12_regular = IconData(0x104af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 16 and regular style. - static const IconData caret_down_right_16_regular = IconData( - 0x104b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_16_regular = IconData(0x104b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 20 and regular style. - static const IconData caret_down_right_20_regular = IconData( - 0x104b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_20_regular = IconData(0x104b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 24 and regular style. - static const IconData caret_down_right_24_regular = IconData( - 0x104b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_24_regular = IconData(0x104b2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData caret_right_24_regular = IconData(0xf26a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 12 and regular style. - static const IconData caret_up_12_regular = IconData( - 0xf94d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_12_regular = IconData(0xf94d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 16 and regular style. - static const IconData caret_up_16_regular = IconData( - 0xf94e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_16_regular = IconData(0xf94e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 20 and regular style. - static const IconData caret_up_20_regular = IconData( - 0xf94f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_20_regular = IconData(0xf94f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 24 and regular style. - static const IconData caret_up_24_regular = IconData( - 0xf950, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_24_regular = IconData(0xf950, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cart" in size 16 and regular style. - static const IconData cart_16_regular = IconData( - 0xf951, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cart_16_regular = IconData(0xf951, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cart" in size 20 and regular style. - static const IconData cart_20_regular = IconData( - 0xf952, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cart_20_regular = IconData(0xf952, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData cast_28_regular = IconData(0xf26e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_3g" in size 20 and regular style. - static const IconData cellular_3g_20_regular = IconData( - 0x1060b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_3g_20_regular = IconData(0x1060b, 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, - ); + static const IconData cellular_3g_24_regular = IconData(0xf26f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_4g" in size 20 and regular style. - static const IconData cellular_4g_20_regular = IconData( - 0x1060c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_4g_20_regular = IconData(0x1060c, 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, - ); + static const IconData cellular_4g_24_regular = IconData(0xf270, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_5g" in size 20 and regular style. - static const IconData cellular_5g_20_regular = IconData( - 0x1060d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_5g_20_regular = IconData(0x1060d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_5g" in size 24 and regular style. - static const IconData cellular_5g_24_regular = IconData( - 0xfcc9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_5g_24_regular = IconData(0xfcc9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData cellular_data_5_24_regular = IconData(0xf27a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_cellular_off" in size 24 and regular style. - static const IconData cellular_data_cellular_off_24_regular = IconData( - 0xfbe4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_cellular_off_24_regular = IconData(0xfbe4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_cellular_unavailable" in size 24 and regular style. - static const IconData cellular_data_cellular_unavailable_24_regular = - IconData( - 0xfbe5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_cellular_unavailable_24_regular = IconData(0xfbe5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_unavailable" in size 24 and regular style. - static const IconData cellular_data_unavailable_24_regular = IconData( - 0xf21f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_unavailable_24_regular = IconData(0xf21f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_off" in size 20 and regular style. - static const IconData cellular_off_20_regular = IconData( - 0x10390, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_off_20_regular = IconData(0x10390, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_off" in size 24 and regular style. - static const IconData cellular_off_24_regular = IconData( - 0x104b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_off_24_regular = IconData(0x104b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_warning" in size 20 and regular style. - static const IconData cellular_warning_20_regular = IconData( - 0x10407, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_warning_20_regular = IconData(0x10407, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cellular_warning" in size 24 and regular style. - static const IconData cellular_warning_24_regular = IconData( - 0x10048, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cellular_warning_24_regular = IconData(0x10048, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "center_horizontal" in size 20 and regular style. - static const IconData center_horizontal_20_regular = IconData( - 0x10112, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData center_horizontal_20_regular = IconData(0x10112, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "center_horizontal" in size 24 and regular style. - static const IconData center_horizontal_24_regular = IconData( - 0xfbe6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData center_horizontal_24_regular = IconData(0xfbe6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "center_vertical" in size 20 and regular style. - static const IconData center_vertical_20_regular = IconData( - 0x100b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData center_vertical_20_regular = IconData(0x100b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "center_vertical" in size 24 and regular style. - static const IconData center_vertical_24_regular = IconData( - 0xfbe7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData center_vertical_24_regular = IconData(0xfbe7, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData channel_24_regular = IconData(0xf282, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel" in size 28 and regular style. - static const IconData channel_28_regular = IconData( - 0xf955, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_28_regular = IconData(0xf955, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel" in size 48 and regular style. - static const IconData channel_48_regular = IconData( - 0xf956, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_48_regular = IconData(0xf956, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 16 and regular style. - static const IconData channel_add_16_regular = IconData( - 0xf957, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_16_regular = IconData(0xf957, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 20 and regular style. - static const IconData channel_add_20_regular = IconData( - 0xf958, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_20_regular = IconData(0xf958, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 24 and regular style. - static const IconData channel_add_24_regular = IconData( - 0xf959, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_24_regular = IconData(0xf959, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 28 and regular style. - static const IconData channel_add_28_regular = IconData( - 0xf95a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_28_regular = IconData(0xf95a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 48 and regular style. - static const IconData channel_add_48_regular = IconData( - 0xf95b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_48_regular = IconData(0xf95b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 16 and regular style. - static const IconData channel_alert_16_regular = IconData( - 0xf95c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_16_regular = IconData(0xf95c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 20 and regular style. - static const IconData channel_alert_20_regular = IconData( - 0xf95d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_20_regular = IconData(0xf95d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 24 and regular style. - static const IconData channel_alert_24_regular = IconData( - 0xf95e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_24_regular = IconData(0xf95e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 28 and regular style. - static const IconData channel_alert_28_regular = IconData( - 0xf95f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_28_regular = IconData(0xf95f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 48 and regular style. - static const IconData channel_alert_48_regular = IconData( - 0xf960, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_48_regular = IconData(0xf960, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 16 and regular style. - static const IconData channel_arrow_left_16_regular = IconData( - 0xf961, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_16_regular = IconData(0xf961, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 20 and regular style. - static const IconData channel_arrow_left_20_regular = IconData( - 0xf962, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_20_regular = IconData(0xf962, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 24 and regular style. - static const IconData channel_arrow_left_24_regular = IconData( - 0xf963, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_24_regular = IconData(0xf963, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 28 and regular style. - static const IconData channel_arrow_left_28_regular = IconData( - 0xf964, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_28_regular = IconData(0xf964, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 48 and regular style. - static const IconData channel_arrow_left_48_regular = IconData( - 0xf965, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_48_regular = IconData(0xf965, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 16 and regular style. - static const IconData channel_dismiss_16_regular = IconData( - 0xf966, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_16_regular = IconData(0xf966, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 20 and regular style. - static const IconData channel_dismiss_20_regular = IconData( - 0xf967, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_20_regular = IconData(0xf967, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 24 and regular style. - static const IconData channel_dismiss_24_regular = IconData( - 0xf968, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_24_regular = IconData(0xf968, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 28 and regular style. - static const IconData channel_dismiss_28_regular = IconData( - 0xf969, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_28_regular = IconData(0xf969, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 48 and regular style. - static const IconData channel_dismiss_48_regular = IconData( - 0xf96a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_48_regular = IconData(0xf96a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 12 and regular style. - static const IconData channel_share_12_regular = IconData( - 0xfbb1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_12_regular = IconData(0xfbb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 16 and regular style. - static const IconData channel_share_16_regular = IconData( - 0xfbb2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_16_regular = IconData(0xfbb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 20 and regular style. - static const IconData channel_share_20_regular = IconData( - 0xfbb3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_20_regular = IconData(0xfbb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 24 and regular style. - static const IconData channel_share_24_regular = IconData( - 0xfbb4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_24_regular = IconData(0xfbb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 28 and regular style. - static const IconData channel_share_28_regular = IconData( - 0xfbb5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_28_regular = IconData(0xfbb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 48 and regular style. - static const IconData channel_share_48_regular = IconData( - 0xfbb6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_48_regular = IconData(0xfbb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 16 and regular style. - static const IconData channel_subtract_16_regular = IconData( - 0x10134, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_16_regular = IconData(0x10134, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 20 and regular style. - static const IconData channel_subtract_20_regular = IconData( - 0x10135, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_20_regular = IconData(0x10135, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 24 and regular style. - static const IconData channel_subtract_24_regular = IconData( - 0x10136, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_24_regular = IconData(0x10136, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 28 and regular style. - static const IconData channel_subtract_28_regular = IconData( - 0x10137, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_28_regular = IconData(0x10137, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 48 and regular style. - static const IconData channel_subtract_48_regular = IconData( - 0x10138, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_48_regular = IconData(0x10138, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_multiple" in size 20 and regular style. - static const IconData chart_multiple_20_regular = IconData( - 0x10408, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_multiple_20_regular = IconData(0x10408, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_multiple" in size 24 and regular style. - static const IconData chart_multiple_24_regular = IconData( - 0x10409, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_multiple_24_regular = IconData(0x10409, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 20 and regular style. - static const IconData chart_person_20_regular = IconData( - 0xfd8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_20_regular = IconData(0xfd8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 24 and regular style. - static const IconData chart_person_24_regular = IconData( - 0xfd8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_24_regular = IconData(0xfd8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 28 and regular style. - static const IconData chart_person_28_regular = IconData( - 0xfd8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_28_regular = IconData(0xfd8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 48 and regular style. - static const IconData chart_person_48_regular = IconData( - 0xfd8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_48_regular = IconData(0xfd8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 12 and regular style. - static const IconData chat_12_regular = IconData( - 0xff4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_12_regular = IconData(0xff4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 16 and regular style. - static const IconData chat_16_regular = IconData( - 0xf96b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_16_regular = IconData(0xf96b, 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, - ); + 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, - ); + 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, - ); + static const IconData chat_28_regular = IconData(0xf288, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 32 and regular style. - static const IconData chat_32_regular = IconData( - 0xfdb4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_32_regular = IconData(0xfdb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 48 and regular style. - static const IconData chat_48_regular = IconData( - 0xfb2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_48_regular = IconData(0xfb2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_back" in size 16 and regular style. - static const IconData chat_arrow_back_16_regular = IconData( - 0xfffb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_back_16_regular = IconData(0xfffb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_back" in size 20 and regular style. - static const IconData chat_arrow_back_20_regular = IconData( - 0xfffc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_back_20_regular = IconData(0xfffc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_double_back" in size 16 and regular style. - static const IconData chat_arrow_double_back_16_regular = IconData( - 0xfffd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_double_back_16_regular = IconData(0xfffd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_double_back" in size 20 and regular style. - static const IconData chat_arrow_double_back_20_regular = IconData( - 0xfffe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_double_back_20_regular = IconData(0xfffe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_bubbles_question" in size 16 and regular style. - static const IconData chat_bubbles_question_16_regular = IconData( - 0xf8a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_bubbles_question_16_regular = IconData(0xf8a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_bubbles_question" in size 20 and regular style. - static const IconData chat_bubbles_question_20_regular = IconData( - 0xfb7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_bubbles_question_20_regular = IconData(0xfb7a, 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, - ); + static const IconData chat_bubbles_question_24_regular = IconData(0xf289, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 16 and regular style. - static const IconData chat_dismiss_16_regular = IconData( - 0x100b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_16_regular = IconData(0x100b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 20 and regular style. - static const IconData chat_dismiss_20_regular = IconData( - 0x10338, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_20_regular = IconData(0x10338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 24 and regular style. - static const IconData chat_dismiss_24_regular = IconData( - 0x10339, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_24_regular = IconData(0x10339, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_help" in size 20 and regular style. - static const IconData chat_help_20_regular = IconData( - 0xf220, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_help_20_regular = IconData(0xf220, 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, - ); + static const IconData chat_help_24_regular = IconData(0xf28a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_mail" in size 20 and regular style. - static const IconData chat_mail_20_regular = IconData( - 0xfb7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_mail_20_regular = IconData(0xfb7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 16 and regular style. - static const IconData chat_multiple_16_regular = IconData( - 0xf8a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_16_regular = IconData(0xf8a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 20 and regular style. - static const IconData chat_multiple_20_regular = IconData( - 0xf8c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_20_regular = IconData(0xf8c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 24 and regular style. - static const IconData chat_multiple_24_regular = IconData( - 0xf8d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_24_regular = IconData(0xf8d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_off" in size 20 and regular style. - static const IconData chat_off_20_regular = IconData( - 0xfb7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_off_20_regular = IconData(0xfb7c, 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, - ); + static const IconData chat_off_24_regular = IconData(0xf28b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_settings" in size 20 and regular style. - static const IconData chat_settings_20_regular = IconData( - 0xf221, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_settings_20_regular = IconData(0xf221, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_settings" in size 24 and regular style. - static const IconData chat_settings_24_regular = IconData( - 0xf229, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_settings_24_regular = IconData(0xf229, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_video" in size 20 and regular style. - static const IconData chat_video_20_regular = IconData( - 0x101d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_video_20_regular = IconData(0x101d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_video" in size 24 and regular style. - static const IconData chat_video_24_regular = IconData( - 0x101d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_video_24_regular = IconData(0x101d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_warning" in size 16 and regular style. - static const IconData chat_warning_16_regular = IconData( - 0x100b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_warning_16_regular = IconData(0x100b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chat_warning" in size 20 and regular style. - static const IconData chat_warning_20_regular = IconData( - 0x10459, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chat_warning_20_regular = IconData(0x10459, 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, - ); + static const IconData chat_warning_24_regular = IconData(0xf28c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "check" in size 20 and regular style. - static const IconData check_20_regular = IconData( - 0xf27b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData check_20_regular = IconData(0xf27b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "check" in size 24 and regular style. - static const IconData check_24_regular = IconData( - 0xffff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData check_24_regular = IconData(0xffff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_1" in size 20 and regular style. - static const IconData checkbox_1_20_regular = IconData( - 0x1060e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_1_20_regular = IconData(0x1060e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_1" in size 24 and regular style. - static const IconData checkbox_1_24_regular = IconData( - 0xfcca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_1_24_regular = IconData(0xfcca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_2" in size 20 and regular style. - static const IconData checkbox_2_20_regular = IconData( - 0x1060f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_2_20_regular = IconData(0x1060f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_2" in size 24 and regular style. - static const IconData checkbox_2_24_regular = IconData( - 0xfccb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_2_24_regular = IconData(0xfccb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_arrow_right" in size 20 and regular style. - static const IconData checkbox_arrow_right_20_regular = IconData( - 0x1040a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_arrow_right_20_regular = IconData(0x1040a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_arrow_right" in size 24 and regular style. - static const IconData checkbox_arrow_right_24_regular = IconData( - 0xfccc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_arrow_right_24_regular = IconData(0xfccc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked" in size 16 and regular style. - static const IconData checkbox_checked_16_regular = IconData( - 0xf27c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_16_regular = IconData(0xf27c, 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, - ); + 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, - ); + static const IconData checkbox_checked_24_regular = IconData(0xf28e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked_sync" in size 16 and regular style. - static const IconData checkbox_checked_sync_16_regular = IconData( - 0xf27d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_sync_16_regular = IconData(0xf27d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked_sync" in size 20 and regular style. - static const IconData checkbox_checked_sync_20_regular = IconData( - 0x10000, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_sync_20_regular = IconData(0x10000, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 16 and regular style. - static const IconData checkbox_indeterminate_16_regular = IconData( - 0x100b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_16_regular = IconData(0x100b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 20 and regular style. - static const IconData checkbox_indeterminate_20_regular = IconData( - 0x100b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_20_regular = IconData(0x100b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 24 and regular style. - static const IconData checkbox_indeterminate_24_regular = IconData( - 0x100b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_24_regular = IconData(0x100b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 16 and regular style. - static const IconData checkbox_person_16_regular = IconData( - 0x1045a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_16_regular = IconData(0x1045a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 20 and regular style. - static const IconData checkbox_person_20_regular = IconData( - 0x1045b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_20_regular = IconData(0x1045b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 24 and regular style. - static const IconData checkbox_person_24_regular = IconData( - 0xfccd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_24_regular = IconData(0xfccd, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData checkbox_unchecked_24_regular = IconData(0xf292, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_warning" in size 20 and regular style. - static const IconData checkbox_warning_20_regular = IconData( - 0x1040b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_warning_20_regular = IconData(0x1040b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkbox_warning" in size 24 and regular style. - static const IconData checkbox_warning_24_regular = IconData( - 0xfcce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_warning_24_regular = IconData(0xfcce, 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, - ); + static const IconData checkmark_12_regular = IconData(0xf293, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 16 and regular style. - static const IconData checkmark_16_regular = IconData( - 0xf96c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_16_regular = IconData(0xf96c, 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_28_regular = IconData(0xf296, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 32 and regular style. - static const IconData checkmark_32_regular = IconData( - 0xf8d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_32_regular = IconData(0xf8d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 48 and regular style. - static const IconData checkmark_48_regular = IconData( - 0xfb7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_48_regular = IconData(0xfb7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_circle" in size 12 and regular style. - static const IconData checkmark_circle_12_regular = IconData( - 0xfea1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_circle_12_regular = IconData(0xfea1, 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_circle_24_regular = IconData(0xf299, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_circle" in size 32 and regular style. - static const IconData checkmark_circle_32_regular = IconData( - 0xf8e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_circle_32_regular = IconData(0xf8e8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_lock_24_regular = IconData(0xf29d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_note" in size 20 and regular style. - static const IconData checkmark_note_20_regular = IconData( - 0x10610, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_note_20_regular = IconData(0x10610, 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, - ); + static const IconData checkmark_square_24_regular = IconData(0xf29e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 16 and regular style. - static const IconData checkmark_starburst_16_regular = IconData( - 0xf283, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_16_regular = IconData(0xf283, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 20 and regular style. - static const IconData checkmark_starburst_20_regular = IconData( - 0x1029f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_20_regular = IconData(0x1029f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 24 and regular style. - static const IconData checkmark_starburst_24_regular = IconData( - 0x102a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_24_regular = IconData(0x102a0, 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, - ); + 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, - ); + static const IconData checkmark_underline_circle_20_regular = IconData(0xf2a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 12 and regular style. - static const IconData chevron_circle_down_12_regular = IconData( - 0x1045c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_12_regular = IconData(0x1045c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 16 and regular style. - static const IconData chevron_circle_down_16_regular = IconData( - 0x1045d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_16_regular = IconData(0x1045d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 20 and regular style. - static const IconData chevron_circle_down_20_regular = IconData( - 0x1045e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_20_regular = IconData(0x1045e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 24 and regular style. - static const IconData chevron_circle_down_24_regular = IconData( - 0xfbe8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_24_regular = IconData(0xfbe8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 28 and regular style. - static const IconData chevron_circle_down_28_regular = IconData( - 0x1045f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_28_regular = IconData(0x1045f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 32 and regular style. - static const IconData chevron_circle_down_32_regular = IconData( - 0x10391, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_32_regular = IconData(0x10391, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 48 and regular style. - static const IconData chevron_circle_down_48_regular = IconData( - 0x10460, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_48_regular = IconData(0x10460, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 12 and regular style. - static const IconData chevron_circle_left_12_regular = IconData( - 0x10461, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_12_regular = IconData(0x10461, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 16 and regular style. - static const IconData chevron_circle_left_16_regular = IconData( - 0x10462, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_16_regular = IconData(0x10462, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 20 and regular style. - static const IconData chevron_circle_left_20_regular = IconData( - 0x10463, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_20_regular = IconData(0x10463, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 24 and regular style. - static const IconData chevron_circle_left_24_regular = IconData( - 0x10464, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_24_regular = IconData(0x10464, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 28 and regular style. - static const IconData chevron_circle_left_28_regular = IconData( - 0x10465, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_28_regular = IconData(0x10465, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 32 and regular style. - static const IconData chevron_circle_left_32_regular = IconData( - 0x10466, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_32_regular = IconData(0x10466, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 48 and regular style. - static const IconData chevron_circle_left_48_regular = IconData( - 0x10467, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_48_regular = IconData(0x10467, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 12 and regular style. - static const IconData chevron_circle_right_12_regular = IconData( - 0x100ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_12_regular = IconData(0x100ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 16 and regular style. - static const IconData chevron_circle_right_16_regular = IconData( - 0x10468, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_16_regular = IconData(0x10468, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 20 and regular style. - static const IconData chevron_circle_right_20_regular = IconData( - 0x10469, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_20_regular = IconData(0x10469, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 24 and regular style. - static const IconData chevron_circle_right_24_regular = IconData( - 0xfbe9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_24_regular = IconData(0xfbe9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 28 and regular style. - static const IconData chevron_circle_right_28_regular = IconData( - 0x1046a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_28_regular = IconData(0x1046a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 32 and regular style. - static const IconData chevron_circle_right_32_regular = IconData( - 0x1046b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_32_regular = IconData(0x1046b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 48 and regular style. - static const IconData chevron_circle_right_48_regular = IconData( - 0x1046c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_48_regular = IconData(0x1046c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 12 and regular style. - static const IconData chevron_circle_up_12_regular = IconData( - 0x1046d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_12_regular = IconData(0x1046d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 16 and regular style. - static const IconData chevron_circle_up_16_regular = IconData( - 0x1046e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_16_regular = IconData(0x1046e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 20 and regular style. - static const IconData chevron_circle_up_20_regular = IconData( - 0x1046f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_20_regular = IconData(0x1046f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 24 and regular style. - static const IconData chevron_circle_up_24_regular = IconData( - 0x10470, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_24_regular = IconData(0x10470, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 28 and regular style. - static const IconData chevron_circle_up_28_regular = IconData( - 0x10471, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_28_regular = IconData(0x10471, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 32 and regular style. - static const IconData chevron_circle_up_32_regular = IconData( - 0x10392, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_32_regular = IconData(0x10392, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 48 and regular style. - static const IconData chevron_circle_up_48_regular = IconData( - 0x10472, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_48_regular = IconData(0x10472, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_down" in size 16 and regular style. - static const IconData chevron_double_down_16_regular = IconData( - 0xf284, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_down_16_regular = IconData(0xf284, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_down" in size 20 and regular style. - static const IconData chevron_double_down_20_regular = IconData( - 0xff50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_down_20_regular = IconData(0xff50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_left" in size 16 and regular style. - static const IconData chevron_double_left_16_regular = IconData( - 0xf285, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_left_16_regular = IconData(0xf285, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_left" in size 20 and regular style. - static const IconData chevron_double_left_20_regular = IconData( - 0xff51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_left_20_regular = IconData(0xff51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_right" in size 16 and regular style. - static const IconData chevron_double_right_16_regular = IconData( - 0xf2a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_right_16_regular = IconData(0xf2a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_right" in size 20 and regular style. - static const IconData chevron_double_right_20_regular = IconData( - 0xff52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_right_20_regular = IconData(0xff52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_up" in size 16 and regular style. - static const IconData chevron_double_up_16_regular = IconData( - 0xfebe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_up_16_regular = IconData(0xfebe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_up" in size 20 and regular style. - static const IconData chevron_double_up_20_regular = IconData( - 0xfebf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_up_20_regular = IconData(0xfebf, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData chevron_down_48_regular = IconData(0xf2a6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData chevron_up_48_regular = IconData(0xf2b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 16 and regular style. - static const IconData chevron_up_down_16_regular = IconData( - 0x10001, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_16_regular = IconData(0x10001, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 20 and regular style. - static const IconData chevron_up_down_20_regular = IconData( - 0xfe4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_20_regular = IconData(0xfe4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 24 and regular style. - static const IconData chevron_up_down_24_regular = IconData( - 0xfe4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_24_regular = IconData(0xfe4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 16 and regular style. - static const IconData chopsticks_16_regular = IconData( - 0xf2d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_16_regular = IconData(0xf2d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 20 and regular style. - static const IconData chopsticks_20_regular = IconData( - 0xf2da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_20_regular = IconData(0xf2da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 24 and regular style. - static const IconData chopsticks_24_regular = IconData( - 0xf302, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_24_regular = IconData(0xf302, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 28 and regular style. - static const IconData chopsticks_28_regular = IconData( - 0xf309, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_28_regular = IconData(0xf309, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 12 and regular style. - static const IconData circle_12_regular = IconData( - 0xfe4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_12_regular = IconData(0xfe4e, 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, - ); + 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, - ); + 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, - ); + static const IconData circle_24_regular = IconData(0xf2bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 32 and regular style. - static const IconData circle_32_regular = IconData( - 0x101d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_32_regular = IconData(0x101d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 48 and regular style. - static const IconData circle_48_regular = IconData( - 0x10393, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_48_regular = IconData(0x10393, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_edit" in size 20 and regular style. - static const IconData circle_edit_20_regular = IconData( - 0x10473, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_edit_20_regular = IconData(0x10473, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_edit" in size 24 and regular style. - static const IconData circle_edit_24_regular = IconData( - 0xfccf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_edit_24_regular = IconData(0xfccf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_half_fill" in size 12 and regular style. - static const IconData circle_half_fill_12_regular = IconData( - 0xfe4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_half_fill_12_regular = IconData(0xfe4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_half_fill" in size 16 and regular style. - static const IconData circle_half_fill_16_regular = IconData( - 0xf30a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_half_fill_16_regular = IconData(0xf30a, 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, - ); + 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, - ); + static const IconData circle_half_fill_24_regular = IconData(0xf2be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_line" in size 12 and regular style. - static const IconData circle_line_12_regular = IconData( - 0xfe50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_line_12_regular = IconData(0xfe50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_line" in size 20 and regular style. - static const IconData circle_line_20_regular = IconData( - 0x10474, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_line_20_regular = IconData(0x10474, 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, - ); + static const IconData circle_line_24_regular = IconData(0xf2bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_multiple_subtract_checkmark" in size 20 and regular style. - static const IconData circle_multiple_subtract_checkmark_20_regular = - IconData( - 0x106f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_multiple_subtract_checkmark_20_regular = IconData(0x106f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_off" in size 16 and regular style. - static const IconData circle_off_16_regular = IconData( - 0x100bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_off_16_regular = IconData(0x100bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_off" in size 20 and regular style. - static const IconData circle_off_20_regular = IconData( - 0x10475, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_off_20_regular = IconData(0x10475, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_small" in size 20 and regular style. - static const IconData circle_small_20_regular = IconData( - 0xfd23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_small_20_regular = IconData(0xfd23, 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, - ); + static const IconData circle_small_24_regular = IconData(0xf2c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_back" in size 16 and regular style. - static const IconData circle_subtract_arrow_back_16_regular = IconData( - 0xf8e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_back_16_regular = IconData(0xf8e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_back" in size 20 and regular style. - static const IconData circle_subtract_arrow_back_20_regular = IconData( - 0x10002, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_back_20_regular = IconData(0x10002, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_forward" in size 16 and regular style. - static const IconData circle_subtract_arrow_forward_16_regular = IconData( - 0xf8ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_forward_16_regular = IconData(0xf8ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_forward" in size 20 and regular style. - static const IconData circle_subtract_arrow_forward_20_regular = IconData( - 0x10003, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_forward_20_regular = IconData(0x10003, 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, - ); + 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, - ); + 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, - ); + static const IconData city_24_regular = IconData(0xf2c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "class" in size 20 and regular style. - static const IconData class_20_regular = IconData( - 0x10476, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData class_20_regular = IconData(0x10476, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData classification_24_regular = IconData(0xf2c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clear_formatting" in size 16 and regular style. - static const IconData clear_formatting_16_regular = IconData( - 0x10211, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clear_formatting_16_regular = IconData(0x10211, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clear_formatting" in size 20 and regular style. - static const IconData clear_formatting_20_regular = IconData( - 0x10212, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clear_formatting_20_regular = IconData(0x10212, 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, - ); + static const IconData clear_formatting_24_regular = IconData(0xf2c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard" in size 16 and regular style. - static const IconData clipboard_16_regular = IconData( - 0xfd24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_16_regular = IconData(0xfd24, 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, - ); + 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, - ); + static const IconData clipboard_24_regular = IconData(0xf2ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 16 and regular style. - static const IconData clipboard_arrow_right_16_regular = IconData( - 0xfd25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_16_regular = IconData(0xfd25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 20 and regular style. - static const IconData clipboard_arrow_right_20_regular = IconData( - 0xfd26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_20_regular = IconData(0xfd26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 24 and regular style. - static const IconData clipboard_arrow_right_24_regular = IconData( - 0xfd27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_24_regular = IconData(0xfd27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_ltr" in size 16 and regular style. - static const IconData clipboard_bullet_list_ltr_16_regular = IconData( - 0xf915, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_ltr_16_regular = IconData(0xf915, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_ltr" in size 20 and regular style. - static const IconData clipboard_bullet_list_ltr_20_regular = IconData( - 0xff53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_ltr_20_regular = IconData(0xff53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_rtl" in size 16 and regular style. - static const IconData clipboard_bullet_list_rtl_16_regular = IconData( - 0xf91f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_rtl_16_regular = IconData(0xf91f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_rtl" in size 20 and regular style. - static const IconData clipboard_bullet_list_rtl_20_regular = IconData( - 0xff54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_rtl_20_regular = IconData(0xff54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_checkmark" in size 20 and regular style. - static const IconData clipboard_checkmark_20_regular = IconData( - 0xff55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_checkmark_20_regular = IconData(0xff55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_checkmark" in size 24 and regular style. - static const IconData clipboard_checkmark_24_regular = IconData( - 0xff56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_checkmark_24_regular = IconData(0xff56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_clock" in size 20 and regular style. - static const IconData clipboard_clock_20_regular = IconData( - 0x10213, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_clock_20_regular = IconData(0x10213, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_clock" in size 24 and regular style. - static const IconData clipboard_clock_24_regular = IconData( - 0x10214, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_clock_24_regular = IconData(0x10214, 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, - ); + 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, - ); + 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, - ); + static const IconData clipboard_code_24_regular = IconData(0xf2cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 20 and regular style. - static const IconData clipboard_data_bar_20_regular = IconData( - 0x10477, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_20_regular = IconData(0x10477, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 24 and regular style. - static const IconData clipboard_data_bar_24_regular = IconData( - 0x10478, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_24_regular = IconData(0x10478, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 32 and regular style. - static const IconData clipboard_data_bar_32_regular = IconData( - 0xfdb5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_32_regular = IconData(0xfdb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_edit" in size 20 and regular style. - static const IconData clipboard_edit_20_regular = IconData( - 0x10567, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_edit_20_regular = IconData(0x10567, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_error" in size 20 and regular style. - static const IconData clipboard_error_20_regular = IconData( - 0xff57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_error_20_regular = IconData(0xff57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_error" in size 24 and regular style. - static const IconData clipboard_error_24_regular = IconData( - 0xff58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_error_24_regular = IconData(0xff58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_heart" in size 20 and regular style. - static const IconData clipboard_heart_20_regular = IconData( - 0xf30b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_heart_20_regular = IconData(0xf30b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_heart" in size 24 and regular style. - static const IconData clipboard_heart_24_regular = IconData( - 0xff59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_heart_24_regular = IconData(0xff59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_image" in size 20 and regular style. - static const IconData clipboard_image_20_regular = IconData( - 0x10479, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_image_20_regular = IconData(0x10479, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_image" in size 24 and regular style. - static const IconData clipboard_image_24_regular = IconData( - 0xfbea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_image_24_regular = IconData(0xfbea, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData clipboard_link_24_regular = IconData(0xf2d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_more" in size 20 and regular style. - static const IconData clipboard_more_20_regular = IconData( - 0x1047a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_more_20_regular = IconData(0x1047a, 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, - ); + static const IconData clipboard_more_24_regular = IconData(0xf2d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_note" in size 20 and regular style. - static const IconData clipboard_note_20_regular = IconData( - 0x10568, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_note_20_regular = IconData(0x10568, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_paste" in size 16 and regular style. - static const IconData clipboard_paste_16_regular = IconData( - 0xf96e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_paste_16_regular = IconData(0xf96e, 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, - ); + 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, - ); + static const IconData clipboard_paste_24_regular = IconData(0xf2d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_pulse" in size 20 and regular style. - static const IconData clipboard_pulse_20_regular = IconData( - 0xf322, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_pulse_20_regular = IconData(0xf322, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_pulse" in size 24 and regular style. - static const IconData clipboard_pulse_24_regular = IconData( - 0x100bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_pulse_24_regular = IconData(0x100bc, 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, - ); + 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, - ); + static const IconData clipboard_search_24_regular = IconData(0xf2d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_settings" in size 20 and regular style. - static const IconData clipboard_settings_20_regular = IconData( - 0xf32d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_settings_20_regular = IconData(0xf32d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_settings" in size 24 and regular style. - static const IconData clipboard_settings_24_regular = IconData( - 0x10139, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_settings_24_regular = IconData(0x10139, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task" in size 20 and regular style. - static const IconData clipboard_task_20_regular = IconData( - 0xff5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_20_regular = IconData(0xff5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task" in size 24 and regular style. - static const IconData clipboard_task_24_regular = IconData( - 0xff5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_24_regular = IconData(0xff5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_add" in size 20 and regular style. - static const IconData clipboard_task_add_20_regular = IconData( - 0xff5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_add_20_regular = IconData(0xff5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_add" in size 24 and regular style. - static const IconData clipboard_task_add_24_regular = IconData( - 0xff5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_add_24_regular = IconData(0xff5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_ltr" in size 20 and regular style. - static const IconData clipboard_task_list_ltr_20_regular = IconData( - 0xff5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_ltr_20_regular = IconData(0xff5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_ltr" in size 24 and regular style. - static const IconData clipboard_task_list_ltr_24_regular = IconData( - 0xff5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_ltr_24_regular = IconData(0xff5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_rtl" in size 20 and regular style. - static const IconData clipboard_task_list_rtl_20_regular = IconData( - 0xffd4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_rtl_20_regular = IconData(0xffd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_rtl" in size 24 and regular style. - static const IconData clipboard_task_list_rtl_24_regular = IconData( - 0xffd5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_rtl_24_regular = IconData(0xffd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_ltr" in size 20 and regular style. - static const IconData clipboard_text_ltr_20_regular = IconData( - 0xfd28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_ltr_20_regular = IconData(0xfd28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_ltr" in size 24 and regular style. - static const IconData clipboard_text_ltr_24_regular = IconData( - 0xfd29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_ltr_24_regular = IconData(0xfd29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_rtl" in size 20 and regular style. - static const IconData clipboard_text_rtl_20_regular = IconData( - 0xfd2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_rtl_20_regular = IconData(0xfd2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_rtl" in size 24 and regular style. - static const IconData clipboard_text_rtl_24_regular = IconData( - 0xfd2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_rtl_24_regular = IconData(0xfd2b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData clock_28_regular = IconData(0xf2df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock" in size 32 and regular style. - static const IconData clock_32_regular = IconData( - 0xfcd0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_32_regular = IconData(0xfcd0, 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, - ); + static const IconData clock_48_regular = IconData(0xf2e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_alarm" in size 16 and regular style. - static const IconData clock_alarm_16_regular = IconData( - 0xff60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_alarm_16_regular = IconData(0xff60, 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, - ); + 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, - ); + static const IconData clock_alarm_24_regular = IconData(0xf2e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_alarm" in size 32 and regular style. - static const IconData clock_alarm_32_regular = IconData( - 0xfdb6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_alarm_32_regular = IconData(0xfdb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_arrow_download" in size 20 and regular style. - static const IconData clock_arrow_download_20_regular = IconData( - 0xf32e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_arrow_download_20_regular = IconData(0xf32e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_arrow_download" in size 24 and regular style. - static const IconData clock_arrow_download_24_regular = IconData( - 0x100bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_arrow_download_24_regular = IconData(0x100bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_dismiss" in size 20 and regular style. - static const IconData clock_dismiss_20_regular = IconData( - 0x1047b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_dismiss_20_regular = IconData(0x1047b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_dismiss" in size 24 and regular style. - static const IconData clock_dismiss_24_regular = IconData( - 0xf96f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_dismiss_24_regular = IconData(0xf96f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_pause" in size 20 and regular style. - static const IconData clock_pause_20_regular = IconData( - 0x10394, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_pause_20_regular = IconData(0x10394, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_pause" in size 24 and regular style. - static const IconData clock_pause_24_regular = IconData( - 0x10395, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_pause_24_regular = IconData(0x10395, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_toolbox" in size 20 and regular style. - static const IconData clock_toolbox_20_regular = IconData( - 0x1040c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_toolbox_20_regular = IconData(0x1040c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "clock_toolbox" in size 24 and regular style. - static const IconData clock_toolbox_24_regular = IconData( - 0x1040d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData clock_toolbox_24_regular = IconData(0x1040d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 16 and regular style. - static const IconData closed_caption_16_regular = IconData( - 0xf970, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_16_regular = IconData(0xf970, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 20 and regular style. - static const IconData closed_caption_20_regular = IconData( - 0xf971, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_20_regular = IconData(0xf971, 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, - ); + static const IconData closed_caption_24_regular = IconData(0xf2e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 28 and regular style. - static const IconData closed_caption_28_regular = IconData( - 0xf972, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_28_regular = IconData(0xf972, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 32 and regular style. - static const IconData closed_caption_32_regular = IconData( - 0x10181, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_32_regular = IconData(0x10181, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 48 and regular style. - static const IconData closed_caption_48_regular = IconData( - 0xf973, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_48_regular = IconData(0xf973, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 16 and regular style. - static const IconData closed_caption_off_16_regular = IconData( - 0xfe51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_16_regular = IconData(0xfe51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 20 and regular style. - static const IconData closed_caption_off_20_regular = IconData( - 0xfe52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_20_regular = IconData(0xfe52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 24 and regular style. - static const IconData closed_caption_off_24_regular = IconData( - 0xfe53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_24_regular = IconData(0xfe53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 28 and regular style. - static const IconData closed_caption_off_28_regular = IconData( - 0xfe54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_28_regular = IconData(0xfe54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 48 and regular style. - static const IconData closed_caption_off_48_regular = IconData( - 0xfe55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_48_regular = IconData(0xfe55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 16 and regular style. - static const IconData cloud_16_regular = IconData( - 0xfcd1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_16_regular = IconData(0xfcd1, 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, - ); + 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, - ); + static const IconData cloud_24_regular = IconData(0xf2e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 28 and regular style. - static const IconData cloud_28_regular = IconData( - 0xfec0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_28_regular = IconData(0xfec0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 32 and regular style. - static const IconData cloud_32_regular = IconData( - 0xfcd2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_32_regular = IconData(0xfcd2, 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, - ); + static const IconData cloud_48_regular = IconData(0xf2e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_add" in size 16 and regular style. - static const IconData cloud_add_16_regular = IconData( - 0xf32f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_add_16_regular = IconData(0xf32f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_add" in size 20 and regular style. - static const IconData cloud_add_20_regular = IconData( - 0xff61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_add_20_regular = IconData(0xff61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 16 and regular style. - static const IconData cloud_archive_16_regular = IconData( - 0x1013a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_16_regular = IconData(0x1013a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 20 and regular style. - static const IconData cloud_archive_20_regular = IconData( - 0x1013b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_20_regular = IconData(0x1013b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 24 and regular style. - static const IconData cloud_archive_24_regular = IconData( - 0x10215, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_24_regular = IconData(0x10215, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 28 and regular style. - static const IconData cloud_archive_28_regular = IconData( - 0x10216, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_28_regular = IconData(0x10216, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 32 and regular style. - static const IconData cloud_archive_32_regular = IconData( - 0x10217, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_32_regular = IconData(0x10217, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 48 and regular style. - static const IconData cloud_archive_48_regular = IconData( - 0x10218, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_48_regular = IconData(0x10218, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 16 and regular style. - static const IconData cloud_arrow_down_16_regular = IconData( - 0x10049, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_16_regular = IconData(0x10049, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 20 and regular style. - static const IconData cloud_arrow_down_20_regular = IconData( - 0x1004a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_20_regular = IconData(0x1004a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 24 and regular style. - static const IconData cloud_arrow_down_24_regular = IconData( - 0x1004b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_24_regular = IconData(0x1004b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 28 and regular style. - static const IconData cloud_arrow_down_28_regular = IconData( - 0x1004c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_28_regular = IconData(0x1004c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 32 and regular style. - static const IconData cloud_arrow_down_32_regular = IconData( - 0x1004d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_32_regular = IconData(0x1004d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 48 and regular style. - static const IconData cloud_arrow_down_48_regular = IconData( - 0x1004e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_48_regular = IconData(0x1004e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 16 and regular style. - static const IconData cloud_arrow_up_16_regular = IconData( - 0x1004f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_16_regular = IconData(0x1004f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 20 and regular style. - static const IconData cloud_arrow_up_20_regular = IconData( - 0x10050, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_20_regular = IconData(0x10050, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 24 and regular style. - static const IconData cloud_arrow_up_24_regular = IconData( - 0x10051, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_24_regular = IconData(0x10051, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 28 and regular style. - static const IconData cloud_arrow_up_28_regular = IconData( - 0x10052, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_28_regular = IconData(0x10052, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 32 and regular style. - static const IconData cloud_arrow_up_32_regular = IconData( - 0x10053, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_32_regular = IconData(0x10053, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 48 and regular style. - static const IconData cloud_arrow_up_48_regular = IconData( - 0x10054, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_48_regular = IconData(0x10054, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 16 and regular style. - static const IconData cloud_backup_16_regular = IconData( - 0xfec1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_16_regular = IconData(0xfec1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 20 and regular style. - static const IconData cloud_backup_20_regular = IconData( - 0xfec2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_20_regular = IconData(0xfec2, 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, - ); + static const IconData cloud_backup_24_regular = IconData(0xf2e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 28 and regular style. - static const IconData cloud_backup_28_regular = IconData( - 0xfec3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_28_regular = IconData(0xfec3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 32 and regular style. - static const IconData cloud_backup_32_regular = IconData( - 0xfec4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_32_regular = IconData(0xfec4, 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, - ); + static const IconData cloud_backup_48_regular = IconData(0xf2e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 16 and regular style. - static const IconData cloud_checkmark_16_regular = IconData( - 0x10055, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_16_regular = IconData(0x10055, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 20 and regular style. - static const IconData cloud_checkmark_20_regular = IconData( - 0x10056, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_20_regular = IconData(0x10056, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 24 and regular style. - static const IconData cloud_checkmark_24_regular = IconData( - 0x10057, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_24_regular = IconData(0x10057, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 28 and regular style. - static const IconData cloud_checkmark_28_regular = IconData( - 0x10058, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_28_regular = IconData(0x10058, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 32 and regular style. - static const IconData cloud_checkmark_32_regular = IconData( - 0x10059, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_32_regular = IconData(0x10059, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 48 and regular style. - static const IconData cloud_checkmark_48_regular = IconData( - 0x1005a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_48_regular = IconData(0x1005a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 16 and regular style. - static const IconData cloud_dismiss_16_regular = IconData( - 0x1005b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_16_regular = IconData(0x1005b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 20 and regular style. - static const IconData cloud_dismiss_20_regular = IconData( - 0x1005c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_20_regular = IconData(0x1005c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 24 and regular style. - static const IconData cloud_dismiss_24_regular = IconData( - 0x1005d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_24_regular = IconData(0x1005d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 28 and regular style. - static const IconData cloud_dismiss_28_regular = IconData( - 0x1005e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_28_regular = IconData(0x1005e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 32 and regular style. - static const IconData cloud_dismiss_32_regular = IconData( - 0x1005f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_32_regular = IconData(0x1005f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 48 and regular style. - static const IconData cloud_dismiss_48_regular = IconData( - 0x10060, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_48_regular = IconData(0x10060, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 16 and regular style. - static const IconData cloud_download_16_regular = IconData( - 0xfe56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_16_regular = IconData(0xfe56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 20 and regular style. - static const IconData cloud_download_20_regular = IconData( - 0xfe57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_20_regular = IconData(0xfe57, 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, - ); + static const IconData cloud_download_24_regular = IconData(0xf2e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 28 and regular style. - static const IconData cloud_download_28_regular = IconData( - 0xfec5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_28_regular = IconData(0xfec5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 32 and regular style. - static const IconData cloud_download_32_regular = IconData( - 0xf974, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_32_regular = IconData(0xf974, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 48 and regular style. - static const IconData cloud_download_48_regular = IconData( - 0xf975, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_48_regular = IconData(0xf975, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_edit" in size 16 and regular style. - static const IconData cloud_edit_16_regular = IconData( - 0xf330, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_edit_16_regular = IconData(0xf330, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_edit" in size 20 and regular style. - static const IconData cloud_edit_20_regular = IconData( - 0xff62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_edit_20_regular = IconData(0xff62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_flow" in size 20 and regular style. - static const IconData cloud_flow_20_regular = IconData( - 0xf337, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_flow_20_regular = IconData(0xf337, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_flow" in size 24 and regular style. - static const IconData cloud_flow_24_regular = IconData( - 0x100be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_flow_24_regular = IconData(0x100be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_link" in size 16 and regular style. - static const IconData cloud_link_16_regular = IconData( - 0xf338, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_link_16_regular = IconData(0xf338, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_link" in size 20 and regular style. - static const IconData cloud_link_20_regular = IconData( - 0xff63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_link_20_regular = IconData(0xff63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 16 and regular style. - static const IconData cloud_off_16_regular = IconData( - 0xfec6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_16_regular = IconData(0xfec6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 20 and regular style. - static const IconData cloud_off_20_regular = IconData( - 0xfec7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_20_regular = IconData(0xfec7, 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, - ); + static const IconData cloud_off_24_regular = IconData(0xf2ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 28 and regular style. - static const IconData cloud_off_28_regular = IconData( - 0xfec8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_28_regular = IconData(0xfec8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 32 and regular style. - static const IconData cloud_off_32_regular = IconData( - 0xfec9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_32_regular = IconData(0xfec9, 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, - ); + 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, - ); + static const IconData cloud_offline_24_regular = IconData(0xf2ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_swap" in size 20 and regular style. - static const IconData cloud_swap_20_regular = IconData( - 0x100bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_swap_20_regular = IconData(0x100bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_swap" in size 24 and regular style. - static const IconData cloud_swap_24_regular = IconData( - 0x100c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_swap_24_regular = IconData(0x100c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 16 and regular style. - static const IconData cloud_sync_16_regular = IconData( - 0xfeca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_16_regular = IconData(0xfeca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 20 and regular style. - static const IconData cloud_sync_20_regular = IconData( - 0xfb7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_20_regular = IconData(0xfb7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 24 and regular style. - static const IconData cloud_sync_24_regular = IconData( - 0xfecb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_24_regular = IconData(0xfecb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 28 and regular style. - static const IconData cloud_sync_28_regular = IconData( - 0xfecc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_28_regular = IconData(0xfecc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 32 and regular style. - static const IconData cloud_sync_32_regular = IconData( - 0xfecd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_32_regular = IconData(0xfecd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 48 and regular style. - static const IconData cloud_sync_48_regular = IconData( - 0xfece, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_48_regular = IconData(0xfece, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 16 and regular style. - static const IconData cloud_sync_complete_16_regular = IconData( - 0xfecf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_16_regular = IconData(0xfecf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 20 and regular style. - static const IconData cloud_sync_complete_20_regular = IconData( - 0xfed0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_20_regular = IconData(0xfed0, 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, - ); + static const IconData cloud_sync_complete_24_regular = IconData(0xf2ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 28 and regular style. - static const IconData cloud_sync_complete_28_regular = IconData( - 0xfed1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_28_regular = IconData(0xfed1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 32 and regular style. - static const IconData cloud_sync_complete_32_regular = IconData( - 0xfed2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_32_regular = IconData(0xfed2, 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, - ); + static const IconData cloud_sync_complete_48_regular = IconData(0xf2ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 16 and regular style. - static const IconData cloud_words_16_regular = IconData( - 0x1013c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_16_regular = IconData(0x1013c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 20 and regular style. - static const IconData cloud_words_20_regular = IconData( - 0x1013d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_20_regular = IconData(0x1013d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 24 and regular style. - static const IconData cloud_words_24_regular = IconData( - 0x1013e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_24_regular = IconData(0x1013e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 28 and regular style. - static const IconData cloud_words_28_regular = IconData( - 0x1013f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_28_regular = IconData(0x1013f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 32 and regular style. - static const IconData cloud_words_32_regular = IconData( - 0x10140, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_32_regular = IconData(0x10140, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 48 and regular style. - static const IconData cloud_words_48_regular = IconData( - 0x10141, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_48_regular = IconData(0x10141, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "code" in size 16 and regular style. - static const IconData code_16_regular = IconData( - 0xf339, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData code_16_regular = IconData(0xf339, 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, - ); + 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, - ); + static const IconData code_24_regular = IconData(0xf2f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "code_circle" in size 20 and regular style. - static const IconData code_circle_20_regular = IconData( - 0x100c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData code_circle_20_regular = IconData(0x100c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "code_text" in size 20 and regular style. - static const IconData code_text_20_regular = IconData( - 0x10611, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData code_text_20_regular = IconData(0x10611, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "code_text_edit" in size 20 and regular style. - static const IconData code_text_edit_20_regular = IconData( - 0x10612, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData code_text_edit_20_regular = IconData(0x10612, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData collections_add_24_regular = IconData(0xf2f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color" in size 16 and regular style. - static const IconData color_16_regular = IconData( - 0xff64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_16_regular = IconData(0xff64, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData color_background_24_regular = IconData(0xf2f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_background_accent" in size 20 and regular style. - static const IconData color_background_accent_20_regular = IconData( - 0xf976, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_background_accent_20_regular = IconData(0xf976, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_background_accent" in size 24 and regular style. - static const IconData color_background_accent_24_regular = IconData( - 0xf977, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_background_accent_24_regular = IconData(0xf977, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill" in size 16 and regular style. - static const IconData color_fill_16_regular = IconData( - 0x104de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_16_regular = IconData(0x104de, 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, - ); + 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, - ); + static const IconData color_fill_24_regular = IconData(0xf2fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill" in size 28 and regular style. - static const IconData color_fill_28_regular = IconData( - 0x104df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_28_regular = IconData(0x104df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill_accent" in size 16 and regular style. - static const IconData color_fill_accent_16_regular = IconData( - 0x104e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_accent_16_regular = IconData(0x104e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill_accent" in size 20 and regular style. - static const IconData color_fill_accent_20_regular = IconData( - 0xf978, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_accent_20_regular = IconData(0xf978, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill_accent" in size 24 and regular style. - static const IconData color_fill_accent_24_regular = IconData( - 0xf979, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_accent_24_regular = IconData(0xf979, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_fill_accent" in size 28 and regular style. - static const IconData color_fill_accent_28_regular = IconData( - 0x104e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_accent_28_regular = IconData(0x104e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_line" in size 16 and regular style. - static const IconData color_line_16_regular = IconData( - 0xf97a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_line_16_regular = IconData(0xf97a, 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, - ); + 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, - ); + static const IconData color_line_24_regular = IconData(0xf2fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_line_accent" in size 16 and regular style. - static const IconData color_line_accent_16_regular = IconData( - 0xf97b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_line_accent_16_regular = IconData(0xf97b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_line_accent" in size 20 and regular style. - static const IconData color_line_accent_20_regular = IconData( - 0xf97c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_line_accent_20_regular = IconData(0xf97c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "color_line_accent" in size 24 and regular style. - static const IconData color_line_accent_24_regular = IconData( - 0xf97d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData color_line_accent_24_regular = IconData(0xf97d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column" in size 20 and regular style. - static const IconData column_20_regular = IconData( - 0x10613, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_20_regular = IconData(0x10613, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_arrow_right" in size 20 and regular style. - static const IconData column_arrow_right_20_regular = IconData( - 0x10142, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_arrow_right_20_regular = IconData(0x10142, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_edit" in size 20 and regular style. - static const IconData column_edit_20_regular = IconData( - 0xf920, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_edit_20_regular = IconData(0xf920, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_edit" in size 24 and regular style. - static const IconData column_edit_24_regular = IconData( - 0xf937, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_edit_24_regular = IconData(0xf937, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_triple" in size 20 and regular style. - static const IconData column_triple_20_regular = IconData( - 0xff65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_20_regular = IconData(0xff65, 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, - ); + static const IconData column_triple_24_regular = IconData(0xf2fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_triple_edit" in size 20 and regular style. - static const IconData column_triple_edit_20_regular = IconData( - 0xff66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_edit_20_regular = IconData(0xff66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "column_triple_edit" in size 24 and regular style. - static const IconData column_triple_edit_24_regular = IconData( - 0xff67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_edit_24_regular = IconData(0xff67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comma" in size 24 and regular style. - static const IconData comma_24_regular = IconData( - 0xffd6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comma_24_regular = IconData(0xffd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 12 and regular style. - static const IconData comment_12_regular = IconData( - 0xf97e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_12_regular = IconData(0xf97e, 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, - ); + 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, - ); + 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, - ); + static const IconData comment_24_regular = IconData(0xf300, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 28 and regular style. - static const IconData comment_28_regular = IconData( - 0xf97f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_28_regular = IconData(0xf97f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 48 and regular style. - static const IconData comment_48_regular = IconData( - 0xf980, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_48_regular = IconData(0xf980, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 12 and regular style. - static const IconData comment_add_12_regular = IconData( - 0xf981, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_12_regular = IconData(0xf981, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 16 and regular style. - static const IconData comment_add_16_regular = IconData( - 0xf982, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_16_regular = IconData(0xf982, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 20 and regular style. - static const IconData comment_add_20_regular = IconData( - 0xf983, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_20_regular = IconData(0xf983, 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, - ); + static const IconData comment_add_24_regular = IconData(0xf301, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 28 and regular style. - static const IconData comment_add_28_regular = IconData( - 0xf984, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_28_regular = IconData(0xf984, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 48 and regular style. - static const IconData comment_add_48_regular = IconData( - 0xf985, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_48_regular = IconData(0xf985, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 12 and regular style. - static const IconData comment_arrow_left_12_regular = IconData( - 0xf986, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_12_regular = IconData(0xf986, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 16 and regular style. - static const IconData comment_arrow_left_16_regular = IconData( - 0xf987, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_16_regular = IconData(0xf987, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 20 and regular style. - static const IconData comment_arrow_left_20_regular = IconData( - 0xf988, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_20_regular = IconData(0xf988, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 24 and regular style. - static const IconData comment_arrow_left_24_regular = IconData( - 0xfbeb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_24_regular = IconData(0xfbeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 28 and regular style. - static const IconData comment_arrow_left_28_regular = IconData( - 0xf989, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_28_regular = IconData(0xf989, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 48 and regular style. - static const IconData comment_arrow_left_48_regular = IconData( - 0xf98a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_48_regular = IconData(0xf98a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 12 and regular style. - static const IconData comment_arrow_right_12_regular = IconData( - 0xf98b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_12_regular = IconData(0xf98b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 16 and regular style. - static const IconData comment_arrow_right_16_regular = IconData( - 0xf98c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_16_regular = IconData(0xf98c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 20 and regular style. - static const IconData comment_arrow_right_20_regular = IconData( - 0xf98d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_20_regular = IconData(0xf98d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 24 and regular style. - static const IconData comment_arrow_right_24_regular = IconData( - 0xfbec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_24_regular = IconData(0xfbec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 28 and regular style. - static const IconData comment_arrow_right_28_regular = IconData( - 0xf98e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_28_regular = IconData(0xf98e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 48 and regular style. - static const IconData comment_arrow_right_48_regular = IconData( - 0xf98f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_48_regular = IconData(0xf98f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 12 and regular style. - static const IconData comment_checkmark_12_regular = IconData( - 0xf990, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_12_regular = IconData(0xf990, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 16 and regular style. - static const IconData comment_checkmark_16_regular = IconData( - 0xf991, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_16_regular = IconData(0xf991, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 20 and regular style. - static const IconData comment_checkmark_20_regular = IconData( - 0xf992, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_20_regular = IconData(0xf992, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 24 and regular style. - static const IconData comment_checkmark_24_regular = IconData( - 0xf993, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_24_regular = IconData(0xf993, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 28 and regular style. - static const IconData comment_checkmark_28_regular = IconData( - 0xf994, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_28_regular = IconData(0xf994, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 48 and regular style. - static const IconData comment_checkmark_48_regular = IconData( - 0xf995, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_48_regular = IconData(0xf995, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_dismiss" in size 20 and regular style. - static const IconData comment_dismiss_20_regular = IconData( - 0x1047c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_dismiss_20_regular = IconData(0x1047c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_dismiss" in size 24 and regular style. - static const IconData comment_dismiss_24_regular = IconData( - 0xfbed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_dismiss_24_regular = IconData(0xfbed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_edit" in size 20 and regular style. - static const IconData comment_edit_20_regular = IconData( - 0xf996, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_edit_20_regular = IconData(0xf996, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_edit" in size 24 and regular style. - static const IconData comment_edit_24_regular = IconData( - 0xf997, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_edit_24_regular = IconData(0xf997, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 16 and regular style. - static const IconData comment_error_16_regular = IconData( - 0xf350, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_16_regular = IconData(0xf350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 20 and regular style. - static const IconData comment_error_20_regular = IconData( - 0xff68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_20_regular = IconData(0xff68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 24 and regular style. - static const IconData comment_error_24_regular = IconData( - 0x1047d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_24_regular = IconData(0x1047d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_lightning" in size 20 and regular style. - static const IconData comment_lightning_20_regular = IconData( - 0xf351, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_lightning_20_regular = IconData(0xf351, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_lightning" in size 24 and regular style. - static const IconData comment_lightning_24_regular = IconData( - 0xf361, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_lightning_24_regular = IconData(0xf361, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData comment_multiple_24_regular = IconData(0xf308, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple" in size 28 and regular style. - static const IconData comment_multiple_28_regular = IconData( - 0x100c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_28_regular = IconData(0x100c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple" in size 32 and regular style. - static const IconData comment_multiple_32_regular = IconData( - 0x10259, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_32_regular = IconData(0x10259, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 16 and regular style. - static const IconData comment_multiple_checkmark_16_regular = IconData( - 0x100c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_16_regular = IconData(0x100c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 20 and regular style. - static const IconData comment_multiple_checkmark_20_regular = IconData( - 0x100c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_20_regular = IconData(0x100c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 24 and regular style. - static const IconData comment_multiple_checkmark_24_regular = IconData( - 0x100c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_24_regular = IconData(0x100c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 28 and regular style. - static const IconData comment_multiple_checkmark_28_regular = IconData( - 0x100c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_28_regular = IconData(0x100c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 16 and regular style. - static const IconData comment_multiple_link_16_regular = IconData( - 0x1025a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_16_regular = IconData(0x1025a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 20 and regular style. - static const IconData comment_multiple_link_20_regular = IconData( - 0x1025b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_20_regular = IconData(0x1025b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 24 and regular style. - static const IconData comment_multiple_link_24_regular = IconData( - 0x1025c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_24_regular = IconData(0x1025c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 28 and regular style. - static const IconData comment_multiple_link_28_regular = IconData( - 0x1025d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_28_regular = IconData(0x1025d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 32 and regular style. - static const IconData comment_multiple_link_32_regular = IconData( - 0x1025e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_32_regular = IconData(0x1025e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_note" in size 20 and regular style. - static const IconData comment_note_20_regular = IconData( - 0x1047e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_note_20_regular = IconData(0x1047e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_note" in size 24 and regular style. - static const IconData comment_note_24_regular = IconData( - 0xfcd3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_note_24_regular = IconData(0xfcd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 16 and regular style. - static const IconData comment_off_16_regular = IconData( - 0xf998, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_16_regular = IconData(0xf998, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 20 and regular style. - static const IconData comment_off_20_regular = IconData( - 0xf999, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_20_regular = IconData(0xf999, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 24 and regular style. - static const IconData comment_off_24_regular = IconData( - 0xf99a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_24_regular = IconData(0xf99a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 28 and regular style. - static const IconData comment_off_28_regular = IconData( - 0xf99b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_28_regular = IconData(0xf99b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 48 and regular style. - static const IconData comment_off_48_regular = IconData( - 0xf99c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_48_regular = IconData(0xf99c, 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, - ); + 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, - ); + 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, - ); + static const IconData communication_24_regular = IconData(0xf30e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "communication_person" in size 20 and regular style. - static const IconData communication_person_20_regular = IconData( - 0xff69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData communication_person_20_regular = IconData(0xff69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "communication_person" in size 24 and regular style. - static const IconData communication_person_24_regular = IconData( - 0xff6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData communication_person_24_regular = IconData(0xff6a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData compass_northwest_28_regular = IconData(0xf312, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "component_2_double_tap_swipe_down" in size 24 and regular style. - static const IconData component_2_double_tap_swipe_down_24_regular = IconData( - 0xfbee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData component_2_double_tap_swipe_down_24_regular = IconData(0xfbee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and regular style. - static const IconData component_2_double_tap_swipe_up_24_regular = IconData( - 0xfbef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData component_2_double_tap_swipe_up_24_regular = IconData(0xfbef, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData connector_24_regular = IconData(0xf31e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 16 and regular style. - static const IconData contact_card_16_regular = IconData( - 0xf362, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_16_regular = IconData(0xf362, 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, - ); + 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, - ); + static const IconData contact_card_24_regular = IconData(0xf320, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 28 and regular style. - static const IconData contact_card_28_regular = IconData( - 0xf938, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_28_regular = IconData(0xf938, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 32 and regular style. - static const IconData contact_card_32_regular = IconData( - 0xf939, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_32_regular = IconData(0xf939, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 48 and regular style. - static const IconData contact_card_48_regular = IconData( - 0xf93a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_48_regular = IconData(0xf93a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 16 and regular style. - static const IconData contact_card_group_16_regular = IconData( - 0xf99d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_16_regular = IconData(0xf99d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 20 and regular style. - static const IconData contact_card_group_20_regular = IconData( - 0xf99e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_20_regular = IconData(0xf99e, 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, - ); + static const IconData contact_card_group_24_regular = IconData(0xf321, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 28 and regular style. - static const IconData contact_card_group_28_regular = IconData( - 0xf99f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_28_regular = IconData(0xf99f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 48 and regular style. - static const IconData contact_card_group_48_regular = IconData( - 0xf9a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_48_regular = IconData(0xf9a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_link" in size 16 and regular style. - static const IconData contact_card_link_16_regular = IconData( - 0xf363, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_link_16_regular = IconData(0xf363, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_link" in size 20 and regular style. - static const IconData contact_card_link_20_regular = IconData( - 0xff6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_link_20_regular = IconData(0xff6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 16 and regular style. - static const IconData contact_card_ribbon_16_regular = IconData( - 0x1025f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_16_regular = IconData(0x1025f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 20 and regular style. - static const IconData contact_card_ribbon_20_regular = IconData( - 0x10260, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_20_regular = IconData(0x10260, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 24 and regular style. - static const IconData contact_card_ribbon_24_regular = IconData( - 0x10261, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_24_regular = IconData(0x10261, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 28 and regular style. - static const IconData contact_card_ribbon_28_regular = IconData( - 0x10262, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_28_regular = IconData(0x10262, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 32 and regular style. - static const IconData contact_card_ribbon_32_regular = IconData( - 0x10263, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_32_regular = IconData(0x10263, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 48 and regular style. - static const IconData contact_card_ribbon_48_regular = IconData( - 0x10264, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_48_regular = IconData(0x10264, 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, - ); + 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, - ); + 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, - ); + static const IconData content_settings_24_regular = IconData(0xf325, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "content_settings" in size 32 and regular style. - static const IconData content_settings_32_regular = IconData( - 0xfcd4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData content_settings_32_regular = IconData(0xfcd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "content_view" in size 20 and regular style. - static const IconData content_view_20_regular = IconData( - 0xfb7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData content_view_20_regular = IconData(0xfb7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "content_view" in size 32 and regular style. - static const IconData content_view_32_regular = IconData( - 0xfdb7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData content_view_32_regular = IconData(0xfdb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "content_view_gallery" in size 20 and regular style. - static const IconData content_view_gallery_20_regular = IconData( - 0xfbad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData content_view_gallery_20_regular = IconData(0xfbad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 16 and regular style. - static const IconData contract_down_left_16_regular = IconData( - 0xf364, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_16_regular = IconData(0xf364, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 20 and regular style. - static const IconData contract_down_left_20_regular = IconData( - 0xf373, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_20_regular = IconData(0xf373, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 24 and regular style. - static const IconData contract_down_left_24_regular = IconData( - 0xf374, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_24_regular = IconData(0xf374, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 28 and regular style. - static const IconData contract_down_left_28_regular = IconData( - 0xf375, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_28_regular = IconData(0xf375, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 32 and regular style. - static const IconData contract_down_left_32_regular = IconData( - 0xf37b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_32_regular = IconData(0xf37b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 48 and regular style. - static const IconData contract_down_left_48_regular = IconData( - 0xf397, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_48_regular = IconData(0xf397, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "control_button" in size 20 and regular style. - static const IconData control_button_20_regular = IconData( - 0x10143, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData control_button_20_regular = IconData(0x10143, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "control_button" in size 24 and regular style. - static const IconData control_button_24_regular = IconData( - 0x10144, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData control_button_24_regular = IconData(0x10144, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "convert_range" in size 20 and regular style. - static const IconData convert_range_20_regular = IconData( - 0x1047f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData convert_range_20_regular = IconData(0x1047f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "convert_range" in size 24 and regular style. - static const IconData convert_range_24_regular = IconData( - 0xf9a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData convert_range_24_regular = IconData(0xf9a1, 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, - ); + 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, - ); + static const IconData convert_to_text_24_regular = IconData(0xf327, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type" in size 20 and regular style. - static const IconData convert_to_type_20_regular = IconData( - 0xfd2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_20_regular = IconData(0xfd2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type" in size 24 and regular style. - static const IconData convert_to_type_24_regular = IconData( - 0xfd2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_24_regular = IconData(0xfd2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type_off" in size 20 and regular style. - static const IconData convert_to_type_off_20_regular = IconData( - 0xfd90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_off_20_regular = IconData(0xfd90, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData copy_24_regular = IconData(0xf32c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_add" in size 20 and regular style. - static const IconData copy_add_20_regular = IconData( - 0x10480, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_add_20_regular = IconData(0x10480, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_add" in size 24 and regular style. - static const IconData copy_add_24_regular = IconData( - 0xf9a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_add_24_regular = IconData(0xf9a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 16 and regular style. - static const IconData copy_arrow_right_16_regular = IconData( - 0xfbf0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_16_regular = IconData(0xfbf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 20 and regular style. - static const IconData copy_arrow_right_20_regular = IconData( - 0x10481, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_20_regular = IconData(0x10481, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 24 and regular style. - static const IconData copy_arrow_right_24_regular = IconData( - 0xfbf1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_24_regular = IconData(0xfbf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "copy_select" in size 20 and regular style. - static const IconData copy_select_20_regular = IconData( - 0xf9a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData copy_select_20_regular = IconData(0xf9a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 12 and regular style. - static const IconData couch_12_regular = IconData( - 0xf9a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData couch_12_regular = IconData(0xf9a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 20 and regular style. - static const IconData couch_20_regular = IconData( - 0x10482, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData couch_20_regular = IconData(0x10482, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 24 and regular style. - static const IconData couch_24_regular = IconData( - 0xf9a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData couch_24_regular = IconData(0xf9a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "credit_card_person" in size 20 and regular style. - static const IconData credit_card_person_20_regular = IconData( - 0x10145, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_person_20_regular = IconData(0x10145, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "credit_card_person" in size 24 and regular style. - static const IconData credit_card_person_24_regular = IconData( - 0x10146, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_person_24_regular = IconData(0x10146, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "credit_card_toolbox" in size 20 and regular style. - static const IconData credit_card_toolbox_20_regular = IconData( - 0xf398, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_toolbox_20_regular = IconData(0xf398, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "credit_card_toolbox" in size 24 and regular style. - static const IconData credit_card_toolbox_24_regular = IconData( - 0x10147, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_toolbox_24_regular = IconData(0x10147, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "crop" in size 20 and regular style. - static const IconData crop_20_regular = IconData( - 0xf9a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData crop_20_regular = IconData(0xf9a6, 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, - ); + static const IconData crop_24_regular = IconData(0xf331, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "crop_interim" in size 20 and regular style. - static const IconData crop_interim_20_regular = IconData( - 0x10483, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData crop_interim_20_regular = IconData(0x10483, 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, - ); + static const IconData crop_interim_24_regular = IconData(0xf332, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "crop_interim_off" in size 20 and regular style. - static const IconData crop_interim_off_20_regular = IconData( - 0x10484, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData crop_interim_off_20_regular = IconData(0x10484, 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, - ); + static const IconData crop_interim_off_24_regular = IconData(0xf333, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube" in size 12 and regular style. - static const IconData cube_12_regular = IconData( - 0x100c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_12_regular = IconData(0x100c7, 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, - ); + 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, - ); + 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, - ); + static const IconData cube_24_regular = IconData(0xf336, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_add" in size 20 and regular style. - static const IconData cube_add_20_regular = IconData( - 0x10614, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_add_20_regular = IconData(0x10614, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_link" in size 20 and regular style. - static const IconData cube_link_20_regular = IconData( - 0x10148, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_link_20_regular = IconData(0x10148, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_multiple" in size 20 and regular style. - static const IconData cube_multiple_20_regular = IconData( - 0x1040e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_multiple_20_regular = IconData(0x1040e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_multiple" in size 24 and regular style. - static const IconData cube_multiple_24_regular = IconData( - 0x1040f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_multiple_24_regular = IconData(0x1040f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 16 and regular style. - static const IconData cube_quick_16_regular = IconData( - 0x10615, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_16_regular = IconData(0x10615, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 20 and regular style. - static const IconData cube_quick_20_regular = IconData( - 0x10616, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_20_regular = IconData(0x10616, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 24 and regular style. - static const IconData cube_quick_24_regular = IconData( - 0x10617, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_24_regular = IconData(0x10617, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 28 and regular style. - static const IconData cube_quick_28_regular = IconData( - 0x10618, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_28_regular = IconData(0x10618, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_rotate" in size 20 and regular style. - static const IconData cube_rotate_20_regular = IconData( - 0xfb80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_rotate_20_regular = IconData(0xfb80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_sync" in size 20 and regular style. - static const IconData cube_sync_20_regular = IconData( - 0x10485, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_sync_20_regular = IconData(0x10485, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_sync" in size 24 and regular style. - static const IconData cube_sync_24_regular = IconData( - 0xfd2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_sync_24_regular = IconData(0xfd2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_tree" in size 20 and regular style. - static const IconData cube_tree_20_regular = IconData( - 0x1033a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_tree_20_regular = IconData(0x1033a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cube_tree" in size 24 and regular style. - static const IconData cube_tree_24_regular = IconData( - 0x1033b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cube_tree_24_regular = IconData(0x1033b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 16 and regular style. - static const IconData currency_dollar_euro_16_regular = IconData( - 0xfbf2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_16_regular = IconData(0xfbf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 20 and regular style. - static const IconData currency_dollar_euro_20_regular = IconData( - 0xfbf3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_20_regular = IconData(0xfbf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 24 and regular style. - static const IconData currency_dollar_euro_24_regular = IconData( - 0xfbf4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_24_regular = IconData(0xfbf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 16 and regular style. - static const IconData currency_dollar_rupee_16_regular = IconData( - 0xf9a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_16_regular = IconData(0xf9a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 20 and regular style. - static const IconData currency_dollar_rupee_20_regular = IconData( - 0xf9a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_20_regular = IconData(0xf9a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 24 and regular style. - static const IconData currency_dollar_rupee_24_regular = IconData( - 0xf9a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_24_regular = IconData(0xf9a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor" in size 20 and regular style. - static const IconData cursor_20_regular = IconData( - 0xf9aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_20_regular = IconData(0xf9aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor" in size 24 and regular style. - static const IconData cursor_24_regular = IconData( - 0xf9ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_24_regular = IconData(0xf9ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_click" in size 20 and regular style. - static const IconData cursor_click_20_regular = IconData( - 0x10004, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_click_20_regular = IconData(0x10004, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_click" in size 24 and regular style. - static const IconData cursor_click_24_regular = IconData( - 0x10005, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_click_24_regular = IconData(0x10005, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 16 and regular style. - static const IconData cursor_hover_16_regular = IconData( - 0xf9ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_16_regular = IconData(0xf9ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 20 and regular style. - static const IconData cursor_hover_20_regular = IconData( - 0xf9ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_20_regular = IconData(0xf9ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 24 and regular style. - static const IconData cursor_hover_24_regular = IconData( - 0xf9ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_24_regular = IconData(0xf9ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 28 and regular style. - static const IconData cursor_hover_28_regular = IconData( - 0xf9af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_28_regular = IconData(0xf9af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 32 and regular style. - static const IconData cursor_hover_32_regular = IconData( - 0xf9b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_32_regular = IconData(0xf9b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 48 and regular style. - static const IconData cursor_hover_48_regular = IconData( - 0xf9b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_48_regular = IconData(0xf9b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 16 and regular style. - static const IconData cursor_hover_off_16_regular = IconData( - 0xf9b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_16_regular = IconData(0xf9b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 20 and regular style. - static const IconData cursor_hover_off_20_regular = IconData( - 0xf9b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_20_regular = IconData(0xf9b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 24 and regular style. - static const IconData cursor_hover_off_24_regular = IconData( - 0xf9b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_24_regular = IconData(0xf9b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 28 and regular style. - static const IconData cursor_hover_off_28_regular = IconData( - 0xf9b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_28_regular = IconData(0xf9b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 48 and regular style. - static const IconData cursor_hover_off_48_regular = IconData( - 0xf9b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_48_regular = IconData(0xf9b6, 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, - ); + 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, - ); + static const IconData cut_24_regular = IconData(0xf33b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dark_theme" in size 20 and regular style. - static const IconData dark_theme_20_regular = IconData( - 0x10486, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dark_theme_20_regular = IconData(0x10486, 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, - ); + static const IconData dark_theme_24_regular = IconData(0xf33c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_area" in size 20 and regular style. - static const IconData data_area_20_regular = IconData( - 0x10487, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_area_20_regular = IconData(0x10487, 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, - ); + static const IconData data_area_24_regular = IconData(0xf33d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_bar_horizontal" in size 20 and regular style. - static const IconData data_bar_horizontal_20_regular = IconData( - 0xf39b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_horizontal_20_regular = IconData(0xf39b, 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, - ); + 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, - ); + 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, - ); + static const IconData data_bar_vertical_24_regular = IconData(0xf340, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_bar_vertical_add" in size 20 and regular style. - static const IconData data_bar_vertical_add_20_regular = IconData( - 0x10488, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_vertical_add_20_regular = IconData(0x10488, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_bar_vertical_add" in size 24 and regular style. - static const IconData data_bar_vertical_add_24_regular = IconData( - 0xf9b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_vertical_add_24_regular = IconData(0xf9b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_funnel" in size 20 and regular style. - static const IconData data_funnel_20_regular = IconData( - 0x10489, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_funnel_20_regular = IconData(0x10489, 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, - ); + static const IconData data_funnel_24_regular = IconData(0xf341, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_histogram" in size 20 and regular style. - static const IconData data_histogram_20_regular = IconData( - 0x1048a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_histogram_20_regular = IconData(0x1048a, 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, - ); + static const IconData data_histogram_24_regular = IconData(0xf342, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_line" in size 20 and regular style. - static const IconData data_line_20_regular = IconData( - 0xfb81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_line_20_regular = IconData(0xfb81, 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, - ); + 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, - ); + 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, - ); + static const IconData data_pie_24_regular = IconData(0xf345, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_scatter" in size 20 and regular style. - static const IconData data_scatter_20_regular = IconData( - 0x1048b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_scatter_20_regular = IconData(0x1048b, 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, - ); + static const IconData data_scatter_24_regular = IconData(0xf346, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_sunburst" in size 20 and regular style. - static const IconData data_sunburst_20_regular = IconData( - 0x1048c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_sunburst_20_regular = IconData(0x1048c, 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, - ); + static const IconData data_sunburst_24_regular = IconData(0xf347, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_treemap" in size 20 and regular style. - static const IconData data_treemap_20_regular = IconData( - 0x1048d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_treemap_20_regular = IconData(0x1048d, 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, - ); + static const IconData data_treemap_24_regular = IconData(0xf348, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 16 and regular style. - static const IconData data_trending_16_regular = IconData( - 0xff6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_16_regular = IconData(0xff6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 20 and regular style. - static const IconData data_trending_20_regular = IconData( - 0xff6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_20_regular = IconData(0xff6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 24 and regular style. - static const IconData data_trending_24_regular = IconData( - 0xff6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_24_regular = IconData(0xff6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage" in size 20 and regular style. - static const IconData data_usage_20_regular = IconData( - 0xf9b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_20_regular = IconData(0xf9b8, 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, - ); + static const IconData data_usage_24_regular = IconData(0xf349, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage_edit" in size 20 and regular style. - static const IconData data_usage_edit_20_regular = IconData( - 0xf3b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_edit_20_regular = IconData(0xf3b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage_edit" in size 24 and regular style. - static const IconData data_usage_edit_24_regular = IconData( - 0xff6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_edit_24_regular = IconData(0xff6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage_settings" in size 20 and regular style. - static const IconData data_usage_settings_20_regular = IconData( - 0x10726, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_settings_20_regular = IconData(0x10726, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage_toolbox" in size 20 and regular style. - static const IconData data_usage_toolbox_20_regular = IconData( - 0x102d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_toolbox_20_regular = IconData(0x102d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_usage_toolbox" in size 24 and regular style. - static const IconData data_usage_toolbox_24_regular = IconData( - 0x102d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_toolbox_24_regular = IconData(0x102d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_waterfall" in size 20 and regular style. - static const IconData data_waterfall_20_regular = IconData( - 0x1048e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_waterfall_20_regular = IconData(0x1048e, 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, - ); + static const IconData data_waterfall_24_regular = IconData(0xf34a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "data_whisker" in size 20 and regular style. - static const IconData data_whisker_20_regular = IconData( - 0x1048f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData data_whisker_20_regular = IconData(0x1048f, 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, - ); + static const IconData data_whisker_24_regular = IconData(0xf34b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database" in size 20 and regular style. - static const IconData database_20_regular = IconData( - 0xff70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_20_regular = IconData(0xff70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database" in size 24 and regular style. - static const IconData database_24_regular = IconData( - 0xff71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_24_regular = IconData(0xff71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_down" in size 20 and regular style. - static const IconData database_arrow_down_20_regular = IconData( - 0x10619, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_down_20_regular = IconData(0x10619, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_right" in size 20 and regular style. - static const IconData database_arrow_right_20_regular = IconData( - 0x1061a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_right_20_regular = IconData(0x1061a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_up" in size 20 and regular style. - static const IconData database_arrow_up_20_regular = IconData( - 0x1061b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_up_20_regular = IconData(0x1061b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_lightning" in size 20 and regular style. - static const IconData database_lightning_20_regular = IconData( - 0x1061c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_lightning_20_regular = IconData(0x1061c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_link" in size 20 and regular style. - static const IconData database_link_20_regular = IconData( - 0x101d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_link_20_regular = IconData(0x101d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_link" in size 24 and regular style. - static const IconData database_link_24_regular = IconData( - 0x101d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_link_24_regular = IconData(0x101d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_multiple" in size 20 and regular style. - static const IconData database_multiple_20_regular = IconData( - 0x106f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_multiple_20_regular = IconData(0x106f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_person" in size 20 and regular style. - static const IconData database_person_20_regular = IconData( - 0x10265, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_person_20_regular = IconData(0x10265, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_person" in size 24 and regular style. - static const IconData database_person_24_regular = IconData( - 0x10266, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_person_24_regular = IconData(0x10266, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_plug_connected" in size 20 and regular style. - static const IconData database_plug_connected_20_regular = IconData( - 0x1061d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_plug_connected_20_regular = IconData(0x1061d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_search" in size 20 and regular style. - static const IconData database_search_20_regular = IconData( - 0xff72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_search_20_regular = IconData(0xff72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_search" in size 24 and regular style. - static const IconData database_search_24_regular = IconData( - 0xff73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_search_24_regular = IconData(0xff73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_warning" in size 20 and regular style. - static const IconData database_warning_20_regular = IconData( - 0x1061e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_warning_20_regular = IconData(0x1061e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "database_window" in size 20 and regular style. - static const IconData database_window_20_regular = IconData( - 0x1061f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData database_window_20_regular = IconData(0x1061f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_left" in size 20 and regular style. - static const IconData decimal_arrow_left_20_regular = IconData( - 0x104e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_left_20_regular = IconData(0x104e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_left" in size 24 and regular style. - static const IconData decimal_arrow_left_24_regular = IconData( - 0xf9b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_left_24_regular = IconData(0xf9b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_right" in size 20 and regular style. - static const IconData decimal_arrow_right_20_regular = IconData( - 0x104e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_right_20_regular = IconData(0x104e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_right" in size 24 and regular style. - static const IconData decimal_arrow_right_24_regular = IconData( - 0xf9ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_right_24_regular = IconData(0xf9ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete" in size 16 and regular style. - static const IconData delete_16_regular = IconData( - 0xf9bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_16_regular = IconData(0xf9bb, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData delete_48_regular = IconData(0xf34f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_arrow_back" in size 16 and regular style. - static const IconData delete_arrow_back_16_regular = IconData( - 0xff74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_arrow_back_16_regular = IconData(0xff74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_arrow_back" in size 20 and regular style. - static const IconData delete_arrow_back_20_regular = IconData( - 0x104e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_arrow_back_20_regular = IconData(0x104e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 20 and regular style. - static const IconData delete_dismiss_20_regular = IconData( - 0x104e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_20_regular = IconData(0x104e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 24 and regular style. - static const IconData delete_dismiss_24_regular = IconData( - 0xfbf5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_24_regular = IconData(0xfbf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 28 and regular style. - static const IconData delete_dismiss_28_regular = IconData( - 0xfbf6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_28_regular = IconData(0xfbf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "delete_lines" in size 20 and regular style. - static const IconData delete_lines_20_regular = IconData( - 0x10149, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData delete_lines_20_regular = IconData(0x10149, 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, - ); + 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, - ); + static const IconData delete_off_24_regular = IconData(0xf353, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 12 and regular style. - static const IconData dentist_12_regular = IconData( - 0xf9bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dentist_12_regular = IconData(0xf9bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 16 and regular style. - static const IconData dentist_16_regular = IconData( - 0xf9bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dentist_16_regular = IconData(0xf9bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 20 and regular style. - static const IconData dentist_20_regular = IconData( - 0xf9be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dentist_20_regular = IconData(0xf9be, 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, - ); + static const IconData dentist_24_regular = IconData(0xf354, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 28 and regular style. - static const IconData dentist_28_regular = IconData( - 0xf9bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dentist_28_regular = IconData(0xf9bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 48 and regular style. - static const IconData dentist_48_regular = IconData( - 0xf9c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dentist_48_regular = IconData(0xf9c0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData desktop_28_regular = IconData(0xf35b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop" in size 32 and regular style. - static const IconData desktop_32_regular = IconData( - 0xfdb8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_32_regular = IconData(0xfdb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 16 and regular style. - static const IconData desktop_arrow_right_16_regular = IconData( - 0xfb30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_16_regular = IconData(0xfb30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 20 and regular style. - static const IconData desktop_arrow_right_20_regular = IconData( - 0xfb31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_20_regular = IconData(0xfb31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 24 and regular style. - static const IconData desktop_arrow_right_24_regular = IconData( - 0xfb32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_24_regular = IconData(0xfb32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 16 and regular style. - static const IconData desktop_cursor_16_regular = IconData( - 0x102d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_16_regular = IconData(0x102d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 20 and regular style. - static const IconData desktop_cursor_20_regular = IconData( - 0x102d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_20_regular = IconData(0x102d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 24 and regular style. - static const IconData desktop_cursor_24_regular = IconData( - 0x102da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_24_regular = IconData(0x102da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 28 and regular style. - static const IconData desktop_cursor_28_regular = IconData( - 0x102db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_28_regular = IconData(0x102db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 16 and regular style. - static const IconData desktop_edit_16_regular = IconData( - 0xff75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_16_regular = IconData(0xff75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 20 and regular style. - static const IconData desktop_edit_20_regular = IconData( - 0x104e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_20_regular = IconData(0x104e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 24 and regular style. - static const IconData desktop_edit_24_regular = IconData( - 0x104e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_24_regular = IconData(0x104e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_flow" in size 20 and regular style. - static const IconData desktop_flow_20_regular = IconData( - 0x102dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_flow_20_regular = IconData(0x102dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_flow" in size 24 and regular style. - static const IconData desktop_flow_24_regular = IconData( - 0x102dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_flow_24_regular = IconData(0x102dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 16 and regular style. - static const IconData desktop_keyboard_16_regular = IconData( - 0x10182, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_16_regular = IconData(0x10182, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 20 and regular style. - static const IconData desktop_keyboard_20_regular = IconData( - 0x10183, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_20_regular = IconData(0x10183, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 24 and regular style. - static const IconData desktop_keyboard_24_regular = IconData( - 0x10184, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_24_regular = IconData(0x10184, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 28 and regular style. - static const IconData desktop_keyboard_28_regular = IconData( - 0x10185, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_28_regular = IconData(0x10185, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 16 and regular style. - static const IconData desktop_mac_16_regular = IconData( - 0xfcd5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_16_regular = IconData(0xfcd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 20 and regular style. - static const IconData desktop_mac_20_regular = IconData( - 0x104e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_20_regular = IconData(0x104e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 24 and regular style. - static const IconData desktop_mac_24_regular = IconData( - 0x104e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_24_regular = IconData(0x104e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 32 and regular style. - static const IconData desktop_mac_32_regular = IconData( - 0xfcd6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_32_regular = IconData(0xfcd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 16 and regular style. - static const IconData desktop_pulse_16_regular = IconData( - 0xfe58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_16_regular = IconData(0xfe58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 20 and regular style. - static const IconData desktop_pulse_20_regular = IconData( - 0xfe59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_20_regular = IconData(0xfe59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 24 and regular style. - static const IconData desktop_pulse_24_regular = IconData( - 0xfe5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_24_regular = IconData(0xfe5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 28 and regular style. - static const IconData desktop_pulse_28_regular = IconData( - 0xfe5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_28_regular = IconData(0xfe5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 32 and regular style. - static const IconData desktop_pulse_32_regular = IconData( - 0xfe5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_32_regular = IconData(0xfe5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 48 and regular style. - static const IconData desktop_pulse_48_regular = IconData( - 0xfe5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_48_regular = IconData(0xfe5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_signal" in size 20 and regular style. - static const IconData desktop_signal_20_regular = IconData( - 0x102de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_signal_20_regular = IconData(0x102de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_signal" in size 24 and regular style. - static const IconData desktop_signal_24_regular = IconData( - 0x102df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_signal_24_regular = IconData(0x102df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker" in size 20 and regular style. - static const IconData desktop_speaker_20_regular = IconData( - 0xfb33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_20_regular = IconData(0xfb33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker" in size 24 and regular style. - static const IconData desktop_speaker_24_regular = IconData( - 0xfb34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_24_regular = IconData(0xfb34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker_off" in size 20 and regular style. - static const IconData desktop_speaker_off_20_regular = IconData( - 0xfb35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_off_20_regular = IconData(0xfb35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker_off" in size 24 and regular style. - static const IconData desktop_speaker_off_24_regular = IconData( - 0xfb36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_off_24_regular = IconData(0xfb36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 16 and regular style. - static const IconData desktop_sync_16_regular = IconData( - 0xf3b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_16_regular = IconData(0xf3b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 20 and regular style. - static const IconData desktop_sync_20_regular = IconData( - 0x104ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_20_regular = IconData(0x104ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 24 and regular style. - static const IconData desktop_sync_24_regular = IconData( - 0x104eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_24_regular = IconData(0x104eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_toolbox" in size 20 and regular style. - static const IconData desktop_toolbox_20_regular = IconData( - 0x10410, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_toolbox_20_regular = IconData(0x10410, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "desktop_toolbox" in size 24 and regular style. - static const IconData desktop_toolbox_24_regular = IconData( - 0x10411, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData desktop_toolbox_24_regular = IconData(0x10411, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "developer_board" in size 20 and regular style. - static const IconData developer_board_20_regular = IconData( - 0xfe5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_20_regular = IconData(0xfe5e, 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, - ); + static const IconData developer_board_24_regular = IconData(0xf35c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "developer_board_lightning" in size 20 and regular style. - static const IconData developer_board_lightning_20_regular = IconData( - 0x10620, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_lightning_20_regular = IconData(0x10620, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "developer_board_lightning_toolbox" in size 20 and regular style. - static const IconData developer_board_lightning_toolbox_20_regular = IconData( - 0x10621, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_lightning_toolbox_20_regular = IconData(0x10621, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "developer_board_search" in size 20 and regular style. - static const IconData developer_board_search_20_regular = IconData( - 0x100c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_search_20_regular = IconData(0x100c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "developer_board_search" in size 24 and regular style. - static const IconData developer_board_search_24_regular = IconData( - 0x104ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_search_24_regular = IconData(0x104ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_eq" in size 20 and regular style. - static const IconData device_eq_20_regular = IconData( - 0x104ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_eq_20_regular = IconData(0x104ed, 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, - ); + static const IconData device_eq_24_regular = IconData(0xf35d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 16 and regular style. - static const IconData device_meeting_room_16_regular = IconData( - 0xf3b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_16_regular = IconData(0xf3b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 20 and regular style. - static const IconData device_meeting_room_20_regular = IconData( - 0xfb82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_20_regular = IconData(0xfb82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 24 and regular style. - static const IconData device_meeting_room_24_regular = IconData( - 0xf3b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_24_regular = IconData(0xf3b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 28 and regular style. - static const IconData device_meeting_room_28_regular = IconData( - 0xf3b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_28_regular = IconData(0xf3b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 32 and regular style. - static const IconData device_meeting_room_32_regular = IconData( - 0xf3b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_32_regular = IconData(0xf3b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 48 and regular style. - static const IconData device_meeting_room_48_regular = IconData( - 0xf3bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_48_regular = IconData(0xf3bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 16 and regular style. - static const IconData device_meeting_room_remote_16_regular = IconData( - 0xf3bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_16_regular = IconData(0xf3bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 20 and regular style. - static const IconData device_meeting_room_remote_20_regular = IconData( - 0xfb83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_20_regular = IconData(0xfb83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 24 and regular style. - static const IconData device_meeting_room_remote_24_regular = IconData( - 0xf3c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_24_regular = IconData(0xf3c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 28 and regular style. - static const IconData device_meeting_room_remote_28_regular = IconData( - 0xf3cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_28_regular = IconData(0xf3cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 32 and regular style. - static const IconData device_meeting_room_remote_32_regular = IconData( - 0xf3ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_32_regular = IconData(0xf3ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 48 and regular style. - static const IconData device_meeting_room_remote_48_regular = IconData( - 0xf3ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_48_regular = IconData(0xf3ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diagram" in size 20 and regular style. - static const IconData diagram_20_regular = IconData( - 0x104ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diagram_20_regular = IconData(0x104ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diagram" in size 24 and regular style. - static const IconData diagram_24_regular = IconData( - 0xf93b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diagram_24_regular = IconData(0xf93b, 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, - ); + 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, - ); + static const IconData dialpad_24_regular = IconData(0xf35f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 28 and regular style. - static const IconData dialpad_28_regular = IconData( - 0x1014a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_28_regular = IconData(0x1014a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 32 and regular style. - static const IconData dialpad_32_regular = IconData( - 0x1014b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_32_regular = IconData(0x1014b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 48 and regular style. - static const IconData dialpad_48_regular = IconData( - 0x1014c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_48_regular = IconData(0x1014c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dialpad_off" in size 20 and regular style. - static const IconData dialpad_off_20_regular = IconData( - 0x104ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_off_20_regular = IconData(0x104ef, 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, - ); + static const IconData dialpad_off_24_regular = IconData(0xf360, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 16 and regular style. - static const IconData diamond_16_regular = IconData( - 0x10396, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_16_regular = IconData(0x10396, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 20 and regular style. - static const IconData diamond_20_regular = IconData( - 0x10397, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_20_regular = IconData(0x10397, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 24 and regular style. - static const IconData diamond_24_regular = IconData( - 0x10398, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_24_regular = IconData(0x10398, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 28 and regular style. - static const IconData diamond_28_regular = IconData( - 0x10399, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_28_regular = IconData(0x10399, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 32 and regular style. - static const IconData diamond_32_regular = IconData( - 0x101d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_32_regular = IconData(0x101d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 48 and regular style. - static const IconData diamond_48_regular = IconData( - 0x1039a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diamond_48_regular = IconData(0x1039a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "directions" in size 16 and regular style. - static const IconData directions_16_regular = IconData( - 0x10006, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData directions_16_regular = IconData(0x10006, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData dismiss_28_regular = IconData(0xf36b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss" in size 32 and regular style. - static const IconData dismiss_32_regular = IconData( - 0xf3f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_32_regular = IconData(0xf3f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss" in size 48 and regular style. - static const IconData dismiss_48_regular = IconData( - 0xf400, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_48_regular = IconData(0xf400, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 12 and regular style. - static const IconData dismiss_circle_12_regular = IconData( - 0xff76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_12_regular = IconData(0xff76, 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, - ); + 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, - ); + 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, - ); + static const IconData dismiss_circle_24_regular = IconData(0xf36e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 28 and regular style. - static const IconData dismiss_circle_28_regular = IconData( - 0xf9c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_28_regular = IconData(0xf9c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 32 and regular style. - static const IconData dismiss_circle_32_regular = IconData( - 0xf953, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_32_regular = IconData(0xf953, 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, - ); + static const IconData dismiss_circle_48_regular = IconData(0xf36f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square" in size 20 and regular style. - static const IconData dismiss_square_20_regular = IconData( - 0xfed3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_20_regular = IconData(0xfed3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square" in size 24 and regular style. - static const IconData dismiss_square_24_regular = IconData( - 0xfe5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_24_regular = IconData(0xfe5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square_multiple" in size 16 and regular style. - static const IconData dismiss_square_multiple_16_regular = IconData( - 0xfdb9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_multiple_16_regular = IconData(0xfdb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square_multiple" in size 20 and regular style. - static const IconData dismiss_square_multiple_20_regular = IconData( - 0x104f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_multiple_20_regular = IconData(0x104f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 20 and regular style. - static const IconData diversity_20_regular = IconData( - 0x1014d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diversity_20_regular = IconData(0x1014d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 24 and regular style. - static const IconData diversity_24_regular = IconData( - 0x1014e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diversity_24_regular = IconData(0x1014e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 28 and regular style. - static const IconData diversity_28_regular = IconData( - 0x1014f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diversity_28_regular = IconData(0x1014f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 48 and regular style. - static const IconData diversity_48_regular = IconData( - 0x10150, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData diversity_48_regular = IconData(0x10150, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "divider_short" in size 16 and regular style. - static const IconData divider_short_16_regular = IconData( - 0x104f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData divider_short_16_regular = IconData(0x104f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "divider_short" in size 20 and regular style. - static const IconData divider_short_20_regular = IconData( - 0x104f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData divider_short_20_regular = IconData(0x104f2, 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, - ); + static const IconData divider_short_24_regular = IconData(0xf370, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "divider_tall" in size 16 and regular style. - static const IconData divider_tall_16_regular = IconData( - 0xff77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData divider_tall_16_regular = IconData(0xff77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "divider_tall" in size 20 and regular style. - static const IconData divider_tall_20_regular = IconData( - 0x10007, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData divider_tall_20_regular = IconData(0x10007, 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, - ); + static const IconData divider_tall_24_regular = IconData(0xf371, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock" in size 20 and regular style. - static const IconData dock_20_regular = IconData( - 0x104f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_20_regular = IconData(0x104f3, 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, - ); + static const IconData dock_24_regular = IconData(0xf372, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_bottom" in size 20 and regular style. - static const IconData dock_panel_bottom_20_regular = IconData( - 0xff78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_bottom_20_regular = IconData(0xff78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 16 and regular style. - static const IconData dock_panel_left_16_regular = IconData( - 0xfbf7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_16_regular = IconData(0xfbf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 20 and regular style. - static const IconData dock_panel_left_20_regular = IconData( - 0xfbf8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_20_regular = IconData(0xfbf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 24 and regular style. - static const IconData dock_panel_left_24_regular = IconData( - 0xfbf9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_24_regular = IconData(0xfbf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 28 and regular style. - static const IconData dock_panel_left_28_regular = IconData( - 0xfbfa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_28_regular = IconData(0xfbfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 48 and regular style. - static const IconData dock_panel_left_48_regular = IconData( - 0xfbfb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_48_regular = IconData(0xfbfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 16 and regular style. - static const IconData dock_panel_right_16_regular = IconData( - 0xfbfc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_16_regular = IconData(0xfbfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 20 and regular style. - static const IconData dock_panel_right_20_regular = IconData( - 0xfbfd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_20_regular = IconData(0xfbfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 24 and regular style. - static const IconData dock_panel_right_24_regular = IconData( - 0xfbfe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_24_regular = IconData(0xfbfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 28 and regular style. - static const IconData dock_panel_right_28_regular = IconData( - 0xfbff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_28_regular = IconData(0xfbff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 48 and regular style. - static const IconData dock_panel_right_48_regular = IconData( - 0xfc00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_48_regular = IconData(0xfc00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dock_row" in size 20 and regular style. - static const IconData dock_row_20_regular = IconData( - 0x104f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dock_row_20_regular = IconData(0x104f4, 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, - ); + static const IconData dock_row_24_regular = IconData(0xf376, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 12 and regular style. - static const IconData doctor_12_regular = IconData( - 0xf9c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData doctor_12_regular = IconData(0xf9c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 16 and regular style. - static const IconData doctor_16_regular = IconData( - 0xf9ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData doctor_16_regular = IconData(0xf9ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 20 and regular style. - static const IconData doctor_20_regular = IconData( - 0xf9cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData doctor_20_regular = IconData(0xf9cb, 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, - ); + static const IconData doctor_24_regular = IconData(0xf377, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 28 and regular style. - static const IconData doctor_28_regular = IconData( - 0xf9cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData doctor_28_regular = IconData(0xf9cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 48 and regular style. - static const IconData doctor_48_regular = IconData( - 0xf9cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData doctor_48_regular = IconData(0xf9cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document" in size 16 and regular style. - static const IconData document_16_regular = IconData( - 0xf9ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_16_regular = IconData(0xf9ce, 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, - ); + 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, - ); + 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, - ); + static const IconData document_28_regular = IconData(0xf37a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document" in size 32 and regular style. - static const IconData document_32_regular = IconData( - 0xfdba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_32_regular = IconData(0xfdba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document" in size 48 and regular style. - static const IconData document_48_regular = IconData( - 0xf9cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_48_regular = IconData(0xf9cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 16 and regular style. - static const IconData document_add_16_regular = IconData( - 0xf9d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_add_16_regular = IconData(0xf9d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 20 and regular style. - static const IconData document_add_20_regular = IconData( - 0xf9d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_add_20_regular = IconData(0xf9d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 24 and regular style. - static const IconData document_add_24_regular = IconData( - 0xf9d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_add_24_regular = IconData(0xf9d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 28 and regular style. - static const IconData document_add_28_regular = IconData( - 0xf9d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_add_28_regular = IconData(0xf9d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 48 and regular style. - static const IconData document_add_48_regular = IconData( - 0xf9d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_add_48_regular = IconData(0xf9d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_down" in size 16 and regular style. - static const IconData document_arrow_down_16_regular = IconData( - 0xf954, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_down_16_regular = IconData(0xf954, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_down" in size 20 and regular style. - static const IconData document_arrow_down_20_regular = IconData( - 0xff79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_down_20_regular = IconData(0xff79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 16 and regular style. - static const IconData document_arrow_left_16_regular = IconData( - 0xf9d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_16_regular = IconData(0xf9d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 20 and regular style. - static const IconData document_arrow_left_20_regular = IconData( - 0xf9d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_20_regular = IconData(0xf9d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 24 and regular style. - static const IconData document_arrow_left_24_regular = IconData( - 0xf9d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_24_regular = IconData(0xf9d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 28 and regular style. - static const IconData document_arrow_left_28_regular = IconData( - 0xf9d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_28_regular = IconData(0xf9d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 48 and regular style. - static const IconData document_arrow_left_48_regular = IconData( - 0xf9d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_48_regular = IconData(0xf9d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_right" in size 20 and regular style. - static const IconData document_arrow_right_20_regular = IconData( - 0x100c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_right_20_regular = IconData(0x100c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_right" in size 24 and regular style. - static const IconData document_arrow_right_24_regular = IconData( - 0xfcd7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_right_24_regular = IconData(0xfcd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_up" in size 16 and regular style. - static const IconData document_arrow_up_16_regular = IconData( - 0xf401, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_up_16_regular = IconData(0xf401, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_up" in size 20 and regular style. - static const IconData document_arrow_up_20_regular = IconData( - 0x10008, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_up_20_regular = IconData(0x10008, 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, - ); + 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, - ); + static const IconData document_briefcase_24_regular = IconData(0xf37d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list" in size 20 and regular style. - static const IconData document_bullet_list_20_regular = IconData( - 0xf402, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_20_regular = IconData(0xf402, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list" in size 24 and regular style. - static const IconData document_bullet_list_24_regular = IconData( - 0xf403, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_24_regular = IconData(0xf403, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_clock" in size 20 and regular style. - static const IconData document_bullet_list_clock_20_regular = IconData( - 0xf96d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_clock_20_regular = IconData(0xf96d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_clock" in size 24 and regular style. - static const IconData document_bullet_list_clock_24_regular = IconData( - 0xf9c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_clock_24_regular = IconData(0xf9c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_multiple" in size 20 and regular style. - static const IconData document_bullet_list_multiple_20_regular = IconData( - 0x10412, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_multiple_20_regular = IconData(0x10412, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_multiple" in size 24 and regular style. - static const IconData document_bullet_list_multiple_24_regular = IconData( - 0x10413, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_multiple_24_regular = IconData(0x10413, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_off" in size 20 and regular style. - static const IconData document_bullet_list_off_20_regular = IconData( - 0x104f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_off_20_regular = IconData(0x104f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_off" in size 24 and regular style. - static const IconData document_bullet_list_off_24_regular = IconData( - 0xf9c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_off_24_regular = IconData(0xf9c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_catch_up" in size 16 and regular style. - static const IconData document_catch_up_16_regular = IconData( - 0xf9da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_catch_up_16_regular = IconData(0xf9da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_catch_up" in size 20 and regular style. - static const IconData document_catch_up_20_regular = IconData( - 0xf9db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_catch_up_20_regular = IconData(0xf9db, 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, - ); + static const IconData document_catch_up_24_regular = IconData(0xf37e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_checkmark" in size 20 and regular style. - static const IconData document_checkmark_20_regular = IconData( - 0x104f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_checkmark_20_regular = IconData(0x104f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_checkmark" in size 24 and regular style. - static const IconData document_checkmark_24_regular = IconData( - 0xfcd8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_checkmark_24_regular = IconData(0xfcd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_chevron_double" in size 20 and regular style. - static const IconData document_chevron_double_20_regular = IconData( - 0x104f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_chevron_double_20_regular = IconData(0x104f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_chevron_double" in size 24 and regular style. - static const IconData document_chevron_double_24_regular = IconData( - 0x100ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_chevron_double_24_regular = IconData(0x100ca, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_copy_48_regular = IconData(0xf382, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 20 and regular style. - static const IconData document_css_20_regular = IconData( - 0x104f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_css_20_regular = IconData(0x104f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 24 and regular style. - static const IconData document_css_24_regular = IconData( - 0x100cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_css_24_regular = IconData(0x100cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_dismiss" in size 16 and regular style. - static const IconData document_dismiss_16_regular = IconData( - 0x10009, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_dismiss_16_regular = IconData(0x10009, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_error_24_regular = IconData(0xf38c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_flowchart" in size 20 and regular style. - static const IconData document_flowchart_20_regular = IconData( - 0x10267, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_flowchart_20_regular = IconData(0x10267, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_flowchart" in size 24 and regular style. - static const IconData document_flowchart_24_regular = IconData( - 0x10268, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_flowchart_24_regular = IconData(0x10268, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_footer" in size 16 and regular style. - static const IconData document_footer_16_regular = IconData( - 0xfed4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_16_regular = IconData(0xfed4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_footer" in size 20 and regular style. - static const IconData document_footer_20_regular = IconData( - 0x104f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_20_regular = IconData(0x104f9, 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, - ); + static const IconData document_footer_24_regular = IconData(0xf38d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_footer_dismiss" in size 20 and regular style. - static const IconData document_footer_dismiss_20_regular = IconData( - 0x104fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_dismiss_20_regular = IconData(0x104fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_footer_dismiss" in size 24 and regular style. - static const IconData document_footer_dismiss_24_regular = IconData( - 0xfed5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_dismiss_24_regular = IconData(0xfed5, 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, - ); + static const IconData document_footer_remove_24_regular = IconData(0xf38e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header" in size 16 and regular style. - static const IconData document_header_16_regular = IconData( - 0xfed6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_16_regular = IconData(0xfed6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header" in size 20 and regular style. - static const IconData document_header_20_regular = IconData( - 0x104fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_20_regular = IconData(0x104fb, 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, - ); + static const IconData document_header_24_regular = IconData(0xf38f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 16 and regular style. - static const IconData document_header_arrow_down_16_regular = IconData( - 0xfed7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_16_regular = IconData(0xfed7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 20 and regular style. - static const IconData document_header_arrow_down_20_regular = IconData( - 0x104fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_20_regular = IconData(0x104fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 24 and regular style. - static const IconData document_header_arrow_down_24_regular = IconData( - 0x104fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_24_regular = IconData(0x104fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_dismiss" in size 20 and regular style. - static const IconData document_header_dismiss_20_regular = IconData( - 0x104fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_dismiss_20_regular = IconData(0x104fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_dismiss" in size 24 and regular style. - static const IconData document_header_dismiss_24_regular = IconData( - 0xfed8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_dismiss_24_regular = IconData(0xfed8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_header_footer" in size 16 and regular style. - static const IconData document_header_footer_16_regular = IconData( - 0xfed9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_header_footer_16_regular = IconData(0xfed9, 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, - ); + 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, - ); + 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, - ); + static const IconData document_header_remove_24_regular = IconData(0xf392, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_heart" in size 20 and regular style. - static const IconData document_heart_20_regular = IconData( - 0xff7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_20_regular = IconData(0xff7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_heart" in size 24 and regular style. - static const IconData document_heart_24_regular = IconData( - 0xff7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_24_regular = IconData(0xff7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_heart_pulse" in size 20 and regular style. - static const IconData document_heart_pulse_20_regular = IconData( - 0xff7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_pulse_20_regular = IconData(0xff7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_heart_pulse" in size 24 and regular style. - static const IconData document_heart_pulse_24_regular = IconData( - 0xff7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_pulse_24_regular = IconData(0xff7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_javascript" in size 20 and regular style. - static const IconData document_javascript_20_regular = IconData( - 0x104ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_javascript_20_regular = IconData(0x104ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_javascript" in size 24 and regular style. - static const IconData document_javascript_24_regular = IconData( - 0x100cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_javascript_24_regular = IconData(0x100cc, 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, - ); + 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, - ); + static const IconData document_landscape_24_regular = IconData(0xf394, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_data" in size 20 and regular style. - static const IconData document_landscape_data_20_regular = IconData( - 0x10500, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_data_20_regular = IconData(0x10500, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_data" in size 24 and regular style. - static const IconData document_landscape_data_24_regular = IconData( - 0xf9dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_data_24_regular = IconData(0xf9dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split" in size 20 and regular style. - static const IconData document_landscape_split_20_regular = IconData( - 0xf9dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_20_regular = IconData(0xf9dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split" in size 24 and regular style. - static const IconData document_landscape_split_24_regular = IconData( - 0x10501, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_24_regular = IconData(0x10501, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split_hint" in size 20 and regular style. - static const IconData document_landscape_split_hint_20_regular = IconData( - 0xf9de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_hint_20_regular = IconData(0xf9de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 16 and regular style. - static const IconData document_link_16_regular = IconData( - 0x1000a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_link_16_regular = IconData(0x1000a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 20 and regular style. - static const IconData document_link_20_regular = IconData( - 0xf404, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_link_20_regular = IconData(0xf404, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 24 and regular style. - static const IconData document_link_24_regular = IconData( - 0xf405, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_link_24_regular = IconData(0xf405, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 16 and regular style. - static const IconData document_lock_16_regular = IconData( - 0x10490, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_16_regular = IconData(0x10490, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 20 and regular style. - static const IconData document_lock_20_regular = IconData( - 0x10491, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_20_regular = IconData(0x10491, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 24 and regular style. - static const IconData document_lock_24_regular = IconData( - 0x10492, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_24_regular = IconData(0x10492, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 28 and regular style. - static const IconData document_lock_28_regular = IconData( - 0x10493, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_28_regular = IconData(0x10493, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 32 and regular style. - static const IconData document_lock_32_regular = IconData( - 0x10494, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_32_regular = IconData(0x10494, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 48 and regular style. - static const IconData document_lock_48_regular = IconData( - 0x10495, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_48_regular = IconData(0x10495, 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, - ); + 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, - ); + static const IconData document_margins_24_regular = IconData(0xf396, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 16 and regular style. - static const IconData document_mention_16_regular = IconData( - 0x10569, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_16_regular = IconData(0x10569, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 20 and regular style. - static const IconData document_mention_20_regular = IconData( - 0x1056a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_20_regular = IconData(0x1056a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 24 and regular style. - static const IconData document_mention_24_regular = IconData( - 0x1056b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_24_regular = IconData(0x1056b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 28 and regular style. - static const IconData document_mention_28_regular = IconData( - 0x1056c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_28_regular = IconData(0x1056c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 48 and regular style. - static const IconData document_mention_48_regular = IconData( - 0x1056d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_48_regular = IconData(0x1056d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 16 and regular style. - static const IconData document_multiple_16_regular = IconData( - 0xf9c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_16_regular = IconData(0xf9c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 20 and regular style. - static const IconData document_multiple_20_regular = IconData( - 0xff7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_20_regular = IconData(0xff7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 24 and regular style. - static const IconData document_multiple_24_regular = IconData( - 0x10113, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_24_regular = IconData(0x10113, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_percent" in size 20 and regular style. - static const IconData document_multiple_percent_20_regular = IconData( - 0x100cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_percent_20_regular = IconData(0x100cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_percent" in size 24 and regular style. - static const IconData document_multiple_percent_24_regular = IconData( - 0x10114, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_percent_24_regular = IconData(0x10114, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_prohibited" in size 20 and regular style. - static const IconData document_multiple_prohibited_20_regular = IconData( - 0xff7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_prohibited_20_regular = IconData(0xff7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_prohibited" in size 24 and regular style. - static const IconData document_multiple_prohibited_24_regular = IconData( - 0xff80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_prohibited_24_regular = IconData(0xff80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_sync" in size 20 and regular style. - static const IconData document_multiple_sync_20_regular = IconData( - 0x10727, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_sync_20_regular = IconData(0x10727, 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, - ); + 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, - ); + static const IconData document_one_page_24_regular = IconData(0xf39a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_page_bottom_right_24_regular = IconData(0xf3a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_page_break" in size 20 and regular style. - static const IconData document_page_break_20_regular = IconData( - 0xf9df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_page_break_20_regular = IconData(0xf9df, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_pdf_24_regular = IconData(0xf3ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_pdf" in size 32 and regular style. - static const IconData document_pdf_32_regular = IconData( - 0xfdbb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_pdf_32_regular = IconData(0xfdbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_percent" in size 20 and regular style. - static const IconData document_percent_20_regular = IconData( - 0x100ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_percent_20_regular = IconData(0x100ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_percent" in size 24 and regular style. - static const IconData document_percent_24_regular = IconData( - 0x100cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_percent_24_regular = IconData(0x100cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_person" in size 16 and regular style. - static const IconData document_person_16_regular = IconData( - 0xf421, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_person_16_regular = IconData(0xf421, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_person" in size 20 and regular style. - static const IconData document_person_20_regular = IconData( - 0x1000b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_person_20_regular = IconData(0x1000b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_pill" in size 20 and regular style. - static const IconData document_pill_20_regular = IconData( - 0xf9c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_pill_20_regular = IconData(0xf9c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_pill" in size 24 and regular style. - static const IconData document_pill_24_regular = IconData( - 0xf9c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_pill_24_regular = IconData(0xf9c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_prohibited" in size 20 and regular style. - static const IconData document_prohibited_20_regular = IconData( - 0xfc01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_prohibited_20_regular = IconData(0xfc01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_prohibited" in size 24 and regular style. - static const IconData document_prohibited_24_regular = IconData( - 0xfc02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_prohibited_24_regular = IconData(0xfc02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 16 and regular style. - static const IconData document_question_mark_16_regular = IconData( - 0xfd2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_16_regular = IconData(0xfd2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 20 and regular style. - static const IconData document_question_mark_20_regular = IconData( - 0xfd30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_20_regular = IconData(0xfd30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 24 and regular style. - static const IconData document_question_mark_24_regular = IconData( - 0xfd31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_24_regular = IconData(0xfd31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue" in size 20 and regular style. - static const IconData document_queue_20_regular = IconData( - 0x10414, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_20_regular = IconData(0x10414, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue" in size 24 and regular style. - static const IconData document_queue_24_regular = IconData( - 0x10415, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_24_regular = IconData(0x10415, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue_add" in size 20 and regular style. - static const IconData document_queue_add_20_regular = IconData( - 0x10416, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_add_20_regular = IconData(0x10416, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue_add" in size 24 and regular style. - static const IconData document_queue_add_24_regular = IconData( - 0x10417, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_add_24_regular = IconData(0x10417, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue_multiple" in size 20 and regular style. - static const IconData document_queue_multiple_20_regular = IconData( - 0x10418, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_multiple_20_regular = IconData(0x10418, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_queue_multiple" in size 24 and regular style. - static const IconData document_queue_multiple_24_regular = IconData( - 0x10419, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_multiple_24_regular = IconData(0x10419, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 16 and regular style. - static const IconData document_ribbon_16_regular = IconData( - 0xfeda, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_16_regular = IconData(0xfeda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 20 and regular style. - static const IconData document_ribbon_20_regular = IconData( - 0xfedb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_20_regular = IconData(0xfedb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 24 and regular style. - static const IconData document_ribbon_24_regular = IconData( - 0xfedc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_24_regular = IconData(0xfedc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 28 and regular style. - static const IconData document_ribbon_28_regular = IconData( - 0xfedd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_28_regular = IconData(0xfedd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 32 and regular style. - static const IconData document_ribbon_32_regular = IconData( - 0xfede, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_32_regular = IconData(0xfede, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 48 and regular style. - static const IconData document_ribbon_48_regular = IconData( - 0xfedf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_48_regular = IconData(0xfedf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_save" in size 20 and regular style. - static const IconData document_save_20_regular = IconData( - 0xf9c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_save_20_regular = IconData(0xf9c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_save" in size 24 and regular style. - static const IconData document_save_24_regular = IconData( - 0xf9c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_save_24_regular = IconData(0xf9c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_search" in size 16 and regular style. - static const IconData document_search_16_regular = IconData( - 0xff81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_search_16_regular = IconData(0xff81, 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, - ); + 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, - ); + static const IconData document_search_24_regular = IconData(0xf3af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_settings" in size 16 and regular style. - static const IconData document_settings_16_regular = IconData( - 0xf422, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_settings_16_regular = IconData(0xf422, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_settings" in size 20 and regular style. - static const IconData document_settings_20_regular = IconData( - 0x100d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_settings_20_regular = IconData(0x100d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 16 and regular style. - static const IconData document_split_hint_16_regular = IconData( - 0x100d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_16_regular = IconData(0x100d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 20 and regular style. - static const IconData document_split_hint_20_regular = IconData( - 0x100d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_20_regular = IconData(0x100d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 24 and regular style. - static const IconData document_split_hint_24_regular = IconData( - 0xf423, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_24_regular = IconData(0xf423, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 16 and regular style. - static const IconData document_split_hint_off_16_regular = IconData( - 0x1056e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_16_regular = IconData(0x1056e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 20 and regular style. - static const IconData document_split_hint_off_20_regular = IconData( - 0x1056f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_20_regular = IconData(0x1056f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 24 and regular style. - static const IconData document_split_hint_off_24_regular = IconData( - 0xf424, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_24_regular = IconData(0xf424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 16 and regular style. - static const IconData document_sync_16_regular = IconData( - 0x100d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_16_regular = IconData(0x100d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 20 and regular style. - static const IconData document_sync_20_regular = IconData( - 0x100d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_20_regular = IconData(0x100d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 24 and regular style. - static const IconData document_sync_24_regular = IconData( - 0xfc03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_24_regular = IconData(0xfc03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 16 and regular style. - static const IconData document_table_16_regular = IconData( - 0x10115, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_16_regular = IconData(0x10115, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 20 and regular style. - static const IconData document_table_20_regular = IconData( - 0x10116, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_20_regular = IconData(0x10116, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 24 and regular style. - static const IconData document_table_24_regular = IconData( - 0x10117, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_24_regular = IconData(0x10117, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_arrow_right" in size 20 and regular style. - static const IconData document_table_arrow_right_20_regular = IconData( - 0x10219, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_arrow_right_20_regular = IconData(0x10219, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_arrow_right" in size 24 and regular style. - static const IconData document_table_arrow_right_24_regular = IconData( - 0x1021a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_arrow_right_24_regular = IconData(0x1021a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_checkmark" in size 20 and regular style. - static const IconData document_table_checkmark_20_regular = IconData( - 0x1021b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_checkmark_20_regular = IconData(0x1021b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_checkmark" in size 24 and regular style. - static const IconData document_table_checkmark_24_regular = IconData( - 0x1021c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_checkmark_24_regular = IconData(0x1021c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_cube" in size 20 and regular style. - static const IconData document_table_cube_20_regular = IconData( - 0x1041a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_cube_20_regular = IconData(0x1041a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_cube" in size 24 and regular style. - static const IconData document_table_cube_24_regular = IconData( - 0x1041b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_cube_24_regular = IconData(0x1041b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_search" in size 20 and regular style. - static const IconData document_table_search_20_regular = IconData( - 0x10269, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_search_20_regular = IconData(0x10269, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_search" in size 24 and regular style. - static const IconData document_table_search_24_regular = IconData( - 0x1026a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_search_24_regular = IconData(0x1026a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_truck" in size 20 and regular style. - static const IconData document_table_truck_20_regular = IconData( - 0x1041c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_truck_20_regular = IconData(0x1041c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_table_truck" in size 24 and regular style. - static const IconData document_table_truck_24_regular = IconData( - 0x1041d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_table_truck_24_regular = IconData(0x1041d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text" in size 20 and regular style. - static const IconData document_text_20_regular = IconData( - 0x101d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_20_regular = IconData(0x101d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text" in size 24 and regular style. - static const IconData document_text_24_regular = IconData( - 0x101d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_24_regular = IconData(0x101d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_clock" in size 20 and regular style. - static const IconData document_text_clock_20_regular = IconData( - 0x1021d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_clock_20_regular = IconData(0x1021d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_clock" in size 24 and regular style. - static const IconData document_text_clock_24_regular = IconData( - 0x1021e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_clock_24_regular = IconData(0x1021e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_extract" in size 20 and regular style. - static const IconData document_text_extract_20_regular = IconData( - 0x1026b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_extract_20_regular = IconData(0x1026b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_extract" in size 24 and regular style. - static const IconData document_text_extract_24_regular = IconData( - 0x1026c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_extract_24_regular = IconData(0x1026c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_link" in size 20 and regular style. - static const IconData document_text_link_20_regular = IconData( - 0x101d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_link_20_regular = IconData(0x101d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_link" in size 24 and regular style. - static const IconData document_text_link_24_regular = IconData( - 0x101da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_link_24_regular = IconData(0x101da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_toolbox" in size 20 and regular style. - static const IconData document_text_toolbox_20_regular = IconData( - 0x1041e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_toolbox_20_regular = IconData(0x1041e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "document_text_toolbox" in size 24 and regular style. - static const IconData document_text_toolbox_24_regular = IconData( - 0x1041f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData document_text_toolbox_24_regular = IconData(0x1041f, 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, - ); + 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, - ); + static const IconData document_toolbox_24_regular = IconData(0xf3b1, 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, - ); + 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, - ); + static const IconData document_width_24_regular = IconData(0xf3b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door" in size 16 and regular style. - static const IconData door_16_regular = IconData( - 0xf9f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_16_regular = IconData(0xf9f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door" in size 20 and regular style. - static const IconData door_20_regular = IconData( - 0xff82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_20_regular = IconData(0xff82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door" in size 28 and regular style. - static const IconData door_28_regular = IconData( - 0x1039b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_28_regular = IconData(0x1039b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 16 and regular style. - static const IconData door_arrow_left_16_regular = IconData( - 0xfee0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_16_regular = IconData(0xfee0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 20 and regular style. - static const IconData door_arrow_left_20_regular = IconData( - 0xfd32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_20_regular = IconData(0xfd32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 24 and regular style. - static const IconData door_arrow_left_24_regular = IconData( - 0xfe60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_24_regular = IconData(0xfe60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 16 and regular style. - static const IconData door_arrow_right_16_regular = IconData( - 0x100d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_16_regular = IconData(0x100d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 20 and regular style. - static const IconData door_arrow_right_20_regular = IconData( - 0x100d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_20_regular = IconData(0x100d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 28 and regular style. - static const IconData door_arrow_right_28_regular = IconData( - 0x1039c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_28_regular = IconData(0x1039c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_tag" in size 20 and regular style. - static const IconData door_tag_20_regular = IconData( - 0x10570, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_tag_20_regular = IconData(0x10570, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "door_tag" in size 24 and regular style. - static const IconData door_tag_24_regular = IconData( - 0xfbae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData door_tag_24_regular = IconData(0xfbae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "double_swipe_down" in size 20 and regular style. - static const IconData double_swipe_down_20_regular = IconData( - 0x10571, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_swipe_down_20_regular = IconData(0x10571, 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, - ); + static const IconData double_swipe_down_24_regular = IconData(0xf3ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "double_swipe_up" in size 20 and regular style. - static const IconData double_swipe_up_20_regular = IconData( - 0x10572, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_swipe_up_20_regular = IconData(0x10572, 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, - ); + static const IconData double_swipe_up_24_regular = IconData(0xf3bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "double_tap_swipe_down" in size 20 and regular style. - static const IconData double_tap_swipe_down_20_regular = IconData( - 0x10502, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_down_20_regular = IconData(0x10502, 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( - 0x10503, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_down_24_regular = IconData(0x10503, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "double_tap_swipe_up" in size 20 and regular style. - static const IconData double_tap_swipe_up_20_regular = IconData( - 0x10504, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_up_20_regular = IconData(0x10504, 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( - 0x10505, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_up_24_regular = IconData(0x10505, 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, - ); + 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, - ); + 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, - ); + static const IconData drafts_24_regular = IconData(0xf3c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drag" in size 20 and regular style. - static const IconData drag_20_regular = IconData( - 0x10573, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drag_20_regular = IconData(0x10573, 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, - ); + static const IconData drag_24_regular = IconData(0xf3c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_image" in size 20 and regular style. - static const IconData draw_image_20_regular = IconData( - 0x1033c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_image_20_regular = IconData(0x1033c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_image" in size 24 and regular style. - static const IconData draw_image_24_regular = IconData( - 0x1033d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_image_24_regular = IconData(0x1033d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_shape" in size 20 and regular style. - static const IconData draw_shape_20_regular = IconData( - 0x1033e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_shape_20_regular = IconData(0x1033e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_shape" in size 24 and regular style. - static const IconData draw_shape_24_regular = IconData( - 0xfb84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_shape_24_regular = IconData(0xfb84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_text" in size 20 and regular style. - static const IconData draw_text_20_regular = IconData( - 0x1033f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_text_20_regular = IconData(0x1033f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "draw_text" in size 24 and regular style. - static const IconData draw_text_24_regular = IconData( - 0xfb85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData draw_text_24_regular = IconData(0xfb85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_add" in size 20 and regular style. - static const IconData drawer_add_20_regular = IconData( - 0x10340, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_add_20_regular = IconData(0x10340, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_add" in size 24 and regular style. - static const IconData drawer_add_24_regular = IconData( - 0x10341, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_add_24_regular = IconData(0x10341, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_arrow_download" in size 20 and regular style. - static const IconData drawer_arrow_download_20_regular = IconData( - 0x10342, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_arrow_download_20_regular = IconData(0x10342, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_arrow_download" in size 24 and regular style. - static const IconData drawer_arrow_download_24_regular = IconData( - 0x10343, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_arrow_download_24_regular = IconData(0x10343, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_dismiss" in size 20 and regular style. - static const IconData drawer_dismiss_20_regular = IconData( - 0x10344, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_dismiss_20_regular = IconData(0x10344, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_dismiss" in size 24 and regular style. - static const IconData drawer_dismiss_24_regular = IconData( - 0x10345, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_dismiss_24_regular = IconData(0x10345, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_download" in size 20 and regular style. - static const IconData drawer_download_20_regular = IconData( - 0x10346, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_download_20_regular = IconData(0x10346, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_download" in size 24 and regular style. - static const IconData drawer_download_24_regular = IconData( - 0x10347, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_download_24_regular = IconData(0x10347, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_play" in size 20 and regular style. - static const IconData drawer_play_20_regular = IconData( - 0x10348, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_play_20_regular = IconData(0x10348, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_play" in size 24 and regular style. - static const IconData drawer_play_24_regular = IconData( - 0x10349, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_play_24_regular = IconData(0x10349, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_subtract" in size 20 and regular style. - static const IconData drawer_subtract_20_regular = IconData( - 0x1034a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_subtract_20_regular = IconData(0x1034a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drawer_subtract" in size 24 and regular style. - static const IconData drawer_subtract_24_regular = IconData( - 0x1034b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drawer_subtract_24_regular = IconData(0x1034b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_beer" in size 16 and regular style. - static const IconData drink_beer_16_regular = IconData( - 0xf9e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_beer_16_regular = IconData(0xf9e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_beer" in size 20 and regular style. - static const IconData drink_beer_20_regular = IconData( - 0xf9e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_beer_20_regular = IconData(0xf9e1, 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, - ); + static const IconData drink_beer_24_regular = IconData(0xf3c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_coffee" in size 16 and regular style. - static const IconData drink_coffee_16_regular = IconData( - 0xf9e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_coffee_16_regular = IconData(0xf9e2, 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, - ); + 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, - ); + static const IconData drink_coffee_24_regular = IconData(0xf3c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_margarita" in size 16 and regular style. - static const IconData drink_margarita_16_regular = IconData( - 0xf9e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_margarita_16_regular = IconData(0xf9e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_margarita" in size 20 and regular style. - static const IconData drink_margarita_20_regular = IconData( - 0xf9e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_margarita_20_regular = IconData(0xf9e4, 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, - ); + static const IconData drink_margarita_24_regular = IconData(0xf3c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_to_go" in size 20 and regular style. - static const IconData drink_to_go_20_regular = IconData( - 0x10574, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_to_go_20_regular = IconData(0x10574, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_to_go" in size 24 and regular style. - static const IconData drink_to_go_24_regular = IconData( - 0xfc04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_to_go_24_regular = IconData(0xfc04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_wine" in size 16 and regular style. - static const IconData drink_wine_16_regular = IconData( - 0xf9e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_wine_16_regular = IconData(0xf9e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drink_wine" in size 20 and regular style. - static const IconData drink_wine_20_regular = IconData( - 0xf9e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drink_wine_20_regular = IconData(0xf9e6, 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, - ); + static const IconData drink_wine_24_regular = IconData(0xf3c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drive_train" in size 20 and regular style. - static const IconData drive_train_20_regular = IconData( - 0x10575, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drive_train_20_regular = IconData(0x10575, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drive_train" in size 24 and regular style. - static const IconData drive_train_24_regular = IconData( - 0xfee1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drive_train_24_regular = IconData(0xfee1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 12 and regular style. - static const IconData drop_12_regular = IconData( - 0xfd33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_12_regular = IconData(0xfd33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 16 and regular style. - static const IconData drop_16_regular = IconData( - 0xfd34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_16_regular = IconData(0xfd34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 20 and regular style. - static const IconData drop_20_regular = IconData( - 0xfd35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_20_regular = IconData(0xfd35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 24 and regular style. - static const IconData drop_24_regular = IconData( - 0xfd36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_24_regular = IconData(0xfd36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 28 and regular style. - static const IconData drop_28_regular = IconData( - 0xfd37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_28_regular = IconData(0xfd37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 48 and regular style. - static const IconData drop_48_regular = IconData( - 0xfd38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData drop_48_regular = IconData(0xfd38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen" in size 20 and regular style. - static const IconData dual_screen_20_regular = IconData( - 0x100d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_20_regular = IconData(0x100d7, 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, - ); + static const IconData dual_screen_24_regular = IconData(0xf3c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_add" in size 20 and regular style. - static const IconData dual_screen_add_20_regular = IconData( - 0x10576, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_add_20_regular = IconData(0x10576, 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, - ); + static const IconData dual_screen_add_24_regular = IconData(0xf3c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_right" in size 20 and regular style. - static const IconData dual_screen_arrow_right_20_regular = IconData( - 0x10577, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_right_20_regular = IconData(0x10577, 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, - ); + static const IconData dual_screen_arrow_right_24_regular = IconData(0xf3ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_up" in size 20 and regular style. - static const IconData dual_screen_arrow_up_20_regular = IconData( - 0x10578, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_up_20_regular = IconData(0x10578, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_up" in size 24 and regular style. - static const IconData dual_screen_arrow_up_24_regular = IconData( - 0xf9f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_up_24_regular = IconData(0xf9f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_clock" in size 20 and regular style. - static const IconData dual_screen_clock_20_regular = IconData( - 0x10579, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_clock_20_regular = IconData(0x10579, 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, - ); + static const IconData dual_screen_clock_24_regular = IconData(0xf3cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_closed_alert" in size 20 and regular style. - static const IconData dual_screen_closed_alert_20_regular = IconData( - 0x1057a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_closed_alert_20_regular = IconData(0x1057a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_closed_alert" in size 24 and regular style. - static const IconData dual_screen_closed_alert_24_regular = IconData( - 0xf9f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_closed_alert_24_regular = IconData(0xf9f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_desktop" in size 20 and regular style. - static const IconData dual_screen_desktop_20_regular = IconData( - 0x1057b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_desktop_20_regular = IconData(0x1057b, 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, - ); + static const IconData dual_screen_desktop_24_regular = IconData(0xf3cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_dismiss" in size 20 and regular style. - static const IconData dual_screen_dismiss_20_regular = IconData( - 0x1057c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_dismiss_20_regular = IconData(0x1057c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_dismiss" in size 24 and regular style. - static const IconData dual_screen_dismiss_24_regular = IconData( - 0xfcd9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_dismiss_24_regular = IconData(0xfcd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_group" in size 20 and regular style. - static const IconData dual_screen_group_20_regular = IconData( - 0x1057d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_group_20_regular = IconData(0x1057d, 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, - ); + static const IconData dual_screen_group_24_regular = IconData(0xf3ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_header" in size 20 and regular style. - static const IconData dual_screen_header_20_regular = IconData( - 0x1057e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_header_20_regular = IconData(0x1057e, 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, - ); + static const IconData dual_screen_header_24_regular = IconData(0xf3cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_lock" in size 20 and regular style. - static const IconData dual_screen_lock_20_regular = IconData( - 0x1057f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_lock_20_regular = IconData(0x1057f, 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, - ); + static const IconData dual_screen_lock_24_regular = IconData(0xf3d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_mirror" in size 20 and regular style. - static const IconData dual_screen_mirror_20_regular = IconData( - 0x10580, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_mirror_20_regular = IconData(0x10580, 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, - ); + static const IconData dual_screen_mirror_24_regular = IconData(0xf3d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_pagination" in size 20 and regular style. - static const IconData dual_screen_pagination_20_regular = IconData( - 0x10581, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_pagination_20_regular = IconData(0x10581, 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, - ); + static const IconData dual_screen_pagination_24_regular = IconData(0xf3d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_settings" in size 20 and regular style. - static const IconData dual_screen_settings_20_regular = IconData( - 0x10582, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_settings_20_regular = IconData(0x10582, 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, - ); + static const IconData dual_screen_settings_24_regular = IconData(0xf3d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_span" in size 20 and regular style. - static const IconData dual_screen_span_20_regular = IconData( - 0x10583, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_span_20_regular = IconData(0x10583, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_span" in size 24 and regular style. - static const IconData dual_screen_span_24_regular = IconData( - 0xf9e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_span_24_regular = IconData(0xf9e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_speaker" in size 20 and regular style. - static const IconData dual_screen_speaker_20_regular = IconData( - 0x10584, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_speaker_20_regular = IconData(0x10584, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_speaker" in size 24 and regular style. - static const IconData dual_screen_speaker_24_regular = IconData( - 0xfcda, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_speaker_24_regular = IconData(0xfcda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_status_bar" in size 20 and regular style. - static const IconData dual_screen_status_bar_20_regular = IconData( - 0x10585, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_status_bar_20_regular = IconData(0x10585, 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, - ); + static const IconData dual_screen_status_bar_24_regular = IconData(0xf3d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_tablet" in size 20 and regular style. - static const IconData dual_screen_tablet_20_regular = IconData( - 0x10586, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_tablet_20_regular = IconData(0x10586, 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, - ); + static const IconData dual_screen_tablet_24_regular = IconData(0xf3d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_update" in size 20 and regular style. - static const IconData dual_screen_update_20_regular = IconData( - 0x10587, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_update_20_regular = IconData(0x10587, 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, - ); + static const IconData dual_screen_update_24_regular = IconData(0xf3d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_vertical_scroll" in size 20 and regular style. - static const IconData dual_screen_vertical_scroll_20_regular = IconData( - 0x10588, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_vertical_scroll_20_regular = IconData(0x10588, 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, - ); + static const IconData dual_screen_vertical_scroll_24_regular = IconData(0xf3d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_vibrate" in size 20 and regular style. - static const IconData dual_screen_vibrate_20_regular = IconData( - 0x10589, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_vibrate_20_regular = IconData(0x10589, 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, - ); + static const IconData dual_screen_vibrate_24_regular = IconData(0xf3d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 16 and regular style. - static const IconData dumbbell_16_regular = IconData( - 0xfd39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_16_regular = IconData(0xfd39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 20 and regular style. - static const IconData dumbbell_20_regular = IconData( - 0xfd3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_20_regular = IconData(0xfd3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 24 and regular style. - static const IconData dumbbell_24_regular = IconData( - 0xfd3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_24_regular = IconData(0xfd3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 28 and regular style. - static const IconData dumbbell_28_regular = IconData( - 0xfd3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_28_regular = IconData(0xfd3c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData edit_24_regular = IconData(0xf3de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 28 and regular style. - static const IconData edit_28_regular = IconData( - 0x10622, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_28_regular = IconData(0x10622, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 32 and regular style. - static const IconData edit_32_regular = IconData( - 0xf9e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_32_regular = IconData(0xf9e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 48 and regular style. - static const IconData edit_48_regular = IconData( - 0x10623, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_48_regular = IconData(0x10623, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_arrow_back" in size 16 and regular style. - static const IconData edit_arrow_back_16_regular = IconData( - 0xf429, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_arrow_back_16_regular = IconData(0xf429, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_arrow_back" in size 20 and regular style. - static const IconData edit_arrow_back_20_regular = IconData( - 0x1000c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_arrow_back_20_regular = IconData(0x1000c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 16 and regular style. - static const IconData edit_off_16_regular = IconData( - 0xf9e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_16_regular = IconData(0xf9e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 20 and regular style. - static const IconData edit_off_20_regular = IconData( - 0xfd3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_20_regular = IconData(0xfd3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 24 and regular style. - static const IconData edit_off_24_regular = IconData( - 0xf9ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_24_regular = IconData(0xf9ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 28 and regular style. - static const IconData edit_off_28_regular = IconData( - 0x10624, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_28_regular = IconData(0x10624, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 32 and regular style. - static const IconData edit_off_32_regular = IconData( - 0x10625, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_32_regular = IconData(0x10625, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 48 and regular style. - static const IconData edit_off_48_regular = IconData( - 0x10626, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_48_regular = IconData(0x10626, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 16 and regular style. - static const IconData edit_prohibited_16_regular = IconData( - 0x10627, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_16_regular = IconData(0x10627, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 20 and regular style. - static const IconData edit_prohibited_20_regular = IconData( - 0x10628, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_20_regular = IconData(0x10628, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 24 and regular style. - static const IconData edit_prohibited_24_regular = IconData( - 0x10629, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_24_regular = IconData(0x10629, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 28 and regular style. - static const IconData edit_prohibited_28_regular = IconData( - 0x1062a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_28_regular = IconData(0x1062a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 32 and regular style. - static const IconData edit_prohibited_32_regular = IconData( - 0x1062b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_32_regular = IconData(0x1062b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 48 and regular style. - static const IconData edit_prohibited_48_regular = IconData( - 0x1062c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_48_regular = IconData(0x1062c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_settings" in size 20 and regular style. - static const IconData edit_settings_20_regular = IconData( - 0x1058a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_settings_20_regular = IconData(0x1058a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "edit_settings" in size 24 and regular style. - static const IconData edit_settings_24_regular = IconData( - 0xf9eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData edit_settings_24_regular = IconData(0xf9eb, 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_24_regular = IconData(0xf3e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 28 and regular style. - static const IconData emoji_28_regular = IconData( - 0x1034c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_28_regular = IconData(0x1034c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 32 and regular style. - static const IconData emoji_32_regular = IconData( - 0x1034d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_32_regular = IconData(0x1034d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 48 and regular style. - static const IconData emoji_48_regular = IconData( - 0x1034e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_48_regular = IconData(0x1034e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_add" in size 16 and regular style. - static const IconData emoji_add_16_regular = IconData( - 0xf9ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_add_16_regular = IconData(0xf9ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_add" in size 20 and regular style. - static const IconData emoji_add_20_regular = IconData( - 0xfb37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_add_20_regular = IconData(0xfb37, 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_angry_24_regular = IconData(0xf3e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 16 and regular style. - static const IconData emoji_edit_16_regular = IconData( - 0x1062d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_16_regular = IconData(0x1062d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 20 and regular style. - static const IconData emoji_edit_20_regular = IconData( - 0x1062e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_20_regular = IconData(0x1062e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 24 and regular style. - static const IconData emoji_edit_24_regular = IconData( - 0x1062f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_24_regular = IconData(0x1062f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 28 and regular style. - static const IconData emoji_edit_28_regular = IconData( - 0x10630, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_28_regular = IconData(0x10630, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 48 and regular style. - static const IconData emoji_edit_48_regular = IconData( - 0x10631, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_48_regular = IconData(0x10631, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 20 and regular style. - static const IconData emoji_hand_20_regular = IconData( - 0xfe61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_20_regular = IconData(0xfe61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 24 and regular style. - static const IconData emoji_hand_24_regular = IconData( - 0xf9ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_24_regular = IconData(0xf9ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 28 and regular style. - static const IconData emoji_hand_28_regular = IconData( - 0xf9ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_28_regular = IconData(0xf9ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_laugh" in size 16 and regular style. - static const IconData emoji_laugh_16_regular = IconData( - 0xff83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_laugh_16_regular = IconData(0xff83, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_meh_24_regular = IconData(0xf3e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_multiple" in size 20 and regular style. - static const IconData emoji_multiple_20_regular = IconData( - 0xfa07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_multiple_20_regular = IconData(0xfa07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_multiple" in size 24 and regular style. - static const IconData emoji_multiple_24_regular = IconData( - 0xfa36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_multiple_24_regular = IconData(0xfa36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad" in size 16 and regular style. - static const IconData emoji_sad_16_regular = IconData( - 0x1000d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_16_regular = IconData(0x1000d, 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, - ); + 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, - ); + static const IconData emoji_sad_24_regular = IconData(0xf3ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad_slight" in size 20 and regular style. - static const IconData emoji_sad_slight_20_regular = IconData( - 0x102e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_slight_20_regular = IconData(0x102e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad_slight" in size 24 and regular style. - static const IconData emoji_sad_slight_24_regular = IconData( - 0x102e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_slight_24_regular = IconData(0x102e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_smile_slight" in size 20 and regular style. - static const IconData emoji_smile_slight_20_regular = IconData( - 0x102e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_smile_slight_20_regular = IconData(0x102e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_smile_slight" in size 24 and regular style. - static const IconData emoji_smile_slight_24_regular = IconData( - 0x102e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_smile_slight_24_regular = IconData(0x102e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 16 and regular style. - static const IconData emoji_sparkle_16_regular = IconData( - 0x1034f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_16_regular = IconData(0x1034f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 20 and regular style. - static const IconData emoji_sparkle_20_regular = IconData( - 0x10350, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_20_regular = IconData(0x10350, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 24 and regular style. - static const IconData emoji_sparkle_24_regular = IconData( - 0x10351, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_24_regular = IconData(0x10351, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 28 and regular style. - static const IconData emoji_sparkle_28_regular = IconData( - 0x10352, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_28_regular = IconData(0x10352, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 32 and regular style. - static const IconData emoji_sparkle_32_regular = IconData( - 0x10353, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_32_regular = IconData(0x10353, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 48 and regular style. - static const IconData emoji_sparkle_48_regular = IconData( - 0x10354, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_48_regular = IconData(0x10354, 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, - ); + 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, - ); + static const IconData emoji_surprise_24_regular = IconData(0xf3ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "engine" in size 20 and regular style. - static const IconData engine_20_regular = IconData( - 0x1058b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData engine_20_regular = IconData(0x1058b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "engine" in size 24 and regular style. - static const IconData engine_24_regular = IconData( - 0xfee2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData engine_24_regular = IconData(0xfee2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "equal_circle" in size 20 and regular style. - static const IconData equal_circle_20_regular = IconData( - 0x10420, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData equal_circle_20_regular = IconData(0x10420, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "equal_circle" in size 24 and regular style. - static const IconData equal_circle_24_regular = IconData( - 0x10421, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData equal_circle_24_regular = IconData(0x10421, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "equal_off" in size 20 and regular style. - static const IconData equal_off_20_regular = IconData( - 0xf42a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData equal_off_20_regular = IconData(0xf42a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "equal_off" in size 24 and regular style. - static const IconData equal_off_24_regular = IconData( - 0xff84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData equal_off_24_regular = IconData(0xff84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser" in size 20 and regular style. - static const IconData eraser_20_regular = IconData( - 0xf9ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_20_regular = IconData(0xf9ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser" in size 24 and regular style. - static const IconData eraser_24_regular = IconData( - 0xf9f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_24_regular = IconData(0xf9f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_medium" in size 20 and regular style. - static const IconData eraser_medium_20_regular = IconData( - 0x1058c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_medium_20_regular = IconData(0x1058c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_medium" in size 24 and regular style. - static const IconData eraser_medium_24_regular = IconData( - 0xf9f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_medium_24_regular = IconData(0xf9f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_segment" in size 20 and regular style. - static const IconData eraser_segment_20_regular = IconData( - 0x1058d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_segment_20_regular = IconData(0x1058d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_segment" in size 24 and regular style. - static const IconData eraser_segment_24_regular = IconData( - 0xf9f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_segment_24_regular = IconData(0xf9f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_small" in size 20 and regular style. - static const IconData eraser_small_20_regular = IconData( - 0x1058e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_small_20_regular = IconData(0x1058e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_small" in size 24 and regular style. - static const IconData eraser_small_24_regular = IconData( - 0xf9f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_small_24_regular = IconData(0xf9f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eraser_tool" in size 20 and regular style. - static const IconData eraser_tool_20_regular = IconData( - 0x1058f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eraser_tool_20_regular = IconData(0x1058f, 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, - ); + static const IconData eraser_tool_24_regular = IconData(0xf3ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "error_circle" in size 12 and regular style. - static const IconData error_circle_12_regular = IconData( - 0xf9f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_12_regular = IconData(0xf9f4, 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, - ); + 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, - ); + 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, - ); + static const IconData error_circle_24_regular = IconData(0xf3f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "error_circle_settings" in size 16 and regular style. - static const IconData error_circle_settings_16_regular = IconData( - 0xf42b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_settings_16_regular = IconData(0xf42b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "error_circle_settings" in size 20 and regular style. - static const IconData error_circle_settings_20_regular = IconData( - 0xff85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_settings_20_regular = IconData(0xff85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 16 and regular style. - static const IconData expand_up_left_16_regular = IconData( - 0xf42c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_16_regular = IconData(0xf42c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 20 and regular style. - static const IconData expand_up_left_20_regular = IconData( - 0xf431, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_20_regular = IconData(0xf431, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 24 and regular style. - static const IconData expand_up_left_24_regular = IconData( - 0xf432, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_24_regular = IconData(0xf432, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 28 and regular style. - static const IconData expand_up_left_28_regular = IconData( - 0xf433, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_28_regular = IconData(0xf433, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 32 and regular style. - static const IconData expand_up_left_32_regular = IconData( - 0xf44b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_32_regular = IconData(0xf44b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 48 and regular style. - static const IconData expand_up_left_48_regular = IconData( - 0xf44c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_48_regular = IconData(0xf44c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 16 and regular style. - static const IconData expand_up_right_16_regular = IconData( - 0xf44f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_16_regular = IconData(0xf44f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 20 and regular style. - static const IconData expand_up_right_20_regular = IconData( - 0xf450, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_20_regular = IconData(0xf450, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 24 and regular style. - static const IconData expand_up_right_24_regular = IconData( - 0xf46d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_24_regular = IconData(0xf46d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 28 and regular style. - static const IconData expand_up_right_28_regular = IconData( - 0xf495, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_28_regular = IconData(0xf495, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 32 and regular style. - static const IconData expand_up_right_32_regular = IconData( - 0xf496, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_32_regular = IconData(0xf496, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 48 and regular style. - static const IconData expand_up_right_48_regular = IconData( - 0xf497, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_48_regular = IconData(0xf497, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "extended_dock" in size 20 and regular style. - static const IconData extended_dock_20_regular = IconData( - 0x10590, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData extended_dock_20_regular = IconData(0x10590, 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, - ); + static const IconData extended_dock_24_regular = IconData(0xf3f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "extension" in size 16 and regular style. - static const IconData extension_16_regular = IconData( - 0x1000e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData extension_16_regular = IconData(0x1000e, 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, - ); + 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, - ); + static const IconData extension_24_regular = IconData(0xf3f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 12 and regular style. - static const IconData eye_12_regular = IconData( - 0x104b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_12_regular = IconData(0x104b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 16 and regular style. - static const IconData eye_16_regular = IconData( - 0x104b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_16_regular = IconData(0x104b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 20 and regular style. - static const IconData eye_20_regular = IconData( - 0x104b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_20_regular = IconData(0x104b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 24 and regular style. - static const IconData eye_24_regular = IconData( - 0x104b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_24_regular = IconData(0x104b7, 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, - ); + 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, - ); + static const IconData eye_hide_24_regular = IconData(0xf3f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 16 and regular style. - static const IconData eye_off_16_regular = IconData( - 0xff86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_16_regular = IconData(0xff86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 20 and regular style. - static const IconData eye_off_20_regular = IconData( - 0x104b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_20_regular = IconData(0x104b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 24 and regular style. - static const IconData eye_off_24_regular = IconData( - 0x104b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_24_regular = IconData(0x104b9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData eye_show_24_regular = IconData(0xf3fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 16 and regular style. - static const IconData eye_tracking_16_regular = IconData( - 0x104ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_16_regular = IconData(0x104ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 20 and regular style. - static const IconData eye_tracking_20_regular = IconData( - 0x104bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_20_regular = IconData(0x104bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 24 and regular style. - static const IconData eye_tracking_24_regular = IconData( - 0x104bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_24_regular = IconData(0x104bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 16 and regular style. - static const IconData eye_tracking_off_16_regular = IconData( - 0xf9f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_16_regular = IconData(0xf9f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 20 and regular style. - static const IconData eye_tracking_off_20_regular = IconData( - 0xf9f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_20_regular = IconData(0xf9f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 24 and regular style. - static const IconData eye_tracking_off_24_regular = IconData( - 0xf9fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_24_regular = IconData(0xf9fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 16 and regular style. - static const IconData eye_tracking_on_16_regular = IconData( - 0xfc05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_16_regular = IconData(0xfc05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 20 and regular style. - static const IconData eye_tracking_on_20_regular = IconData( - 0xfc06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_20_regular = IconData(0xfc06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 24 and regular style. - static const IconData eye_tracking_on_24_regular = IconData( - 0xfc07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_24_regular = IconData(0xfc07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eyedropper" in size 20 and regular style. - static const IconData eyedropper_20_regular = IconData( - 0xfd3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_20_regular = IconData(0xfd3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eyedropper" in size 24 and regular style. - static const IconData eyedropper_24_regular = IconData( - 0xfd3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_24_regular = IconData(0xfd3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eyedropper_off" in size 20 and regular style. - static const IconData eyedropper_off_20_regular = IconData( - 0x10496, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_off_20_regular = IconData(0x10496, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "eyedropper_off" in size 24 and regular style. - static const IconData eyedropper_off_24_regular = IconData( - 0x10497, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_off_24_regular = IconData(0x10497, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 16 and regular style. - static const IconData f_stop_16_regular = IconData( - 0xf9fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_16_regular = IconData(0xf9fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 20 and regular style. - static const IconData f_stop_20_regular = IconData( - 0xf9fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_20_regular = IconData(0xf9fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 24 and regular style. - static const IconData f_stop_24_regular = IconData( - 0xf9fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_24_regular = IconData(0xf9fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 28 and regular style. - static const IconData f_stop_28_regular = IconData( - 0xf9fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_28_regular = IconData(0xf9fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fast_acceleration" in size 20 and regular style. - static const IconData fast_acceleration_20_regular = IconData( - 0x10591, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fast_acceleration_20_regular = IconData(0x10591, 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, - ); + static const IconData fast_acceleration_24_regular = IconData(0xf3fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fast_forward" in size 16 and regular style. - static const IconData fast_forward_16_regular = IconData( - 0x1026d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fast_forward_16_regular = IconData(0x1026d, 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, - ); + 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, - ); + static const IconData fast_forward_24_regular = IconData(0xf3ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fast_forward" in size 28 and regular style. - static const IconData fast_forward_28_regular = IconData( - 0x1026e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fast_forward_28_regular = IconData(0x1026e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fax" in size 16 and regular style. - static const IconData fax_16_regular = IconData( - 0xf4ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fax_16_regular = IconData(0xf4ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fax" in size 20 and regular style. - static const IconData fax_20_regular = IconData( - 0xff87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fax_20_regular = IconData(0xff87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter" in size 12 and regular style. - static const IconData filter_12_regular = IconData( - 0x10728, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_12_regular = IconData(0x10728, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter" in size 16 and regular style. - static const IconData filter_16_regular = IconData( - 0xfe62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_16_regular = IconData(0xfe62, 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, - ); + 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, - ); + 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, - ); + static const IconData filter_28_regular = IconData(0xf408, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_add" in size 20 and regular style. - static const IconData filter_add_20_regular = IconData( - 0x10632, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_add_20_regular = IconData(0x10632, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 16 and regular style. - static const IconData filter_dismiss_16_regular = IconData( - 0xff88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_16_regular = IconData(0xff88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 20 and regular style. - static const IconData filter_dismiss_20_regular = IconData( - 0xff89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_20_regular = IconData(0xff89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 24 and regular style. - static const IconData filter_dismiss_24_regular = IconData( - 0xfcdb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_24_regular = IconData(0xfcdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_sync" in size 20 and regular style. - static const IconData filter_sync_20_regular = IconData( - 0x10592, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_sync_20_regular = IconData(0x10592, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "filter_sync" in size 24 and regular style. - static const IconData filter_sync_24_regular = IconData( - 0xfcdc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData filter_sync_24_regular = IconData(0xfcdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fingerprint" in size 20 and regular style. - static const IconData fingerprint_20_regular = IconData( - 0x10593, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fingerprint_20_regular = IconData(0x10593, 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, - ); + static const IconData fingerprint_24_regular = IconData(0xf409, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fingerprint" in size 48 and regular style. - static const IconData fingerprint_48_regular = IconData( - 0xf9ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fingerprint_48_regular = IconData(0xf9ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fixed_width" in size 20 and regular style. - static const IconData fixed_width_20_regular = IconData( - 0x10594, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fixed_width_20_regular = IconData(0x10594, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fixed_width" in size 24 and regular style. - static const IconData fixed_width_24_regular = IconData( - 0xfa00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fixed_width_24_regular = IconData(0xfa00, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData flag_48_regular = IconData(0xf40e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flag_off" in size 16 and regular style. - static const IconData flag_off_16_regular = IconData( - 0xfd40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flag_off_16_regular = IconData(0xfd40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flag_off" in size 20 and regular style. - static const IconData flag_off_20_regular = IconData( - 0xfd41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flag_off_20_regular = IconData(0xfd41, 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, - ); + 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, - ); + 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, - ); + static const IconData flag_off_48_regular = IconData(0xf411, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 16 and regular style. - static const IconData flash_16_regular = IconData( - 0xfe63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_16_regular = IconData(0xfe63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 20 and regular style. - static const IconData flash_20_regular = IconData( - 0x104bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_20_regular = IconData(0x104bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 24 and regular style. - static const IconData flash_24_regular = IconData( - 0x104be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_24_regular = IconData(0x104be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 28 and regular style. - static const IconData flash_28_regular = IconData( - 0xfe64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_28_regular = IconData(0xfe64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_add" in size 20 and regular style. - static const IconData flash_add_20_regular = IconData( - 0x10633, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_add_20_regular = IconData(0x10633, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_auto" in size 20 and regular style. - static const IconData flash_auto_20_regular = IconData( - 0x10595, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_auto_20_regular = IconData(0x10595, 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, - ); + static const IconData flash_auto_24_regular = IconData(0xf412, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 16 and regular style. - static const IconData flash_checkmark_16_regular = IconData( - 0xfe65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_16_regular = IconData(0xfe65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 20 and regular style. - static const IconData flash_checkmark_20_regular = IconData( - 0xfe66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_20_regular = IconData(0xfe66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 24 and regular style. - static const IconData flash_checkmark_24_regular = IconData( - 0xfe67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_24_regular = IconData(0xfe67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 28 and regular style. - static const IconData flash_checkmark_28_regular = IconData( - 0xfe68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_28_regular = IconData(0xfe68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 16 and regular style. - static const IconData flash_flow_16_regular = IconData( - 0x10634, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_16_regular = IconData(0x10634, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 20 and regular style. - static const IconData flash_flow_20_regular = IconData( - 0x10635, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_20_regular = IconData(0x10635, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 24 and regular style. - static const IconData flash_flow_24_regular = IconData( - 0x10636, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_24_regular = IconData(0x10636, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_off" in size 20 and regular style. - static const IconData flash_off_20_regular = IconData( - 0x10596, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_off_20_regular = IconData(0x10596, 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, - ); + 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, - ); + 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, - ); + static const IconData flash_on_24_regular = IconData(0xf415, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_play" in size 20 and regular style. - static const IconData flash_play_20_regular = IconData( - 0x10637, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_play_20_regular = IconData(0x10637, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_settings" in size 20 and regular style. - static const IconData flash_settings_20_regular = IconData( - 0x1021f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_settings_20_regular = IconData(0x1021f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flash_settings" in size 24 and regular style. - static const IconData flash_settings_24_regular = IconData( - 0x10220, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flash_settings_24_regular = IconData(0x10220, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flashlight" in size 16 and regular style. - static const IconData flashlight_16_regular = IconData( - 0xff8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_16_regular = IconData(0xff8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flashlight" in size 20 and regular style. - static const IconData flashlight_20_regular = IconData( - 0xff8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_20_regular = IconData(0xff8b, 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, - ); + static const IconData flashlight_24_regular = IconData(0xf416, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flashlight_off" in size 20 and regular style. - static const IconData flashlight_off_20_regular = IconData( - 0x10597, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_off_20_regular = IconData(0x10597, 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, - ); + static const IconData flashlight_off_24_regular = IconData(0xf417, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 16 and regular style. - static const IconData flip_horizontal_16_regular = IconData( - 0x10355, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_16_regular = IconData(0x10355, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 20 and regular style. - static const IconData flip_horizontal_20_regular = IconData( - 0x10356, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_20_regular = IconData(0x10356, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 24 and regular style. - static const IconData flip_horizontal_24_regular = IconData( - 0xfa01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_24_regular = IconData(0xfa01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 28 and regular style. - static const IconData flip_horizontal_28_regular = IconData( - 0x10357, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_28_regular = IconData(0x10357, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 32 and regular style. - static const IconData flip_horizontal_32_regular = IconData( - 0x10358, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_32_regular = IconData(0x10358, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 48 and regular style. - static const IconData flip_horizontal_48_regular = IconData( - 0x10359, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_48_regular = IconData(0x10359, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 16 and regular style. - static const IconData flip_vertical_16_regular = IconData( - 0x1035a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_16_regular = IconData(0x1035a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 20 and regular style. - static const IconData flip_vertical_20_regular = IconData( - 0x1035b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_20_regular = IconData(0x1035b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 24 and regular style. - static const IconData flip_vertical_24_regular = IconData( - 0xfa02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_24_regular = IconData(0xfa02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 28 and regular style. - static const IconData flip_vertical_28_regular = IconData( - 0x1035c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_28_regular = IconData(0x1035c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 32 and regular style. - static const IconData flip_vertical_32_regular = IconData( - 0x1035d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_32_regular = IconData(0x1035d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 48 and regular style. - static const IconData flip_vertical_48_regular = IconData( - 0x1035e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_48_regular = IconData(0x1035e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flow" in size 16 and regular style. - static const IconData flow_16_regular = IconData( - 0xf4af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flow_16_regular = IconData(0xf4af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flow" in size 20 and regular style. - static const IconData flow_20_regular = IconData( - 0xff8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flow_20_regular = IconData(0xff8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flowchart" in size 20 and regular style. - static const IconData flowchart_20_regular = IconData( - 0x1026f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_20_regular = IconData(0x1026f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flowchart" in size 24 and regular style. - static const IconData flowchart_24_regular = IconData( - 0x10270, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_24_regular = IconData(0x10270, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flowchart_circle" in size 20 and regular style. - static const IconData flowchart_circle_20_regular = IconData( - 0x10271, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_circle_20_regular = IconData(0x10271, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "flowchart_circle" in size 24 and regular style. - static const IconData flowchart_circle_24_regular = IconData( - 0x10272, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_circle_24_regular = IconData(0x10272, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 20 and regular style. - static const IconData fluent_20_regular = IconData( - 0x10598, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluent_20_regular = IconData(0x10598, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 24 and regular style. - static const IconData fluent_24_regular = IconData( - 0xfc08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluent_24_regular = IconData(0xfc08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 32 and regular style. - static const IconData fluent_32_regular = IconData( - 0xfa03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluent_32_regular = IconData(0xfa03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 48 and regular style. - static const IconData fluent_48_regular = IconData( - 0xfa04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluent_48_regular = IconData(0xfa04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 16 and regular style. - static const IconData fluid_16_regular = IconData( - 0xff8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluid_16_regular = IconData(0xff8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 20 and regular style. - static const IconData fluid_20_regular = IconData( - 0xfa05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluid_20_regular = IconData(0xfa05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 24 and regular style. - static const IconData fluid_24_regular = IconData( - 0xfa06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fluid_24_regular = IconData(0xfa06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder" in size 16 and regular style. - static const IconData folder_16_regular = IconData( - 0xfcdd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_16_regular = IconData(0xfcdd, 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, - ); + 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, - ); + 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, - ); + static const IconData folder_28_regular = IconData(0xf41a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder" in size 32 and regular style. - static const IconData folder_32_regular = IconData( - 0xfcde, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_32_regular = IconData(0xfcde, 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, - ); + static const IconData folder_48_regular = IconData(0xf41b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_add" in size 16 and regular style. - static const IconData folder_add_16_regular = IconData( - 0xff8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_add_16_regular = IconData(0xff8e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_add_48_regular = IconData(0xf41f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 16 and regular style. - static const IconData folder_arrow_left_16_regular = IconData( - 0x10638, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_16_regular = IconData(0x10638, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 20 and regular style. - static const IconData folder_arrow_left_20_regular = IconData( - 0x10639, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_20_regular = IconData(0x10639, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 24 and regular style. - static const IconData folder_arrow_left_24_regular = IconData( - 0x1063a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_24_regular = IconData(0x1063a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 28 and regular style. - static const IconData folder_arrow_left_28_regular = IconData( - 0x1063b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_28_regular = IconData(0x1063b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 32 and regular style. - static const IconData folder_arrow_left_32_regular = IconData( - 0x1063c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_32_regular = IconData(0x1063c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 16 and regular style. - static const IconData folder_arrow_right_16_regular = IconData( - 0xfc09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_16_regular = IconData(0xfc09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 20 and regular style. - static const IconData folder_arrow_right_20_regular = IconData( - 0xfc0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_20_regular = IconData(0xfc0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 24 and regular style. - static const IconData folder_arrow_right_24_regular = IconData( - 0xfc0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_24_regular = IconData(0xfc0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 28 and regular style. - static const IconData folder_arrow_right_28_regular = IconData( - 0xfc0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_28_regular = IconData(0xfc0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 48 and regular style. - static const IconData folder_arrow_right_48_regular = IconData( - 0xfc0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_48_regular = IconData(0xfc0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 16 and regular style. - static const IconData folder_arrow_up_16_regular = IconData( - 0xfb86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_16_regular = IconData(0xfb86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 20 and regular style. - static const IconData folder_arrow_up_20_regular = IconData( - 0xfb87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_20_regular = IconData(0xfb87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 24 and regular style. - static const IconData folder_arrow_up_24_regular = IconData( - 0xfb88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_24_regular = IconData(0xfb88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 28 and regular style. - static const IconData folder_arrow_up_28_regular = IconData( - 0xfb89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_28_regular = IconData(0xfb89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 48 and regular style. - static const IconData folder_arrow_up_48_regular = IconData( - 0xfc0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_48_regular = IconData(0xfc0e, 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, - ); + static const IconData folder_briefcase_20_regular = IconData(0xf420, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_globe" in size 16 and regular style. - static const IconData folder_globe_16_regular = IconData( - 0xf4b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_globe_16_regular = IconData(0xf4b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_globe" in size 20 and regular style. - static const IconData folder_globe_20_regular = IconData( - 0xff8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_globe_20_regular = IconData(0xff8f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_link_48_regular = IconData(0xf428, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_mail" in size 16 and regular style. - static const IconData folder_mail_16_regular = IconData( - 0xfee3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_mail_16_regular = IconData(0xfee3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_mail" in size 20 and regular style. - static const IconData folder_mail_20_regular = IconData( - 0xff90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_mail_20_regular = IconData(0xff90, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_open_vertical_20_regular = IconData(0xf430, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_person" in size 16 and regular style. - static const IconData folder_person_16_regular = IconData( - 0xf4c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_person_16_regular = IconData(0xf4c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_person" in size 20 and regular style. - static const IconData folder_person_20_regular = IconData( - 0xff91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_person_20_regular = IconData(0xff91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 16 and regular style. - static const IconData folder_prohibited_16_regular = IconData( - 0xfe69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_16_regular = IconData(0xfe69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 20 and regular style. - static const IconData folder_prohibited_20_regular = IconData( - 0xfc0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_20_regular = IconData(0xfc0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 24 and regular style. - static const IconData folder_prohibited_24_regular = IconData( - 0xfc10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_24_regular = IconData(0xfc10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 28 and regular style. - static const IconData folder_prohibited_28_regular = IconData( - 0xfc11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_28_regular = IconData(0xfc11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 48 and regular style. - static const IconData folder_prohibited_48_regular = IconData( - 0xfc12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_48_regular = IconData(0xfc12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 16 and regular style. - static const IconData folder_swap_16_regular = IconData( - 0xfc13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_16_regular = IconData(0xfc13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 20 and regular style. - static const IconData folder_swap_20_regular = IconData( - 0xfc14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_20_regular = IconData(0xfc14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 24 and regular style. - static const IconData folder_swap_24_regular = IconData( - 0xfc15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_24_regular = IconData(0xfc15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 16 and regular style. - static const IconData folder_sync_16_regular = IconData( - 0xfee4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_16_regular = IconData(0xfee4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 20 and regular style. - static const IconData folder_sync_20_regular = IconData( - 0xff92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_20_regular = IconData(0xff92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 24 and regular style. - static const IconData folder_sync_24_regular = IconData( - 0x10273, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_24_regular = IconData(0x10273, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData font_space_tracking_out_28_regular = IconData(0xf442, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food" in size 16 and regular style. - static const IconData food_16_regular = IconData( - 0xff93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_16_regular = IconData(0xff93, 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, - ); + 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, - ); + static const IconData food_24_regular = IconData(0xf444, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_apple" in size 20 and regular style. - static const IconData food_apple_20_regular = IconData( - 0x102e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_apple_20_regular = IconData(0x102e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_apple" in size 24 and regular style. - static const IconData food_apple_24_regular = IconData( - 0x102e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_apple_24_regular = IconData(0x102e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 12 and regular style. - static const IconData food_cake_12_regular = IconData( - 0x10151, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_12_regular = IconData(0x10151, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 16 and regular style. - static const IconData food_cake_16_regular = IconData( - 0xff94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_16_regular = IconData(0xff94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 20 and regular style. - static const IconData food_cake_20_regular = IconData( - 0xfb38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_20_regular = IconData(0xfb38, 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, - ); + static const IconData food_cake_24_regular = IconData(0xf445, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_egg" in size 16 and regular style. - static const IconData food_egg_16_regular = IconData( - 0xfa08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_egg_16_regular = IconData(0xfa08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_egg" in size 20 and regular style. - static const IconData food_egg_20_regular = IconData( - 0xfa09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_egg_20_regular = IconData(0xfa09, 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, - ); + static const IconData food_egg_24_regular = IconData(0xf446, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_grains" in size 20 and regular style. - static const IconData food_grains_20_regular = IconData( - 0x1035f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_grains_20_regular = IconData(0x1035f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_grains" in size 24 and regular style. - static const IconData food_grains_24_regular = IconData( - 0x10360, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_grains_24_regular = IconData(0x10360, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_pizza" in size 20 and regular style. - static const IconData food_pizza_20_regular = IconData( - 0xfdbc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_pizza_20_regular = IconData(0xfdbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_pizza" in size 24 and regular style. - static const IconData food_pizza_24_regular = IconData( - 0xfdbd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_pizza_24_regular = IconData(0xfdbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_toast" in size 16 and regular style. - static const IconData food_toast_16_regular = IconData( - 0xfa0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_toast_16_regular = IconData(0xfa0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "food_toast" in size 20 and regular style. - static const IconData food_toast_20_regular = IconData( - 0xfa0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData food_toast_20_regular = IconData(0xfa0b, 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, - ); + static const IconData food_toast_24_regular = IconData(0xf447, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "form_new" in size 20 and regular style. - static const IconData form_new_20_regular = IconData( - 0x10599, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData form_new_20_regular = IconData(0x10599, 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, - ); + 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, - ); + 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, - ); + static const IconData form_new_48_regular = IconData(0xf44a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_120" in size 20 and regular style. - static const IconData fps_120_20_regular = IconData( - 0xfd42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_120_20_regular = IconData(0xfd42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_120" in size 24 and regular style. - static const IconData fps_120_24_regular = IconData( - 0xfd43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_120_24_regular = IconData(0xfd43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_240" in size 20 and regular style. - static const IconData fps_240_20_regular = IconData( - 0xfd44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_240_20_regular = IconData(0xfd44, 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, - ); + static const IconData fps_240_24_regular = IconData(0xf44d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 16 and regular style. - static const IconData fps_30_16_regular = IconData( - 0xfb8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_16_regular = IconData(0xfb8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 20 and regular style. - static const IconData fps_30_20_regular = IconData( - 0xfb8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_20_regular = IconData(0xfb8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 24 and regular style. - static const IconData fps_30_24_regular = IconData( - 0xfb8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_24_regular = IconData(0xfb8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 28 and regular style. - static const IconData fps_30_28_regular = IconData( - 0xfb8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_28_regular = IconData(0xfb8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 48 and regular style. - static const IconData fps_30_48_regular = IconData( - 0xfb8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_48_regular = IconData(0xfb8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 16 and regular style. - static const IconData fps_60_16_regular = IconData( - 0xfb90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_16_regular = IconData(0xfb90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 20 and regular style. - static const IconData fps_60_20_regular = IconData( - 0xfb91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_20_regular = IconData(0xfb91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 24 and regular style. - static const IconData fps_60_24_regular = IconData( - 0xfb92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_24_regular = IconData(0xfb92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 28 and regular style. - static const IconData fps_60_28_regular = IconData( - 0xfb93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_28_regular = IconData(0xfb93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 48 and regular style. - static const IconData fps_60_48_regular = IconData( - 0xfb94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_48_regular = IconData(0xfb94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "fps_960" in size 20 and regular style. - static const IconData fps_960_20_regular = IconData( - 0x1059a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData fps_960_20_regular = IconData(0x1059a, 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, - ); + static const IconData fps_960_24_regular = IconData(0xf44e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 16 and regular style. - static const IconData full_screen_maximize_16_regular = IconData( - 0xff95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_16_regular = IconData(0xff95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 20 and regular style. - static const IconData full_screen_maximize_20_regular = IconData( - 0xff96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_20_regular = IconData(0xff96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 24 and regular style. - static const IconData full_screen_maximize_24_regular = IconData( - 0xfc16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_24_regular = IconData(0xfc16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 16 and regular style. - static const IconData full_screen_minimize_16_regular = IconData( - 0x1059b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_16_regular = IconData(0x1059b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 20 and regular style. - static const IconData full_screen_minimize_20_regular = IconData( - 0x1059c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_20_regular = IconData(0x1059c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 24 and regular style. - static const IconData full_screen_minimize_24_regular = IconData( - 0xfc17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_24_regular = IconData(0xfc17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "games" in size 16 and regular style. - static const IconData games_16_regular = IconData( - 0x10221, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData games_16_regular = IconData(0x10221, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "games" in size 20 and regular style. - static const IconData games_20_regular = IconData( - 0x10222, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData games_20_regular = IconData(0x10222, 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, - ); + static const IconData games_24_regular = IconData(0xf451, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "games" in size 28 and regular style. - static const IconData games_28_regular = IconData( - 0x10223, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData games_28_regular = IconData(0x10223, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "games" in size 32 and regular style. - static const IconData games_32_regular = IconData( - 0x10224, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData games_32_regular = IconData(0x10224, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "games" in size 48 and regular style. - static const IconData games_48_regular = IconData( - 0x10225, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData games_48_regular = IconData(0x10225, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gantt_chart" in size 20 and regular style. - static const IconData gantt_chart_20_regular = IconData( - 0xfa37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gantt_chart_20_regular = IconData(0xfa37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gantt_chart" in size 24 and regular style. - static const IconData gantt_chart_24_regular = IconData( - 0xfa38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gantt_chart_24_regular = IconData(0xfa38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gas" in size 20 and regular style. - static const IconData gas_20_regular = IconData( - 0x1059d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gas_20_regular = IconData(0x1059d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gas" in size 24 and regular style. - static const IconData gas_24_regular = IconData( - 0xfee5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gas_24_regular = IconData(0xfee5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gas_pump" in size 20 and regular style. - static const IconData gas_pump_20_regular = IconData( - 0x1059e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gas_pump_20_regular = IconData(0x1059e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gas_pump" in size 24 and regular style. - static const IconData gas_pump_24_regular = IconData( - 0xfee6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gas_pump_24_regular = IconData(0xfee6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gauge" in size 20 and regular style. - static const IconData gauge_20_regular = IconData( - 0xf4c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gauge_20_regular = IconData(0xf4c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gauge" in size 24 and regular style. - static const IconData gauge_24_regular = IconData( - 0xf4c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gauge_24_regular = IconData(0xf4c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gauge_add" in size 20 and regular style. - static const IconData gauge_add_20_regular = IconData( - 0x1063d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gauge_add_20_regular = IconData(0x1063d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 20 and regular style. - static const IconData gavel_20_regular = IconData( - 0x1059f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gavel_20_regular = IconData(0x1059f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 24 and regular style. - static const IconData gavel_24_regular = IconData( - 0xfa0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gavel_24_regular = IconData(0xfa0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 32 and regular style. - static const IconData gavel_32_regular = IconData( - 0xfa0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gavel_32_regular = IconData(0xfa0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gesture" in size 20 and regular style. - static const IconData gesture_20_regular = IconData( - 0x105a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gesture_20_regular = IconData(0x105a0, 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, - ); + static const IconData gesture_24_regular = IconData(0xf452, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gif" in size 16 and regular style. - static const IconData gif_16_regular = IconData( - 0xff97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gif_16_regular = IconData(0xff97, 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, - ); + 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, - ); + static const IconData gif_24_regular = IconData(0xf454, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift" in size 16 and regular style. - static const IconData gift_16_regular = IconData( - 0xff98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_16_regular = IconData(0xff98, 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, - ); + 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, - ); + static const IconData gift_24_regular = IconData(0xf456, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 16 and regular style. - static const IconData gift_card_16_regular = IconData( - 0xf4cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_16_regular = IconData(0xf4cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 20 and regular style. - static const IconData gift_card_20_regular = IconData( - 0xf4ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_20_regular = IconData(0xf4ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 24 and regular style. - static const IconData gift_card_24_regular = IconData( - 0x105a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_24_regular = IconData(0x105a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_add" in size 20 and regular style. - static const IconData gift_card_add_20_regular = IconData( - 0xf4cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_add_20_regular = IconData(0xf4cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_add" in size 24 and regular style. - static const IconData gift_card_add_24_regular = IconData( - 0xfa39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_add_24_regular = IconData(0xfa39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_arrow_right" in size 20 and regular style. - static const IconData gift_card_arrow_right_20_regular = IconData( - 0x10361, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_arrow_right_20_regular = IconData(0x10361, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_arrow_right" in size 24 and regular style. - static const IconData gift_card_arrow_right_24_regular = IconData( - 0x10362, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_arrow_right_24_regular = IconData(0x10362, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_money" in size 20 and regular style. - static const IconData gift_card_money_20_regular = IconData( - 0x10422, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_money_20_regular = IconData(0x10422, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_money" in size 24 and regular style. - static const IconData gift_card_money_24_regular = IconData( - 0x10423, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_money_24_regular = IconData(0x10423, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_multiple" in size 20 and regular style. - static const IconData gift_card_multiple_20_regular = IconData( - 0x10424, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_multiple_20_regular = IconData(0x10424, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "gift_card_multiple" in size 24 and regular style. - static const IconData gift_card_multiple_24_regular = IconData( - 0x10425, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_multiple_24_regular = IconData(0x10425, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glance" in size 20 and regular style. - static const IconData glance_20_regular = IconData( - 0x100d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glance_20_regular = IconData(0x100d8, 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, - ); + static const IconData glance_24_regular = IconData(0xf457, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glance_default" in size 12 and regular style. - static const IconData glance_default_12_regular = IconData( - 0x105a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glance_default_12_regular = IconData(0x105a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 12 and regular style. - static const IconData glance_horizontal_12_regular = IconData( - 0x10118, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_12_regular = IconData(0x10118, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 20 and regular style. - static const IconData glance_horizontal_20_regular = IconData( - 0x100d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_20_regular = IconData(0x100d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 24 and regular style. - static const IconData glance_horizontal_24_regular = IconData( - 0x105a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_24_regular = IconData(0x105a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 16 and regular style. - static const IconData glasses_16_regular = IconData( - 0xfa0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_16_regular = IconData(0xfa0e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 20 and regular style. - static const IconData glasses_20_regular = IconData( - 0xfa0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_20_regular = IconData(0xfa0f, 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, - ); + static const IconData glasses_24_regular = IconData(0xf458, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 28 and regular style. - static const IconData glasses_28_regular = IconData( - 0xfa10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_28_regular = IconData(0xfa10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 48 and regular style. - static const IconData glasses_48_regular = IconData( - 0xfa11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_48_regular = IconData(0xfa11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 16 and regular style. - static const IconData glasses_off_16_regular = IconData( - 0xfa12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_16_regular = IconData(0xfa12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 20 and regular style. - static const IconData glasses_off_20_regular = IconData( - 0xfa13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_20_regular = IconData(0xfa13, 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, - ); + static const IconData glasses_off_24_regular = IconData(0xf459, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 28 and regular style. - static const IconData glasses_off_28_regular = IconData( - 0xfa14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_28_regular = IconData(0xfa14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 48 and regular style. - static const IconData glasses_off_48_regular = IconData( - 0xfa15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_48_regular = IconData(0xfa15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe" in size 16 and regular style. - static const IconData globe_16_regular = IconData( - 0xfa16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_16_regular = IconData(0xfa16, 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, - ); + 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, - ); + static const IconData globe_24_regular = IconData(0xf45b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe" in size 32 and regular style. - static const IconData globe_32_regular = IconData( - 0xfdbe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_32_regular = IconData(0xfdbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_add" in size 20 and regular style. - static const IconData globe_add_20_regular = IconData( - 0x105a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_add_20_regular = IconData(0x105a4, 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, - ); + static const IconData globe_add_24_regular = IconData(0xf45c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_clock" in size 16 and regular style. - static const IconData globe_clock_16_regular = IconData( - 0x1000f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_clock_16_regular = IconData(0x1000f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_clock" in size 20 and regular style. - static const IconData globe_clock_20_regular = IconData( - 0x10010, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_clock_20_regular = IconData(0x10010, 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, - ); + static const IconData globe_clock_24_regular = IconData(0xf45d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_desktop" in size 20 and regular style. - static const IconData globe_desktop_20_regular = IconData( - 0x105a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_desktop_20_regular = IconData(0x105a5, 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, - ); + static const IconData globe_desktop_24_regular = IconData(0xf45e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_location" in size 20 and regular style. - static const IconData globe_location_20_regular = IconData( - 0xf4dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_location_20_regular = IconData(0xf4dc, 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, - ); + static const IconData globe_location_24_regular = IconData(0xf45f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_person" in size 20 and regular style. - static const IconData globe_person_20_regular = IconData( - 0x10498, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_person_20_regular = IconData(0x10498, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_person" in size 24 and regular style. - static const IconData globe_person_24_regular = IconData( - 0xfcdf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_person_24_regular = IconData(0xfcdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_prohibited" in size 20 and regular style. - static const IconData globe_prohibited_20_regular = IconData( - 0x10152, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_prohibited_20_regular = IconData(0x10152, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_search" in size 20 and regular style. - static const IconData globe_search_20_regular = IconData( - 0x10153, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_search_20_regular = IconData(0x10153, 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, - ); + static const IconData globe_search_24_regular = IconData(0xf460, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_shield" in size 20 and regular style. - static const IconData globe_shield_20_regular = IconData( - 0x101db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_shield_20_regular = IconData(0x101db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_shield" in size 24 and regular style. - static const IconData globe_shield_24_regular = IconData( - 0x101dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_shield_24_regular = IconData(0x101dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_star" in size 16 and regular style. - static const IconData globe_star_16_regular = IconData( - 0xf4eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_star_16_regular = IconData(0xf4eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_star" in size 20 and regular style. - static const IconData globe_star_20_regular = IconData( - 0xff99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_star_20_regular = IconData(0xff99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_surface" in size 20 and regular style. - static const IconData globe_surface_20_regular = IconData( - 0xff9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_surface_20_regular = IconData(0xff9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_surface" in size 24 and regular style. - static const IconData globe_surface_24_regular = IconData( - 0xff9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_surface_24_regular = IconData(0xff9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 20 and regular style. - static const IconData globe_video_20_regular = IconData( - 0xf4fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_20_regular = IconData(0xf4fd, 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, - ); + static const IconData globe_video_24_regular = IconData(0xf461, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 28 and regular style. - static const IconData globe_video_28_regular = IconData( - 0x10154, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_28_regular = IconData(0x10154, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 32 and regular style. - static const IconData globe_video_32_regular = IconData( - 0x10155, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_32_regular = IconData(0x10155, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 48 and regular style. - static const IconData globe_video_48_regular = IconData( - 0x10156, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_48_regular = IconData(0x10156, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "grid" in size 16 and regular style. - static const IconData grid_16_regular = IconData( - 0xfe6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData grid_16_regular = IconData(0xfe6a, 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, - ); + 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, - ); + 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, - ); + static const IconData grid_28_regular = IconData(0xf464, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 20 and regular style. - static const IconData grid_dots_20_regular = IconData( - 0x10061, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_20_regular = IconData(0x10061, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 24 and regular style. - static const IconData grid_dots_24_regular = IconData( - 0x10062, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_24_regular = IconData(0x10062, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 28 and regular style. - static const IconData grid_dots_28_regular = IconData( - 0x10063, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_28_regular = IconData(0x10063, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "grid_kanban" in size 20 and regular style. - static const IconData grid_kanban_20_regular = IconData( - 0xfb39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData grid_kanban_20_regular = IconData(0xfb39, 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, - ); + 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, - ); + static const IconData group_24_regular = IconData(0xf466, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "group_dismiss" in size 20 and regular style. - static const IconData group_dismiss_20_regular = IconData( - 0x105a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData group_dismiss_20_regular = IconData(0x105a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "group_dismiss" in size 24 and regular style. - static const IconData group_dismiss_24_regular = IconData( - 0xfe1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData group_dismiss_24_regular = IconData(0xfe1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "group_list" in size 20 and regular style. - static const IconData group_list_20_regular = IconData( - 0x105a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData group_list_20_regular = IconData(0x105a7, 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, - ); + static const IconData group_list_24_regular = IconData(0xf467, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "group_return" in size 20 and regular style. - static const IconData group_return_20_regular = IconData( - 0x105a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData group_return_20_regular = IconData(0x105a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "group_return" in size 24 and regular style. - static const IconData group_return_24_regular = IconData( - 0xfe1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData group_return_24_regular = IconData(0xfe1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 20 and regular style. - static const IconData guardian_20_regular = IconData( - 0x10157, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guardian_20_regular = IconData(0x10157, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 24 and regular style. - static const IconData guardian_24_regular = IconData( - 0x10158, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guardian_24_regular = IconData(0x10158, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 28 and regular style. - static const IconData guardian_28_regular = IconData( - 0x10159, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guardian_28_regular = IconData(0x10159, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 48 and regular style. - static const IconData guardian_48_regular = IconData( - 0x1015a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guardian_48_regular = IconData(0x1015a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData guest_28_regular = IconData(0xf46b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guest_add" in size 20 and regular style. - static const IconData guest_add_20_regular = IconData( - 0x105a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guest_add_20_regular = IconData(0x105a9, 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, - ); + static const IconData guest_add_24_regular = IconData(0xf46c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 16 and regular style. - static const IconData guitar_16_regular = IconData( - 0xfd45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guitar_16_regular = IconData(0xfd45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 20 and regular style. - static const IconData guitar_20_regular = IconData( - 0xfd46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guitar_20_regular = IconData(0xfd46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 24 and regular style. - static const IconData guitar_24_regular = IconData( - 0xfd47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guitar_24_regular = IconData(0xfd47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 28 and regular style. - static const IconData guitar_28_regular = IconData( - 0xfd48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData guitar_28_regular = IconData(0xfd48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 16 and regular style. - static const IconData hand_draw_16_regular = IconData( - 0x1063e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_16_regular = IconData(0x1063e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 20 and regular style. - static const IconData hand_draw_20_regular = IconData( - 0x105aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_20_regular = IconData(0x105aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 24 and regular style. - static const IconData hand_draw_24_regular = IconData( - 0xfa47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_24_regular = IconData(0xfa47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 28 and regular style. - static const IconData hand_draw_28_regular = IconData( - 0x10226, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_28_regular = IconData(0x10226, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 16 and regular style. - static const IconData hand_left_16_regular = IconData( - 0xfe1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_16_regular = IconData(0xfe1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 20 and regular style. - static const IconData hand_left_20_regular = IconData( - 0xfa17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_20_regular = IconData(0xfa17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 24 and regular style. - static const IconData hand_left_24_regular = IconData( - 0xfe20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_24_regular = IconData(0xfe20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 28 and regular style. - static const IconData hand_left_28_regular = IconData( - 0xfe21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_28_regular = IconData(0xfe21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 16 and regular style. - static const IconData hand_right_16_regular = IconData( - 0xfe22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_16_regular = IconData(0xfe22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 20 and regular style. - static const IconData hand_right_20_regular = IconData( - 0xfb3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_20_regular = IconData(0xfb3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 24 and regular style. - static const IconData hand_right_24_regular = IconData( - 0xfa18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_24_regular = IconData(0xfa18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 28 and regular style. - static const IconData hand_right_28_regular = IconData( - 0xfa19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_28_regular = IconData(0xfa19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hand_right_off" in size 20 and regular style. - static const IconData hand_right_off_20_regular = IconData( - 0xfb3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_off_20_regular = IconData(0xfb3b, 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, - ); + 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, - ); + 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, - ); + static const IconData handshake_24_regular = IconData(0xf470, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hard_drive" in size 20 and regular style. - static const IconData hard_drive_20_regular = IconData( - 0x1063f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hard_drive_20_regular = IconData(0x1063f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 12 and regular style. - static const IconData hat_graduation_12_regular = IconData( - 0x1015b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_12_regular = IconData(0x1015b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 16 and regular style. - static const IconData hat_graduation_16_regular = IconData( - 0xfa1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_16_regular = IconData(0xfa1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 20 and regular style. - static const IconData hat_graduation_20_regular = IconData( - 0xfa1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_20_regular = IconData(0xfa1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 24 and regular style. - static const IconData hat_graduation_24_regular = IconData( - 0xfa1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_24_regular = IconData(0xfa1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 16 and regular style. - static const IconData hd_16_regular = IconData( - 0xfa1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hd_16_regular = IconData(0xfa1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 20 and regular style. - static const IconData hd_20_regular = IconData( - 0xfa1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hd_20_regular = IconData(0xfa1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 24 and regular style. - static const IconData hd_24_regular = IconData( - 0xfa1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hd_24_regular = IconData(0xfa1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hdr" in size 20 and regular style. - static const IconData hdr_20_regular = IconData( - 0x10640, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hdr_20_regular = IconData(0x10640, 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, - ); + static const IconData hdr_24_regular = IconData(0xf471, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hdr_off" in size 20 and regular style. - static const IconData hdr_off_20_regular = IconData( - 0x10641, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hdr_off_20_regular = IconData(0x10641, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "hdr_off" in size 24 and regular style. - static const IconData hdr_off_24_regular = IconData( - 0x104bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData hdr_off_24_regular = IconData(0x104bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 20 and regular style. - static const IconData headphones_20_regular = IconData( - 0xfe6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_20_regular = IconData(0xfe6b, 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, - ); + 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, - ); + static const IconData headphones_28_regular = IconData(0xf473, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 32 and regular style. - static const IconData headphones_32_regular = IconData( - 0xfe6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_32_regular = IconData(0xfe6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 48 and regular style. - static const IconData headphones_48_regular = IconData( - 0xfe6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_48_regular = IconData(0xfe6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 20 and regular style. - static const IconData headphones_sound_wave_20_regular = IconData( - 0xfe6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_20_regular = IconData(0xfe6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 24 and regular style. - static const IconData headphones_sound_wave_24_regular = IconData( - 0xfe6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_24_regular = IconData(0xfe6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 28 and regular style. - static const IconData headphones_sound_wave_28_regular = IconData( - 0xfe70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_28_regular = IconData(0xfe70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 32 and regular style. - static const IconData headphones_sound_wave_32_regular = IconData( - 0xfe71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_32_regular = IconData(0xfe71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 48 and regular style. - static const IconData headphones_sound_wave_48_regular = IconData( - 0xfe72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_48_regular = IconData(0xfe72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 16 and regular style. - static const IconData headset_16_regular = IconData( - 0xfa20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_16_regular = IconData(0xfa20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 20 and regular style. - static const IconData headset_20_regular = IconData( - 0xfa21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_20_regular = IconData(0xfa21, 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, - ); + 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, - ); + static const IconData headset_28_regular = IconData(0xf475, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 32 and regular style. - static const IconData headset_32_regular = IconData( - 0xfdbf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_32_regular = IconData(0xfdbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 48 and regular style. - static const IconData headset_48_regular = IconData( - 0xfa22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_48_regular = IconData(0xfa22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset_add" in size 20 and regular style. - static const IconData headset_add_20_regular = IconData( - 0xf4fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_add_20_regular = IconData(0xf4fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "headset_add" in size 24 and regular style. - static const IconData headset_add_24_regular = IconData( - 0xf4ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData headset_add_24_regular = IconData(0xf4ff, 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, - ); + 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, - ); + static const IconData headset_vr_24_regular = IconData(0xf477, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 12 and regular style. - static const IconData heart_12_regular = IconData( - 0x10186, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_12_regular = IconData(0x10186, 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, - ); + 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, - ); + 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, - ); + static const IconData heart_24_regular = IconData(0xf47a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 28 and regular style. - static const IconData heart_28_regular = IconData( - 0xf500, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_28_regular = IconData(0xf500, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 32 and regular style. - static const IconData heart_32_regular = IconData( - 0x10363, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_32_regular = IconData(0x10363, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 48 and regular style. - static const IconData heart_48_regular = IconData( - 0x10364, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_48_regular = IconData(0x10364, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_broken" in size 16 and regular style. - static const IconData heart_broken_16_regular = IconData( - 0xf501, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_broken_16_regular = IconData(0xf501, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_broken" in size 20 and regular style. - static const IconData heart_broken_20_regular = IconData( - 0xff9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_broken_20_regular = IconData(0xff9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 16 and regular style. - static const IconData heart_circle_16_regular = IconData( - 0x10274, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_16_regular = IconData(0x10274, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 20 and regular style. - static const IconData heart_circle_20_regular = IconData( - 0x10275, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_20_regular = IconData(0x10275, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 24 and regular style. - static const IconData heart_circle_24_regular = IconData( - 0x10276, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_24_regular = IconData(0x10276, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 20 and regular style. - static const IconData heart_pulse_20_regular = IconData( - 0xfdc0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_20_regular = IconData(0xfdc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 24 and regular style. - static const IconData heart_pulse_24_regular = IconData( - 0xfa23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_24_regular = IconData(0xfa23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 32 and regular style. - static const IconData heart_pulse_32_regular = IconData( - 0xfa24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_32_regular = IconData(0xfa24, 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, - ); + 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, - ); + 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, - ); + static const IconData highlight_24_regular = IconData(0xf47d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "highlight_link" in size 20 and regular style. - static const IconData highlight_link_20_regular = IconData( - 0x100da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData highlight_link_20_regular = IconData(0x100da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history" in size 16 and regular style. - static const IconData history_16_regular = IconData( - 0xff9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_16_regular = IconData(0xff9d, 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, - ); + 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, - ); + static const IconData history_24_regular = IconData(0xf47f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history" in size 28 and regular style. - static const IconData history_28_regular = IconData( - 0x10729, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_28_regular = IconData(0x10729, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history" in size 32 and regular style. - static const IconData history_32_regular = IconData( - 0x1072a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_32_regular = IconData(0x1072a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history" in size 48 and regular style. - static const IconData history_48_regular = IconData( - 0x1072b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_48_regular = IconData(0x1072b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 20 and regular style. - static const IconData history_dismiss_20_regular = IconData( - 0x1072c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_20_regular = IconData(0x1072c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 24 and regular style. - static const IconData history_dismiss_24_regular = IconData( - 0x1072d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_24_regular = IconData(0x1072d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 28 and regular style. - static const IconData history_dismiss_28_regular = IconData( - 0x1072e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_28_regular = IconData(0x1072e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 32 and regular style. - static const IconData history_dismiss_32_regular = IconData( - 0x1072f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_32_regular = IconData(0x1072f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 48 and regular style. - static const IconData history_dismiss_48_regular = IconData( - 0x10730, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_48_regular = IconData(0x10730, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home" in size 12 and regular style. - static const IconData home_12_regular = IconData( - 0xfe23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_12_regular = IconData(0xfe23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home" in size 16 and regular style. - static const IconData home_16_regular = IconData( - 0xfa25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_16_regular = IconData(0xfa25, 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, - ); + 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, - ); + 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, - ); + static const IconData home_28_regular = IconData(0xf482, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home" in size 32 and regular style. - static const IconData home_32_regular = IconData( - 0xfa26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_32_regular = IconData(0xfa26, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home" in size 48 and regular style. - static const IconData home_48_regular = IconData( - 0xfa27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_48_regular = IconData(0xfa27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_add" in size 20 and regular style. - static const IconData home_add_20_regular = IconData( - 0x105ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_add_20_regular = IconData(0x105ab, 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, - ); + static const IconData home_add_24_regular = IconData(0xf483, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_checkmark" in size 16 and regular style. - static const IconData home_checkmark_16_regular = IconData( - 0xfe73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_checkmark_16_regular = IconData(0xfe73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_checkmark" in size 20 and regular style. - static const IconData home_checkmark_20_regular = IconData( - 0xfe74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_checkmark_20_regular = IconData(0xfe74, 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, - ); + static const IconData home_checkmark_24_regular = IconData(0xf484, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_database" in size 20 and regular style. - static const IconData home_database_20_regular = IconData( - 0x10642, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_database_20_regular = IconData(0x10642, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_more" in size 20 and regular style. - static const IconData home_more_20_regular = IconData( - 0x10731, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_more_20_regular = IconData(0x10731, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_person" in size 20 and regular style. - static const IconData home_person_20_regular = IconData( - 0xfb96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_person_20_regular = IconData(0xfb96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "home_person" in size 24 and regular style. - static const IconData home_person_24_regular = IconData( - 0xfce0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData home_person_24_regular = IconData(0xfce0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData image_48_regular = IconData(0xf48b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_add" in size 20 and regular style. - static const IconData image_add_20_regular = IconData( - 0x10643, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_add_20_regular = IconData(0x10643, 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, - ); + static const IconData image_add_24_regular = IconData(0xf48c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_alt_text" in size 16 and regular style. - static const IconData image_alt_text_16_regular = IconData( - 0x10187, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_alt_text_16_regular = IconData(0x10187, 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, - ); + 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, - ); + static const IconData image_alt_text_24_regular = IconData(0xf48e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_back" in size 20 and regular style. - static const IconData image_arrow_back_20_regular = IconData( - 0x10644, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_back_20_regular = IconData(0x10644, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_back" in size 24 and regular style. - static const IconData image_arrow_back_24_regular = IconData( - 0xfa48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_back_24_regular = IconData(0xfa48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_counterclockwise" in size 20 and regular style. - static const IconData image_arrow_counterclockwise_20_regular = IconData( - 0x10645, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_counterclockwise_20_regular = IconData(0x10645, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_counterclockwise" in size 24 and regular style. - static const IconData image_arrow_counterclockwise_24_regular = IconData( - 0xfa28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_counterclockwise_24_regular = IconData(0xfa28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_forward" in size 20 and regular style. - static const IconData image_arrow_forward_20_regular = IconData( - 0x10646, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_forward_20_regular = IconData(0x10646, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_forward" in size 24 and regular style. - static const IconData image_arrow_forward_24_regular = IconData( - 0xfa49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_forward_24_regular = IconData(0xfa49, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData image_edit_24_regular = IconData(0xf494, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_globe" in size 20 and regular style. - static const IconData image_globe_20_regular = IconData( - 0x10647, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_globe_20_regular = IconData(0x10647, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_globe" in size 24 and regular style. - static const IconData image_globe_24_regular = IconData( - 0xfce1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_globe_24_regular = IconData(0xfce1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 16 and regular style. - static const IconData image_multiple_16_regular = IconData( - 0xfa4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_16_regular = IconData(0xfa4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 20 and regular style. - static const IconData image_multiple_20_regular = IconData( - 0xfc18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_20_regular = IconData(0xfc18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 24 and regular style. - static const IconData image_multiple_24_regular = IconData( - 0xfc19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_24_regular = IconData(0xfc19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 28 and regular style. - static const IconData image_multiple_28_regular = IconData( - 0xfc1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_28_regular = IconData(0xfc1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 32 and regular style. - static const IconData image_multiple_32_regular = IconData( - 0x10426, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_32_regular = IconData(0x10426, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 48 and regular style. - static const IconData image_multiple_48_regular = IconData( - 0x10427, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_48_regular = IconData(0x10427, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_multiple_off" in size 16 and regular style. - static const IconData image_multiple_off_16_regular = IconData( - 0x106f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_off_16_regular = IconData(0x106f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_off" in size 20 and regular style. - static const IconData image_off_20_regular = IconData( - 0xfb97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_off_20_regular = IconData(0xfb97, 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, - ); + static const IconData image_off_24_regular = IconData(0xf498, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_prohibited" in size 20 and regular style. - static const IconData image_prohibited_20_regular = IconData( - 0xff9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_prohibited_20_regular = IconData(0xff9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_prohibited" in size 24 and regular style. - static const IconData image_prohibited_24_regular = IconData( - 0xff9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_prohibited_24_regular = IconData(0xff9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_reflection" in size 20 and regular style. - static const IconData image_reflection_20_regular = IconData( - 0x10648, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_reflection_20_regular = IconData(0x10648, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_reflection" in size 24 and regular style. - static const IconData image_reflection_24_regular = IconData( - 0xfa4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_reflection_24_regular = IconData(0xfa4b, 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, - ); + 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, - ); + static const IconData image_search_24_regular = IconData(0xf49a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_shadow" in size 20 and regular style. - static const IconData image_shadow_20_regular = IconData( - 0x10649, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_shadow_20_regular = IconData(0x10649, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "image_shadow" in size 24 and regular style. - static const IconData image_shadow_24_regular = IconData( - 0xfa4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData image_shadow_24_regular = IconData(0xfa4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "immersive_reader" in size 16 and regular style. - static const IconData immersive_reader_16_regular = IconData( - 0x10011, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData immersive_reader_16_regular = IconData(0x10011, 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, - ); + 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, - ); + static const IconData immersive_reader_24_regular = IconData(0xf49c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "immersive_reader" in size 28 and regular style. - static const IconData immersive_reader_28_regular = IconData( - 0x1039d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData immersive_reader_28_regular = IconData(0x1039d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData important_24_regular = IconData(0xf4a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "incognito" in size 20 and regular style. - static const IconData incognito_20_regular = IconData( - 0x1064a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData incognito_20_regular = IconData(0x1064a, 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, - ); + static const IconData incognito_24_regular = IconData(0xf4a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "info" in size 12 and regular style. - static const IconData info_12_regular = IconData( - 0xffa0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData info_12_regular = IconData(0xffa0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData info_28_regular = IconData(0xf4a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "info_shield" in size 20 and regular style. - static const IconData info_shield_20_regular = IconData( - 0xfa29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData info_shield_20_regular = IconData(0xfa29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ink_stroke" in size 20 and regular style. - static const IconData ink_stroke_20_regular = IconData( - 0xfe75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ink_stroke_20_regular = IconData(0xfe75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ink_stroke" in size 24 and regular style. - static const IconData ink_stroke_24_regular = IconData( - 0xfe76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ink_stroke_24_regular = IconData(0xfe76, 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, - ); + 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, - ); + 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, - ); + static const IconData inking_tool_24_regular = IconData(0xf4a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "inking_tool" in size 32 and regular style. - static const IconData inking_tool_32_regular = IconData( - 0xfce2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData inking_tool_32_regular = IconData(0xfce2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData insert_20_regular = IconData(0xf4ad, 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, - ); + static const IconData ios_arrow_left_24_regular = IconData(0xf4b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_ltr" in size 24 and regular style. - static const IconData ios_arrow_ltr_24_regular = IconData( - 0x10064, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_ltr_24_regular = IconData(0x10064, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_right" in size 24 and regular style. - static const IconData ios_arrow_right_24_regular = IconData( - 0x10012, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_right_24_regular = IconData(0x10012, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_rtl" in size 24 and regular style. - static const IconData ios_arrow_rtl_24_regular = IconData( - 0x10065, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_rtl_24_regular = IconData(0x10065, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + static const IconData ios_chevron_right_20_regular = IconData(0xf4b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "iot" in size 20 and regular style. - static const IconData iot_20_regular = IconData( - 0xffa1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData iot_20_regular = IconData(0xffa1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "iot" in size 24 and regular style. - static const IconData iot_24_regular = IconData( - 0xffa2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData iot_24_regular = IconData(0xffa2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "javascript" in size 16 and regular style. - static const IconData javascript_16_regular = IconData( - 0xf4b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + 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, - ); + 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, - ); + static const IconData javascript_24_regular = IconData(0xf4b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key" in size 16 and regular style. - static const IconData key_16_regular = IconData( - 0xfce3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_16_regular = IconData(0xfce3, 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, - ); + 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, - ); + static const IconData key_24_regular = IconData(0xf4b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key" in size 32 and regular style. - static const IconData key_32_regular = IconData( - 0xfce4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_32_regular = IconData(0xfce4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 16 and regular style. - static const IconData key_command_16_regular = IconData( - 0xfd49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_command_16_regular = IconData(0xfd49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 20 and regular style. - static const IconData key_command_20_regular = IconData( - 0x1064b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_command_20_regular = IconData(0x1064b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 24 and regular style. - static const IconData key_command_24_regular = IconData( - 0x1064c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_command_24_regular = IconData(0x1064c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_multiple" in size 20 and regular style. - static const IconData key_multiple_20_regular = IconData( - 0xfa2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_multiple_20_regular = IconData(0xfa2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_reset" in size 20 and regular style. - static const IconData key_reset_20_regular = IconData( - 0x1039e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_reset_20_regular = IconData(0x1039e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "key_reset" in size 24 and regular style. - static const IconData key_reset_24_regular = IconData( - 0x1039f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData key_reset_24_regular = IconData(0x1039f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_123" in size 20 and regular style. - static const IconData keyboard_123_20_regular = IconData( - 0x1064d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_123_20_regular = IconData(0x1064d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_123" in size 24 and regular style. - static const IconData keyboard_123_24_regular = IconData( - 0x100db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_123_24_regular = IconData(0x100db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard" in size 16 and regular style. - static const IconData keyboard_16_regular = IconData( - 0x106f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_16_regular = IconData(0x106f3, 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, - ); + 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, - ); + static const IconData keyboard_24_regular = IconData(0xf4b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_dock" in size 20 and regular style. - static const IconData keyboard_dock_20_regular = IconData( - 0x1064e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_dock_20_regular = IconData(0x1064e, 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, - ); + static const IconData keyboard_dock_24_regular = IconData(0xf4ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_layout_float" in size 20 and regular style. - static const IconData keyboard_layout_float_20_regular = IconData( - 0x1064f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_float_20_regular = IconData(0x1064f, 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, - ); + 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 20 and regular style. - static const IconData keyboard_layout_one_handed_left_20_regular = IconData( - 0x10650, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_one_handed_left_20_regular = IconData(0x10650, 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, - ); + 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 20 and regular style. - static const IconData keyboard_layout_resize_20_regular = IconData( - 0x10651, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_resize_20_regular = IconData(0x10651, 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, - ); + static const IconData keyboard_layout_resize_24_regular = IconData(0xf4bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_layout_split" in size 20 and regular style. - static const IconData keyboard_layout_split_20_regular = IconData( - 0x10652, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_split_20_regular = IconData(0x10652, 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, - ); + static const IconData keyboard_layout_split_24_regular = IconData(0xf4be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift" in size 16 and regular style. - static const IconData keyboard_shift_16_regular = IconData( - 0xfe24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_16_regular = IconData(0xfe24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift" in size 20 and regular style. - static const IconData keyboard_shift_20_regular = IconData( - 0xfe25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_20_regular = IconData(0xfe25, 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, - ); + static const IconData keyboard_shift_24_regular = IconData(0xf4bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift_uppercase" in size 16 and regular style. - static const IconData keyboard_shift_uppercase_16_regular = IconData( - 0x10653, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_uppercase_16_regular = IconData(0x10653, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift_uppercase" in size 20 and regular style. - static const IconData keyboard_shift_uppercase_20_regular = IconData( - 0x10654, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_uppercase_20_regular = IconData(0x10654, 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, - ); + static const IconData keyboard_shift_uppercase_24_regular = IconData(0xf4c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "keyboard_tab" in size 20 and regular style. - static const IconData keyboard_tab_20_regular = IconData( - 0x10655, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_tab_20_regular = IconData(0x10655, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData laptop_28_regular = IconData(0xf4c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "laptop_dismiss" in size 16 and regular style. - static const IconData laptop_dismiss_16_regular = IconData( - 0xf505, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData laptop_dismiss_16_regular = IconData(0xf505, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "laptop_dismiss" in size 20 and regular style. - static const IconData laptop_dismiss_20_regular = IconData( - 0x100dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData laptop_dismiss_20_regular = IconData(0x100dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lasso" in size 20 and regular style. - static const IconData lasso_20_regular = IconData( - 0xfb98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lasso_20_regular = IconData(0xfb98, 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, - ); + static const IconData lasso_24_regular = IconData(0xf4c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lasso" in size 28 and regular style. - static const IconData lasso_28_regular = IconData( - 0x10227, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lasso_28_regular = IconData(0x10227, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "launcher_settings" in size 20 and regular style. - static const IconData launcher_settings_20_regular = IconData( - 0x10656, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData launcher_settings_20_regular = IconData(0x10656, 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, - ); + 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, - ); + 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, - ); + static const IconData layer_24_regular = IconData(0xf4cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 16 and regular style. - static const IconData leaf_one_16_regular = IconData( - 0xfc1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_16_regular = IconData(0xfc1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 20 and regular style. - static const IconData leaf_one_20_regular = IconData( - 0xfc1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_20_regular = IconData(0xfc1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 24 and regular style. - static const IconData leaf_one_24_regular = IconData( - 0xfc1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_24_regular = IconData(0xfc1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 16 and regular style. - static const IconData leaf_three_16_regular = IconData( - 0xfb99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_16_regular = IconData(0xfb99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 20 and regular style. - static const IconData leaf_three_20_regular = IconData( - 0xfb9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_20_regular = IconData(0xfb9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 24 and regular style. - static const IconData leaf_three_24_regular = IconData( - 0xfb9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_24_regular = IconData(0xfb9b, 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, - ); + 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, - ); + 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, - ); + static const IconData leaf_two_24_regular = IconData(0xf4d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "learning_app" in size 20 and regular style. - static const IconData learning_app_20_regular = IconData( - 0xfb3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData learning_app_20_regular = IconData(0xfb3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "learning_app" in size 24 and regular style. - static const IconData learning_app_24_regular = IconData( - 0xfb3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData learning_app_24_regular = IconData(0xfb3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "library" in size 16 and regular style. - static const IconData library_16_regular = IconData( - 0xfe77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData library_16_regular = IconData(0xfe77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "library" in size 20 and regular style. - static const IconData library_20_regular = IconData( - 0xfe78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData library_20_regular = IconData(0xfe78, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData lightbulb_24_regular = IconData(0xf4d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lightbulb_circle" in size 20 and regular style. - static const IconData lightbulb_circle_20_regular = IconData( - 0x10657, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lightbulb_circle_20_regular = IconData(0x10657, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData lightbulb_filament_24_regular = IconData(0xf4db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lightbulb_filament" in size 48 and regular style. - static const IconData lightbulb_filament_48_regular = IconData( - 0x103a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lightbulb_filament_48_regular = IconData(0x103a0, 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, - ); + 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, - ); + 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, - ); + static const IconData likert_24_regular = IconData(0xf4df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line" in size 20 and regular style. - static const IconData line_20_regular = IconData( - 0x103a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_20_regular = IconData(0x103a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line" in size 24 and regular style. - static const IconData line_24_regular = IconData( - 0x103a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_24_regular = IconData(0x103a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line" in size 32 and regular style. - static const IconData line_32_regular = IconData( - 0x101dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_32_regular = IconData(0x101dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line" in size 48 and regular style. - static const IconData line_48_regular = IconData( - 0x103a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_48_regular = IconData(0x103a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 20 and regular style. - static const IconData line_dashes_20_regular = IconData( - 0x103a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_20_regular = IconData(0x103a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 24 and regular style. - static const IconData line_dashes_24_regular = IconData( - 0x103a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_24_regular = IconData(0x103a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 32 and regular style. - static const IconData line_dashes_32_regular = IconData( - 0x101de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_32_regular = IconData(0x101de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 48 and regular style. - static const IconData line_dashes_48_regular = IconData( - 0x103a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_48_regular = IconData(0x103a6, 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, - ); + 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, - ); + 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, - ); + static const IconData line_horizontal_5_20_regular = IconData(0xf4e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_horizontal_5_error" in size 20 and regular style. - static const IconData line_horizontal_5_error_20_regular = IconData( - 0xfa2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_horizontal_5_error_20_regular = IconData(0xfa2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_style" in size 20 and regular style. - static const IconData line_style_20_regular = IconData( - 0x10658, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_style_20_regular = IconData(0x10658, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "line_style" in size 24 and regular style. - static const IconData line_style_24_regular = IconData( - 0xfce5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData line_style_24_regular = IconData(0xfce5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link" in size 12 and regular style. - static const IconData link_12_regular = IconData( - 0x10365, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_12_regular = IconData(0x10365, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData link_28_regular = IconData(0xf4e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link" in size 32 and regular style. - static const IconData link_32_regular = IconData( - 0x10366, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_32_regular = IconData(0x10366, 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, - ); + static const IconData link_48_regular = IconData(0xf4e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 16 and regular style. - static const IconData link_dismiss_16_regular = IconData( - 0x10013, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_16_regular = IconData(0x10013, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 20 and regular style. - static const IconData link_dismiss_20_regular = IconData( - 0xfc1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_20_regular = IconData(0xfc1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 24 and regular style. - static const IconData link_dismiss_24_regular = IconData( - 0x100dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_24_regular = IconData(0x100dd, 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, - ); + 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, - ); + 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, - ); + static const IconData link_edit_24_regular = IconData(0xf4ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 12 and regular style. - static const IconData link_square_12_regular = IconData( - 0xfa2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_square_12_regular = IconData(0xfa2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 16 and regular style. - static const IconData link_square_16_regular = IconData( - 0xfa2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_square_16_regular = IconData(0xfa2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 20 and regular style. - static const IconData link_square_20_regular = IconData( - 0xfe26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_square_20_regular = IconData(0xfe26, 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, - ); + static const IconData link_square_24_regular = IconData(0xf4ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "link_toolbox" in size 20 and regular style. - static const IconData link_toolbox_20_regular = IconData( - 0x10659, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData link_toolbox_20_regular = IconData(0x10659, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "list" in size 16 and regular style. - static const IconData list_16_regular = IconData( - 0xfe79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData list_16_regular = IconData(0xfe79, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData live_24_regular = IconData(0xf4f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "live_off" in size 20 and regular style. - static const IconData live_off_20_regular = IconData( - 0xfb3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData live_off_20_regular = IconData(0xfb3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "live_off" in size 24 and regular style. - static const IconData live_off_24_regular = IconData( - 0xfb3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData live_off_24_regular = IconData(0xfb3f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData local_language_28_regular = IconData(0xf4f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "local_language_zi" in size 24 and regular style. - static const IconData local_language_zi_24_regular = IconData( - 0xfa50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData local_language_zi_24_regular = IconData(0xfa50, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData location_28_regular = IconData(0xf4fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location" in size 48 and regular style. - static const IconData location_48_regular = IconData( - 0xfa2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_48_regular = IconData(0xfa2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 16 and regular style. - static const IconData location_add_16_regular = IconData( - 0x10506, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_16_regular = IconData(0x10506, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 20 and regular style. - static const IconData location_add_20_regular = IconData( - 0x10507, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_20_regular = IconData(0x10507, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 24 and regular style. - static const IconData location_add_24_regular = IconData( - 0x10508, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_24_regular = IconData(0x10508, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add_left" in size 20 and regular style. - static const IconData location_add_left_20_regular = IconData( - 0x1065a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_left_20_regular = IconData(0x1065a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add_right" in size 20 and regular style. - static const IconData location_add_right_20_regular = IconData( - 0x1065b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_right_20_regular = IconData(0x1065b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_add_up" in size 20 and regular style. - static const IconData location_add_up_20_regular = IconData( - 0x1065c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_add_up_20_regular = IconData(0x1065c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_left" in size 48 and regular style. - static const IconData location_arrow_left_48_regular = IconData( - 0xfe7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_left_48_regular = IconData(0xfe7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_right" in size 48 and regular style. - static const IconData location_arrow_right_48_regular = IconData( - 0xfe7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_right_48_regular = IconData(0xfe7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_up" in size 48 and regular style. - static const IconData location_arrow_up_48_regular = IconData( - 0xfe7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_up_48_regular = IconData(0xfe7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_dismiss" in size 20 and regular style. - static const IconData location_dismiss_20_regular = IconData( - 0x1065d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_dismiss_20_regular = IconData(0x1065d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_dismiss" in size 24 and regular style. - static const IconData location_dismiss_24_regular = IconData( - 0xfc1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_dismiss_24_regular = IconData(0xfc1f, 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, - ); + 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, - ); + static const IconData location_live_24_regular = IconData(0xf4fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 16 and regular style. - static const IconData location_off_16_regular = IconData( - 0xfa2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_off_16_regular = IconData(0xfa2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 20 and regular style. - static const IconData location_off_20_regular = IconData( - 0xfa30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_off_20_regular = IconData(0xfa30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 24 and regular style. - static const IconData location_off_24_regular = IconData( - 0xfa31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_off_24_regular = IconData(0xfa31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 28 and regular style. - static const IconData location_off_28_regular = IconData( - 0xfa32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_off_28_regular = IconData(0xfa32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 48 and regular style. - static const IconData location_off_48_regular = IconData( - 0xfa33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData location_off_48_regular = IconData(0xfa33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 12 and regular style. - static const IconData lock_closed_12_regular = IconData( - 0xfc20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_12_regular = IconData(0xfc20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 16 and regular style. - static const IconData lock_closed_16_regular = IconData( - 0xfc21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_16_regular = IconData(0xfc21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 20 and regular style. - static const IconData lock_closed_20_regular = IconData( - 0xfc22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_20_regular = IconData(0xfc22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 24 and regular style. - static const IconData lock_closed_24_regular = IconData( - 0xfc23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_24_regular = IconData(0xfc23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 32 and regular style. - static const IconData lock_closed_32_regular = IconData( - 0x1015c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_32_regular = IconData(0x1015c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_multiple" in size 20 and regular style. - static const IconData lock_multiple_20_regular = IconData( - 0x106f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_multiple_20_regular = IconData(0x106f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_multiple" in size 24 and regular style. - static const IconData lock_multiple_24_regular = IconData( - 0xfa34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_multiple_24_regular = IconData(0xfa34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 16 and regular style. - static const IconData lock_open_16_regular = IconData( - 0x10014, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_16_regular = IconData(0x10014, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 20 and regular style. - static const IconData lock_open_20_regular = IconData( - 0xfc24, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_20_regular = IconData(0xfc24, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 24 and regular style. - static const IconData lock_open_24_regular = IconData( - 0xfc25, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_24_regular = IconData(0xfc25, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 28 and regular style. - static const IconData lock_open_28_regular = IconData( - 0xfc26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_28_regular = IconData(0xfc26, 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, - ); + 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, - ); + 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, - ); + static const IconData lock_shield_48_regular = IconData(0xf504, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lottery" in size 20 and regular style. - static const IconData lottery_20_regular = IconData( - 0x106f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lottery_20_regular = IconData(0x106f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "lottery" in size 24 and regular style. - static const IconData lottery_24_regular = IconData( - 0xfa35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData lottery_24_regular = IconData(0xfa35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 16 and regular style. - static const IconData luggage_16_regular = IconData( - 0x10015, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_16_regular = IconData(0x10015, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 20 and regular style. - static const IconData luggage_20_regular = IconData( - 0x10016, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_20_regular = IconData(0x10016, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 24 and regular style. - static const IconData luggage_24_regular = IconData( - 0xfbaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_24_regular = IconData(0xfbaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 28 and regular style. - static const IconData luggage_28_regular = IconData( - 0x10367, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_28_regular = IconData(0x10367, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 32 and regular style. - static const IconData luggage_32_regular = IconData( - 0x10368, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_32_regular = IconData(0x10368, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 48 and regular style. - static const IconData luggage_48_regular = IconData( - 0x10369, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData luggage_48_regular = IconData(0x10369, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail" in size 12 and regular style. - static const IconData mail_12_regular = IconData( - 0x10188, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_12_regular = IconData(0x10188, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail" in size 16 and regular style. - static const IconData mail_16_regular = IconData( - 0xfa3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_16_regular = IconData(0xfa3a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_48_regular = IconData(0xf509, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_add" in size 16 and regular style. - static const IconData mail_add_16_regular = IconData( - 0xf50d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_add_16_regular = IconData(0xf50d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_add" in size 20 and regular style. - static const IconData mail_add_20_regular = IconData( - 0xf51f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_add_20_regular = IconData(0xf51f, 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, - ); + static const IconData mail_add_24_regular = IconData(0xf50a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 16 and regular style. - static const IconData mail_alert_16_regular = IconData( - 0xf520, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_16_regular = IconData(0xf520, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 20 and regular style. - static const IconData mail_alert_20_regular = IconData( - 0xf52a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_20_regular = IconData(0xf52a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 24 and regular style. - static const IconData mail_alert_24_regular = IconData( - 0xf52b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_24_regular = IconData(0xf52b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 28 and regular style. - static const IconData mail_alert_28_regular = IconData( - 0x10428, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_28_regular = IconData(0x10428, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_all" in size 16 and regular style. - static const IconData mail_all_16_regular = IconData( - 0xfee7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_16_regular = IconData(0xfee7, 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, - ); + 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, - ); + static const IconData mail_all_24_regular = IconData(0xf50c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 16 and regular style. - static const IconData mail_all_read_16_regular = IconData( - 0x1065e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_16_regular = IconData(0x1065e, 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, - ); + static const IconData mail_all_read_20_regular = IconData(0xf50e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 24 and regular style. - static const IconData mail_all_read_24_regular = IconData( - 0x1065f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_24_regular = IconData(0x1065f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 28 and regular style. - static const IconData mail_all_read_28_regular = IconData( - 0x10660, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_28_regular = IconData(0x10660, 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, - ); + static const IconData mail_all_unread_20_regular = IconData(0xf50f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_double_back" in size 16 and regular style. - static const IconData mail_arrow_double_back_16_regular = IconData( - 0xfa51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_double_back_16_regular = IconData(0xfa51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_double_back" in size 20 and regular style. - static const IconData mail_arrow_double_back_20_regular = IconData( - 0x10017, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_double_back_20_regular = IconData(0x10017, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_down" in size 16 and regular style. - static const IconData mail_arrow_down_16_regular = IconData( - 0xf52c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_down_16_regular = IconData(0xf52c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_down" in size 20 and regular style. - static const IconData mail_arrow_down_20_regular = IconData( - 0x10018, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_down_20_regular = IconData(0x10018, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_forward" in size 16 and regular style. - static const IconData mail_arrow_forward_16_regular = IconData( - 0xfa52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_forward_16_regular = IconData(0xfa52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_forward" in size 20 and regular style. - static const IconData mail_arrow_forward_20_regular = IconData( - 0x10019, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_forward_20_regular = IconData(0x10019, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 16 and regular style. - static const IconData mail_arrow_up_16_regular = IconData( - 0x103a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_16_regular = IconData(0x103a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 20 and regular style. - static const IconData mail_arrow_up_20_regular = IconData( - 0xf52d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_20_regular = IconData(0xf52d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 24 and regular style. - static const IconData mail_arrow_up_24_regular = IconData( - 0xf54b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_24_regular = IconData(0xf54b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_attach" in size 16 and regular style. - static const IconData mail_attach_16_regular = IconData( - 0xfa53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_attach_16_regular = IconData(0xfa53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_attach" in size 20 and regular style. - static const IconData mail_attach_20_regular = IconData( - 0x1001a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_attach_20_regular = IconData(0x1001a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_checkmark" in size 16 and regular style. - static const IconData mail_checkmark_16_regular = IconData( - 0xf54c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_checkmark_16_regular = IconData(0xf54c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_checkmark" in size 20 and regular style. - static const IconData mail_checkmark_20_regular = IconData( - 0x1001b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_checkmark_20_regular = IconData(0x1001b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_clock" in size 16 and regular style. - static const IconData mail_clock_16_regular = IconData( - 0xf551, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_clock_16_regular = IconData(0xf551, 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, - ); + static const IconData mail_clock_20_regular = IconData(0xf510, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_clock" in size 24 and regular style. - static const IconData mail_clock_24_regular = IconData( - 0xf552, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_clock_24_regular = IconData(0xf552, 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, - ); + 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, - ); + static const IconData mail_copy_24_regular = IconData(0xf512, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 16 and regular style. - static const IconData mail_dismiss_16_regular = IconData( - 0xfee8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_16_regular = IconData(0xfee8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 20 and regular style. - static const IconData mail_dismiss_20_regular = IconData( - 0xf553, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_20_regular = IconData(0xf553, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 24 and regular style. - static const IconData mail_dismiss_24_regular = IconData( - 0xf554, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_24_regular = IconData(0xf554, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 28 and regular style. - static const IconData mail_dismiss_28_regular = IconData( - 0x105ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_28_regular = IconData(0x105ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_edit" in size 20 and regular style. - static const IconData mail_edit_20_regular = IconData( - 0x102e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_edit_20_regular = IconData(0x102e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_edit" in size 24 and regular style. - static const IconData mail_edit_24_regular = IconData( - 0x102e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_edit_24_regular = IconData(0x102e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 16 and regular style. - static const IconData mail_error_16_regular = IconData( - 0x1001c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_16_regular = IconData(0x1001c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 20 and regular style. - static const IconData mail_error_20_regular = IconData( - 0xf555, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_20_regular = IconData(0xf555, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 24 and regular style. - static const IconData mail_error_24_regular = IconData( - 0xf55d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_24_regular = IconData(0xf55d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_inbox_add_28_regular = IconData(0xf51a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_all" in size 20 and regular style. - static const IconData mail_inbox_all_20_regular = IconData( - 0x105ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_all_20_regular = IconData(0x105ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_all" in size 24 and regular style. - static const IconData mail_inbox_all_24_regular = IconData( - 0xfc27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_all_24_regular = IconData(0xfc27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_down" in size 16 and regular style. - static const IconData mail_inbox_arrow_down_16_regular = IconData( - 0xf55e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_down_16_regular = IconData(0xf55e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_down" in size 20 and regular style. - static const IconData mail_inbox_arrow_down_20_regular = IconData( - 0x1001d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_down_20_regular = IconData(0x1001d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_right" in size 20 and regular style. - static const IconData mail_inbox_arrow_right_20_regular = IconData( - 0x105ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_right_20_regular = IconData(0x105ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_right" in size 24 and regular style. - static const IconData mail_inbox_arrow_right_24_regular = IconData( - 0xfc28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_right_24_regular = IconData(0xfc28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_up" in size 20 and regular style. - static const IconData mail_inbox_arrow_up_20_regular = IconData( - 0xfc29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_up_20_regular = IconData(0xfc29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_up" in size 24 and regular style. - static const IconData mail_inbox_arrow_up_24_regular = IconData( - 0xfc2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_up_24_regular = IconData(0xfc2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 16 and regular style. - static const IconData mail_inbox_checkmark_16_regular = IconData( - 0xfe27, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_16_regular = IconData(0xfe27, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 20 and regular style. - static const IconData mail_inbox_checkmark_20_regular = IconData( - 0xfe28, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_20_regular = IconData(0xfe28, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 24 and regular style. - static const IconData mail_inbox_checkmark_24_regular = IconData( - 0xfe29, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_24_regular = IconData(0xfe29, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 28 and regular style. - static const IconData mail_inbox_checkmark_28_regular = IconData( - 0xfe7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_28_regular = IconData(0xfe7d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_inbox_dismiss_28_regular = IconData(0xf51e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_link" in size 20 and regular style. - static const IconData mail_link_20_regular = IconData( - 0xf585, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_link_20_regular = IconData(0xf585, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_link" in size 24 and regular style. - static const IconData mail_link_24_regular = IconData( - 0xf58c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_link_24_regular = IconData(0xf58c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 16 and regular style. - static const IconData mail_list_16_regular = IconData( - 0x105af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_16_regular = IconData(0x105af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 20 and regular style. - static const IconData mail_list_20_regular = IconData( - 0x10661, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_20_regular = IconData(0x10661, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 24 and regular style. - static const IconData mail_list_24_regular = IconData( - 0x10662, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_24_regular = IconData(0x10662, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 28 and regular style. - static const IconData mail_list_28_regular = IconData( - 0x10663, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_28_regular = IconData(0x10663, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 16 and regular style. - static const IconData mail_multiple_16_regular = IconData( - 0x10066, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_16_regular = IconData(0x10066, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 20 and regular style. - static const IconData mail_multiple_20_regular = IconData( - 0x10067, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_20_regular = IconData(0x10067, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 24 and regular style. - static const IconData mail_multiple_24_regular = IconData( - 0x10068, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_24_regular = IconData(0x10068, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 28 and regular style. - static const IconData mail_multiple_28_regular = IconData( - 0x105b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_28_regular = IconData(0x105b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_off" in size 20 and regular style. - static const IconData mail_off_20_regular = IconData( - 0x105b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_off_20_regular = IconData(0x105b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_off" in size 24 and regular style. - static const IconData mail_off_24_regular = IconData( - 0xfc2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_off_24_regular = IconData(0xfc2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 16 and regular style. - static const IconData mail_open_person_16_regular = IconData( - 0xffa3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_16_regular = IconData(0xffa3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 20 and regular style. - static const IconData mail_open_person_20_regular = IconData( - 0x10499, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_20_regular = IconData(0x10499, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 24 and regular style. - static const IconData mail_open_person_24_regular = IconData( - 0x1049a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_24_regular = IconData(0x1049a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_pause" in size 16 and regular style. - static const IconData mail_pause_16_regular = IconData( - 0xf5a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_pause_16_regular = IconData(0xf5a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_pause" in size 20 and regular style. - static const IconData mail_pause_20_regular = IconData( - 0x1001e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_pause_20_regular = IconData(0x1001e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 16 and regular style. - static const IconData mail_prohibited_16_regular = IconData( - 0xfee9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_16_regular = IconData(0xfee9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 20 and regular style. - static const IconData mail_prohibited_20_regular = IconData( - 0xf5cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_20_regular = IconData(0xf5cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 24 and regular style. - static const IconData mail_prohibited_24_regular = IconData( - 0xf5e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_24_regular = IconData(0xf5e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_read" in size 16 and regular style. - static const IconData mail_read_16_regular = IconData( - 0xfa3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_16_regular = IconData(0xfa3b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_read_48_regular = IconData(0xf524, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 16 and regular style. - static const IconData mail_read_multiple_16_regular = IconData( - 0x10664, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_16_regular = IconData(0x10664, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 24 and regular style. - static const IconData mail_read_multiple_24_regular = IconData( - 0x10665, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_24_regular = IconData(0x10665, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 28 and regular style. - static const IconData mail_read_multiple_28_regular = IconData( - 0x10666, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_28_regular = IconData(0x10666, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_settings" in size 16 and regular style. - static const IconData mail_settings_16_regular = IconData( - 0xf5e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_settings_16_regular = IconData(0xf5e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_settings" in size 20 and regular style. - static const IconData mail_settings_20_regular = IconData( - 0x1001f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_settings_20_regular = IconData(0x1001f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_shield" in size 16 and regular style. - static const IconData mail_shield_16_regular = IconData( - 0xf5e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_shield_16_regular = IconData(0xf5e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_shield" in size 20 and regular style. - static const IconData mail_shield_20_regular = IconData( - 0x10020, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_shield_20_regular = IconData(0x10020, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 16 and regular style. - static const IconData mail_template_16_regular = IconData( - 0xffa4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_16_regular = IconData(0xffa4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 20 and regular style. - static const IconData mail_template_20_regular = IconData( - 0xf5e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_20_regular = IconData(0xf5e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 24 and regular style. - static const IconData mail_template_24_regular = IconData( - 0xf5ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_24_regular = IconData(0xf5ed, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_unread_48_regular = IconData(0xf529, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 16 and regular style. - static const IconData mail_warning_16_regular = IconData( - 0xf5ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_16_regular = IconData(0xf5ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 20 and regular style. - static const IconData mail_warning_20_regular = IconData( - 0x106f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_20_regular = IconData(0x106f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 24 and regular style. - static const IconData mail_warning_24_regular = IconData( - 0x106f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_24_regular = IconData(0x106f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "map" in size 20 and regular style. - static const IconData map_20_regular = IconData( - 0xfe7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData map_20_regular = IconData(0xfe7e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData map_drive_24_regular = IconData(0xf531, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "match_app_layout" in size 20 and regular style. - static const IconData match_app_layout_20_regular = IconData( - 0x106f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData match_app_layout_20_regular = IconData(0x106f8, 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, - ); + static const IconData match_app_layout_24_regular = IconData(0xf532, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_format_linear" in size 20 and regular style. - static const IconData math_format_linear_20_regular = IconData( - 0x106f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_format_linear_20_regular = IconData(0x106f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_format_linear" in size 24 and regular style. - static const IconData math_format_linear_24_regular = IconData( - 0xfa3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_format_linear_24_regular = IconData(0xfa3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_format_professional" in size 20 and regular style. - static const IconData math_format_professional_20_regular = IconData( - 0x10667, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_format_professional_20_regular = IconData(0x10667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_format_professional" in size 24 and regular style. - static const IconData math_format_professional_24_regular = IconData( - 0xfa3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_format_professional_24_regular = IconData(0xfa3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 16 and regular style. - static const IconData math_formula_16_regular = IconData( - 0xfce6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_16_regular = IconData(0xfce6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 20 and regular style. - static const IconData math_formula_20_regular = IconData( - 0x10668, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_20_regular = IconData(0x10668, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 24 and regular style. - static const IconData math_formula_24_regular = IconData( - 0xfa3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_24_regular = IconData(0xfa3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 32 and regular style. - static const IconData math_formula_32_regular = IconData( - 0xfce7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_32_regular = IconData(0xfce7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 16 and regular style. - static const IconData math_symbols_16_regular = IconData( - 0x10509, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_16_regular = IconData(0x10509, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 20 and regular style. - static const IconData math_symbols_20_regular = IconData( - 0x1050a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_20_regular = IconData(0x1050a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 24 and regular style. - static const IconData math_symbols_24_regular = IconData( - 0x1050b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_24_regular = IconData(0x1050b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 28 and regular style. - static const IconData math_symbols_28_regular = IconData( - 0x1050c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_28_regular = IconData(0x1050c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 32 and regular style. - static const IconData math_symbols_32_regular = IconData( - 0x1050d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_32_regular = IconData(0x1050d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 48 and regular style. - static const IconData math_symbols_48_regular = IconData( - 0x1050e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_48_regular = IconData(0x1050e, 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, - ); + static const IconData maximize_16_regular = IconData(0xf533, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 20 and regular style. - static const IconData maximize_20_regular = IconData( - 0xfa3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData maximize_20_regular = IconData(0xfa3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 24 and regular style. - static const IconData maximize_24_regular = IconData( - 0xfa40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData maximize_24_regular = IconData(0xfa40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 28 and regular style. - static const IconData maximize_28_regular = IconData( - 0xfa41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData maximize_28_regular = IconData(0xfa41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 48 and regular style. - static const IconData maximize_48_regular = IconData( - 0xfa42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData maximize_48_regular = IconData(0xfa42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 16 and regular style. - static const IconData meet_now_16_regular = IconData( - 0xfa43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_16_regular = IconData(0xfa43, 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, - ); + 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, - ); + static const IconData meet_now_24_regular = IconData(0xf535, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 28 and regular style. - static const IconData meet_now_28_regular = IconData( - 0xf5f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_28_regular = IconData(0xf5f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 32 and regular style. - static const IconData meet_now_32_regular = IconData( - 0xf5f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_32_regular = IconData(0xf5f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 48 and regular style. - static const IconData meet_now_48_regular = IconData( - 0xf631, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_48_regular = IconData(0xf631, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData megaphone_28_regular = IconData(0xf539, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "megaphone_loud" in size 20 and regular style. - static const IconData megaphone_loud_20_regular = IconData( - 0xf64b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_loud_20_regular = IconData(0xf64b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "megaphone_loud" in size 24 and regular style. - static const IconData megaphone_loud_24_regular = IconData( - 0x10277, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_loud_24_regular = IconData(0x10277, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 16 and regular style. - static const IconData megaphone_off_16_regular = IconData( - 0x106fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_16_regular = IconData(0x106fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 20 and regular style. - static const IconData megaphone_off_20_regular = IconData( - 0x106fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_20_regular = IconData(0x106fb, 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, - ); + static const IconData megaphone_off_24_regular = IconData(0xf53a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 28 and regular style. - static const IconData megaphone_off_28_regular = IconData( - 0x106fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_28_regular = IconData(0x106fc, 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, - ); + 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, - ); + 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, - ); + static const IconData mention_24_regular = IconData(0xf53d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mention_arrow_down" in size 20 and regular style. - static const IconData mention_arrow_down_20_regular = IconData( - 0x10669, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mention_arrow_down_20_regular = IconData(0x10669, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mention_brackets" in size 20 and regular style. - static const IconData mention_brackets_20_regular = IconData( - 0x1066a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mention_brackets_20_regular = IconData(0x1066a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "merge" in size 20 and regular style. - static const IconData merge_20_regular = IconData( - 0x106fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData merge_20_regular = IconData(0x106fd, 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, - ); + static const IconData merge_24_regular = IconData(0xf53e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 16 and regular style. - static const IconData mic_16_regular = IconData( - 0x104c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_16_regular = IconData(0x104c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 20 and regular style. - static const IconData mic_20_regular = IconData( - 0x104c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_20_regular = IconData(0x104c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 24 and regular style. - static const IconData mic_24_regular = IconData( - 0x104c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_24_regular = IconData(0x104c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 28 and regular style. - static const IconData mic_28_regular = IconData( - 0x104c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_28_regular = IconData(0x104c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 32 and regular style. - static const IconData mic_32_regular = IconData( - 0x104c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_32_regular = IconData(0x104c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 48 and regular style. - static const IconData mic_48_regular = IconData( - 0x104c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_48_regular = IconData(0x104c5, 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, - ); + 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, - ); + static const IconData mic_off_16_regular = IconData(0xf540, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 20 and regular style. - static const IconData mic_off_20_regular = IconData( - 0xfa44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_20_regular = IconData(0xfa44, 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, - ); + 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, - ); + static const IconData mic_off_28_regular = IconData(0xf542, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 32 and regular style. - static const IconData mic_off_32_regular = IconData( - 0x106fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_32_regular = IconData(0x106fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 48 and regular style. - static const IconData mic_off_48_regular = IconData( - 0xfa45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_48_regular = IconData(0xfa45, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mic_on_28_regular = IconData(0xf546, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_on" in size 32 and regular style. - static const IconData mic_on_32_regular = IconData( - 0xfd4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_on_32_regular = IconData(0xfd4a, 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, - ); + static const IconData mic_on_48_regular = IconData(0xf547, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 16 and regular style. - static const IconData mic_prohibited_16_regular = IconData( - 0xfd91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_16_regular = IconData(0xfd91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 20 and regular style. - static const IconData mic_prohibited_20_regular = IconData( - 0xfb40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_20_regular = IconData(0xfb40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 24 and regular style. - static const IconData mic_prohibited_24_regular = IconData( - 0xfa46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_24_regular = IconData(0xfa46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 28 and regular style. - static const IconData mic_prohibited_28_regular = IconData( - 0xfd92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_28_regular = IconData(0xfd92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 48 and regular style. - static const IconData mic_prohibited_48_regular = IconData( - 0xfd93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_48_regular = IconData(0xfd93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_settings" in size 20 and regular style. - static const IconData mic_settings_20_regular = IconData( - 0x105b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_settings_20_regular = IconData(0x105b2, 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, - ); + static const IconData mic_settings_24_regular = IconData(0xf548, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 16 and regular style. - static const IconData mic_sparkle_16_regular = IconData( - 0xfeea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_16_regular = IconData(0xfeea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 20 and regular style. - static const IconData mic_sparkle_20_regular = IconData( - 0xfeeb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_20_regular = IconData(0xfeeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 24 and regular style. - static const IconData mic_sparkle_24_regular = IconData( - 0xfeec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_24_regular = IconData(0xfeec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mic_sync" in size 20 and regular style. - static const IconData mic_sync_20_regular = IconData( - 0xfb9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mic_sync_20_regular = IconData(0xfb9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "microscope" in size 20 and regular style. - static const IconData microscope_20_regular = IconData( - 0xf64c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData microscope_20_regular = IconData(0xf64c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "microscope" in size 24 and regular style. - static const IconData microscope_24_regular = IconData( - 0xf64f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData microscope_24_regular = IconData(0xf64f, 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, - ); + 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, - ); + static const IconData midi_24_regular = IconData(0xf54a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "mobile_optimized" in size 20 and regular style. - static const IconData mobile_optimized_20_regular = IconData( - 0x106ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData mobile_optimized_20_regular = IconData(0x106ff, 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, - ); + static const IconData mobile_optimized_24_regular = IconData(0xf54d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 16 and regular style. - static const IconData molecule_16_regular = IconData( - 0xf650, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_16_regular = IconData(0xf650, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 20 and regular style. - static const IconData molecule_20_regular = IconData( - 0xf659, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_20_regular = IconData(0xf659, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 24 and regular style. - static const IconData molecule_24_regular = IconData( - 0xf65a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_24_regular = IconData(0xf65a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 28 and regular style. - static const IconData molecule_28_regular = IconData( - 0xf65d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_28_regular = IconData(0xf65d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 32 and regular style. - static const IconData molecule_32_regular = IconData( - 0xf65e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_32_regular = IconData(0xf65e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 48 and regular style. - static const IconData molecule_48_regular = IconData( - 0xf65f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData molecule_48_regular = IconData(0xf65f, 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, - ); + 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, - ); + 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, - ); + static const IconData money_24_regular = IconData(0xf550, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_calculator" in size 20 and regular style. - static const IconData money_calculator_20_regular = IconData( - 0x1015d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_calculator_20_regular = IconData(0x1015d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_calculator" in size 24 and regular style. - static const IconData money_calculator_24_regular = IconData( - 0x1015e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_calculator_24_regular = IconData(0x1015e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_dismiss" in size 20 and regular style. - static const IconData money_dismiss_20_regular = IconData( - 0x10228, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_dismiss_20_regular = IconData(0x10228, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_dismiss" in size 24 and regular style. - static const IconData money_dismiss_24_regular = IconData( - 0x10229, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_dismiss_24_regular = IconData(0x10229, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_hand" in size 20 and regular style. - static const IconData money_hand_20_regular = IconData( - 0x1036a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_hand_20_regular = IconData(0x1036a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_hand" in size 24 and regular style. - static const IconData money_hand_24_regular = IconData( - 0x1036b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_hand_24_regular = IconData(0x1036b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_off" in size 20 and regular style. - static const IconData money_off_20_regular = IconData( - 0x1022a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_off_20_regular = IconData(0x1022a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_off" in size 24 and regular style. - static const IconData money_off_24_regular = IconData( - 0x1022b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_off_24_regular = IconData(0x1022b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "money_settings" in size 20 and regular style. - static const IconData money_settings_20_regular = IconData( - 0x1015f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData money_settings_20_regular = IconData(0x1015f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_circle" in size 20 and regular style. - static const IconData more_circle_20_regular = IconData( - 0xfa4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_circle_20_regular = IconData(0xfa4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_circle" in size 32 and regular style. - static const IconData more_circle_32_regular = IconData( - 0x10189, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_circle_32_regular = IconData(0x10189, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 16 and regular style. - static const IconData more_horizontal_16_regular = IconData( - 0xfc2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_16_regular = IconData(0xfc2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 20 and regular style. - static const IconData more_horizontal_20_regular = IconData( - 0xfc2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_20_regular = IconData(0xfc2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 24 and regular style. - static const IconData more_horizontal_24_regular = IconData( - 0xfc2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_24_regular = IconData(0xfc2e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 28 and regular style. - static const IconData more_horizontal_28_regular = IconData( - 0xfc2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_28_regular = IconData(0xfc2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 32 and regular style. - static const IconData more_horizontal_32_regular = IconData( - 0xfa6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_32_regular = IconData(0xfa6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 48 and regular style. - static const IconData more_horizontal_48_regular = IconData( - 0xfc30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_48_regular = IconData(0xfc30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_vertical" in size 16 and regular style. - static const IconData more_vertical_16_regular = IconData( - 0xfd4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_vertical_16_regular = IconData(0xfd4b, 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, - ); + 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, - ); + 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, - ); + static const IconData more_vertical_28_regular = IconData(0xf558, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "more_vertical" in size 32 and regular style. - static const IconData more_vertical_32_regular = IconData( - 0xfa79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData more_vertical_32_regular = IconData(0xfa79, 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, - ); + static const IconData more_vertical_48_regular = IconData(0xf559, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "movies_and_tv" in size 16 and regular style. - static const IconData movies_and_tv_16_regular = IconData( - 0xfa4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData movies_and_tv_16_regular = IconData(0xfa4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "movies_and_tv" in size 20 and regular style. - static const IconData movies_and_tv_20_regular = IconData( - 0xfa4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData movies_and_tv_20_regular = IconData(0xfa4f, 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, - ); + static const IconData movies_and_tv_24_regular = IconData(0xf55a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 20 and regular style. - static const IconData multiplier_1_2x_20_regular = IconData( - 0xfdc1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_20_regular = IconData(0xfdc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 24 and regular style. - static const IconData multiplier_1_2x_24_regular = IconData( - 0xfdc2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_24_regular = IconData(0xfdc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 28 and regular style. - static const IconData multiplier_1_2x_28_regular = IconData( - 0xfdc3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_28_regular = IconData(0xfdc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 32 and regular style. - static const IconData multiplier_1_2x_32_regular = IconData( - 0xfdc4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_32_regular = IconData(0xfdc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 48 and regular style. - static const IconData multiplier_1_2x_48_regular = IconData( - 0xfdc5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_48_regular = IconData(0xfdc5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 20 and regular style. - static const IconData multiplier_1_5x_20_regular = IconData( - 0xfdc6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_20_regular = IconData(0xfdc6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 24 and regular style. - static const IconData multiplier_1_5x_24_regular = IconData( - 0xfdc7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_24_regular = IconData(0xfdc7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 28 and regular style. - static const IconData multiplier_1_5x_28_regular = IconData( - 0xfdc8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_28_regular = IconData(0xfdc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 32 and regular style. - static const IconData multiplier_1_5x_32_regular = IconData( - 0xfdc9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_32_regular = IconData(0xfdc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 48 and regular style. - static const IconData multiplier_1_5x_48_regular = IconData( - 0xfdca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_48_regular = IconData(0xfdca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 20 and regular style. - static const IconData multiplier_1_8x_20_regular = IconData( - 0xfdcb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_20_regular = IconData(0xfdcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 24 and regular style. - static const IconData multiplier_1_8x_24_regular = IconData( - 0xfdcc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_24_regular = IconData(0xfdcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 28 and regular style. - static const IconData multiplier_1_8x_28_regular = IconData( - 0xfdcd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_28_regular = IconData(0xfdcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 32 and regular style. - static const IconData multiplier_1_8x_32_regular = IconData( - 0xfdce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_32_regular = IconData(0xfdce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 48 and regular style. - static const IconData multiplier_1_8x_48_regular = IconData( - 0xfdcf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_48_regular = IconData(0xfdcf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 20 and regular style. - static const IconData multiplier_1x_20_regular = IconData( - 0xfdd0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_20_regular = IconData(0xfdd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 24 and regular style. - static const IconData multiplier_1x_24_regular = IconData( - 0xfdd1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_24_regular = IconData(0xfdd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 28 and regular style. - static const IconData multiplier_1x_28_regular = IconData( - 0xfdd2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_28_regular = IconData(0xfdd2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 32 and regular style. - static const IconData multiplier_1x_32_regular = IconData( - 0xfdd3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_32_regular = IconData(0xfdd3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 48 and regular style. - static const IconData multiplier_1x_48_regular = IconData( - 0xfdd4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_48_regular = IconData(0xfdd4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 20 and regular style. - static const IconData multiplier_2x_20_regular = IconData( - 0xfdd5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_20_regular = IconData(0xfdd5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 24 and regular style. - static const IconData multiplier_2x_24_regular = IconData( - 0xfdd6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_24_regular = IconData(0xfdd6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 28 and regular style. - static const IconData multiplier_2x_28_regular = IconData( - 0xfdd7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_28_regular = IconData(0xfdd7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 32 and regular style. - static const IconData multiplier_2x_32_regular = IconData( - 0xfdd8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_32_regular = IconData(0xfdd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 48 and regular style. - static const IconData multiplier_2x_48_regular = IconData( - 0xfdd9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_48_regular = IconData(0xfdd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 20 and regular style. - static const IconData multiplier_5x_20_regular = IconData( - 0xfe7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_20_regular = IconData(0xfe7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 24 and regular style. - static const IconData multiplier_5x_24_regular = IconData( - 0xfe80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_24_regular = IconData(0xfe80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 28 and regular style. - static const IconData multiplier_5x_28_regular = IconData( - 0xfe81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_28_regular = IconData(0xfe81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 32 and regular style. - static const IconData multiplier_5x_32_regular = IconData( - 0xfe82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_32_regular = IconData(0xfe82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 48 and regular style. - static const IconData multiplier_5x_48_regular = IconData( - 0xfe83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_48_regular = IconData(0xfe83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect" in size 16 and regular style. - static const IconData multiselect_16_regular = IconData( - 0xfa8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_16_regular = IconData(0xfa8c, 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, - ); + 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, - ); + static const IconData multiselect_24_regular = IconData(0xf55c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 16 and regular style. - static const IconData multiselect_ltr_16_regular = IconData( - 0x104c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_16_regular = IconData(0x104c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 20 and regular style. - static const IconData multiselect_ltr_20_regular = IconData( - 0x104c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_20_regular = IconData(0x104c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 24 and regular style. - static const IconData multiselect_ltr_24_regular = IconData( - 0x104c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_24_regular = IconData(0x104c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rlt" in size 20 and regular style. - static const IconData multiselect_rlt_20_regular = IconData( - 0x10021, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rlt_20_regular = IconData(0x10021, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 16 and regular style. - static const IconData multiselect_rtl_16_regular = IconData( - 0xff1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_16_regular = IconData(0xff1f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 20 and regular style. - static const IconData multiselect_rtl_20_regular = IconData( - 0x104c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_20_regular = IconData(0x104c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 24 and regular style. - static const IconData multiselect_rtl_24_regular = IconData( - 0x104ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_24_regular = IconData(0x104ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_1" in size 20 and regular style. - static const IconData music_note_1_20_regular = IconData( - 0xfc31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_1_20_regular = IconData(0xfc31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_1" in size 24 and regular style. - static const IconData music_note_1_24_regular = IconData( - 0xfc32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_1_24_regular = IconData(0xfc32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 16 and regular style. - static const IconData music_note_2_16_regular = IconData( - 0xfc33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_16_regular = IconData(0xfc33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 20 and regular style. - static const IconData music_note_2_20_regular = IconData( - 0xfe2a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_20_regular = IconData(0xfe2a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 24 and regular style. - static const IconData music_note_2_24_regular = IconData( - 0xfc34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_24_regular = IconData(0xfc34, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_2_play" in size 20 and regular style. - static const IconData music_note_2_play_20_regular = IconData( - 0xfe84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_play_20_regular = IconData(0xfe84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_1" in size 20 and regular style. - static const IconData music_note_off_1_20_regular = IconData( - 0x1066b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_1_20_regular = IconData(0x1066b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_1" in size 24 and regular style. - static const IconData music_note_off_1_24_regular = IconData( - 0x1066c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_1_24_regular = IconData(0x1066c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 16 and regular style. - static const IconData music_note_off_2_16_regular = IconData( - 0x1066d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_16_regular = IconData(0x1066d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 20 and regular style. - static const IconData music_note_off_2_20_regular = IconData( - 0x1066e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_20_regular = IconData(0x1066e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 24 and regular style. - static const IconData music_note_off_2_24_regular = IconData( - 0x1066f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_24_regular = IconData(0x1066f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 12 and regular style. - static const IconData my_location_12_regular = IconData( - 0xfe2b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData my_location_12_regular = IconData(0xfe2b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 16 and regular style. - static const IconData my_location_16_regular = IconData( - 0xfdda, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData my_location_16_regular = IconData(0xfdda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 20 and regular style. - static const IconData my_location_20_regular = IconData( - 0xfddb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData my_location_20_regular = IconData(0xfddb, 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, - ); + static const IconData my_location_24_regular = IconData(0xf55f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "navigation" in size 16 and regular style. - static const IconData navigation_16_regular = IconData( - 0xffa5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData navigation_16_regular = IconData(0xffa5, 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, - ); + 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, - ); + static const IconData navigation_24_regular = IconData(0xf561, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "navigation_location_target" in size 20 and regular style. - static const IconData navigation_location_target_20_regular = IconData( - 0x10670, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData navigation_location_target_20_regular = IconData(0x10670, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "navigation_play" in size 20 and regular style. - static const IconData navigation_play_20_regular = IconData( - 0x10671, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData navigation_play_20_regular = IconData(0x10671, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "navigation_unread" in size 20 and regular style. - static const IconData navigation_unread_20_regular = IconData( - 0x105b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData navigation_unread_20_regular = IconData(0x105b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "navigation_unread" in size 24 and regular style. - static const IconData navigation_unread_24_regular = IconData( - 0xfa54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData navigation_unread_24_regular = IconData(0xfa54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "network_check" in size 20 and regular style. - static const IconData network_check_20_regular = IconData( - 0x10700, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData network_check_20_regular = IconData(0x10700, 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, - ); + 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, - ); + static const IconData new_16_regular = IconData(0xf563, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "new" in size 20 and regular style. - static const IconData new_20_regular = IconData( - 0x105b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData new_20_regular = IconData(0x105b4, 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, - ); + static const IconData new_24_regular = IconData(0xf564, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "news" in size 16 and regular style. - static const IconData news_16_regular = IconData( - 0xffa6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData news_16_regular = IconData(0xffa6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData next_24_regular = IconData(0xf56a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "next" in size 28 and regular style. - static const IconData next_28_regular = IconData( - 0x1036c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData next_28_regular = IconData(0x1036c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "next" in size 32 and regular style. - static const IconData next_32_regular = IconData( - 0x1036d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData next_32_regular = IconData(0x1036d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "next" in size 48 and regular style. - static const IconData next_48_regular = IconData( - 0x1036e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData next_48_regular = IconData(0x1036e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note" in size 16 and regular style. - static const IconData note_16_regular = IconData( - 0xf663, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_16_regular = IconData(0xf663, 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, - ); + 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, - ); + static const IconData note_24_regular = IconData(0xf56c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note" in size 28 and regular style. - static const IconData note_28_regular = IconData( - 0x1022c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_28_regular = IconData(0x1022c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note" in size 48 and regular style. - static const IconData note_48_regular = IconData( - 0x1022d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_48_regular = IconData(0x1022d, 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, - ); + 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, - ); + 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, - ); + static const IconData note_add_24_regular = IconData(0xf56f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_add" in size 28 and regular style. - static const IconData note_add_28_regular = IconData( - 0x10701, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_add_28_regular = IconData(0x10701, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_add" in size 48 and regular style. - static const IconData note_add_48_regular = IconData( - 0x10702, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_add_48_regular = IconData(0x10702, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_edit" in size 20 and regular style. - static const IconData note_edit_20_regular = IconData( - 0xffa7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_edit_20_regular = IconData(0xffa7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_edit" in size 24 and regular style. - static const IconData note_edit_24_regular = IconData( - 0xffa8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_edit_24_regular = IconData(0xffa8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_pin" in size 16 and regular style. - static const IconData note_pin_16_regular = IconData( - 0xf664, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_pin_16_regular = IconData(0xf664, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "note_pin" in size 20 and regular style. - static const IconData note_pin_20_regular = IconData( - 0x10022, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData note_pin_20_regular = IconData(0x10022, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook" in size 20 and regular style. - static const IconData notebook_20_regular = IconData( - 0x105b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_20_regular = IconData(0x105b5, 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, - ); + static const IconData notebook_24_regular = IconData(0xf570, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_add" in size 20 and regular style. - static const IconData notebook_add_20_regular = IconData( - 0x105b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_add_20_regular = IconData(0x105b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_add" in size 24 and regular style. - static const IconData notebook_add_24_regular = IconData( - 0xfce8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_add_24_regular = IconData(0xfce8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_error" in size 20 and regular style. - static const IconData notebook_error_20_regular = IconData( - 0x105b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_error_20_regular = IconData(0x105b7, 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, - ); + static const IconData notebook_error_24_regular = IconData(0xf571, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_lightning" in size 20 and regular style. - static const IconData notebook_lightning_20_regular = IconData( - 0x105b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_lightning_20_regular = IconData(0x105b8, 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, - ); + static const IconData notebook_lightning_24_regular = IconData(0xf572, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_question_mark" in size 20 and regular style. - static const IconData notebook_question_mark_20_regular = IconData( - 0x105b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_question_mark_20_regular = IconData(0x105b9, 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, - ); + static const IconData notebook_question_mark_24_regular = IconData(0xf573, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_section" in size 20 and regular style. - static const IconData notebook_section_20_regular = IconData( - 0xfb41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_section_20_regular = IconData(0xfb41, 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, - ); + static const IconData notebook_section_24_regular = IconData(0xf574, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_section_arrow_right" in size 24 and regular style. - static const IconData notebook_section_arrow_right_24_regular = IconData( - 0xfce9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_section_arrow_right_24_regular = IconData(0xfce9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_subsection" in size 20 and regular style. - static const IconData notebook_subsection_20_regular = IconData( - 0xfb9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_subsection_20_regular = IconData(0xfb9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_subsection" in size 24 and regular style. - static const IconData notebook_subsection_24_regular = IconData( - 0xfcea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_subsection_24_regular = IconData(0xfcea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notebook_sync" in size 20 and regular style. - static const IconData notebook_sync_20_regular = IconData( - 0x10703, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notebook_sync_20_regular = IconData(0x10703, 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, - ); + static const IconData notebook_sync_24_regular = IconData(0xf575, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 12 and regular style. - static const IconData notepad_12_regular = IconData( - 0xfe85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_12_regular = IconData(0xfe85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 16 and regular style. - static const IconData notepad_16_regular = IconData( - 0xf665, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_16_regular = IconData(0xf665, 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, - ); + 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, - ); + 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, - ); + static const IconData notepad_28_regular = IconData(0xf578, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 32 and regular style. - static const IconData notepad_32_regular = IconData( - 0xfddc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_32_regular = IconData(0xfddc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad_edit" in size 16 and regular style. - static const IconData notepad_edit_16_regular = IconData( - 0xf666, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_edit_16_regular = IconData(0xf666, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad_edit" in size 20 and regular style. - static const IconData notepad_edit_20_regular = IconData( - 0xffa9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_edit_20_regular = IconData(0xffa9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 16 and regular style. - static const IconData notepad_person_16_regular = IconData( - 0x103a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_16_regular = IconData(0x103a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 20 and regular style. - static const IconData notepad_person_20_regular = IconData( - 0xfeed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_20_regular = IconData(0xfeed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 24 and regular style. - static const IconData notepad_person_24_regular = IconData( - 0xfeee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_24_regular = IconData(0xfeee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 16 and regular style. - static const IconData number_circle_1_16_regular = IconData( - 0x10672, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_16_regular = IconData(0x10672, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 20 and regular style. - static const IconData number_circle_1_20_regular = IconData( - 0x10673, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_20_regular = IconData(0x10673, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 24 and regular style. - static const IconData number_circle_1_24_regular = IconData( - 0x10674, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_24_regular = IconData(0x10674, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData number_symbol_24_regular = IconData(0xf57e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 28 and regular style. - static const IconData number_symbol_28_regular = IconData( - 0x101df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_28_regular = IconData(0x101df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 32 and regular style. - static const IconData number_symbol_32_regular = IconData( - 0x1018a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_32_regular = IconData(0x1018a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 48 and regular style. - static const IconData number_symbol_48_regular = IconData( - 0x101e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_48_regular = IconData(0x101e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_dismiss" in size 20 and regular style. - static const IconData number_symbol_dismiss_20_regular = IconData( - 0x105ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_dismiss_20_regular = IconData(0x105ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_dismiss" in size 24 and regular style. - static const IconData number_symbol_dismiss_24_regular = IconData( - 0xfa55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_dismiss_24_regular = IconData(0xfa55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_square" in size 20 and regular style. - static const IconData number_symbol_square_20_regular = IconData( - 0xfe2c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_square_20_regular = IconData(0xfe2c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_square" in size 24 and regular style. - static const IconData number_symbol_square_24_regular = IconData( - 0xfe2d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_square_24_regular = IconData(0xfe2d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "office_apps" in size 20 and regular style. - static const IconData office_apps_20_regular = IconData( - 0xffaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData office_apps_20_regular = IconData(0xffaa, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData open_24_regular = IconData(0xf583, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open" in size 28 and regular style. - static const IconData open_28_regular = IconData( - 0xfa56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_28_regular = IconData(0xfa56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open" in size 32 and regular style. - static const IconData open_32_regular = IconData( - 0xf667, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_32_regular = IconData(0xf667, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open" in size 48 and regular style. - static const IconData open_48_regular = IconData( - 0xfa57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_48_regular = IconData(0xfa57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 16 and regular style. - static const IconData open_folder_16_regular = IconData( - 0xfa58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_16_regular = IconData(0xfa58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 20 and regular style. - static const IconData open_folder_20_regular = IconData( - 0xfa59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_20_regular = IconData(0xfa59, 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, - ); + static const IconData open_folder_24_regular = IconData(0xf584, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 28 and regular style. - static const IconData open_folder_28_regular = IconData( - 0xfa5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_28_regular = IconData(0xfa5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 48 and regular style. - static const IconData open_folder_48_regular = IconData( - 0xfa5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_48_regular = IconData(0xfa5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 16 and regular style. - static const IconData open_off_16_regular = IconData( - 0xfa5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_off_16_regular = IconData(0xfa5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 20 and regular style. - static const IconData open_off_20_regular = IconData( - 0xfa5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_off_20_regular = IconData(0xfa5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 24 and regular style. - static const IconData open_off_24_regular = IconData( - 0xfa5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_off_24_regular = IconData(0xfa5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 28 and regular style. - static const IconData open_off_28_regular = IconData( - 0xfa5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_off_28_regular = IconData(0xfa5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 48 and regular style. - static const IconData open_off_48_regular = IconData( - 0xfa60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData open_off_48_regular = IconData(0xfa60, 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, - ); + 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, - ); + 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, - ); + static const IconData options_24_regular = IconData(0xf588, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "options" in size 48 and regular style. - static const IconData options_48_regular = IconData( - 0x10160, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData options_48_regular = IconData(0x10160, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 12 and regular style. - static const IconData organization_12_regular = IconData( - 0xfe86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData organization_12_regular = IconData(0xfe86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 16 and regular style. - static const IconData organization_16_regular = IconData( - 0xfa8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData organization_16_regular = IconData(0xfa8d, 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, - ); + 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, - ); + 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, - ); + static const IconData organization_28_regular = IconData(0xf58b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 32 and regular style. - static const IconData organization_32_regular = IconData( - 0xfa8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData organization_32_regular = IconData(0xfa8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 48 and regular style. - static const IconData organization_48_regular = IconData( - 0xfaa5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData organization_48_regular = IconData(0xfaa5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "organization_horizontal" in size 20 and regular style. - static const IconData organization_horizontal_20_regular = IconData( - 0x10704, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData organization_horizontal_20_regular = IconData(0x10704, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "orientation" in size 20 and regular style. - static const IconData orientation_20_regular = IconData( - 0xfceb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData orientation_20_regular = IconData(0xfceb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "orientation" in size 24 and regular style. - static const IconData orientation_24_regular = IconData( - 0xfaa7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData orientation_24_regular = IconData(0xfaa7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 16 and regular style. - static const IconData oval_16_regular = IconData( - 0x103a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_16_regular = IconData(0x103a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 20 and regular style. - static const IconData oval_20_regular = IconData( - 0x103aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_20_regular = IconData(0x103aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 24 and regular style. - static const IconData oval_24_regular = IconData( - 0x103ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_24_regular = IconData(0x103ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 28 and regular style. - static const IconData oval_28_regular = IconData( - 0x103ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_28_regular = IconData(0x103ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 32 and regular style. - static const IconData oval_32_regular = IconData( - 0x101e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_32_regular = IconData(0x101e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 48 and regular style. - static const IconData oval_48_regular = IconData( - 0x103ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData oval_48_regular = IconData(0x103ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_down" in size 20 and regular style. - static const IconData padding_down_20_regular = IconData( - 0xf681, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_down_20_regular = IconData(0xf681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_down" in size 24 and regular style. - static const IconData padding_down_24_regular = IconData( - 0xf682, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_down_24_regular = IconData(0xf682, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_left" in size 20 and regular style. - static const IconData padding_left_20_regular = IconData( - 0xf695, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_left_20_regular = IconData(0xf695, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_left" in size 24 and regular style. - static const IconData padding_left_24_regular = IconData( - 0xf69e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_left_24_regular = IconData(0xf69e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_right" in size 20 and regular style. - static const IconData padding_right_20_regular = IconData( - 0xf69f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_right_20_regular = IconData(0xf69f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_right" in size 24 and regular style. - static const IconData padding_right_24_regular = IconData( - 0xf6a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_right_24_regular = IconData(0xf6a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_top" in size 20 and regular style. - static const IconData padding_top_20_regular = IconData( - 0xf6b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_top_20_regular = IconData(0xf6b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "padding_top" in size 24 and regular style. - static const IconData padding_top_24_regular = IconData( - 0xf6b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData padding_top_24_regular = IconData(0xf6b9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData paint_brush_24_regular = IconData(0xf593, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_down" in size 20 and regular style. - static const IconData paint_brush_arrow_down_20_regular = IconData( - 0x10705, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_down_20_regular = IconData(0x10705, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_down" in size 24 and regular style. - static const IconData paint_brush_arrow_down_24_regular = IconData( - 0xfa61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_down_24_regular = IconData(0xfa61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_up" in size 20 and regular style. - static const IconData paint_brush_arrow_up_20_regular = IconData( - 0x10706, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_up_20_regular = IconData(0x10706, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_up" in size 24 and regular style. - static const IconData paint_brush_arrow_up_24_regular = IconData( - 0xfa62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_up_24_regular = IconData(0xfa62, 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, - ); + 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, - ); + 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, - ); + static const IconData paint_bucket_24_regular = IconData(0xf596, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pair" in size 20 and regular style. - static const IconData pair_20_regular = IconData( - 0x105bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pair_20_regular = IconData(0x105bb, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pane_open_24_regular = IconData(0xf59d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom" in size 20 and regular style. - static const IconData panel_bottom_20_regular = IconData( - 0x10069, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_20_regular = IconData(0x10069, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom_contract" in size 20 and regular style. - static const IconData panel_bottom_contract_20_regular = IconData( - 0x100de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_contract_20_regular = IconData(0x100de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom_expand" in size 20 and regular style. - static const IconData panel_bottom_expand_20_regular = IconData( - 0x100df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_expand_20_regular = IconData(0x100df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 16 and regular style. - static const IconData panel_left_16_regular = IconData( - 0x1006a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_16_regular = IconData(0x1006a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 20 and regular style. - static const IconData panel_left_20_regular = IconData( - 0x1006b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_20_regular = IconData(0x1006b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 24 and regular style. - static const IconData panel_left_24_regular = IconData( - 0x1006c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_24_regular = IconData(0x1006c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 28 and regular style. - static const IconData panel_left_28_regular = IconData( - 0x1006d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_28_regular = IconData(0x1006d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 48 and regular style. - static const IconData panel_left_48_regular = IconData( - 0x1006e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_48_regular = IconData(0x1006e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 16 and regular style. - static const IconData panel_left_contract_16_regular = IconData( - 0x104cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_16_regular = IconData(0x104cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 20 and regular style. - static const IconData panel_left_contract_20_regular = IconData( - 0x104cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_20_regular = IconData(0x104cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 24 and regular style. - static const IconData panel_left_contract_24_regular = IconData( - 0x104cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_24_regular = IconData(0x104cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 28 and regular style. - static const IconData panel_left_contract_28_regular = IconData( - 0x10675, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_28_regular = IconData(0x10675, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 16 and regular style. - static const IconData panel_left_expand_16_regular = IconData( - 0x10119, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_16_regular = IconData(0x10119, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 20 and regular style. - static const IconData panel_left_expand_20_regular = IconData( - 0x100e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_20_regular = IconData(0x100e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 24 and regular style. - static const IconData panel_left_expand_24_regular = IconData( - 0x10676, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_24_regular = IconData(0x10676, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 28 and regular style. - static const IconData panel_left_expand_28_regular = IconData( - 0x10677, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_28_regular = IconData(0x10677, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 16 and regular style. - static const IconData panel_right_16_regular = IconData( - 0x1006f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_16_regular = IconData(0x1006f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 20 and regular style. - static const IconData panel_right_20_regular = IconData( - 0x10070, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_20_regular = IconData(0x10070, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 24 and regular style. - static const IconData panel_right_24_regular = IconData( - 0x10071, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_24_regular = IconData(0x10071, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 28 and regular style. - static const IconData panel_right_28_regular = IconData( - 0x10072, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_28_regular = IconData(0x10072, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 48 and regular style. - static const IconData panel_right_48_regular = IconData( - 0x10073, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_48_regular = IconData(0x10073, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 16 and regular style. - static const IconData panel_right_contract_16_regular = IconData( - 0x10074, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_16_regular = IconData(0x10074, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 20 and regular style. - static const IconData panel_right_contract_20_regular = IconData( - 0x10075, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_20_regular = IconData(0x10075, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 24 and regular style. - static const IconData panel_right_contract_24_regular = IconData( - 0x10076, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_24_regular = IconData(0x10076, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 16 and regular style. - static const IconData panel_right_expand_16_regular = IconData( - 0x10077, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_16_regular = IconData(0x10077, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 20 and regular style. - static const IconData panel_right_expand_20_regular = IconData( - 0x10078, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_20_regular = IconData(0x10078, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 24 and regular style. - static const IconData panel_right_expand_24_regular = IconData( - 0x10079, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_24_regular = IconData(0x10079, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_separate_window" in size 20 and regular style. - static const IconData panel_separate_window_20_regular = IconData( - 0x100e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_separate_window_20_regular = IconData(0x100e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_top_contract" in size 20 and regular style. - static const IconData panel_top_contract_20_regular = IconData( - 0x100e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_top_contract_20_regular = IconData(0x100e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "panel_top_expand" in size 20 and regular style. - static const IconData panel_top_expand_20_regular = IconData( - 0x100e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData panel_top_expand_20_regular = IconData(0x100e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "password" in size 16 and regular style. - static const IconData password_16_regular = IconData( - 0x1050f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData password_16_regular = IconData(0x1050f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "password" in size 20 and regular style. - static const IconData password_20_regular = IconData( - 0x10510, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData password_20_regular = IconData(0x10510, 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, - ); + static const IconData password_24_regular = IconData(0xf59e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "patch" in size 20 and regular style. - static const IconData patch_20_regular = IconData( - 0xf6ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData patch_20_regular = IconData(0xf6ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "patch" in size 24 and regular style. - static const IconData patch_24_regular = IconData( - 0xf6bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData patch_24_regular = IconData(0xf6bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "patient" in size 20 and regular style. - static const IconData patient_20_regular = IconData( - 0x105bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData patient_20_regular = IconData(0x105bc, 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, - ); + static const IconData patient_24_regular = IconData(0xf59f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "patient" in size 32 and regular style. - static const IconData patient_32_regular = IconData( - 0xfddd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData patient_32_regular = IconData(0xfddd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause" in size 12 and regular style. - static const IconData pause_12_regular = IconData( - 0xfa63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_12_regular = IconData(0xfa63, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pause_48_regular = IconData(0xf5a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_circle" in size 20 and regular style. - static const IconData pause_circle_20_regular = IconData( - 0xf6bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_circle_20_regular = IconData(0xf6bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_circle" in size 24 and regular style. - static const IconData pause_circle_24_regular = IconData( - 0x10023, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_circle_24_regular = IconData(0x10023, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_off" in size 16 and regular style. - static const IconData pause_off_16_regular = IconData( - 0x100e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_off_16_regular = IconData(0x100e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_off" in size 20 and regular style. - static const IconData pause_off_20_regular = IconData( - 0x105bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_off_20_regular = IconData(0x105bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_settings" in size 16 and regular style. - static const IconData pause_settings_16_regular = IconData( - 0x105be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_settings_16_regular = IconData(0x105be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pause_settings" in size 20 and regular style. - static const IconData pause_settings_20_regular = IconData( - 0x10161, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pause_settings_20_regular = IconData(0x10161, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "payment" in size 16 and regular style. - static const IconData payment_16_regular = IconData( - 0xfa64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData payment_16_regular = IconData(0xfa64, 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, - ); + 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, - ); + static const IconData payment_24_regular = IconData(0xf5a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "payment" in size 28 and regular style. - static const IconData payment_28_regular = IconData( - 0xfa65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData payment_28_regular = IconData(0xfa65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 16 and regular style. - static const IconData pen_16_regular = IconData( - 0x10678, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_16_regular = IconData(0x10678, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 20 and regular style. - static const IconData pen_20_regular = IconData( - 0x10679, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_20_regular = IconData(0x10679, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 24 and regular style. - static const IconData pen_24_regular = IconData( - 0x1067a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_24_regular = IconData(0x1067a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 28 and regular style. - static const IconData pen_28_regular = IconData( - 0x1067b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_28_regular = IconData(0x1067b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 32 and regular style. - static const IconData pen_32_regular = IconData( - 0x1067c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_32_regular = IconData(0x1067c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 48 and regular style. - static const IconData pen_48_regular = IconData( - 0x1067d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_48_regular = IconData(0x1067d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 16 and regular style. - static const IconData pen_off_16_regular = IconData( - 0x1067e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_16_regular = IconData(0x1067e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 20 and regular style. - static const IconData pen_off_20_regular = IconData( - 0x1067f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_20_regular = IconData(0x1067f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 24 and regular style. - static const IconData pen_off_24_regular = IconData( - 0x10680, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_24_regular = IconData(0x10680, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 28 and regular style. - static const IconData pen_off_28_regular = IconData( - 0x10681, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_28_regular = IconData(0x10681, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 32 and regular style. - static const IconData pen_off_32_regular = IconData( - 0x10682, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_32_regular = IconData(0x10682, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 48 and regular style. - static const IconData pen_off_48_regular = IconData( - 0x10683, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_48_regular = IconData(0x10683, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 16 and regular style. - static const IconData pen_prohibited_16_regular = IconData( - 0x10684, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_16_regular = IconData(0x10684, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 20 and regular style. - static const IconData pen_prohibited_20_regular = IconData( - 0x10685, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_20_regular = IconData(0x10685, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 24 and regular style. - static const IconData pen_prohibited_24_regular = IconData( - 0x10686, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_24_regular = IconData(0x10686, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 28 and regular style. - static const IconData pen_prohibited_28_regular = IconData( - 0x10687, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_28_regular = IconData(0x10687, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 32 and regular style. - static const IconData pen_prohibited_32_regular = IconData( - 0x10688, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_32_regular = IconData(0x10688, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 48 and regular style. - static const IconData pen_prohibited_48_regular = IconData( - 0x10689, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_48_regular = IconData(0x10689, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 20 and regular style. - static const IconData pentagon_20_regular = IconData( - 0x10707, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_20_regular = IconData(0x10707, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 32 and regular style. - static const IconData pentagon_32_regular = IconData( - 0x101e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_32_regular = IconData(0x101e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 48 and regular style. - static const IconData pentagon_48_regular = IconData( - 0x103ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_48_regular = IconData(0x103ae, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_28_regular = IconData(0xf5aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people" in size 32 and regular style. - static const IconData people_32_regular = IconData( - 0xfcec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_32_regular = IconData(0xfcec, 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, - ); + 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, - ); + 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, - ); + static const IconData people_add_24_regular = IconData(0xf5ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_add" in size 28 and regular style. - static const IconData people_add_28_regular = IconData( - 0x103af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_add_28_regular = IconData(0x103af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_audience" in size 20 and regular style. - static const IconData people_audience_20_regular = IconData( - 0xfb42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_audience_20_regular = IconData(0xfb42, 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, - ); + static const IconData people_audience_24_regular = IconData(0xf5ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_call" in size 16 and regular style. - static const IconData people_call_16_regular = IconData( - 0xfb43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_call_16_regular = IconData(0xfb43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_call" in size 20 and regular style. - static const IconData people_call_20_regular = IconData( - 0xfb44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_call_20_regular = IconData(0xfb44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 16 and regular style. - static const IconData people_checkmark_16_regular = IconData( - 0x10024, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_16_regular = IconData(0x10024, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 20 and regular style. - static const IconData people_checkmark_20_regular = IconData( - 0xfd4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_20_regular = IconData(0xfd4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 24 and regular style. - static const IconData people_checkmark_24_regular = IconData( - 0xfd4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_24_regular = IconData(0xfd4d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_community_28_regular = IconData(0xf5b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_community_add" in size 20 and regular style. - static const IconData people_community_add_20_regular = IconData( - 0xfe87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_community_add_20_regular = IconData(0xfe87, 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, - ); + static const IconData people_community_add_24_regular = IconData(0xf5b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_community_add" in size 28 and regular style. - static const IconData people_community_add_28_regular = IconData( - 0xfe88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_community_add_28_regular = IconData(0xfe88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_edit" in size 20 and regular style. - static const IconData people_edit_20_regular = IconData( - 0xfbb0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_edit_20_regular = IconData(0xfbb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 16 and regular style. - static const IconData people_error_16_regular = IconData( - 0xfbb7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_error_16_regular = IconData(0xfbb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 20 and regular style. - static const IconData people_error_20_regular = IconData( - 0xfbb8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_error_20_regular = IconData(0xfbb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 24 and regular style. - static const IconData people_error_24_regular = IconData( - 0xfbb9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_error_24_regular = IconData(0xfbb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 16 and regular style. - static const IconData people_list_16_regular = IconData( - 0xfaa8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_list_16_regular = IconData(0xfaa8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 20 and regular style. - static const IconData people_list_20_regular = IconData( - 0xffab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_list_20_regular = IconData(0xffab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 24 and regular style. - static const IconData people_list_24_regular = IconData( - 0x103b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_list_24_regular = IconData(0x103b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 28 and regular style. - static const IconData people_list_28_regular = IconData( - 0x1036f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_list_28_regular = IconData(0x1036f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_lock" in size 20 and regular style. - static const IconData people_lock_20_regular = IconData( - 0x10278, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_lock_20_regular = IconData(0x10278, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_lock" in size 24 and regular style. - static const IconData people_lock_24_regular = IconData( - 0x10279, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_lock_24_regular = IconData(0x10279, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_money" in size 20 and regular style. - static const IconData people_money_20_regular = IconData( - 0xfad4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_money_20_regular = IconData(0xfad4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_money" in size 24 and regular style. - static const IconData people_money_24_regular = IconData( - 0xfad6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_money_24_regular = IconData(0xfad6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_prohibited" in size 16 and regular style. - static const IconData people_prohibited_16_regular = IconData( - 0xfa66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_prohibited_16_regular = IconData(0xfa66, 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, - ); + static const IconData people_prohibited_20_regular = IconData(0xf5b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_prohibited" in size 24 and regular style. - static const IconData people_prohibited_24_regular = IconData( - 0x10511, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_prohibited_24_regular = IconData(0x10511, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_queue" in size 20 and regular style. - static const IconData people_queue_20_regular = IconData( - 0x103b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_queue_20_regular = IconData(0x103b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_queue" in size 24 and regular style. - static const IconData people_queue_24_regular = IconData( - 0x103b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_queue_24_regular = IconData(0x103b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_search" in size 20 and regular style. - static const IconData people_search_20_regular = IconData( - 0x10732, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_search_20_regular = IconData(0x10732, 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, - ); + 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, - ); + static const IconData people_settings_20_regular = IconData(0xf5b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_settings" in size 24 and regular style. - static const IconData people_settings_24_regular = IconData( - 0xffac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_settings_24_regular = IconData(0xffac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_settings" in size 28 and regular style. - static const IconData people_settings_28_regular = IconData( - 0x103b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_settings_28_regular = IconData(0x103b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 16 and regular style. - static const IconData people_swap_16_regular = IconData( - 0xfa67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_16_regular = IconData(0xfa67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 20 and regular style. - static const IconData people_swap_20_regular = IconData( - 0xfa68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_20_regular = IconData(0xfa68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 24 and regular style. - static const IconData people_swap_24_regular = IconData( - 0xfa69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_24_regular = IconData(0xfa69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 28 and regular style. - static const IconData people_swap_28_regular = IconData( - 0xfa6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_28_regular = IconData(0xfa6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 16 and regular style. - static const IconData people_sync_16_regular = IconData( - 0xf6bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_16_regular = IconData(0xf6bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 20 and regular style. - static const IconData people_sync_20_regular = IconData( - 0x10025, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_20_regular = IconData(0x10025, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 28 and regular style. - static const IconData people_sync_28_regular = IconData( - 0x105bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_28_regular = IconData(0x105bf, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_team_28_regular = IconData(0xf5ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team" in size 32 and regular style. - static const IconData people_team_32_regular = IconData( - 0xfdde, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_32_regular = IconData(0xfdde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_add" in size 20 and regular style. - static const IconData people_team_add_20_regular = IconData( - 0xfa6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_add_20_regular = IconData(0xfa6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_add" in size 24 and regular style. - static const IconData people_team_add_24_regular = IconData( - 0xfa6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_add_24_regular = IconData(0xfa6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 16 and regular style. - static const IconData people_team_delete_16_regular = IconData( - 0x10733, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_16_regular = IconData(0x10733, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 20 and regular style. - static const IconData people_team_delete_20_regular = IconData( - 0x10734, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_20_regular = IconData(0x10734, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 24 and regular style. - static const IconData people_team_delete_24_regular = IconData( - 0xfc35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_24_regular = IconData(0xfc35, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 28 and regular style. - static const IconData people_team_delete_28_regular = IconData( - 0x10735, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_28_regular = IconData(0x10735, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 32 and regular style. - static const IconData people_team_delete_32_regular = IconData( - 0x10736, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_32_regular = IconData(0x10736, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_toolbox" in size 20 and regular style. - static const IconData people_team_toolbox_20_regular = IconData( - 0xffad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_toolbox_20_regular = IconData(0xffad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_team_toolbox" in size 24 and regular style. - static const IconData people_team_toolbox_24_regular = IconData( - 0xffae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_team_toolbox_24_regular = IconData(0xffae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_toolbox" in size 16 and regular style. - static const IconData people_toolbox_16_regular = IconData( - 0xf6ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_toolbox_16_regular = IconData(0xf6ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "people_toolbox" in size 20 and regular style. - static const IconData people_toolbox_20_regular = IconData( - 0x10026, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData people_toolbox_20_regular = IconData(0x10026, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_28_regular = IconData(0xf5bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person" in size 32 and regular style. - static const IconData person_32_regular = IconData( - 0xfe2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_32_regular = IconData(0xfe2e, 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, - ); + static const IconData person_48_regular = IconData(0xf5c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_5" in size 20 and regular style. - static const IconData person_5_20_regular = IconData( - 0x10737, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_5_20_regular = IconData(0x10737, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_5" in size 32 and regular style. - static const IconData person_5_32_regular = IconData( - 0xfe2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_5_32_regular = IconData(0xfe2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_6" in size 20 and regular style. - static const IconData person_6_20_regular = IconData( - 0x10738, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_6_20_regular = IconData(0x10738, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_6" in size 32 and regular style. - static const IconData person_6_32_regular = IconData( - 0xfe89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_6_32_regular = IconData(0xfe89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_accounts" in size 20 and regular style. - static const IconData person_accounts_20_regular = IconData( - 0x10708, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_accounts_20_regular = IconData(0x10708, 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, - ); + static const IconData person_accounts_24_regular = IconData(0xf5c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_add" in size 16 and regular style. - static const IconData person_add_16_regular = IconData( - 0xfe8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_add_16_regular = IconData(0xfe8a, 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, - ); + 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, - ); + static const IconData person_add_24_regular = IconData(0xf5c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_add" in size 28 and regular style. - static const IconData person_add_28_regular = IconData( - 0xfe8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_add_28_regular = IconData(0xfe8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_arrow_left" in size 16 and regular style. - static const IconData person_arrow_left_16_regular = IconData( - 0x102e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_arrow_left_16_regular = IconData(0x102e8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_available_16_regular = IconData(0xf5c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_available" in size 20 and regular style. - static const IconData person_available_20_regular = IconData( - 0xfa6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_available_20_regular = IconData(0xfa6e, 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, - ); + static const IconData person_available_24_regular = IconData(0xf5ca, 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, - ); + 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, - ); + 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, - ); + static const IconData person_board_24_regular = IconData(0xf5ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_call" in size 16 and regular style. - static const IconData person_call_16_regular = IconData( - 0xfb45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_call_16_regular = IconData(0xfb45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_call" in size 20 and regular style. - static const IconData person_call_20_regular = IconData( - 0xfb46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_call_20_regular = IconData(0xfb46, 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, - ); + static const IconData person_call_24_regular = IconData(0xf5cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 16 and regular style. - static const IconData person_chat_16_regular = IconData( - 0xf6cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_16_regular = IconData(0xf6cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 20 and regular style. - static const IconData person_chat_20_regular = IconData( - 0xf6d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_20_regular = IconData(0xf6d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 24 and regular style. - static const IconData person_chat_24_regular = IconData( - 0xf6d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_24_regular = IconData(0xf6d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 12 and regular style. - static const IconData person_circle_12_regular = IconData( - 0x100e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_12_regular = IconData(0x100e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 20 and regular style. - static const IconData person_circle_20_regular = IconData( - 0xfb9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_20_regular = IconData(0xfb9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 24 and regular style. - static const IconData person_circle_24_regular = IconData( - 0x1027a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_24_regular = IconData(0x1027a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 16 and regular style. - static const IconData person_clock_16_regular = IconData( - 0xfa6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_16_regular = IconData(0xfa6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 20 and regular style. - static const IconData person_clock_20_regular = IconData( - 0xfa70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_20_regular = IconData(0xfa70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 24 and regular style. - static const IconData person_clock_24_regular = IconData( - 0xfa71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_24_regular = IconData(0xfa71, 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, - ); + static const IconData person_delete_16_regular = IconData(0xf5d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_delete" in size 20 and regular style. - static const IconData person_delete_20_regular = IconData( - 0xfa72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_delete_20_regular = IconData(0xfa72, 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, - ); + static const IconData person_delete_24_regular = IconData(0xf5d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_edit" in size 20 and regular style. - static const IconData person_edit_20_regular = IconData( - 0x102e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_edit_20_regular = IconData(0x102e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_edit" in size 24 and regular style. - static const IconData person_edit_24_regular = IconData( - 0x102ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_edit_24_regular = IconData(0x102ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_feedback" in size 16 and regular style. - static const IconData person_feedback_16_regular = IconData( - 0xffaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_feedback_16_regular = IconData(0xffaf, 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, - ); + 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, - ); + static const IconData person_feedback_24_regular = IconData(0xf5d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_info" in size 16 and regular style. - static const IconData person_info_16_regular = IconData( - 0xf6d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_info_16_regular = IconData(0xf6d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_info" in size 20 and regular style. - static const IconData person_info_20_regular = IconData( - 0x100e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_info_20_regular = IconData(0x100e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_key" in size 20 and regular style. - static const IconData person_key_20_regular = IconData( - 0x1068a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_key_20_regular = IconData(0x1068a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_lightbulb" in size 20 and regular style. - static const IconData person_lightbulb_20_regular = IconData( - 0x1022e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_lightbulb_20_regular = IconData(0x1022e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_lightbulb" in size 24 and regular style. - static const IconData person_lightbulb_24_regular = IconData( - 0x1022f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_lightbulb_24_regular = IconData(0x1022f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 16 and regular style. - static const IconData person_lock_16_regular = IconData( - 0xf6d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_16_regular = IconData(0xf6d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 20 and regular style. - static const IconData person_lock_20_regular = IconData( - 0xf6d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_20_regular = IconData(0xf6d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 24 and regular style. - static const IconData person_lock_24_regular = IconData( - 0x10162, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_24_regular = IconData(0x10162, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 16 and regular style. - static const IconData person_mail_16_regular = IconData( - 0xfa73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_16_regular = IconData(0xfa73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 20 and regular style. - static const IconData person_mail_20_regular = IconData( - 0xfa74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_20_regular = IconData(0xfa74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 24 and regular style. - static const IconData person_mail_24_regular = IconData( - 0xfa75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_24_regular = IconData(0xfa75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 28 and regular style. - static const IconData person_mail_28_regular = IconData( - 0xfa76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_28_regular = IconData(0xfa76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 48 and regular style. - static const IconData person_mail_48_regular = IconData( - 0xfa77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_48_regular = IconData(0xfa77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_money" in size 20 and regular style. - static const IconData person_money_20_regular = IconData( - 0xffb0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_money_20_regular = IconData(0xffb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_money" in size 24 and regular style. - static const IconData person_money_24_regular = IconData( - 0xffb1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_money_24_regular = IconData(0xffb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_note" in size 20 and regular style. - static const IconData person_note_20_regular = IconData( - 0x10163, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_note_20_regular = IconData(0x10163, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_note" in size 24 and regular style. - static const IconData person_note_24_regular = IconData( - 0xfced, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_note_24_regular = IconData(0xfced, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_pill" in size 20 and regular style. - static const IconData person_pill_20_regular = IconData( - 0xfad7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_pill_20_regular = IconData(0xfad7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_pill" in size 24 and regular style. - static const IconData person_pill_24_regular = IconData( - 0xfad8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_pill_24_regular = IconData(0xfad8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 16 and regular style. - static const IconData person_prohibited_16_regular = IconData( - 0xfe8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_16_regular = IconData(0xfe8c, 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, - ); + static const IconData person_prohibited_20_regular = IconData(0xf5d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 24 and regular style. - static const IconData person_prohibited_24_regular = IconData( - 0xfa78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_24_regular = IconData(0xfa78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 28 and regular style. - static const IconData person_prohibited_28_regular = IconData( - 0xfe8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_28_regular = IconData(0xfe8d, 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, - ); + 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, - ); + 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, - ); + static const IconData person_question_mark_24_regular = IconData(0xf5d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_settings" in size 16 and regular style. - static const IconData person_settings_16_regular = IconData( - 0xfad9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_settings_16_regular = IconData(0xfad9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_settings" in size 20 and regular style. - static const IconData person_settings_20_regular = IconData( - 0x10027, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_settings_20_regular = IconData(0x10027, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_subtract" in size 16 and regular style. - static const IconData person_subtract_16_regular = IconData( - 0xf6ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_subtract_16_regular = IconData(0xf6ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_subtract" in size 20 and regular style. - static const IconData person_subtract_20_regular = IconData( - 0x10709, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_subtract_20_regular = IconData(0x10709, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_swap_24_regular = IconData(0xf5dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_sync" in size 24 and regular style. - static const IconData person_sync_24_regular = IconData( - 0x10739, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_sync_24_regular = IconData(0x10739, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 20 and regular style. - static const IconData person_tag_20_regular = IconData( - 0xfe30, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_20_regular = IconData(0xfe30, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 24 and regular style. - static const IconData person_tag_24_regular = IconData( - 0xfe31, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_24_regular = IconData(0xfe31, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 28 and regular style. - static const IconData person_tag_28_regular = IconData( - 0xfe32, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_28_regular = IconData(0xfe32, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 32 and regular style. - static const IconData person_tag_32_regular = IconData( - 0xfe33, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_32_regular = IconData(0xfe33, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 48 and regular style. - static const IconData person_tag_48_regular = IconData( - 0xfe34, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_48_regular = IconData(0xfe34, 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, - ); + 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, - ); + static const IconData person_voice_24_regular = IconData(0xf5df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone" in size 12 and regular style. - static const IconData phone_12_regular = IconData( - 0x100e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_12_regular = IconData(0x100e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone" in size 16 and regular style. - static const IconData phone_16_regular = IconData( - 0xf6ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_16_regular = IconData(0xf6ee, 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, - ); + 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, - ); + static const IconData phone_24_regular = IconData(0xf5e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_add" in size 20 and regular style. - static const IconData phone_add_20_regular = IconData( - 0x105c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_add_20_regular = IconData(0x105c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_add" in size 24 and regular style. - static const IconData phone_add_24_regular = IconData( - 0xfc36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_add_24_regular = IconData(0xfc36, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_arrow_right" in size 20 and regular style. - static const IconData phone_arrow_right_20_regular = IconData( - 0xfc37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_arrow_right_20_regular = IconData(0xfc37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_arrow_right" in size 24 and regular style. - static const IconData phone_arrow_right_24_regular = IconData( - 0xfc38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_arrow_right_24_regular = IconData(0xfc38, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_checkmark" in size 16 and regular style. - static const IconData phone_checkmark_16_regular = IconData( - 0xf6ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_checkmark_16_regular = IconData(0xf6ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_checkmark" in size 20 and regular style. - static const IconData phone_checkmark_20_regular = IconData( - 0x10028, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_checkmark_20_regular = IconData(0x10028, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData phone_desktop_28_regular = IconData(0xf5e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_desktop_add" in size 20 and regular style. - static const IconData phone_desktop_add_20_regular = IconData( - 0xfb47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_desktop_add_20_regular = IconData(0xfb47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_dismiss" in size 20 and regular style. - static const IconData phone_dismiss_20_regular = IconData( - 0x105c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_dismiss_20_regular = IconData(0x105c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_dismiss" in size 24 and regular style. - static const IconData phone_dismiss_24_regular = IconData( - 0xfc39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_dismiss_24_regular = IconData(0xfc39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_eraser" in size 16 and regular style. - static const IconData phone_eraser_16_regular = IconData( - 0xffb2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_eraser_16_regular = IconData(0xffb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_eraser" in size 20 and regular style. - static const IconData phone_eraser_20_regular = IconData( - 0x1073a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_eraser_20_regular = IconData(0x1073a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_laptop" in size 16 and regular style. - static const IconData phone_laptop_16_regular = IconData( - 0xfcee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_laptop_16_regular = IconData(0xfcee, 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, - ); + 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, - ); + static const IconData phone_laptop_24_regular = IconData(0xf5eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_laptop" in size 32 and regular style. - static const IconData phone_laptop_32_regular = IconData( - 0xfcef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_laptop_32_regular = IconData(0xfcef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_link_setup" in size 20 and regular style. - static const IconData phone_link_setup_20_regular = IconData( - 0x1068b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_link_setup_20_regular = IconData(0x1068b, 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, - ); + static const IconData phone_link_setup_24_regular = IconData(0xf5ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_lock" in size 20 and regular style. - static const IconData phone_lock_20_regular = IconData( - 0x105c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_lock_20_regular = IconData(0x105c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_lock" in size 24 and regular style. - static const IconData phone_lock_24_regular = IconData( - 0xfc3a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_lock_24_regular = IconData(0xfc3a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_page_header" in size 20 and regular style. - static const IconData phone_page_header_20_regular = IconData( - 0x105c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_page_header_20_regular = IconData(0x105c3, 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, - ); + static const IconData phone_page_header_24_regular = IconData(0xf5ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_pagination" in size 20 and regular style. - static const IconData phone_pagination_20_regular = IconData( - 0x105c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_pagination_20_regular = IconData(0x105c4, 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, - ); + static const IconData phone_pagination_24_regular = IconData(0xf5f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_screen_time" in size 20 and regular style. - static const IconData phone_screen_time_20_regular = IconData( - 0x105c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_screen_time_20_regular = IconData(0x105c5, 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, - ); + static const IconData phone_screen_time_24_regular = IconData(0xf5f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_shake" in size 20 and regular style. - static const IconData phone_shake_20_regular = IconData( - 0x1073b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_shake_20_regular = IconData(0x1073b, 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, - ); + static const IconData phone_shake_24_regular = IconData(0xf5f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 16 and regular style. - static const IconData phone_span_in_16_regular = IconData( - 0xfc3b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_16_regular = IconData(0xfc3b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 20 and regular style. - static const IconData phone_span_in_20_regular = IconData( - 0xfc3c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_20_regular = IconData(0xfc3c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 24 and regular style. - static const IconData phone_span_in_24_regular = IconData( - 0xfc3d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_24_regular = IconData(0xfc3d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 28 and regular style. - static const IconData phone_span_in_28_regular = IconData( - 0xfc3e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_28_regular = IconData(0xfc3e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 16 and regular style. - static const IconData phone_span_out_16_regular = IconData( - 0xfc3f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_16_regular = IconData(0xfc3f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 20 and regular style. - static const IconData phone_span_out_20_regular = IconData( - 0xfc40, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_20_regular = IconData(0xfc40, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 24 and regular style. - static const IconData phone_span_out_24_regular = IconData( - 0xfc41, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_24_regular = IconData(0xfc41, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 28 and regular style. - static const IconData phone_span_out_28_regular = IconData( - 0xfc42, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_28_regular = IconData(0xfc42, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_speaker" in size 20 and regular style. - static const IconData phone_speaker_20_regular = IconData( - 0x1073c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_speaker_20_regular = IconData(0x1073c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_speaker" in size 24 and regular style. - static const IconData phone_speaker_24_regular = IconData( - 0xfcf0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_speaker_24_regular = IconData(0xfcf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_status_bar" in size 20 and regular style. - static const IconData phone_status_bar_20_regular = IconData( - 0x105c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_status_bar_20_regular = IconData(0x105c6, 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, - ); + 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, - ); + 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, - ); + static const IconData phone_tablet_24_regular = IconData(0xf5f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_update" in size 20 and regular style. - static const IconData phone_update_20_regular = IconData( - 0x105c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_20_regular = IconData(0x105c7, 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, - ); + static const IconData phone_update_24_regular = IconData(0xf5f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_update_checkmark" in size 20 and regular style. - static const IconData phone_update_checkmark_20_regular = IconData( - 0x1027b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_checkmark_20_regular = IconData(0x1027b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_update_checkmark" in size 24 and regular style. - static const IconData phone_update_checkmark_24_regular = IconData( - 0x1027c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_checkmark_24_regular = IconData(0x1027c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_vertical_scroll" in size 20 and regular style. - static const IconData phone_vertical_scroll_20_regular = IconData( - 0x105c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_vertical_scroll_20_regular = IconData(0x105c8, 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, - ); + static const IconData phone_vertical_scroll_24_regular = IconData(0xf5f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "phone_vibrate" in size 20 and regular style. - static const IconData phone_vibrate_20_regular = IconData( - 0x105c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData phone_vibrate_20_regular = IconData(0x105c9, 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, - ); + static const IconData phone_vibrate_24_regular = IconData(0xf5fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "photo_filter" in size 20 and regular style. - static const IconData photo_filter_20_regular = IconData( - 0x105ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData photo_filter_20_regular = IconData(0x105ca, 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, - ); + static const IconData photo_filter_24_regular = IconData(0xf5fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pi" in size 20 and regular style. - static const IconData pi_20_regular = IconData( - 0x105cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pi_20_regular = IconData(0x105cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pi" in size 24 and regular style. - static const IconData pi_24_regular = IconData( - 0xfcf1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pi_24_regular = IconData(0xfcf1, 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, - ); + 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, - ); + 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, - ); + static const IconData picture_in_picture_24_regular = IconData(0xf5fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 16 and regular style. - static const IconData picture_in_picture_enter_16_regular = IconData( - 0x10230, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_16_regular = IconData(0x10230, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 20 and regular style. - static const IconData picture_in_picture_enter_20_regular = IconData( - 0x10231, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_20_regular = IconData(0x10231, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 24 and regular style. - static const IconData picture_in_picture_enter_24_regular = IconData( - 0x10232, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_24_regular = IconData(0x10232, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 16 and regular style. - static const IconData picture_in_picture_exit_16_regular = IconData( - 0x10233, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_16_regular = IconData(0x10233, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 20 and regular style. - static const IconData picture_in_picture_exit_20_regular = IconData( - 0x10234, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_20_regular = IconData(0x10234, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 24 and regular style. - static const IconData picture_in_picture_exit_24_regular = IconData( - 0x10235, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_24_regular = IconData(0x10235, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 16 and regular style. - static const IconData pill_16_regular = IconData( - 0xf6f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pill_16_regular = IconData(0xf6f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 20 and regular style. - static const IconData pill_20_regular = IconData( - 0xf6f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pill_20_regular = IconData(0xf6f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 24 and regular style. - static const IconData pill_24_regular = IconData( - 0xf6f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pill_24_regular = IconData(0xf6f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 28 and regular style. - static const IconData pill_28_regular = IconData( - 0xf6f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pill_28_regular = IconData(0xf6f3, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pin_24_regular = IconData(0xf602, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 28 and regular style. - static const IconData pin_28_regular = IconData( - 0xfe8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_28_regular = IconData(0xfe8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 32 and regular style. - static const IconData pin_32_regular = IconData( - 0xfe8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_32_regular = IconData(0xfe8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 48 and regular style. - static const IconData pin_48_regular = IconData( - 0xfe90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_48_regular = IconData(0xfe90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 16 and regular style. - static const IconData pin_off_16_regular = IconData( - 0xfeef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_16_regular = IconData(0xfeef, 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, - ); + 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, - ); + static const IconData pin_off_24_regular = IconData(0xf604, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 28 and regular style. - static const IconData pin_off_28_regular = IconData( - 0x1070a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_28_regular = IconData(0x1070a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 32 and regular style. - static const IconData pin_off_32_regular = IconData( - 0x1070b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_32_regular = IconData(0x1070b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 48 and regular style. - static const IconData pin_off_48_regular = IconData( - 0xfef0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_48_regular = IconData(0xfef0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pipeline" in size 20 and regular style. - static const IconData pipeline_20_regular = IconData( - 0x1068c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_20_regular = IconData(0x1068c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pipeline_add" in size 20 and regular style. - static const IconData pipeline_add_20_regular = IconData( - 0x1068d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_add_20_regular = IconData(0x1068d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pipeline_play" in size 20 and regular style. - static const IconData pipeline_play_20_regular = IconData( - 0x1068e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_play_20_regular = IconData(0x1068e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pivot" in size 20 and regular style. - static const IconData pivot_20_regular = IconData( - 0xfada, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pivot_20_regular = IconData(0xfada, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pivot" in size 24 and regular style. - static const IconData pivot_24_regular = IconData( - 0xfadb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pivot_24_regular = IconData(0xfadb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play" in size 12 and regular style. - static const IconData play_12_regular = IconData( - 0xfadc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_12_regular = IconData(0xfadc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play" in size 16 and regular style. - static const IconData play_16_regular = IconData( - 0x10029, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_16_regular = IconData(0x10029, 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, - ); + 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, - ); + static const IconData play_24_regular = IconData(0xf606, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play" in size 28 and regular style. - static const IconData play_28_regular = IconData( - 0x1002a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_28_regular = IconData(0x1002a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play" in size 32 and regular style. - static const IconData play_32_regular = IconData( - 0x1002b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_32_regular = IconData(0x1002b, 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, - ); + static const IconData play_48_regular = IconData(0xf607, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 16 and regular style. - static const IconData play_circle_16_regular = IconData( - 0xfd4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_16_regular = IconData(0xfd4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 20 and regular style. - static const IconData play_circle_20_regular = IconData( - 0xfd4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_20_regular = IconData(0xfd4f, 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, - ); + static const IconData play_circle_24_regular = IconData(0xf608, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 28 and regular style. - static const IconData play_circle_28_regular = IconData( - 0xfd50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_28_regular = IconData(0xfd50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 48 and regular style. - static const IconData play_circle_48_regular = IconData( - 0x101e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_48_regular = IconData(0x101e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "play_settings" in size 20 and regular style. - static const IconData play_settings_20_regular = IconData( - 0x1068f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData play_settings_20_regular = IconData(0x1068f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "plug_connected" in size 20 and regular style. - static const IconData plug_connected_20_regular = IconData( - 0x10236, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_20_regular = IconData(0x10236, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "plug_connected" in size 24 and regular style. - static const IconData plug_connected_24_regular = IconData( - 0x1027d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_24_regular = IconData(0x1027d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "plug_connected_add" in size 20 and regular style. - static const IconData plug_connected_add_20_regular = IconData( - 0x10690, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_add_20_regular = IconData(0x10690, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "plug_connected_checkmark" in size 20 and regular style. - static const IconData plug_connected_checkmark_20_regular = IconData( - 0x10691, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_checkmark_20_regular = IconData(0x10691, 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, - ); + 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, - ); + 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, - ); + static const IconData plug_disconnected_28_regular = IconData(0xf60b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "point_scan" in size 20 and regular style. - static const IconData point_scan_20_regular = IconData( - 0x1070c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData point_scan_20_regular = IconData(0x1070c, 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, - ); + static const IconData point_scan_24_regular = IconData(0xf60c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "poll" in size 16 and regular style. - static const IconData poll_16_regular = IconData( - 0x1018b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData poll_16_regular = IconData(0x1018b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "poll" in size 20 and regular style. - static const IconData poll_20_regular = IconData( - 0xfa7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData poll_20_regular = IconData(0xfa7a, 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, - ); + static const IconData poll_24_regular = IconData(0xf60d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_hdmi" in size 20 and regular style. - static const IconData port_hdmi_20_regular = IconData( - 0x105cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_hdmi_20_regular = IconData(0x105cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_hdmi" in size 24 and regular style. - static const IconData port_hdmi_24_regular = IconData( - 0xffb3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_hdmi_24_regular = IconData(0xffb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_micro_usb" in size 24 and regular style. - static const IconData port_micro_usb_24_regular = IconData( - 0xffb4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_micro_usb_24_regular = IconData(0xffb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_usb_a" in size 20 and regular style. - static const IconData port_usb_a_20_regular = IconData( - 0x1070d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_a_20_regular = IconData(0x1070d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_usb_a" in size 24 and regular style. - static const IconData port_usb_a_24_regular = IconData( - 0xffb5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_a_24_regular = IconData(0xffb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "port_usb_c" in size 24 and regular style. - static const IconData port_usb_c_24_regular = IconData( - 0xffb6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_c_24_regular = IconData(0xffb6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_backward" in size 20 and regular style. - static const IconData position_backward_20_regular = IconData( - 0xfc43, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_backward_20_regular = IconData(0xfc43, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_backward" in size 24 and regular style. - static const IconData position_backward_24_regular = IconData( - 0xfc44, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_backward_24_regular = IconData(0xfc44, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_forward" in size 20 and regular style. - static const IconData position_forward_20_regular = IconData( - 0xfc45, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_forward_20_regular = IconData(0xfc45, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_forward" in size 24 and regular style. - static const IconData position_forward_24_regular = IconData( - 0xfc46, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_forward_24_regular = IconData(0xfc46, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_to_back" in size 20 and regular style. - static const IconData position_to_back_20_regular = IconData( - 0xfc47, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_to_back_20_regular = IconData(0xfc47, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_to_back" in size 24 and regular style. - static const IconData position_to_back_24_regular = IconData( - 0xfc48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_to_back_24_regular = IconData(0xfc48, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_to_front" in size 20 and regular style. - static const IconData position_to_front_20_regular = IconData( - 0xfc49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_to_front_20_regular = IconData(0xfc49, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "position_to_front" in size 24 and regular style. - static const IconData position_to_front_24_regular = IconData( - 0xfc4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData position_to_front_24_regular = IconData(0xfc4a, 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, - ); + 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, - ); + 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, - ); + static const IconData power_28_regular = IconData(0xf610, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "predictions" in size 20 and regular style. - static const IconData predictions_20_regular = IconData( - 0x105cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData predictions_20_regular = IconData(0x105cd, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData premium_28_regular = IconData(0xf615, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "premium" in size 32 and regular style. - static const IconData premium_32_regular = IconData( - 0xfcf2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData premium_32_regular = IconData(0xfcf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "premium_person" in size 20 and regular style. - static const IconData premium_person_20_regular = IconData( - 0xfe91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData premium_person_20_regular = IconData(0xfe91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "premium_person" in size 24 and regular style. - static const IconData premium_person_24_regular = IconData( - 0xfe92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData premium_person_24_regular = IconData(0xfe92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 10 and regular style. - static const IconData presence_available_10_regular = IconData( - 0xfa7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_10_regular = IconData(0xfa7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 12 and regular style. - static const IconData presence_available_12_regular = IconData( - 0xfa7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_12_regular = IconData(0xfa7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 16 and regular style. - static const IconData presence_available_16_regular = IconData( - 0xfa7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_16_regular = IconData(0xfa7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 20 and regular style. - static const IconData presence_available_20_regular = IconData( - 0x10692, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_20_regular = IconData(0x10692, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 24 and regular style. - static const IconData presence_available_24_regular = IconData( - 0x10693, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_24_regular = IconData(0x10693, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_blocked_16_regular = IconData(0xf618, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_blocked" in size 20 and regular style. - static const IconData presence_blocked_20_regular = IconData( - 0x10694, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_blocked_20_regular = IconData(0x10694, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_blocked" in size 24 and regular style. - static const IconData presence_blocked_24_regular = IconData( - 0x10695, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_blocked_24_regular = IconData(0x10695, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 10 and regular style. - static const IconData presence_dnd_10_regular = IconData( - 0xfa7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_10_regular = IconData(0xfa7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 12 and regular style. - static const IconData presence_dnd_12_regular = IconData( - 0xfa7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_12_regular = IconData(0xfa7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 16 and regular style. - static const IconData presence_dnd_16_regular = IconData( - 0xfa80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_16_regular = IconData(0xfa80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 20 and regular style. - static const IconData presence_dnd_20_regular = IconData( - 0x10696, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_20_regular = IconData(0x10696, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 24 and regular style. - static const IconData presence_dnd_24_regular = IconData( - 0x10697, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_24_regular = IconData(0x10697, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_offline_16_regular = IconData(0xf61b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_offline" in size 20 and regular style. - static const IconData presence_offline_20_regular = IconData( - 0x10698, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_offline_20_regular = IconData(0x10698, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_offline" in size 24 and regular style. - static const IconData presence_offline_24_regular = IconData( - 0x10699, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_offline_24_regular = IconData(0x10699, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_oof_16_regular = IconData(0xf61e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_oof" in size 20 and regular style. - static const IconData presence_oof_20_regular = IconData( - 0x1069a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_oof_20_regular = IconData(0x1069a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_oof" in size 24 and regular style. - static const IconData presence_oof_24_regular = IconData( - 0x1069b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_oof_24_regular = IconData(0x1069b, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_unknown_16_regular = IconData(0xf621, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_unknown" in size 20 and regular style. - static const IconData presence_unknown_20_regular = IconData( - 0x1069c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_unknown_20_regular = IconData(0x1069c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presence_unknown" in size 24 and regular style. - static const IconData presence_unknown_24_regular = IconData( - 0x1069d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presence_unknown_24_regular = IconData(0x1069d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presenter" in size 20 and regular style. - static const IconData presenter_20_regular = IconData( - 0xfb48, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presenter_20_regular = IconData(0xfb48, 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, - ); + static const IconData presenter_24_regular = IconData(0xf622, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "presenter_off" in size 20 and regular style. - static const IconData presenter_off_20_regular = IconData( - 0xfb49, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData presenter_off_20_regular = IconData(0xfb49, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData previous_24_regular = IconData(0xf629, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 28 and regular style. - static const IconData previous_28_regular = IconData( - 0x10370, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData previous_28_regular = IconData(0x10370, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 32 and regular style. - static const IconData previous_32_regular = IconData( - 0x10371, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData previous_32_regular = IconData(0x10371, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 48 and regular style. - static const IconData previous_48_regular = IconData( - 0x10372, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData previous_48_regular = IconData(0x10372, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "print" in size 16 and regular style. - static const IconData print_16_regular = IconData( - 0xf6fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData print_16_regular = IconData(0xf6fa, 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, - ); + 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, - ); + static const IconData print_24_regular = IconData(0xf62b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "print" in size 28 and regular style. - static const IconData print_28_regular = IconData( - 0x103b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData print_28_regular = IconData(0x103b4, 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, - ); + static const IconData print_48_regular = IconData(0xf62c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "print_add" in size 20 and regular style. - static const IconData print_add_20_regular = IconData( - 0xf6fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData print_add_20_regular = IconData(0xf6fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "print_add" in size 24 and regular style. - static const IconData print_add_24_regular = IconData( - 0xfadd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData print_add_24_regular = IconData(0xfadd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "production" in size 20 and regular style. - static const IconData production_20_regular = IconData( - 0xf6fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData production_20_regular = IconData(0xf6fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "production" in size 24 and regular style. - static const IconData production_24_regular = IconData( - 0xf6fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData production_24_regular = IconData(0xf6fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "production_checkmark" in size 20 and regular style. - static const IconData production_checkmark_20_regular = IconData( - 0xf703, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData production_checkmark_20_regular = IconData(0xf703, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "production_checkmark" in size 24 and regular style. - static const IconData production_checkmark_24_regular = IconData( - 0xf704, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData production_checkmark_24_regular = IconData(0xf704, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited" in size 12 and regular style. - static const IconData prohibited_12_regular = IconData( - 0xffb7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_12_regular = IconData(0xffb7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited" in size 16 and regular style. - static const IconData prohibited_16_regular = IconData( - 0xf705, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_16_regular = IconData(0xf705, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData prohibited_48_regular = IconData(0xf630, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 16 and regular style. - static const IconData prohibited_multiple_16_regular = IconData( - 0xfe93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_16_regular = IconData(0xfe93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 20 and regular style. - static const IconData prohibited_multiple_20_regular = IconData( - 0xfe94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_20_regular = IconData(0xfe94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 24 and regular style. - static const IconData prohibited_multiple_24_regular = IconData( - 0xfe95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_24_regular = IconData(0xfe95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "prohibited_note" in size 20 and regular style. - static const IconData prohibited_note_20_regular = IconData( - 0x1069e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_note_20_regular = IconData(0x1069e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 16 and regular style. - static const IconData projection_screen_16_regular = IconData( - 0x101e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_16_regular = IconData(0x101e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 20 and regular style. - static const IconData projection_screen_20_regular = IconData( - 0x101e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_20_regular = IconData(0x101e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 24 and regular style. - static const IconData projection_screen_24_regular = IconData( - 0x101e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_24_regular = IconData(0x101e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 28 and regular style. - static const IconData projection_screen_28_regular = IconData( - 0x101e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_28_regular = IconData(0x101e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 16 and regular style. - static const IconData projection_screen_dismiss_16_regular = IconData( - 0x101e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_16_regular = IconData(0x101e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 20 and regular style. - static const IconData projection_screen_dismiss_20_regular = IconData( - 0x101e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_20_regular = IconData(0x101e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 24 and regular style. - static const IconData projection_screen_dismiss_24_regular = IconData( - 0x101ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_24_regular = IconData(0x101ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 28 and regular style. - static const IconData projection_screen_dismiss_28_regular = IconData( - 0x101eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_28_regular = IconData(0x101eb, 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, - ); + 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, - ); + 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, - ); + static const IconData protocol_handler_24_regular = IconData(0xf634, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 20 and regular style. - static const IconData pulse_20_regular = IconData( - 0xfb9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_20_regular = IconData(0xfb9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 24 and regular style. - static const IconData pulse_24_regular = IconData( - 0xfa81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_24_regular = IconData(0xfa81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 28 and regular style. - static const IconData pulse_28_regular = IconData( - 0xfade, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_28_regular = IconData(0xfade, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 32 and regular style. - static const IconData pulse_32_regular = IconData( - 0xfddf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_32_regular = IconData(0xfddf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse_square" in size 20 and regular style. - static const IconData pulse_square_20_regular = IconData( - 0x105ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_square_20_regular = IconData(0x105ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "pulse_square" in size 24 and regular style. - static const IconData pulse_square_24_regular = IconData( - 0xfba0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData pulse_square_24_regular = IconData(0xfba0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 16 and regular style. - static const IconData puzzle_cube_16_regular = IconData( - 0xfbba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_16_regular = IconData(0xfbba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 20 and regular style. - static const IconData puzzle_cube_20_regular = IconData( - 0xfbbb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_20_regular = IconData(0xfbbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 24 and regular style. - static const IconData puzzle_cube_24_regular = IconData( - 0xfbbc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_24_regular = IconData(0xfbbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 28 and regular style. - static const IconData puzzle_cube_28_regular = IconData( - 0xfbbd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_28_regular = IconData(0xfbbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 48 and regular style. - static const IconData puzzle_cube_48_regular = IconData( - 0xfbbe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_48_regular = IconData(0xfbbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube_piece" in size 20 and regular style. - static const IconData puzzle_cube_piece_20_regular = IconData( - 0x1069f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_piece_20_regular = IconData(0x1069f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 16 and regular style. - static const IconData puzzle_piece_16_regular = IconData( - 0x1007a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_16_regular = IconData(0x1007a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 20 and regular style. - static const IconData puzzle_piece_20_regular = IconData( - 0x1007b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_20_regular = IconData(0x1007b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 24 and regular style. - static const IconData puzzle_piece_24_regular = IconData( - 0x1007c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_24_regular = IconData(0x1007c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece_shield" in size 20 and regular style. - static const IconData puzzle_piece_shield_20_regular = IconData( - 0x10429, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_shield_20_regular = IconData(0x10429, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "qr_code" in size 20 and regular style. - static const IconData qr_code_20_regular = IconData( - 0xfa82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData qr_code_20_regular = IconData(0xfa82, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData question_48_regular = IconData(0xf63b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "question_circle" in size 12 and regular style. - static const IconData question_circle_12_regular = IconData( - 0x1070e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData question_circle_12_regular = IconData(0x1070e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData question_circle_28_regular = IconData(0xf63f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "question_circle" in size 32 and regular style. - static const IconData question_circle_32_regular = IconData( - 0x10373, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData question_circle_32_regular = IconData(0x10373, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData quiz_new_48_regular = IconData(0xf643, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "radar" in size 20 and regular style. - static const IconData radar_20_regular = IconData( - 0x1073d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData radar_20_regular = IconData(0x1073d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "radar_checkmark" in size 20 and regular style. - static const IconData radar_checkmark_20_regular = IconData( - 0x1073e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData radar_checkmark_20_regular = IconData(0x1073e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "radar_rectangle_multiple" in size 20 and regular style. - static const IconData radar_rectangle_multiple_20_regular = IconData( - 0x1073f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData radar_rectangle_multiple_20_regular = IconData(0x1073f, 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, - ); + 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, - ); + static const IconData radio_button_24_regular = IconData(0xf645, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ram" in size 20 and regular style. - static const IconData ram_20_regular = IconData( - 0x106a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ram_20_regular = IconData(0x106a0, 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, - ); + 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, - ); + 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, - ); + static const IconData rating_mature_24_regular = IconData(0xf648, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ratio_one_to_one" in size 20 and regular style. - static const IconData ratio_one_to_one_20_regular = IconData( - 0xf70a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ratio_one_to_one_20_regular = IconData(0xf70a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ratio_one_to_one" in size 24 and regular style. - static const IconData ratio_one_to_one_24_regular = IconData( - 0xf70b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ratio_one_to_one_24_regular = IconData(0xf70b, 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, - ); + 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, - ); + static const IconData re_order_24_regular = IconData(0xf64a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 16 and regular style. - static const IconData re_order_dots_horizontal_16_regular = IconData( - 0xfd51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_16_regular = IconData(0xfd51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 20 and regular style. - static const IconData re_order_dots_horizontal_20_regular = IconData( - 0xfd52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_20_regular = IconData(0xfd52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 24 and regular style. - static const IconData re_order_dots_horizontal_24_regular = IconData( - 0xfd53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_24_regular = IconData(0xfd53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 16 and regular style. - static const IconData re_order_dots_vertical_16_regular = IconData( - 0xfd54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_16_regular = IconData(0xfd54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 20 and regular style. - static const IconData re_order_dots_vertical_20_regular = IconData( - 0xfd55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_20_regular = IconData(0xfd55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 24 and regular style. - static const IconData re_order_dots_vertical_24_regular = IconData( - 0xfd56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_24_regular = IconData(0xfd56, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "read_aloud" in size 16 and regular style. - static const IconData read_aloud_16_regular = IconData( - 0xfe96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData read_aloud_16_regular = IconData(0xfe96, 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, - ); + 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, - ); + static const IconData read_aloud_24_regular = IconData(0xf64e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "read_aloud" in size 28 and regular style. - static const IconData read_aloud_28_regular = IconData( - 0xfe97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData read_aloud_28_regular = IconData(0xfe97, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData reading_list_add_28_regular = IconData(0xf658, 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, - ); + 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, - ); + static const IconData reading_mode_mobile_24_regular = IconData(0xf65c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "real_estate" in size 20 and regular style. - static const IconData real_estate_20_regular = IconData( - 0x10740, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData real_estate_20_regular = IconData(0x10740, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "real_estate" in size 24 and regular style. - static const IconData real_estate_24_regular = IconData( - 0xfa83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData real_estate_24_regular = IconData(0xfa83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt" in size 20 and regular style. - static const IconData receipt_20_regular = IconData( - 0xfcf3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_20_regular = IconData(0xfcf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt" in size 24 and regular style. - static const IconData receipt_24_regular = IconData( - 0xfcf4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_24_regular = IconData(0xfcf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_add" in size 20 and regular style. - static const IconData receipt_add_20_regular = IconData( - 0xf70c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_add_20_regular = IconData(0xf70c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_add" in size 24 and regular style. - static const IconData receipt_add_24_regular = IconData( - 0xfadf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_add_24_regular = IconData(0xfadf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_bag" in size 20 and regular style. - static const IconData receipt_bag_20_regular = IconData( - 0xf715, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_bag_20_regular = IconData(0xf715, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_bag" in size 24 and regular style. - static const IconData receipt_bag_24_regular = IconData( - 0xfae0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_bag_24_regular = IconData(0xfae0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_cube" in size 20 and regular style. - static const IconData receipt_cube_20_regular = IconData( - 0xf72d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_cube_20_regular = IconData(0xf72d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_cube" in size 24 and regular style. - static const IconData receipt_cube_24_regular = IconData( - 0xfae1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_cube_24_regular = IconData(0xfae1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_money" in size 20 and regular style. - static const IconData receipt_money_20_regular = IconData( - 0xf72e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_money_20_regular = IconData(0xf72e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_money" in size 24 and regular style. - static const IconData receipt_money_24_regular = IconData( - 0x1002c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_money_24_regular = IconData(0x1002c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_play" in size 20 and regular style. - static const IconData receipt_play_20_regular = IconData( - 0xffb8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_play_20_regular = IconData(0xffb8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_play" in size 24 and regular style. - static const IconData receipt_play_24_regular = IconData( - 0xffb9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_play_24_regular = IconData(0xffb9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "receipt_search" in size 20 and regular style. - static const IconData receipt_search_20_regular = IconData( - 0x106a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData receipt_search_20_regular = IconData(0x106a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record" in size 12 and regular style. - static const IconData record_12_regular = IconData( - 0xf72f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_12_regular = IconData(0xf72f, 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, - ); + 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, - ); + 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, - ); + static const IconData record_24_regular = IconData(0xf662, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record" in size 28 and regular style. - static const IconData record_28_regular = IconData( - 0xf735, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_28_regular = IconData(0xf735, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record" in size 32 and regular style. - static const IconData record_32_regular = IconData( - 0xf736, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_32_regular = IconData(0xf736, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record" in size 48 and regular style. - static const IconData record_48_regular = IconData( - 0xf737, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_48_regular = IconData(0xf737, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 12 and regular style. - static const IconData record_stop_12_regular = IconData( - 0xf758, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_12_regular = IconData(0xf758, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 16 and regular style. - static const IconData record_stop_16_regular = IconData( - 0xf759, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_16_regular = IconData(0xf759, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 20 and regular style. - static const IconData record_stop_20_regular = IconData( - 0xf75a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_20_regular = IconData(0xf75a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 24 and regular style. - static const IconData record_stop_24_regular = IconData( - 0xf75b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_24_regular = IconData(0xf75b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 28 and regular style. - static const IconData record_stop_28_regular = IconData( - 0xf75c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_28_regular = IconData(0xf75c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 32 and regular style. - static const IconData record_stop_32_regular = IconData( - 0xf764, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_32_regular = IconData(0xf764, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 48 and regular style. - static const IconData record_stop_48_regular = IconData( - 0xf765, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_48_regular = IconData(0xf765, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 12 and regular style. - static const IconData rectangle_landscape_12_regular = IconData( - 0x1018c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_12_regular = IconData(0x1018c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 16 and regular style. - static const IconData rectangle_landscape_16_regular = IconData( - 0x1018d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_16_regular = IconData(0x1018d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 20 and regular style. - static const IconData rectangle_landscape_20_regular = IconData( - 0xfb4a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_20_regular = IconData(0xfb4a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 24 and regular style. - static const IconData rectangle_landscape_24_regular = IconData( - 0x1018e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_24_regular = IconData(0x1018e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 28 and regular style. - static const IconData rectangle_landscape_28_regular = IconData( - 0x1018f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_28_regular = IconData(0x1018f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 32 and regular style. - static const IconData rectangle_landscape_32_regular = IconData( - 0x10190, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_32_regular = IconData(0x10190, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 48 and regular style. - static const IconData rectangle_landscape_48_regular = IconData( - 0x10191, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_48_regular = IconData(0x10191, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rectangle_portrait_location_target" in size 20 and regular style. - static const IconData rectangle_portrait_location_target_20_regular = - IconData( - 0x106a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_portrait_location_target_20_regular = IconData(0x106a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "remote" in size 16 and regular style. - static const IconData remote_16_regular = IconData( - 0xfde0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData remote_16_regular = IconData(0xfde0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "remote" in size 20 and regular style. - static const IconData remote_20_regular = IconData( - 0x105cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData remote_20_regular = IconData(0x105cf, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData rename_28_regular = IconData(0xf66b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "reorder" in size 20 and regular style. - static const IconData reorder_20_regular = IconData( - 0x105d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData reorder_20_regular = IconData(0x105d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "replay" in size 20 and regular style. - static const IconData replay_20_regular = IconData( - 0x100e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData replay_20_regular = IconData(0x100e8, 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, - ); + static const IconData resize_20_regular = IconData(0xf66c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize" in size 24 and regular style. - static const IconData resize_24_regular = IconData( - 0x1049b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_24_regular = IconData(0x1049b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_image" in size 20 and regular style. - static const IconData resize_image_20_regular = IconData( - 0x1049c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_image_20_regular = IconData(0x1049c, 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, - ); + static const IconData resize_image_24_regular = IconData(0xf66d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 16 and regular style. - static const IconData resize_large_16_regular = IconData( - 0xfc4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_16_regular = IconData(0xfc4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 20 and regular style. - static const IconData resize_large_20_regular = IconData( - 0xfc4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_20_regular = IconData(0xfc4c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 24 and regular style. - static const IconData resize_large_24_regular = IconData( - 0xfc4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_24_regular = IconData(0xfc4d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 16 and regular style. - static const IconData resize_small_16_regular = IconData( - 0xfc4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_16_regular = IconData(0xfc4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 20 and regular style. - static const IconData resize_small_20_regular = IconData( - 0xfc4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_20_regular = IconData(0xfc4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 24 and regular style. - static const IconData resize_small_24_regular = IconData( - 0xfc50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_24_regular = IconData(0xfc50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_table" in size 20 and regular style. - static const IconData resize_table_20_regular = IconData( - 0x10741, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_table_20_regular = IconData(0x10741, 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, - ); + static const IconData resize_table_24_regular = IconData(0xf66e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "resize_video" in size 20 and regular style. - static const IconData resize_video_20_regular = IconData( - 0x105d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData resize_video_20_regular = IconData(0x105d1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData reward_24_regular = IconData(0xf673, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rewind" in size 16 and regular style. - static const IconData rewind_16_regular = IconData( - 0x1027e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rewind_16_regular = IconData(0x1027e, 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, - ); + 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, - ); + static const IconData rewind_24_regular = IconData(0xf675, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rewind" in size 28 and regular style. - static const IconData rewind_28_regular = IconData( - 0x1027f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rewind_28_regular = IconData(0x1027f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 16 and regular style. - static const IconData rhombus_16_regular = IconData( - 0x103b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_16_regular = IconData(0x103b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 20 and regular style. - static const IconData rhombus_20_regular = IconData( - 0x103b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_20_regular = IconData(0x103b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 24 and regular style. - static const IconData rhombus_24_regular = IconData( - 0x103b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_24_regular = IconData(0x103b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 28 and regular style. - static const IconData rhombus_28_regular = IconData( - 0x103b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_28_regular = IconData(0x103b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 32 and regular style. - static const IconData rhombus_32_regular = IconData( - 0x101ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_32_regular = IconData(0x101ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 48 and regular style. - static const IconData rhombus_48_regular = IconData( - 0x103b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_48_regular = IconData(0x103b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 12 and regular style. - static const IconData ribbon_12_regular = IconData( - 0x1042a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_12_regular = IconData(0x1042a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 16 and regular style. - static const IconData ribbon_16_regular = IconData( - 0xfba1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_16_regular = IconData(0xfba1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 20 and regular style. - static const IconData ribbon_20_regular = IconData( - 0xfb4b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_20_regular = IconData(0xfb4b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 24 and regular style. - static const IconData ribbon_24_regular = IconData( - 0xfa84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_24_regular = IconData(0xfa84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 32 and regular style. - static const IconData ribbon_32_regular = IconData( - 0xfde1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_32_regular = IconData(0xfde1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_add" in size 20 and regular style. - static const IconData ribbon_add_20_regular = IconData( - 0xf766, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_add_20_regular = IconData(0xf766, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_add" in size 24 and regular style. - static const IconData ribbon_add_24_regular = IconData( - 0xf767, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_add_24_regular = IconData(0xf767, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 12 and regular style. - static const IconData ribbon_off_12_regular = IconData( - 0x1042b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_12_regular = IconData(0x1042b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 16 and regular style. - static const IconData ribbon_off_16_regular = IconData( - 0x1042c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_16_regular = IconData(0x1042c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 20 and regular style. - static const IconData ribbon_off_20_regular = IconData( - 0x1042d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_20_regular = IconData(0x1042d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 24 and regular style. - static const IconData ribbon_off_24_regular = IconData( - 0x1042e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_24_regular = IconData(0x1042e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 32 and regular style. - static const IconData ribbon_off_32_regular = IconData( - 0x1042f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_32_regular = IconData(0x1042f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_star" in size 20 and regular style. - static const IconData ribbon_star_20_regular = IconData( - 0xfa85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_star_20_regular = IconData(0xfa85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ribbon_star" in size 24 and regular style. - static const IconData ribbon_star_24_regular = IconData( - 0xfa86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_star_24_regular = IconData(0xfa86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 16 and regular style. - static const IconData road_cone_16_regular = IconData( - 0x10164, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_16_regular = IconData(0x10164, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 20 and regular style. - static const IconData road_cone_20_regular = IconData( - 0x10165, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_20_regular = IconData(0x10165, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 24 and regular style. - static const IconData road_cone_24_regular = IconData( - 0x10166, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_24_regular = IconData(0x10166, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 28 and regular style. - static const IconData road_cone_28_regular = IconData( - 0x10167, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_28_regular = IconData(0x10167, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 32 and regular style. - static const IconData road_cone_32_regular = IconData( - 0x10168, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_32_regular = IconData(0x10168, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 48 and regular style. - static const IconData road_cone_48_regular = IconData( - 0x10169, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_48_regular = IconData(0x10169, 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, - ); + 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, - ); + 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, - ); + static const IconData rocket_24_regular = IconData(0xf678, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rotate_left" in size 20 and regular style. - static const IconData rotate_left_20_regular = IconData( - 0x105d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rotate_left_20_regular = IconData(0x105d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rotate_left" in size 24 and regular style. - static const IconData rotate_left_24_regular = IconData( - 0xfba2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rotate_left_24_regular = IconData(0xfba2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rotate_right" in size 20 and regular style. - static const IconData rotate_right_20_regular = IconData( - 0xfba3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rotate_right_20_regular = IconData(0xfba3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rotate_right" in size 24 and regular style. - static const IconData rotate_right_24_regular = IconData( - 0xfba4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rotate_right_24_regular = IconData(0xfba4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "router" in size 20 and regular style. - static const IconData router_20_regular = IconData( - 0x105d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData router_20_regular = IconData(0x105d3, 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, - ); + static const IconData router_24_regular = IconData(0xf679, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "row_triple" in size 20 and regular style. - static const IconData row_triple_20_regular = IconData( - 0x1070f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData row_triple_20_regular = IconData(0x1070f, 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, - ); + static const IconData row_triple_24_regular = IconData(0xf67a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "rss" in size 24 and regular style. - static const IconData rss_24_regular = IconData( - 0xfcf5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData rss_24_regular = IconData(0xfcf5, 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, - ); + 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, - ); + 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, - ); + static const IconData ruler_24_regular = IconData(0xf67d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "run" in size 16 and regular style. - static const IconData run_16_regular = IconData( - 0xfa87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData run_16_regular = IconData(0xfa87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "run" in size 20 and regular style. - static const IconData run_20_regular = IconData( - 0xfa88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData run_20_regular = IconData(0xfa88, 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, - ); + static const IconData run_24_regular = IconData(0xf67e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sanitize" in size 20 and regular style. - static const IconData sanitize_20_regular = IconData( - 0x10237, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sanitize_20_regular = IconData(0x10237, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sanitize" in size 24 and regular style. - static const IconData sanitize_24_regular = IconData( - 0x10238, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sanitize_24_regular = IconData(0x10238, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save" in size 16 and regular style. - static const IconData save_16_regular = IconData( - 0x1002d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_16_regular = IconData(0x1002d, 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, - ); + 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, - ); + static const IconData save_24_regular = IconData(0xf680, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_arrow_right" in size 20 and regular style. - static const IconData save_arrow_right_20_regular = IconData( - 0x101ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_arrow_right_20_regular = IconData(0x101ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_arrow_right" in size 24 and regular style. - static const IconData save_arrow_right_24_regular = IconData( - 0x101ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_arrow_right_24_regular = IconData(0x101ee, 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, - ); + static const IconData save_copy_24_regular = IconData(0xf683, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_edit" in size 20 and regular style. - static const IconData save_edit_20_regular = IconData( - 0xfc51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_edit_20_regular = IconData(0xfc51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_edit" in size 24 and regular style. - static const IconData save_edit_24_regular = IconData( - 0xfc52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_edit_24_regular = IconData(0xfc52, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_image" in size 20 and regular style. - static const IconData save_image_20_regular = IconData( - 0x106a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_image_20_regular = IconData(0x106a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_multiple" in size 20 and regular style. - static const IconData save_multiple_20_regular = IconData( - 0x10280, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_multiple_20_regular = IconData(0x10280, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_multiple" in size 24 and regular style. - static const IconData save_multiple_24_regular = IconData( - 0x10281, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_multiple_24_regular = IconData(0x10281, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_search" in size 20 and regular style. - static const IconData save_search_20_regular = IconData( - 0xffba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_search_20_regular = IconData(0xffba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "save_sync" in size 20 and regular style. - static const IconData save_sync_20_regular = IconData( - 0xfb4c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData save_sync_20_regular = IconData(0xfb4c, 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, - ); + 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, - ); + 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, - ); + static const IconData savings_24_regular = IconData(0xf686, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scale_fill" in size 20 and regular style. - static const IconData scale_fill_20_regular = IconData( - 0xfd57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scale_fill_20_regular = IconData(0xfd57, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData scale_fit_24_regular = IconData(0xf68a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scales" in size 24 and regular style. - static const IconData scales_24_regular = IconData( - 0xfa89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scales_24_regular = IconData(0xfa89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scales" in size 32 and regular style. - static const IconData scales_32_regular = IconData( - 0xfa8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scales_32_regular = IconData(0xfa8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan" in size 16 and regular style. - static const IconData scan_16_regular = IconData( - 0x106a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_16_regular = IconData(0x106a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan" in size 20 and regular style. - static const IconData scan_20_regular = IconData( - 0x105d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_20_regular = IconData(0x105d4, 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, - ); + static const IconData scan_24_regular = IconData(0xf68b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 16 and regular style. - static const IconData scan_camera_16_regular = IconData( - 0x1049d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_16_regular = IconData(0x1049d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 20 and regular style. - static const IconData scan_camera_20_regular = IconData( - 0x1049e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_20_regular = IconData(0x1049e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 24 and regular style. - static const IconData scan_camera_24_regular = IconData( - 0x1049f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_24_regular = IconData(0x1049f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 28 and regular style. - static const IconData scan_camera_28_regular = IconData( - 0x104a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_28_regular = IconData(0x104a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 48 and regular style. - static const IconData scan_camera_48_regular = IconData( - 0x104a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_48_regular = IconData(0x104a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 12 and regular style. - static const IconData scan_dash_12_regular = IconData( - 0x102eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_12_regular = IconData(0x102eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 16 and regular style. - static const IconData scan_dash_16_regular = IconData( - 0x102ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_16_regular = IconData(0x102ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 20 and regular style. - static const IconData scan_dash_20_regular = IconData( - 0x102ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_20_regular = IconData(0x102ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 24 and regular style. - static const IconData scan_dash_24_regular = IconData( - 0x102ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_24_regular = IconData(0x102ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 28 and regular style. - static const IconData scan_dash_28_regular = IconData( - 0x102ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_28_regular = IconData(0x102ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 32 and regular style. - static const IconData scan_dash_32_regular = IconData( - 0x102f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_32_regular = IconData(0x102f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 48 and regular style. - static const IconData scan_dash_48_regular = IconData( - 0x102f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_48_regular = IconData(0x102f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_object" in size 20 and regular style. - static const IconData scan_object_20_regular = IconData( - 0xfae2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_object_20_regular = IconData(0xfae2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_object" in size 24 and regular style. - static const IconData scan_object_24_regular = IconData( - 0xfae3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_object_24_regular = IconData(0xfae3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_table" in size 20 and regular style. - static const IconData scan_table_20_regular = IconData( - 0x105d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_table_20_regular = IconData(0x105d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_table" in size 24 and regular style. - static const IconData scan_table_24_regular = IconData( - 0x1007d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_table_24_regular = IconData(0x1007d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_text" in size 20 and regular style. - static const IconData scan_text_20_regular = IconData( - 0x105d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_text_20_regular = IconData(0x105d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_text" in size 24 and regular style. - static const IconData scan_text_24_regular = IconData( - 0x1007e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_text_24_regular = IconData(0x1007e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 16 and regular style. - static const IconData scan_thumb_up_16_regular = IconData( - 0x1016a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_16_regular = IconData(0x1016a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 20 and regular style. - static const IconData scan_thumb_up_20_regular = IconData( - 0x1016b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_20_regular = IconData(0x1016b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 24 and regular style. - static const IconData scan_thumb_up_24_regular = IconData( - 0x1016c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_24_regular = IconData(0x1016c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 28 and regular style. - static const IconData scan_thumb_up_28_regular = IconData( - 0x1016d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_28_regular = IconData(0x1016d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 48 and regular style. - static const IconData scan_thumb_up_48_regular = IconData( - 0x1016e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_48_regular = IconData(0x1016e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 16 and regular style. - static const IconData scan_thumb_up_off_16_regular = IconData( - 0x10192, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_16_regular = IconData(0x10192, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 20 and regular style. - static const IconData scan_thumb_up_off_20_regular = IconData( - 0x10193, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_20_regular = IconData(0x10193, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 24 and regular style. - static const IconData scan_thumb_up_off_24_regular = IconData( - 0x10194, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_24_regular = IconData(0x10194, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 28 and regular style. - static const IconData scan_thumb_up_off_28_regular = IconData( - 0x10195, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_28_regular = IconData(0x10195, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 48 and regular style. - static const IconData scan_thumb_up_off_48_regular = IconData( - 0x10196, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_48_regular = IconData(0x10196, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_type" in size 20 and regular style. - static const IconData scan_type_20_regular = IconData( - 0x1007f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_20_regular = IconData(0x1007f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_type" in size 24 and regular style. - static const IconData scan_type_24_regular = IconData( - 0x10080, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_24_regular = IconData(0x10080, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_type_checkmark" in size 20 and regular style. - static const IconData scan_type_checkmark_20_regular = IconData( - 0x10282, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_checkmark_20_regular = IconData(0x10282, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_type_checkmark" in size 24 and regular style. - static const IconData scan_type_checkmark_24_regular = IconData( - 0x10283, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_checkmark_24_regular = IconData(0x10283, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scan_type_off" in size 20 and regular style. - static const IconData scan_type_off_20_regular = IconData( - 0x10081, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_off_20_regular = IconData(0x10081, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "scratchpad" in size 20 and regular style. - static const IconData scratchpad_20_regular = IconData( - 0x10710, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData scratchpad_20_regular = IconData(0x10710, 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, - ); + static const IconData scratchpad_24_regular = IconData(0xf68c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "screen_cut" in size 20 and regular style. - static const IconData screen_cut_20_regular = IconData( - 0xfcf6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData screen_cut_20_regular = IconData(0xfcf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "screen_person" in size 20 and regular style. - static const IconData screen_person_20_regular = IconData( - 0xfcf7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData screen_person_20_regular = IconData(0xfcf7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "screen_search" in size 20 and regular style. - static const IconData screen_search_20_regular = IconData( - 0x103ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData screen_search_20_regular = IconData(0x103ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "screen_search" in size 24 and regular style. - static const IconData screen_search_24_regular = IconData( - 0x103bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData screen_search_24_regular = IconData(0x103bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "screen_share_start" in size 48 and regular style. - static const IconData screen_share_start_48_regular = IconData( - 0x1016f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData screen_share_start_48_regular = IconData(0x1016f, 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, - ); + 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, - ); + static const IconData screenshot_24_regular = IconData(0xf68e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search" in size 12 and regular style. - static const IconData search_12_regular = IconData( - 0xfb1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_12_regular = IconData(0xfb1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search" in size 16 and regular style. - static const IconData search_16_regular = IconData( - 0xfe35, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_16_regular = IconData(0xfe35, 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, - ); + 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, - ); + 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, - ); + static const IconData search_28_regular = IconData(0xf691, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search" in size 32 and regular style. - static const IconData search_32_regular = IconData( - 0xfb1d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_32_regular = IconData(0xfb1d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search" in size 48 and regular style. - static const IconData search_48_regular = IconData( - 0xfb26, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_48_regular = IconData(0xfb26, 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, - ); + 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, - ); + static const IconData search_info_24_regular = IconData(0xf693, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_settings" in size 20 and regular style. - static const IconData search_settings_20_regular = IconData( - 0xffbb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_settings_20_regular = IconData(0xffbb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_shield" in size 20 and regular style. - static const IconData search_shield_20_regular = IconData( - 0xfa8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_shield_20_regular = IconData(0xfa8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_square" in size 20 and regular style. - static const IconData search_square_20_regular = IconData( - 0x105d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_square_20_regular = IconData(0x105d7, 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, - ); + static const IconData search_square_24_regular = IconData(0xf694, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 16 and regular style. - static const IconData search_visual_16_regular = IconData( - 0xfc53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_16_regular = IconData(0xfc53, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 20 and regular style. - static const IconData search_visual_20_regular = IconData( - 0xfc54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_20_regular = IconData(0xfc54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 24 and regular style. - static const IconData search_visual_24_regular = IconData( - 0xfc55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_24_regular = IconData(0xfc55, 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, - ); + static const IconData select_all_off_24_regular = IconData(0xf696, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_all_on" in size 24 and regular style. - static const IconData select_all_on_24_regular = IconData( - 0xfc56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_all_on_24_regular = IconData(0xfc56, 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, - ); + 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, - ); + static const IconData select_object_24_regular = IconData(0xf698, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew" in size 20 and regular style. - static const IconData select_object_skew_20_regular = IconData( - 0x10284, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_20_regular = IconData(0x10284, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew" in size 24 and regular style. - static const IconData select_object_skew_24_regular = IconData( - 0x10285, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_24_regular = IconData(0x10285, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_dismiss" in size 20 and regular style. - static const IconData select_object_skew_dismiss_20_regular = IconData( - 0x10286, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_dismiss_20_regular = IconData(0x10286, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_dismiss" in size 24 and regular style. - static const IconData select_object_skew_dismiss_24_regular = IconData( - 0x10287, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_dismiss_24_regular = IconData(0x10287, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_edit" in size 20 and regular style. - static const IconData select_object_skew_edit_20_regular = IconData( - 0x10288, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_edit_20_regular = IconData(0x10288, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_edit" in size 24 and regular style. - static const IconData select_object_skew_edit_24_regular = IconData( - 0x10289, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_edit_24_regular = IconData(0x10289, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "send" in size 16 and regular style. - static const IconData send_16_regular = IconData( - 0xfe36, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData send_16_regular = IconData(0xfe36, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData send_clock_20_regular = IconData(0xf69c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "send_clock" in size 24 and regular style. - static const IconData send_clock_24_regular = IconData( - 0x10197, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData send_clock_24_regular = IconData(0x10197, 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, - ); + static const IconData send_copy_24_regular = IconData(0xf69d, 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, - ); + 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, - ); + 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, - ); + static const IconData serial_port_24_regular = IconData(0xf6a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "server" in size 20 and regular style. - static const IconData server_20_regular = IconData( - 0xf769, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData server_20_regular = IconData(0xf769, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "server" in size 24 and regular style. - static const IconData server_24_regular = IconData( - 0xf76c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData server_24_regular = IconData(0xf76c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "server_multiple" in size 20 and regular style. - static const IconData server_multiple_20_regular = IconData( - 0x106a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData server_multiple_20_regular = IconData(0x106a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "server_play" in size 20 and regular style. - static const IconData server_play_20_regular = IconData( - 0x106a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData server_play_20_regular = IconData(0x106a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "service_bell" in size 20 and regular style. - static const IconData service_bell_20_regular = IconData( - 0x105d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData service_bell_20_regular = IconData(0x105d8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData settings_28_regular = IconData(0xf6ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "settings" in size 32 and regular style. - static const IconData settings_32_regular = IconData( - 0x10239, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData settings_32_regular = IconData(0x10239, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "settings" in size 48 and regular style. - static const IconData settings_48_regular = IconData( - 0x1023a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData settings_48_regular = IconData(0x1023a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "settings_chat" in size 20 and regular style. - static const IconData settings_chat_20_regular = IconData( - 0x103bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData settings_chat_20_regular = IconData(0x103bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "settings_chat" in size 24 and regular style. - static const IconData settings_chat_24_regular = IconData( - 0x103bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData settings_chat_24_regular = IconData(0x103bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 16 and regular style. - static const IconData shape_exclude_16_regular = IconData( - 0xfcf8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_16_regular = IconData(0xfcf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 20 and regular style. - static const IconData shape_exclude_20_regular = IconData( - 0xfcf9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_20_regular = IconData(0xfcf9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 24 and regular style. - static const IconData shape_exclude_24_regular = IconData( - 0xfcfa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_24_regular = IconData(0xfcfa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 16 and regular style. - static const IconData shape_intersect_16_regular = IconData( - 0xfcfb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_16_regular = IconData(0xfcfb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 20 and regular style. - static const IconData shape_intersect_20_regular = IconData( - 0xfcfc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_20_regular = IconData(0xfcfc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 24 and regular style. - static const IconData shape_intersect_24_regular = IconData( - 0xfcfd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_24_regular = IconData(0xfcfd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 16 and regular style. - static const IconData shape_subtract_16_regular = IconData( - 0xfcfe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_16_regular = IconData(0xfcfe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 20 and regular style. - static const IconData shape_subtract_20_regular = IconData( - 0xfcff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_20_regular = IconData(0xfcff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 24 and regular style. - static const IconData shape_subtract_24_regular = IconData( - 0xfd00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_24_regular = IconData(0xfd00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 16 and regular style. - static const IconData shape_union_16_regular = IconData( - 0xfd01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_16_regular = IconData(0xfd01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 20 and regular style. - static const IconData shape_union_20_regular = IconData( - 0xfd02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_20_regular = IconData(0xfd02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 24 and regular style. - static const IconData shape_union_24_regular = IconData( - 0xfd03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_24_regular = IconData(0xfd03, 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, - ); + 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, - ); + 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, - ); + static const IconData shapes_24_regular = IconData(0xf6ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shapes" in size 28 and regular style. - static const IconData shapes_28_regular = IconData( - 0x1023b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shapes_28_regular = IconData(0x1023b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shapes" in size 48 and regular style. - static const IconData shapes_48_regular = IconData( - 0x1023c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shapes_48_regular = IconData(0x1023c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share" in size 16 and regular style. - static const IconData share_16_regular = IconData( - 0xfb2e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_16_regular = IconData(0xfb2e, 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, - ); + 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, - ); + static const IconData share_24_regular = IconData(0xf6b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share" in size 28 and regular style. - static const IconData share_28_regular = IconData( - 0x10430, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_28_regular = IconData(0x10430, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share" in size 48 and regular style. - static const IconData share_48_regular = IconData( - 0x10170, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_48_regular = IconData(0x10170, 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, - ); + 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, - ); + static const IconData share_android_24_regular = IconData(0xf6b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_close_tray" in size 20 and regular style. - static const IconData share_close_tray_20_regular = IconData( - 0xfba5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_close_tray_20_regular = IconData(0xfba5, 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, - ); + static const IconData share_close_tray_24_regular = IconData(0xf6b3, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData share_ios_48_regular = IconData(0xf6b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 16 and regular style. - static const IconData share_screen_person_16_regular = IconData( - 0x10198, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_16_regular = IconData(0x10198, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 20 and regular style. - static const IconData share_screen_person_20_regular = IconData( - 0x10199, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_20_regular = IconData(0x10199, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 24 and regular style. - static const IconData share_screen_person_24_regular = IconData( - 0x1019a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_24_regular = IconData(0x1019a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 28 and regular style. - static const IconData share_screen_person_28_regular = IconData( - 0x1019b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_28_regular = IconData(0x1019b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 16 and regular style. - static const IconData share_screen_person_overlay_16_regular = IconData( - 0x1019c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_16_regular = IconData(0x1019c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 20 and regular style. - static const IconData share_screen_person_overlay_20_regular = IconData( - 0x1019d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_20_regular = IconData(0x1019d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 24 and regular style. - static const IconData share_screen_person_overlay_24_regular = IconData( - 0x1019e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_24_regular = IconData(0x1019e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 28 and regular style. - static const IconData share_screen_person_overlay_28_regular = IconData( - 0x1019f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_28_regular = IconData(0x1019f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 16 and regular style. - static const IconData share_screen_person_overlay_inside_16_regular = - IconData( - 0x101a0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_16_regular = IconData(0x101a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 20 and regular style. - static const IconData share_screen_person_overlay_inside_20_regular = - IconData( - 0x101a1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_20_regular = IconData(0x101a1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 24 and regular style. - static const IconData share_screen_person_overlay_inside_24_regular = - IconData( - 0x101a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_24_regular = IconData(0x101a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 28 and regular style. - static const IconData share_screen_person_overlay_inside_28_regular = - IconData( - 0x101a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_28_regular = IconData(0x101a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 16 and regular style. - static const IconData share_screen_person_p_16_regular = IconData( - 0x103be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_16_regular = IconData(0x103be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 20 and regular style. - static const IconData share_screen_person_p_20_regular = IconData( - 0x103bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_20_regular = IconData(0x103bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 24 and regular style. - static const IconData share_screen_person_p_24_regular = IconData( - 0x103c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_24_regular = IconData(0x103c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 28 and regular style. - static const IconData share_screen_person_p_28_regular = IconData( - 0x103c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_28_regular = IconData(0x103c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 20 and regular style. - static const IconData share_screen_start_20_regular = IconData( - 0xfc57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_20_regular = IconData(0xfc57, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 24 and regular style. - static const IconData share_screen_start_24_regular = IconData( - 0xfc58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_24_regular = IconData(0xfc58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 28 and regular style. - static const IconData share_screen_start_28_regular = IconData( - 0xfc59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_28_regular = IconData(0xfc59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 48 and regular style. - static const IconData share_screen_start_48_regular = IconData( - 0x104ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_48_regular = IconData(0x104ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 16 and regular style. - static const IconData share_screen_stop_16_regular = IconData( - 0xfc5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_16_regular = IconData(0xfc5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 20 and regular style. - static const IconData share_screen_stop_20_regular = IconData( - 0xfc5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_20_regular = IconData(0xfc5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 24 and regular style. - static const IconData share_screen_stop_24_regular = IconData( - 0xfc5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_24_regular = IconData(0xfc5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 28 and regular style. - static const IconData share_screen_stop_28_regular = IconData( - 0xfc5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_28_regular = IconData(0xfc5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 48 and regular style. - static const IconData share_screen_stop_48_regular = IconData( - 0xfc5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_48_regular = IconData(0xfc5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 16 and regular style. - static const IconData shield_16_regular = IconData( - 0xfe98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_16_regular = IconData(0xfe98, 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, - ); + 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, - ); + static const IconData shield_24_regular = IconData(0xf6bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 28 and regular style. - static const IconData shield_28_regular = IconData( - 0xfe99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_28_regular = IconData(0xfe99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 48 and regular style. - static const IconData shield_48_regular = IconData( - 0xfe9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_48_regular = IconData(0xfe9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_badge" in size 20 and regular style. - static const IconData shield_badge_20_regular = IconData( - 0xf76d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_badge_20_regular = IconData(0xf76d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_badge" in size 24 and regular style. - static const IconData shield_badge_24_regular = IconData( - 0xfb2f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_badge_24_regular = IconData(0xfb2f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 16 and regular style. - static const IconData shield_checkmark_16_regular = IconData( - 0xfe9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_16_regular = IconData(0xfe9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 20 and regular style. - static const IconData shield_checkmark_20_regular = IconData( - 0xfe9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_20_regular = IconData(0xfe9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 24 and regular style. - static const IconData shield_checkmark_24_regular = IconData( - 0xfe9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_24_regular = IconData(0xfe9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 28 and regular style. - static const IconData shield_checkmark_28_regular = IconData( - 0xfe9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_28_regular = IconData(0xfe9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 48 and regular style. - static const IconData shield_checkmark_48_regular = IconData( - 0xfe9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_48_regular = IconData(0xfe9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_dismiss" in size 16 and regular style. - static const IconData shield_dismiss_16_regular = IconData( - 0xfc5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_dismiss_16_regular = IconData(0xfc5f, 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, - ); + 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, - ); + static const IconData shield_dismiss_24_regular = IconData(0xf6c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_dismiss_shield" in size 20 and regular style. - static const IconData shield_dismiss_shield_20_regular = IconData( - 0xfa8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_dismiss_shield_20_regular = IconData(0xfa8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_error" in size 16 and regular style. - static const IconData shield_error_16_regular = IconData( - 0x1002e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_error_16_regular = IconData(0x1002e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData shield_keyhole_24_regular = IconData(0xf6c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 16 and regular style. - static const IconData shield_lock_16_regular = IconData( - 0xfb8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_16_regular = IconData(0xfb8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 20 and regular style. - static const IconData shield_lock_20_regular = IconData( - 0xffbc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_20_regular = IconData(0xffbc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 24 and regular style. - static const IconData shield_lock_24_regular = IconData( - 0x104cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_24_regular = IconData(0x104cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 28 and regular style. - static const IconData shield_lock_28_regular = IconData( - 0x104d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_28_regular = IconData(0x104d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 48 and regular style. - static const IconData shield_lock_48_regular = IconData( - 0x104d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_48_regular = IconData(0x104d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_person" in size 20 and regular style. - static const IconData shield_person_20_regular = IconData( - 0x106a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_person_20_regular = IconData(0x106a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_person_add" in size 20 and regular style. - static const IconData shield_person_add_20_regular = IconData( - 0x106a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_person_add_20_regular = IconData(0x106a8, 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, - ); + 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, - ); + static const IconData shield_prohibited_24_regular = IconData(0xf6c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 16 and regular style. - static const IconData shield_task_16_regular = IconData( - 0x10082, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_16_regular = IconData(0x10082, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 20 and regular style. - static const IconData shield_task_20_regular = IconData( - 0x10083, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_20_regular = IconData(0x10083, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 24 and regular style. - static const IconData shield_task_24_regular = IconData( - 0x10084, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_24_regular = IconData(0x10084, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 28 and regular style. - static const IconData shield_task_28_regular = IconData( - 0x10085, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_28_regular = IconData(0x10085, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 48 and regular style. - static const IconData shield_task_48_regular = IconData( - 0x10086, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_48_regular = IconData(0x10086, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 24 and regular style. - static const IconData shield_video_24_regular = IconData( - 0x10171, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_24_regular = IconData(0x10171, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 28 and regular style. - static const IconData shield_video_28_regular = IconData( - 0x10172, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_28_regular = IconData(0x10172, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 48 and regular style. - static const IconData shield_video_48_regular = IconData( - 0x10173, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_48_regular = IconData(0x10173, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 16 and regular style. - static const IconData shifts_16_regular = IconData( - 0xfd04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_16_regular = IconData(0xfd04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 20 and regular style. - static const IconData shifts_20_regular = IconData( - 0xfb4d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_20_regular = IconData(0xfb4d, 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, - ); + static const IconData shifts_24_regular = IconData(0xf6c9, 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, - ); + static const IconData shifts_28_regular = IconData(0xf6cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_30_minutes" in size 20 and regular style. - static const IconData shifts_30_minutes_20_regular = IconData( - 0x10742, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_30_minutes_20_regular = IconData(0x10742, 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, - ); + static const IconData shifts_30_minutes_24_regular = IconData(0xf6cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 32 and regular style. - static const IconData shifts_32_regular = IconData( - 0xfde2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_32_regular = IconData(0xfde2, 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, - ); + 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, - ); + static const IconData shifts_activity_24_regular = IconData(0xf6cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_add" in size 20 and regular style. - static const IconData shifts_add_20_regular = IconData( - 0x105d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_add_20_regular = IconData(0x105d9, 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, - ); + static const IconData shifts_add_24_regular = IconData(0xf6d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_availability" in size 20 and regular style. - static const IconData shifts_availability_20_regular = IconData( - 0x10711, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_availability_20_regular = IconData(0x10711, 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, - ); + static const IconData shifts_availability_24_regular = IconData(0xf6d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_checkmark" in size 20 and regular style. - static const IconData shifts_checkmark_20_regular = IconData( - 0xfb4e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_checkmark_20_regular = IconData(0xfb4e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_checkmark" in size 24 and regular style. - static const IconData shifts_checkmark_24_regular = IconData( - 0xfb4f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_checkmark_24_regular = IconData(0xfb4f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_day" in size 20 and regular style. - static const IconData shifts_day_20_regular = IconData( - 0xfa90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_day_20_regular = IconData(0xfa90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_day" in size 24 and regular style. - static const IconData shifts_day_24_regular = IconData( - 0xfa91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_day_24_regular = IconData(0xfa91, 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, - ); + 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, - ); + static const IconData shifts_open_24_regular = IconData(0xf6d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_prohibited" in size 20 and regular style. - static const IconData shifts_prohibited_20_regular = IconData( - 0x105da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_prohibited_20_regular = IconData(0x105da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_prohibited" in size 24 and regular style. - static const IconData shifts_prohibited_24_regular = IconData( - 0xfc60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_prohibited_24_regular = IconData(0xfc60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_question_mark" in size 20 and regular style. - static const IconData shifts_question_mark_20_regular = IconData( - 0x105db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_question_mark_20_regular = IconData(0x105db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shifts_question_mark" in size 24 and regular style. - static const IconData shifts_question_mark_24_regular = IconData( - 0xfc61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shifts_question_mark_24_regular = IconData(0xfc61, 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, - ); + static const IconData shifts_team_24_regular = IconData(0xf6d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 16 and regular style. - static const IconData shopping_bag_16_regular = IconData( - 0xf76e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_16_regular = IconData(0xf76e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 20 and regular style. - static const IconData shopping_bag_20_regular = IconData( - 0xf76f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_20_regular = IconData(0xf76f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 24 and regular style. - static const IconData shopping_bag_24_regular = IconData( - 0xf770, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_24_regular = IconData(0xf770, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_arrow_left" in size 20 and regular style. - static const IconData shopping_bag_arrow_left_20_regular = IconData( - 0x10431, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_arrow_left_20_regular = IconData(0x10431, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_arrow_left" in size 24 and regular style. - static const IconData shopping_bag_arrow_left_24_regular = IconData( - 0x10432, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_arrow_left_24_regular = IconData(0x10432, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_dismiss" in size 20 and regular style. - static const IconData shopping_bag_dismiss_20_regular = IconData( - 0x1028a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_dismiss_20_regular = IconData(0x1028a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_dismiss" in size 24 and regular style. - static const IconData shopping_bag_dismiss_24_regular = IconData( - 0x1028b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_dismiss_24_regular = IconData(0x1028b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_pause" in size 20 and regular style. - static const IconData shopping_bag_pause_20_regular = IconData( - 0x1028c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_pause_20_regular = IconData(0x1028c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_pause" in size 24 and regular style. - static const IconData shopping_bag_pause_24_regular = IconData( - 0x1028d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_pause_24_regular = IconData(0x1028d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_percent" in size 20 and regular style. - static const IconData shopping_bag_percent_20_regular = IconData( - 0x1023d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_percent_20_regular = IconData(0x1023d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_percent" in size 24 and regular style. - static const IconData shopping_bag_percent_24_regular = IconData( - 0x1023e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_percent_24_regular = IconData(0x1023e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_play" in size 20 and regular style. - static const IconData shopping_bag_play_20_regular = IconData( - 0x10433, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_play_20_regular = IconData(0x10433, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_play" in size 24 and regular style. - static const IconData shopping_bag_play_24_regular = IconData( - 0x10434, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_play_24_regular = IconData(0x10434, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_tag" in size 20 and regular style. - static const IconData shopping_bag_tag_20_regular = IconData( - 0x1023f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_tag_20_regular = IconData(0x1023f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_tag" in size 24 and regular style. - static const IconData shopping_bag_tag_24_regular = IconData( - 0x10240, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_tag_24_regular = IconData(0x10240, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shortpick" in size 20 and regular style. - static const IconData shortpick_20_regular = IconData( - 0x101ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shortpick_20_regular = IconData(0x101ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "shortpick" in size 24 and regular style. - static const IconData shortpick_24_regular = IconData( - 0x101f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData shortpick_24_regular = IconData(0x101f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sidebar_search_ltr" in size 20 and regular style. - static const IconData sidebar_search_ltr_20_regular = IconData( - 0xfa92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sidebar_search_ltr_20_regular = IconData(0xfa92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sidebar_search_rtl" in size 20 and regular style. - static const IconData sidebar_search_rtl_20_regular = IconData( - 0xfa93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sidebar_search_rtl_20_regular = IconData(0xfa93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sign_out" in size 20 and regular style. - static const IconData sign_out_20_regular = IconData( - 0xfa94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sign_out_20_regular = IconData(0xfa94, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData sim_24_regular = IconData(0xf6e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 20 and regular style. - static const IconData skip_back_10_20_regular = IconData( - 0xfd58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_20_regular = IconData(0xfd58, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 24 and regular style. - static const IconData skip_back_10_24_regular = IconData( - 0x104d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_24_regular = IconData(0x104d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 28 and regular style. - static const IconData skip_back_10_28_regular = IconData( - 0x104d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_28_regular = IconData(0x104d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 32 and regular style. - static const IconData skip_back_10_32_regular = IconData( - 0x104d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_32_regular = IconData(0x104d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 48 and regular style. - static const IconData skip_back_10_48_regular = IconData( - 0x104d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_48_regular = IconData(0x104d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 24 and regular style. - static const IconData skip_backward_10_24_regular = IconData( - 0xfde3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_24_regular = IconData(0xfde3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 28 and regular style. - static const IconData skip_backward_10_28_regular = IconData( - 0xfde4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_28_regular = IconData(0xfde4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 32 and regular style. - static const IconData skip_backward_10_32_regular = IconData( - 0xfde5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_32_regular = IconData(0xfde5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 48 and regular style. - static const IconData skip_backward_10_48_regular = IconData( - 0xfde6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_48_regular = IconData(0xfde6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 20 and regular style. - static const IconData skip_forward_10_20_regular = IconData( - 0xfd59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_20_regular = IconData(0xfd59, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 24 and regular style. - static const IconData skip_forward_10_24_regular = IconData( - 0xfde7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_24_regular = IconData(0xfde7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 28 and regular style. - static const IconData skip_forward_10_28_regular = IconData( - 0xfde8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_28_regular = IconData(0xfde8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 32 and regular style. - static const IconData skip_forward_10_32_regular = IconData( - 0xfde9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_32_regular = IconData(0xfde9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 48 and regular style. - static const IconData skip_forward_10_48_regular = IconData( - 0xfdea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_48_regular = IconData(0xfdea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 20 and regular style. - static const IconData skip_forward_30_20_regular = IconData( - 0xfd5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_20_regular = IconData(0xfd5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 24 and regular style. - static const IconData skip_forward_30_24_regular = IconData( - 0xfdeb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_24_regular = IconData(0xfdeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 28 and regular style. - static const IconData skip_forward_30_28_regular = IconData( - 0xfdec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_28_regular = IconData(0xfdec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 32 and regular style. - static const IconData skip_forward_30_32_regular = IconData( - 0xfded, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_32_regular = IconData(0xfded, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 48 and regular style. - static const IconData skip_forward_30_48_regular = IconData( - 0xfdee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_48_regular = IconData(0xfdee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_tab" in size 20 and regular style. - static const IconData skip_forward_tab_20_regular = IconData( - 0x10712, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_tab_20_regular = IconData(0x10712, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_tab" in size 24 and regular style. - static const IconData skip_forward_tab_24_regular = IconData( - 0xfef1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_tab_24_regular = IconData(0xfef1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sleep" in size 20 and regular style. - static const IconData sleep_20_regular = IconData( - 0x10713, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sleep_20_regular = IconData(0x10713, 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, - ); + static const IconData sleep_24_regular = IconData(0xf6e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 16 and regular style. - static const IconData slide_add_16_regular = IconData( - 0x103c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_16_regular = IconData(0x103c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 20 and regular style. - static const IconData slide_add_20_regular = IconData( - 0x103c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_20_regular = IconData(0x103c3, 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, - ); + static const IconData slide_add_24_regular = IconData(0xf6e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 28 and regular style. - static const IconData slide_add_28_regular = IconData( - 0x103c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_28_regular = IconData(0x103c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 32 and regular style. - static const IconData slide_add_32_regular = IconData( - 0x103c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_32_regular = IconData(0x103c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 48 and regular style. - static const IconData slide_add_48_regular = IconData( - 0x103c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_48_regular = IconData(0x103c6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_arrow_right" in size 20 and regular style. - static const IconData slide_arrow_right_20_regular = IconData( - 0x103c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_arrow_right_20_regular = IconData(0x103c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_arrow_right" in size 24 and regular style. - static const IconData slide_arrow_right_24_regular = IconData( - 0x103c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_arrow_right_24_regular = IconData(0x103c8, 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, - ); + static const IconData slide_design_24_regular = IconData(0xf6e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 16 and regular style. - static const IconData slide_eraser_16_regular = IconData( - 0xfb95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_16_regular = IconData(0xfb95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 20 and regular style. - static const IconData slide_eraser_20_regular = IconData( - 0xfbcd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_20_regular = IconData(0xfbcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 24 and regular style. - static const IconData slide_eraser_24_regular = IconData( - 0xfd5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_24_regular = IconData(0xfd5b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_grid" in size 20 and regular style. - static const IconData slide_grid_20_regular = IconData( - 0x105dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_grid_20_regular = IconData(0x105dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_grid" in size 24 and regular style. - static const IconData slide_grid_24_regular = IconData( - 0xfbce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_grid_24_regular = IconData(0xfbce, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData slide_microphone_24_regular = IconData(0xf6eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_microphone" in size 32 and regular style. - static const IconData slide_microphone_32_regular = IconData( - 0x101a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_microphone_32_regular = IconData(0x101a4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple" in size 20 and regular style. - static const IconData slide_multiple_20_regular = IconData( - 0x10714, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_20_regular = IconData(0x10714, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple" in size 24 and regular style. - static const IconData slide_multiple_24_regular = IconData( - 0xfb50, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_24_regular = IconData(0xfb50, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_arrow_right" in size 20 and regular style. - static const IconData slide_multiple_arrow_right_20_regular = IconData( - 0x10715, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_arrow_right_20_regular = IconData(0x10715, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_arrow_right" in size 24 and regular style. - static const IconData slide_multiple_arrow_right_24_regular = IconData( - 0xfa95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_arrow_right_24_regular = IconData(0xfa95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_search" in size 20 and regular style. - static const IconData slide_multiple_search_20_regular = IconData( - 0xf773, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_search_20_regular = IconData(0xf773, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_search" in size 24 and regular style. - static const IconData slide_multiple_search_24_regular = IconData( - 0xf774, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_search_24_regular = IconData(0xf774, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_search" in size 24 and regular style. - static const IconData slide_search_24_regular = IconData( - 0xfa96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_search_24_regular = IconData(0xfa96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_search" in size 28 and regular style. - static const IconData slide_search_28_regular = IconData( - 0xfa97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_search_28_regular = IconData(0xfa97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_settings" in size 20 and regular style. - static const IconData slide_settings_20_regular = IconData( - 0x105dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_settings_20_regular = IconData(0x105dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_settings" in size 24 and regular style. - static const IconData slide_settings_24_regular = IconData( - 0xfd05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_settings_24_regular = IconData(0xfd05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_size" in size 20 and regular style. - static const IconData slide_size_20_regular = IconData( - 0x10716, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_size_20_regular = IconData(0x10716, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_size" in size 24 and regular style. - static const IconData slide_size_24_regular = IconData( - 0xfa98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_size_24_regular = IconData(0xfa98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 16 and regular style. - static const IconData slide_text_16_regular = IconData( - 0xfa99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_16_regular = IconData(0xfa99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 20 and regular style. - static const IconData slide_text_20_regular = IconData( - 0xfa9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_20_regular = IconData(0xfa9a, 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, - ); + static const IconData slide_text_24_regular = IconData(0xf6ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 28 and regular style. - static const IconData slide_text_28_regular = IconData( - 0xfa9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_28_regular = IconData(0xfa9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 48 and regular style. - static const IconData slide_text_48_regular = IconData( - 0xfa9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_48_regular = IconData(0xfa9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_transition" in size 20 and regular style. - static const IconData slide_transition_20_regular = IconData( - 0x105de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_transition_20_regular = IconData(0x105de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "slide_transition" in size 24 and regular style. - static const IconData slide_transition_24_regular = IconData( - 0xfd06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData slide_transition_24_regular = IconData(0xfd06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "smartwatch" in size 20 and regular style. - static const IconData smartwatch_20_regular = IconData( - 0xf775, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_20_regular = IconData(0xf775, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "smartwatch" in size 24 and regular style. - static const IconData smartwatch_24_regular = IconData( - 0xf776, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_24_regular = IconData(0xf776, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "smartwatch_dot" in size 20 and regular style. - static const IconData smartwatch_dot_20_regular = IconData( - 0xf786, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_dot_20_regular = IconData(0xf786, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "smartwatch_dot" in size 24 and regular style. - static const IconData smartwatch_dot_24_regular = IconData( - 0xf787, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_dot_24_regular = IconData(0xf787, 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, - ); + static const IconData snooze_16_regular = IconData(0xf6f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "snooze" in size 20 and regular style. - static const IconData snooze_20_regular = IconData( - 0x101a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData snooze_20_regular = IconData(0x101a5, 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, - ); + static const IconData snooze_24_regular = IconData(0xf6f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sound_source" in size 20 and regular style. - static const IconData sound_source_20_regular = IconData( - 0x10743, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sound_source_20_regular = IconData(0x10743, 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, - ); + 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, - ); + static const IconData sound_source_28_regular = IconData(0xf6f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sound_wave_circle" in size 20 and regular style. - static const IconData sound_wave_circle_20_regular = IconData( - 0x10717, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sound_wave_circle_20_regular = IconData(0x10717, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sound_wave_circle" in size 24 and regular style. - static const IconData sound_wave_circle_24_regular = IconData( - 0x103c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sound_wave_circle_24_regular = IconData(0x103c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "spacebar" in size 20 and regular style. - static const IconData spacebar_20_regular = IconData( - 0x105df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData spacebar_20_regular = IconData(0x105df, 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, - ); + static const IconData spacebar_24_regular = IconData(0xf6f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 16 and regular style. - static const IconData sparkle_16_regular = IconData( - 0x101f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_16_regular = IconData(0x101f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 20 and regular style. - static const IconData sparkle_20_regular = IconData( - 0x101f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_20_regular = IconData(0x101f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 24 and regular style. - static const IconData sparkle_24_regular = IconData( - 0x101f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_24_regular = IconData(0x101f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 28 and regular style. - static const IconData sparkle_28_regular = IconData( - 0x101f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_28_regular = IconData(0x101f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 48 and regular style. - static const IconData sparkle_48_regular = IconData( - 0x101f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_48_regular = IconData(0x101f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 16 and regular style. - static const IconData speaker_0_16_regular = IconData( - 0xfa9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_16_regular = IconData(0xfa9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 20 and regular style. - static const IconData speaker_0_20_regular = IconData( - 0xfa9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_20_regular = IconData(0xfa9e, 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, - ); + static const IconData speaker_0_24_regular = IconData(0xf6f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 28 and regular style. - static const IconData speaker_0_28_regular = IconData( - 0xfa9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_28_regular = IconData(0xfa9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 32 and regular style. - static const IconData speaker_0_32_regular = IconData( - 0x10174, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_32_regular = IconData(0x10174, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 48 and regular style. - static const IconData speaker_0_48_regular = IconData( - 0xfaa0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_48_regular = IconData(0xfaa0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 16 and regular style. - static const IconData speaker_1_16_regular = IconData( - 0xfaa1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_16_regular = IconData(0xfaa1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 20 and regular style. - static const IconData speaker_1_20_regular = IconData( - 0xfaa2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_20_regular = IconData(0xfaa2, 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, - ); + static const IconData speaker_1_24_regular = IconData(0xf6fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 28 and regular style. - static const IconData speaker_1_28_regular = IconData( - 0xfaa3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_28_regular = IconData(0xfaa3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 32 and regular style. - static const IconData speaker_1_32_regular = IconData( - 0x10175, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_32_regular = IconData(0x10175, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 48 and regular style. - static const IconData speaker_1_48_regular = IconData( - 0xfaa4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_48_regular = IconData(0xfaa4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 16 and regular style. - static const IconData speaker_2_16_regular = IconData( - 0xfc62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_16_regular = IconData(0xfc62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 20 and regular style. - static const IconData speaker_2_20_regular = IconData( - 0xfc63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_20_regular = IconData(0xfc63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 24 and regular style. - static const IconData speaker_2_24_regular = IconData( - 0xfc64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_24_regular = IconData(0xfc64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 28 and regular style. - static const IconData speaker_2_28_regular = IconData( - 0xfc65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_28_regular = IconData(0xfc65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 32 and regular style. - static const IconData speaker_2_32_regular = IconData( - 0x10176, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_32_regular = IconData(0x10176, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 48 and regular style. - static const IconData speaker_2_48_regular = IconData( - 0xfc66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_48_regular = IconData(0xfc66, 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, - ); + static const IconData speaker_bluetooth_24_regular = IconData(0xf6ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_bluetooth" in size 28 and regular style. - static const IconData speaker_bluetooth_28_regular = IconData( - 0xfaa6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_bluetooth_28_regular = IconData(0xfaa6, 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, - ); + 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, - ); + 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, - ); + static const IconData speaker_edit_24_regular = IconData(0xf702, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 16 and regular style. - static const IconData speaker_mute_16_regular = IconData( - 0xfc67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_16_regular = IconData(0xfc67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 20 and regular style. - static const IconData speaker_mute_20_regular = IconData( - 0xfc68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_20_regular = IconData(0xfc68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 24 and regular style. - static const IconData speaker_mute_24_regular = IconData( - 0xfc69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_24_regular = IconData(0xfc69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 28 and regular style. - static const IconData speaker_mute_28_regular = IconData( - 0xfc6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_28_regular = IconData(0xfc6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 48 and regular style. - static const IconData speaker_mute_48_regular = IconData( - 0xfc6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_48_regular = IconData(0xfc6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 16 and regular style. - static const IconData speaker_off_16_regular = IconData( - 0xfaa9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_16_regular = IconData(0xfaa9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 20 and regular style. - static const IconData speaker_off_20_regular = IconData( - 0xfaaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_20_regular = IconData(0xfaaa, 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, - ); + 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, - ); + static const IconData speaker_off_28_regular = IconData(0xf707, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 48 and regular style. - static const IconData speaker_off_48_regular = IconData( - 0xfaab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_48_regular = IconData(0xfaab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_settings" in size 20 and regular style. - static const IconData speaker_settings_20_regular = IconData( - 0x105e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_settings_20_regular = IconData(0x105e0, 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, - ); + static const IconData speaker_settings_24_regular = IconData(0xf708, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_settings" in size 28 and regular style. - static const IconData speaker_settings_28_regular = IconData( - 0x105e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_settings_28_regular = IconData(0x105e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_usb" in size 24 and regular style. - static const IconData speaker_usb_24_regular = IconData( - 0xfaac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_usb_24_regular = IconData(0xfaac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "speaker_usb" in size 28 and regular style. - static const IconData speaker_usb_28_regular = IconData( - 0xfaad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData speaker_usb_28_regular = IconData(0xfaad, 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, - ); + static const IconData spinner_ios_20_regular = IconData(0xf709, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_hint" in size 20 and regular style. - static const IconData split_hint_20_regular = IconData( - 0x106a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_hint_20_regular = IconData(0x106a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 12 and regular style. - static const IconData split_horizontal_12_regular = IconData( - 0xfd5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_12_regular = IconData(0xfd5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 16 and regular style. - static const IconData split_horizontal_16_regular = IconData( - 0xfd5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_16_regular = IconData(0xfd5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 20 and regular style. - static const IconData split_horizontal_20_regular = IconData( - 0xfd5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_20_regular = IconData(0xfd5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 24 and regular style. - static const IconData split_horizontal_24_regular = IconData( - 0xfd5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_24_regular = IconData(0xfd5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 28 and regular style. - static const IconData split_horizontal_28_regular = IconData( - 0xfd60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_28_regular = IconData(0xfd60, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 32 and regular style. - static const IconData split_horizontal_32_regular = IconData( - 0xfd61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_32_regular = IconData(0xfd61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 48 and regular style. - static const IconData split_horizontal_48_regular = IconData( - 0xfd62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_48_regular = IconData(0xfd62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 12 and regular style. - static const IconData split_vertical_12_regular = IconData( - 0xfd63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_12_regular = IconData(0xfd63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 16 and regular style. - static const IconData split_vertical_16_regular = IconData( - 0xfd64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_16_regular = IconData(0xfd64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 20 and regular style. - static const IconData split_vertical_20_regular = IconData( - 0xfd65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_20_regular = IconData(0xfd65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 24 and regular style. - static const IconData split_vertical_24_regular = IconData( - 0xfd66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_24_regular = IconData(0xfd66, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 28 and regular style. - static const IconData split_vertical_28_regular = IconData( - 0xfd67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_28_regular = IconData(0xfd67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 32 and regular style. - static const IconData split_vertical_32_regular = IconData( - 0xfd68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_32_regular = IconData(0xfd68, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 48 and regular style. - static const IconData split_vertical_48_regular = IconData( - 0xfd69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_48_regular = IconData(0xfd69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 16 and regular style. - static const IconData sport_16_regular = IconData( - 0xfaae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_16_regular = IconData(0xfaae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 20 and regular style. - static const IconData sport_20_regular = IconData( - 0xfaaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_20_regular = IconData(0xfaaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 24 and regular style. - static const IconData sport_24_regular = IconData( - 0xfab0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_24_regular = IconData(0xfab0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_american_football" in size 20 and regular style. - static const IconData sport_american_football_20_regular = IconData( - 0x10718, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_american_football_20_regular = IconData(0x10718, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_american_football" in size 24 and regular style. - static const IconData sport_american_football_24_regular = IconData( - 0xfab1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_american_football_24_regular = IconData(0xfab1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_baseball" in size 20 and regular style. - static const IconData sport_baseball_20_regular = IconData( - 0x10719, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_baseball_20_regular = IconData(0x10719, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_baseball" in size 24 and regular style. - static const IconData sport_baseball_24_regular = IconData( - 0xfab2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_baseball_24_regular = IconData(0xfab2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_basketball" in size 24 and regular style. - static const IconData sport_basketball_24_regular = IconData( - 0xfab3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_basketball_24_regular = IconData(0xfab3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_hockey" in size 20 and regular style. - static const IconData sport_hockey_20_regular = IconData( - 0x1071a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_hockey_20_regular = IconData(0x1071a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_hockey" in size 24 and regular style. - static const IconData sport_hockey_24_regular = IconData( - 0xfab4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_hockey_24_regular = IconData(0xfab4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 16 and regular style. - static const IconData sport_soccer_16_regular = IconData( - 0x1002f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_16_regular = IconData(0x1002f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 20 and regular style. - static const IconData sport_soccer_20_regular = IconData( - 0xfd6a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_20_regular = IconData(0xfd6a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 24 and regular style. - static const IconData sport_soccer_24_regular = IconData( - 0xfd6b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_24_regular = IconData(0xfd6b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 12 and regular style. - static const IconData square_12_regular = IconData( - 0x100e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_12_regular = IconData(0x100e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 16 and regular style. - static const IconData square_16_regular = IconData( - 0xfc6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_16_regular = IconData(0xfc6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 20 and regular style. - static const IconData square_20_regular = IconData( - 0x10030, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_20_regular = IconData(0x10030, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 24 and regular style. - static const IconData square_24_regular = IconData( - 0x10435, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_24_regular = IconData(0x10435, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 28 and regular style. - static const IconData square_28_regular = IconData( - 0x10436, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_28_regular = IconData(0x10436, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 32 and regular style. - static const IconData square_32_regular = IconData( - 0x101f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_32_regular = IconData(0x101f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square" in size 48 and regular style. - static const IconData square_48_regular = IconData( - 0x103ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_48_regular = IconData(0x103ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_add" in size 16 and regular style. - static const IconData square_add_16_regular = IconData( - 0xfc6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_add_16_regular = IconData(0xfc6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_add" in size 20 and regular style. - static const IconData square_add_20_regular = IconData( - 0xffbd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_add_20_regular = IconData(0xffbd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 16 and regular style. - static const IconData square_arrow_forward_16_regular = IconData( - 0xfef2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_16_regular = IconData(0xfef2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 20 and regular style. - static const IconData square_arrow_forward_20_regular = IconData( - 0xfef3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_20_regular = IconData(0xfef3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 24 and regular style. - static const IconData square_arrow_forward_24_regular = IconData( - 0xfef4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_24_regular = IconData(0xfef4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 28 and regular style. - static const IconData square_arrow_forward_28_regular = IconData( - 0xfef5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_28_regular = IconData(0xfef5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 32 and regular style. - static const IconData square_arrow_forward_32_regular = IconData( - 0xfef6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_32_regular = IconData(0xfef6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 48 and regular style. - static const IconData square_arrow_forward_48_regular = IconData( - 0xfef7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_48_regular = IconData(0xfef7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_dismiss" in size 16 and regular style. - static const IconData square_dismiss_16_regular = IconData( - 0x100ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_dismiss_16_regular = IconData(0x100ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_dismiss" in size 20 and regular style. - static const IconData square_dismiss_20_regular = IconData( - 0x100eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_dismiss_20_regular = IconData(0x100eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 16 and regular style. - static const IconData square_hint_16_regular = IconData( - 0x10437, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_16_regular = IconData(0x10437, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 20 and regular style. - static const IconData square_hint_20_regular = IconData( - 0x102f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_20_regular = IconData(0x102f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 24 and regular style. - static const IconData square_hint_24_regular = IconData( - 0x102f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_24_regular = IconData(0x102f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 28 and regular style. - static const IconData square_hint_28_regular = IconData( - 0x10438, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_28_regular = IconData(0x10438, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 32 and regular style. - static const IconData square_hint_32_regular = IconData( - 0x10439, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_32_regular = IconData(0x10439, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 48 and regular style. - static const IconData square_hint_48_regular = IconData( - 0x1043a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_48_regular = IconData(0x1043a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_apps" in size 20 and regular style. - static const IconData square_hint_apps_20_regular = IconData( - 0x1043b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_apps_20_regular = IconData(0x1043b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_apps" in size 24 and regular style. - static const IconData square_hint_apps_24_regular = IconData( - 0x1043c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_apps_24_regular = IconData(0x1043c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_arrow_back" in size 16 and regular style. - static const IconData square_hint_arrow_back_16_regular = IconData( - 0xfc6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_arrow_back_16_regular = IconData(0xfc6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_arrow_back" in size 20 and regular style. - static const IconData square_hint_arrow_back_20_regular = IconData( - 0x1071b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_arrow_back_20_regular = IconData(0x1071b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 16 and regular style. - static const IconData square_hint_sparkles_16_regular = IconData( - 0x1043d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_16_regular = IconData(0x1043d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 20 and regular style. - static const IconData square_hint_sparkles_20_regular = IconData( - 0x1043e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_20_regular = IconData(0x1043e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 24 and regular style. - static const IconData square_hint_sparkles_24_regular = IconData( - 0x1043f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_24_regular = IconData(0x1043f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 28 and regular style. - static const IconData square_hint_sparkles_28_regular = IconData( - 0x10440, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_28_regular = IconData(0x10440, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 32 and regular style. - static const IconData square_hint_sparkles_32_regular = IconData( - 0x10441, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_32_regular = IconData(0x10441, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 48 and regular style. - static const IconData square_hint_sparkles_48_regular = IconData( - 0x10442, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_48_regular = IconData(0x10442, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 16 and regular style. - static const IconData square_multiple_16_regular = IconData( - 0x10087, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_16_regular = IconData(0x10087, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 20 and regular style. - static const IconData square_multiple_20_regular = IconData( - 0xfba6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_20_regular = IconData(0xfba6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 24 and regular style. - static const IconData square_multiple_24_regular = IconData( - 0xf78c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_24_regular = IconData(0xf78c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_shadow" in size 12 and regular style. - static const IconData square_shadow_12_regular = IconData( - 0x1011a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_shadow_12_regular = IconData(0x1011a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "square_shadow" in size 20 and regular style. - static const IconData square_shadow_20_regular = IconData( - 0x1071c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData square_shadow_20_regular = IconData(0x1071c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "squares_nested" in size 20 and regular style. - static const IconData squares_nested_20_regular = IconData( - 0x106aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData squares_nested_20_regular = IconData(0x106aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 16 and regular style. - static const IconData stack_16_regular = IconData( - 0xf78d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_16_regular = IconData(0xf78d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 20 and regular style. - static const IconData stack_20_regular = IconData( - 0xf792, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_20_regular = IconData(0xf792, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 24 and regular style. - static const IconData stack_24_regular = IconData( - 0xf7a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_24_regular = IconData(0xf7a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack_arrow_forward" in size 20 and regular style. - static const IconData stack_arrow_forward_20_regular = IconData( - 0x10241, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_arrow_forward_20_regular = IconData(0x10241, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack_arrow_forward" in size 24 and regular style. - static const IconData stack_arrow_forward_24_regular = IconData( - 0x10242, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_arrow_forward_24_regular = IconData(0x10242, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 16 and regular style. - static const IconData stack_star_16_regular = IconData( - 0x10088, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_16_regular = IconData(0x10088, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 20 and regular style. - static const IconData stack_star_20_regular = IconData( - 0x10089, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_20_regular = IconData(0x10089, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 24 and regular style. - static const IconData stack_star_24_regular = IconData( - 0x1008a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_24_regular = IconData(0x1008a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData star_28_regular = IconData(0xf711, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star" in size 48 and regular style. - static const IconData star_48_regular = IconData( - 0x103cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_48_regular = IconData(0x103cb, 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, - ); + 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, - ); + 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, - ); + static const IconData star_add_24_regular = IconData(0xf714, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_add" in size 28 and regular style. - static const IconData star_add_28_regular = IconData( - 0x103cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_add_28_regular = IconData(0x103cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_end" in size 20 and regular style. - static const IconData star_arrow_right_end_20_regular = IconData( - 0x105e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_end_20_regular = IconData(0x105e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_end" in size 24 and regular style. - static const IconData star_arrow_right_end_24_regular = IconData( - 0xfc6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_end_24_regular = IconData(0xfc6f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_start" in size 20 and regular style. - static const IconData star_arrow_right_start_20_regular = IconData( - 0x105e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_start_20_regular = IconData(0x105e3, 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, - ); + static const IconData star_arrow_right_start_24_regular = IconData(0xf716, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 16 and regular style. - static const IconData star_dismiss_16_regular = IconData( - 0x103cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_16_regular = IconData(0x103cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 20 and regular style. - static const IconData star_dismiss_20_regular = IconData( - 0x103ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_20_regular = IconData(0x103ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 24 and regular style. - static const IconData star_dismiss_24_regular = IconData( - 0x103cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_24_regular = IconData(0x103cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 28 and regular style. - static const IconData star_dismiss_28_regular = IconData( - 0x103d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_28_regular = IconData(0x103d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_edit" in size 20 and regular style. - static const IconData star_edit_20_regular = IconData( - 0x103d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_edit_20_regular = IconData(0x103d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_edit" in size 24 and regular style. - static const IconData star_edit_24_regular = IconData( - 0xfab5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_edit_24_regular = IconData(0xfab5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_emphasis" in size 20 and regular style. - static const IconData star_emphasis_20_regular = IconData( - 0xfba7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_emphasis_20_regular = IconData(0xfba7, 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, - ); + static const IconData star_emphasis_24_regular = IconData(0xf717, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_emphasis" in size 32 and regular style. - static const IconData star_emphasis_32_regular = IconData( - 0xfd07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_emphasis_32_regular = IconData(0xfd07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_half" in size 12 and regular style. - static const IconData star_half_12_regular = IconData( - 0x105e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_half_12_regular = IconData(0x105e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_half" in size 16 and regular style. - static const IconData star_half_16_regular = IconData( - 0x105e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_half_16_regular = IconData(0x105e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_half" in size 20 and regular style. - static const IconData star_half_20_regular = IconData( - 0x105e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_half_20_regular = IconData(0x105e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_half" in size 24 and regular style. - static const IconData star_half_24_regular = IconData( - 0x105e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_half_24_regular = IconData(0x105e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_half" in size 28 and regular style. - static const IconData star_half_28_regular = IconData( - 0x105e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_half_28_regular = IconData(0x105e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 16 and regular style. - static const IconData star_line_horizontal_3_16_regular = IconData( - 0xffbe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_16_regular = IconData(0xffbe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 20 and regular style. - static const IconData star_line_horizontal_3_20_regular = IconData( - 0xfb51, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_20_regular = IconData(0xfb51, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 24 and regular style. - static const IconData star_line_horizontal_3_24_regular = IconData( - 0xfb52, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_24_regular = IconData(0xfb52, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData star_off_28_regular = IconData(0xf71c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_one_quarter" in size 12 and regular style. - static const IconData star_one_quarter_12_regular = IconData( - 0x105e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_one_quarter_12_regular = IconData(0x105e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_one_quarter" in size 16 and regular style. - static const IconData star_one_quarter_16_regular = IconData( - 0x105ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_one_quarter_16_regular = IconData(0x105ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_one_quarter" in size 20 and regular style. - static const IconData star_one_quarter_20_regular = IconData( - 0x105eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_one_quarter_20_regular = IconData(0x105eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_one_quarter" in size 24 and regular style. - static const IconData star_one_quarter_24_regular = IconData( - 0x105ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_one_quarter_24_regular = IconData(0x105ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_one_quarter" in size 28 and regular style. - static const IconData star_one_quarter_28_regular = IconData( - 0x105ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_one_quarter_28_regular = IconData(0x105ed, 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, - ); + 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, - ); + 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, - ); + static const IconData star_prohibited_24_regular = IconData(0xf71f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_settings" in size 20 and regular style. - static const IconData star_settings_20_regular = IconData( - 0x103d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_settings_20_regular = IconData(0x103d2, 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, - ); + static const IconData star_settings_24_regular = IconData(0xf720, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_three_quarter" in size 12 and regular style. - static const IconData star_three_quarter_12_regular = IconData( - 0x105ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_three_quarter_12_regular = IconData(0x105ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_three_quarter" in size 16 and regular style. - static const IconData star_three_quarter_16_regular = IconData( - 0x105ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_three_quarter_16_regular = IconData(0x105ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_three_quarter" in size 20 and regular style. - static const IconData star_three_quarter_20_regular = IconData( - 0x105f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_three_quarter_20_regular = IconData(0x105f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_three_quarter" in size 24 and regular style. - static const IconData star_three_quarter_24_regular = IconData( - 0x105f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_three_quarter_24_regular = IconData(0x105f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "star_three_quarter" in size 28 and regular style. - static const IconData star_three_quarter_28_regular = IconData( - 0x105f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData star_three_quarter_28_regular = IconData(0x105f2, 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, - ); + 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, - ); + 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, - ); + static const IconData status_24_regular = IconData(0xf723, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "steps" in size 20 and regular style. - static const IconData steps_20_regular = IconData( - 0xfefc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData steps_20_regular = IconData(0xfefc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "steps" in size 24 and regular style. - static const IconData steps_24_regular = IconData( - 0xfefd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData steps_24_regular = IconData(0xfefd, 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, - ); + 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, - ); + static const IconData stethoscope_24_regular = IconData(0xf725, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sticker" in size 12 and regular style. - static const IconData sticker_12_regular = IconData( - 0x10177, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sticker_12_regular = IconData(0x10177, 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, - ); + 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, - ); + static const IconData sticker_24_regular = IconData(0xf727, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sticker_add" in size 20 and regular style. - static const IconData sticker_add_20_regular = IconData( - 0x10512, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sticker_add_20_regular = IconData(0x10512, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData stop_24_regular = IconData(0xf72b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "storage" in size 20 and regular style. - static const IconData storage_20_regular = IconData( - 0x105f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData storage_20_regular = IconData(0x105f3, 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, - ); + static const IconData storage_24_regular = IconData(0xf72c, 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, - ); + 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, - ); + 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, - ); + static const IconData store_microsoft_24_regular = IconData(0xf732, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stream" in size 20 and regular style. - static const IconData stream_20_regular = IconData( - 0xffbf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stream_20_regular = IconData(0xffbf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stream" in size 24 and regular style. - static const IconData stream_24_regular = IconData( - 0xffc0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stream_24_regular = IconData(0xffc0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stream_input" in size 20 and regular style. - static const IconData stream_input_20_regular = IconData( - 0x106ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stream_input_20_regular = IconData(0x106ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stream_input_output" in size 20 and regular style. - static const IconData stream_input_output_20_regular = IconData( - 0x106ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stream_input_output_20_regular = IconData(0x106ac, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "stream_output" in size 20 and regular style. - static const IconData stream_output_20_regular = IconData( - 0x106ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData stream_output_20_regular = IconData(0x106ad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 16 and regular style. - static const IconData strikethrough_ga_na_16_regular = IconData( - 0xfd6c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_16_regular = IconData(0xfd6c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 20 and regular style. - static const IconData strikethrough_ga_na_20_regular = IconData( - 0xfd6d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_20_regular = IconData(0xfd6d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 24 and regular style. - static const IconData strikethrough_ga_na_24_regular = IconData( - 0xfd6e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_24_regular = IconData(0xfd6e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "style_guide" in size 20 and regular style. - static const IconData style_guide_20_regular = IconData( - 0x104a2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData style_guide_20_regular = IconData(0x104a2, 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, - ); + static const IconData style_guide_24_regular = IconData(0xf733, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "sub_grid" in size 20 and regular style. - static const IconData sub_grid_20_regular = IconData( - 0x105f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData sub_grid_20_regular = IconData(0x105f4, 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, - ); + static const IconData sub_grid_24_regular = IconData(0xf734, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 16 and regular style. - static const IconData subtitles_16_regular = IconData( - 0x10744, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_16_regular = IconData(0x10744, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 20 and regular style. - static const IconData subtitles_20_regular = IconData( - 0x10745, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_20_regular = IconData(0x10745, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 24 and regular style. - static const IconData subtitles_24_regular = IconData( - 0x10746, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_24_regular = IconData(0x10746, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 12 and regular style. - static const IconData subtract_12_regular = IconData( - 0xfc70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_12_regular = IconData(0xfc70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 16 and regular style. - static const IconData subtract_16_regular = IconData( - 0xfc71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_16_regular = IconData(0xfc71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 20 and regular style. - static const IconData subtract_20_regular = IconData( - 0xfc72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_20_regular = IconData(0xfc72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 24 and regular style. - static const IconData subtract_24_regular = IconData( - 0xfc73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_24_regular = IconData(0xfc73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 28 and regular style. - static const IconData subtract_28_regular = IconData( - 0xfc74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_28_regular = IconData(0xfc74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 48 and regular style. - static const IconData subtract_48_regular = IconData( - 0xfc75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_48_regular = IconData(0xfc75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 12 and regular style. - static const IconData subtract_circle_12_regular = IconData( - 0x100ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_12_regular = IconData(0x100ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 16 and regular style. - static const IconData subtract_circle_16_regular = IconData( - 0xf7a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_16_regular = IconData(0xf7a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 20 and regular style. - static const IconData subtract_circle_20_regular = IconData( - 0xf7b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_20_regular = IconData(0xf7b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 24 and regular style. - static const IconData subtract_circle_24_regular = IconData( - 0xf7b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_24_regular = IconData(0xf7b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 28 and regular style. - static const IconData subtract_circle_28_regular = IconData( - 0xf7b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_28_regular = IconData(0xf7b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 32 and regular style. - static const IconData subtract_circle_32_regular = IconData( - 0xf7b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_32_regular = IconData(0xf7b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_back" in size 16 and regular style. - static const IconData subtract_circle_arrow_back_16_regular = IconData( - 0x1008b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_back_16_regular = IconData(0x1008b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_back" in size 20 and regular style. - static const IconData subtract_circle_arrow_back_20_regular = IconData( - 0x1008c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_back_20_regular = IconData(0x1008c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_forward" in size 16 and regular style. - static const IconData subtract_circle_arrow_forward_16_regular = IconData( - 0x1008d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_forward_16_regular = IconData(0x1008d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_forward" in size 20 and regular style. - static const IconData subtract_circle_arrow_forward_20_regular = IconData( - 0x1008e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_forward_20_regular = IconData(0x1008e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_square" in size 20 and regular style. - static const IconData subtract_square_20_regular = IconData( - 0x10513, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_20_regular = IconData(0x10513, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_square" in size 24 and regular style. - static const IconData subtract_square_24_regular = IconData( - 0x101f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_24_regular = IconData(0x101f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_square_multiple" in size 16 and regular style. - static const IconData subtract_square_multiple_16_regular = IconData( - 0xfdef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_multiple_16_regular = IconData(0xfdef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "subtract_square_multiple" in size 20 and regular style. - static const IconData subtract_square_multiple_20_regular = IconData( - 0xfef8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_multiple_20_regular = IconData(0xfef8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData swipe_up_24_regular = IconData(0xf73e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "symbols" in size 16 and regular style. - static const IconData symbols_16_regular = IconData( - 0xfe37, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData symbols_16_regular = IconData(0xfe37, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "symbols" in size 20 and regular style. - static const IconData symbols_20_regular = IconData( - 0xfd6f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData symbols_20_regular = IconData(0xfd6f, 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, - ); + 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, - ); + 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, - ); + static const IconData sync_off_20_regular = IconData(0xf741, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "syringe" in size 20 and regular style. - static const IconData syringe_20_regular = IconData( - 0xffc1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData syringe_20_regular = IconData(0xffc1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "syringe" in size 24 and regular style. - static const IconData syringe_24_regular = IconData( - 0xffc2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData syringe_24_regular = IconData(0xffc2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "system" in size 20 and regular style. - static const IconData system_20_regular = IconData( - 0x10514, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData system_20_regular = IconData(0x10514, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_28_regular = IconData(0xf746, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_add" in size 20 and regular style. - static const IconData tab_add_20_regular = IconData( - 0xfc76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_add_20_regular = IconData(0xfc76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_add" in size 24 and regular style. - static const IconData tab_add_24_regular = IconData( - 0xfc77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_add_24_regular = IconData(0xfc77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_arrow_left" in size 20 and regular style. - static const IconData tab_arrow_left_20_regular = IconData( - 0x1071d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_arrow_left_20_regular = IconData(0x1071d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_arrow_left" in size 24 and regular style. - static const IconData tab_arrow_left_24_regular = IconData( - 0xfc78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_arrow_left_24_regular = IconData(0xfc78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop" in size 16 and regular style. - static const IconData tab_desktop_16_regular = IconData( - 0x104a3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_16_regular = IconData(0x104a3, 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, - ); + static const IconData tab_desktop_20_regular = IconData(0xf747, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop" in size 24 and regular style. - static const IconData tab_desktop_24_regular = IconData( - 0x104a4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_24_regular = IconData(0x104a4, 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, - ); + 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, - ); + 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, - ); + static const IconData tab_desktop_arrow_clockwise_24_regular = IconData(0xf74a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_arrow_left" in size 20 and regular style. - static const IconData tab_desktop_arrow_left_20_regular = IconData( - 0xfab6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_arrow_left_20_regular = IconData(0xfab6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_bottom" in size 20 and regular style. - static const IconData tab_desktop_bottom_20_regular = IconData( - 0x104a5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_bottom_20_regular = IconData(0x104a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_bottom" in size 24 and regular style. - static const IconData tab_desktop_bottom_24_regular = IconData( - 0xfefe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_bottom_24_regular = IconData(0xfefe, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_desktop_multiple_20_regular = IconData(0xf750, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and regular style. - static const IconData tab_desktop_multiple_bottom_24_regular = IconData( - 0xfeff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_multiple_bottom_24_regular = IconData(0xfeff, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_inprivate_account_24_regular = IconData(0xf757, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_prohibited" in size 20 and regular style. - static const IconData tab_prohibited_20_regular = IconData( - 0x1071e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_prohibited_20_regular = IconData(0x1071e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_prohibited" in size 24 and regular style. - static const IconData tab_prohibited_24_regular = IconData( - 0xfab7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_prohibited_24_regular = IconData(0xfab7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_shield_dismiss" in size 20 and regular style. - static const IconData tab_shield_dismiss_20_regular = IconData( - 0xfc79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_shield_dismiss_20_regular = IconData(0xfc79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tab_shield_dismiss" in size 24 and regular style. - static const IconData tab_shield_dismiss_24_regular = IconData( - 0xfc7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tab_shield_dismiss_24_regular = IconData(0xfc7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table" in size 16 and regular style. - static const IconData table_16_regular = IconData( - 0xfab8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_16_regular = IconData(0xfab8, 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, - ); + 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, - ); + static const IconData table_24_regular = IconData(0xf75e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table" in size 28 and regular style. - static const IconData table_28_regular = IconData( - 0xfab9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_28_regular = IconData(0xfab9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table" in size 32 and regular style. - static const IconData table_32_regular = IconData( - 0xfd08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_32_regular = IconData(0xfd08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table" in size 48 and regular style. - static const IconData table_48_regular = IconData( - 0xfaba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_48_regular = IconData(0xfaba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 16 and regular style. - static const IconData table_add_16_regular = IconData( - 0x10515, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_add_16_regular = IconData(0x10515, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 20 and regular style. - static const IconData table_add_20_regular = IconData( - 0xfb53, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_add_20_regular = IconData(0xfb53, 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, - ); + static const IconData table_add_24_regular = IconData(0xf75f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 28 and regular style. - static const IconData table_add_28_regular = IconData( - 0x10516, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_add_28_regular = IconData(0x10516, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 16 and regular style. - static const IconData table_bottom_row_16_regular = IconData( - 0x106ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_16_regular = IconData(0x106ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 20 and regular style. - static const IconData table_bottom_row_20_regular = IconData( - 0x106af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_20_regular = IconData(0x106af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 24 and regular style. - static const IconData table_bottom_row_24_regular = IconData( - 0x106b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_24_regular = IconData(0x106b0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 28 and regular style. - static const IconData table_bottom_row_28_regular = IconData( - 0x106b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_28_regular = IconData(0x106b1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 32 and regular style. - static const IconData table_bottom_row_32_regular = IconData( - 0x106b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_32_regular = IconData(0x106b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 48 and regular style. - static const IconData table_bottom_row_48_regular = IconData( - 0x106b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_48_regular = IconData(0x106b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 16 and regular style. - static const IconData table_cell_edit_16_regular = IconData( - 0x10517, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_16_regular = IconData(0x10517, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 20 and regular style. - static const IconData table_cell_edit_20_regular = IconData( - 0x10518, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_20_regular = IconData(0x10518, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 24 and regular style. - static const IconData table_cell_edit_24_regular = IconData( - 0xfd09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_24_regular = IconData(0xfd09, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 28 and regular style. - static const IconData table_cell_edit_28_regular = IconData( - 0x10519, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_28_regular = IconData(0x10519, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cells_merge" in size 16 and regular style. - static const IconData table_cells_merge_16_regular = IconData( - 0x1051a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_merge_16_regular = IconData(0x1051a, 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, - ); + 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, - ); + static const IconData table_cells_merge_24_regular = IconData(0xf761, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cells_merge" in size 28 and regular style. - static const IconData table_cells_merge_28_regular = IconData( - 0x1051b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_merge_28_regular = IconData(0x1051b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cells_split" in size 16 and regular style. - static const IconData table_cells_split_16_regular = IconData( - 0x1051c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_split_16_regular = IconData(0x1051c, 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, - ); + 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, - ); + static const IconData table_cells_split_24_regular = IconData(0xf763, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_cells_split" in size 28 and regular style. - static const IconData table_cells_split_28_regular = IconData( - 0x1051d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_split_28_regular = IconData(0x1051d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_checker" in size 20 and regular style. - static const IconData table_checker_20_regular = IconData( - 0x106b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_checker_20_regular = IconData(0x106b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_copy" in size 20 and regular style. - static const IconData table_copy_20_regular = IconData( - 0x106b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_copy_20_regular = IconData(0x106b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 16 and regular style. - static const IconData table_delete_column_16_regular = IconData( - 0x1051e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_16_regular = IconData(0x1051e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 20 and regular style. - static const IconData table_delete_column_20_regular = IconData( - 0xfd70, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_20_regular = IconData(0xfd70, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 24 and regular style. - static const IconData table_delete_column_24_regular = IconData( - 0xfc7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_24_regular = IconData(0xfc7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 28 and regular style. - static const IconData table_delete_column_28_regular = IconData( - 0x1051f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_28_regular = IconData(0x1051f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 16 and regular style. - static const IconData table_delete_row_16_regular = IconData( - 0x10520, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_16_regular = IconData(0x10520, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 20 and regular style. - static const IconData table_delete_row_20_regular = IconData( - 0xfd71, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_20_regular = IconData(0xfd71, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 24 and regular style. - static const IconData table_delete_row_24_regular = IconData( - 0xfc7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_24_regular = IconData(0xfc7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 28 and regular style. - static const IconData table_delete_row_28_regular = IconData( - 0x10521, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_28_regular = IconData(0x10521, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 16 and regular style. - static const IconData table_dismiss_16_regular = IconData( - 0x10522, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_16_regular = IconData(0x10522, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 20 and regular style. - static const IconData table_dismiss_20_regular = IconData( - 0xfb54, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_20_regular = IconData(0xfb54, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 24 and regular style. - static const IconData table_dismiss_24_regular = IconData( - 0xfb55, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_24_regular = IconData(0xfb55, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 28 and regular style. - static const IconData table_dismiss_28_regular = IconData( - 0x10523, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_28_regular = IconData(0x10523, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 16 and regular style. - static const IconData table_edit_16_regular = IconData( - 0x10524, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_16_regular = IconData(0x10524, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 20 and regular style. - static const IconData table_edit_20_regular = IconData( - 0x10525, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_20_regular = IconData(0x10525, 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, - ); + static const IconData table_edit_24_regular = IconData(0xf768, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 28 and regular style. - static const IconData table_edit_28_regular = IconData( - 0x10526, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_28_regular = IconData(0x10526, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 16 and regular style. - static const IconData table_freeze_column_16_regular = IconData( - 0x10527, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_16_regular = IconData(0x10527, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 20 and regular style. - static const IconData table_freeze_column_20_regular = IconData( - 0x10528, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_20_regular = IconData(0x10528, 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, - ); + static const IconData table_freeze_column_24_regular = IconData(0xf76a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 28 and regular style. - static const IconData table_freeze_column_28_regular = IconData( - 0x10529, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_28_regular = IconData(0x10529, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 16 and regular style. - static const IconData table_freeze_column_and_row_16_regular = IconData( - 0x1052a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_16_regular = IconData(0x1052a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 20 and regular style. - static const IconData table_freeze_column_and_row_20_regular = IconData( - 0x1052b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_20_regular = IconData(0x1052b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 24 and regular style. - static const IconData table_freeze_column_and_row_24_regular = IconData( - 0xfc7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_24_regular = IconData(0xfc7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 28 and regular style. - static const IconData table_freeze_column_and_row_28_regular = IconData( - 0x1052c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_28_regular = IconData(0x1052c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 16 and regular style. - static const IconData table_freeze_row_16_regular = IconData( - 0x1052d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_16_regular = IconData(0x1052d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 20 and regular style. - static const IconData table_freeze_row_20_regular = IconData( - 0x1052e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_20_regular = IconData(0x1052e, 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, - ); + static const IconData table_freeze_row_24_regular = IconData(0xf76b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 28 and regular style. - static const IconData table_freeze_row_28_regular = IconData( - 0x1052f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_28_regular = IconData(0x1052f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_image" in size 20 and regular style. - static const IconData table_image_20_regular = IconData( - 0x106b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_image_20_regular = IconData(0x106b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 16 and regular style. - static const IconData table_insert_column_16_regular = IconData( - 0x10530, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_16_regular = IconData(0x10530, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 20 and regular style. - static const IconData table_insert_column_20_regular = IconData( - 0x10531, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_20_regular = IconData(0x10531, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 24 and regular style. - static const IconData table_insert_column_24_regular = IconData( - 0xfc7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_24_regular = IconData(0xfc7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 28 and regular style. - static const IconData table_insert_column_28_regular = IconData( - 0x10532, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_28_regular = IconData(0x10532, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 16 and regular style. - static const IconData table_insert_row_16_regular = IconData( - 0x10533, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_16_regular = IconData(0x10533, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 20 and regular style. - static const IconData table_insert_row_20_regular = IconData( - 0x10534, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_20_regular = IconData(0x10534, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 24 and regular style. - static const IconData table_insert_row_24_regular = IconData( - 0xfc7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_24_regular = IconData(0xfc7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 28 and regular style. - static const IconData table_insert_row_28_regular = IconData( - 0x10535, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_28_regular = IconData(0x10535, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 16 and regular style. - static const IconData table_lightning_16_regular = IconData( - 0x10536, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_16_regular = IconData(0x10536, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 20 and regular style. - static const IconData table_lightning_20_regular = IconData( - 0x10243, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_20_regular = IconData(0x10243, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 24 and regular style. - static const IconData table_lightning_24_regular = IconData( - 0x10244, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_24_regular = IconData(0x10244, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 28 and regular style. - static const IconData table_lightning_28_regular = IconData( - 0x10537, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_28_regular = IconData(0x10537, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 16 and regular style. - static const IconData table_link_16_regular = IconData( - 0x10538, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_link_16_regular = IconData(0x10538, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 20 and regular style. - static const IconData table_link_20_regular = IconData( - 0x10245, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_link_20_regular = IconData(0x10245, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 24 and regular style. - static const IconData table_link_24_regular = IconData( - 0x10246, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_link_24_regular = IconData(0x10246, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 28 and regular style. - static const IconData table_link_28_regular = IconData( - 0x10539, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_link_28_regular = IconData(0x10539, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 16 and regular style. - static const IconData table_move_above_16_regular = IconData( - 0x1053a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_16_regular = IconData(0x1053a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 20 and regular style. - static const IconData table_move_above_20_regular = IconData( - 0x1053b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_20_regular = IconData(0x1053b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 24 and regular style. - static const IconData table_move_above_24_regular = IconData( - 0xfc80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_24_regular = IconData(0xfc80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 28 and regular style. - static const IconData table_move_above_28_regular = IconData( - 0x1053c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_28_regular = IconData(0x1053c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 16 and regular style. - static const IconData table_move_below_16_regular = IconData( - 0x1053d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_16_regular = IconData(0x1053d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 20 and regular style. - static const IconData table_move_below_20_regular = IconData( - 0x1053e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_20_regular = IconData(0x1053e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 24 and regular style. - static const IconData table_move_below_24_regular = IconData( - 0xfc81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_24_regular = IconData(0xfc81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 28 and regular style. - static const IconData table_move_below_28_regular = IconData( - 0x1053f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_28_regular = IconData(0x1053f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 16 and regular style. - static const IconData table_move_left_16_regular = IconData( - 0x10540, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_16_regular = IconData(0x10540, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 20 and regular style. - static const IconData table_move_left_20_regular = IconData( - 0x10541, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_20_regular = IconData(0x10541, 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, - ); + static const IconData table_move_left_24_regular = IconData(0xf771, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 28 and regular style. - static const IconData table_move_left_28_regular = IconData( - 0x10542, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_28_regular = IconData(0x10542, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 16 and regular style. - static const IconData table_move_right_16_regular = IconData( - 0x10543, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_16_regular = IconData(0x10543, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 20 and regular style. - static const IconData table_move_right_20_regular = IconData( - 0x10544, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_20_regular = IconData(0x10544, 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, - ); + static const IconData table_move_right_24_regular = IconData(0xf772, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 28 and regular style. - static const IconData table_move_right_28_regular = IconData( - 0x10545, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_28_regular = IconData(0x10545, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_multiple" in size 20 and regular style. - static const IconData table_multiple_20_regular = IconData( - 0x106b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_multiple_20_regular = IconData(0x106b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 16 and regular style. - static const IconData table_resize_column_16_regular = IconData( - 0x10546, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_16_regular = IconData(0x10546, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 20 and regular style. - static const IconData table_resize_column_20_regular = IconData( - 0x10547, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_20_regular = IconData(0x10547, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 24 and regular style. - static const IconData table_resize_column_24_regular = IconData( - 0xfc82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_24_regular = IconData(0xfc82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 28 and regular style. - static const IconData table_resize_column_28_regular = IconData( - 0x10548, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_28_regular = IconData(0x10548, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 16 and regular style. - static const IconData table_resize_row_16_regular = IconData( - 0x10549, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_16_regular = IconData(0x10549, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 20 and regular style. - static const IconData table_resize_row_20_regular = IconData( - 0x1054a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_20_regular = IconData(0x1054a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 24 and regular style. - static const IconData table_resize_row_24_regular = IconData( - 0xfc83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_24_regular = IconData(0xfc83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 28 and regular style. - static const IconData table_resize_row_28_regular = IconData( - 0x1054b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_28_regular = IconData(0x1054b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_search" in size 20 and regular style. - static const IconData table_search_20_regular = IconData( - 0x106b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_search_20_regular = IconData(0x106b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 16 and regular style. - static const IconData table_settings_16_regular = IconData( - 0x1054c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_16_regular = IconData(0x1054c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 20 and regular style. - static const IconData table_settings_20_regular = IconData( - 0x1054d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_20_regular = IconData(0x1054d, 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, - ); + static const IconData table_settings_24_regular = IconData(0xf777, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 28 and regular style. - static const IconData table_settings_28_regular = IconData( - 0x1054e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_28_regular = IconData(0x1054e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 16 and regular style. - static const IconData table_simple_16_regular = IconData( - 0xfabb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_16_regular = IconData(0xfabb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 20 and regular style. - static const IconData table_simple_20_regular = IconData( - 0xfabc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_20_regular = IconData(0xfabc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 24 and regular style. - static const IconData table_simple_24_regular = IconData( - 0xfabd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_24_regular = IconData(0xfabd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 28 and regular style. - static const IconData table_simple_28_regular = IconData( - 0xfabe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_28_regular = IconData(0xfabe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 48 and regular style. - static const IconData table_simple_48_regular = IconData( - 0xfabf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_48_regular = IconData(0xfabf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_split" in size 20 and regular style. - static const IconData table_split_20_regular = IconData( - 0x106b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_split_20_regular = IconData(0x106b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 16 and regular style. - static const IconData table_stack_above_16_regular = IconData( - 0x1054f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_16_regular = IconData(0x1054f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 20 and regular style. - static const IconData table_stack_above_20_regular = IconData( - 0xfd72, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_20_regular = IconData(0xfd72, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 24 and regular style. - static const IconData table_stack_above_24_regular = IconData( - 0xfc84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_24_regular = IconData(0xfc84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 28 and regular style. - static const IconData table_stack_above_28_regular = IconData( - 0x10550, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_28_regular = IconData(0x10550, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 16 and regular style. - static const IconData table_stack_below_16_regular = IconData( - 0x10551, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_16_regular = IconData(0x10551, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 20 and regular style. - static const IconData table_stack_below_20_regular = IconData( - 0x104d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_20_regular = IconData(0x104d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 24 and regular style. - static const IconData table_stack_below_24_regular = IconData( - 0xfc85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_24_regular = IconData(0xfc85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 28 and regular style. - static const IconData table_stack_below_28_regular = IconData( - 0x10552, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_28_regular = IconData(0x10552, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_down" in size 20 and regular style. - static const IconData table_stack_down_20_regular = IconData( - 0xfd73, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_down_20_regular = IconData(0xfd73, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 16 and regular style. - static const IconData table_stack_left_16_regular = IconData( - 0x10553, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_16_regular = IconData(0x10553, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 20 and regular style. - static const IconData table_stack_left_20_regular = IconData( - 0xfd74, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_20_regular = IconData(0xfd74, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 24 and regular style. - static const IconData table_stack_left_24_regular = IconData( - 0xfc86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_24_regular = IconData(0xfc86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 28 and regular style. - static const IconData table_stack_left_28_regular = IconData( - 0x10554, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_28_regular = IconData(0x10554, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 16 and regular style. - static const IconData table_stack_right_16_regular = IconData( - 0x10555, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_16_regular = IconData(0x10555, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 20 and regular style. - static const IconData table_stack_right_20_regular = IconData( - 0xfd75, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_20_regular = IconData(0xfd75, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 24 and regular style. - static const IconData table_stack_right_24_regular = IconData( - 0xfc87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_24_regular = IconData(0xfc87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 28 and regular style. - static const IconData table_stack_right_28_regular = IconData( - 0x10556, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_28_regular = IconData(0x10556, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 16 and regular style. - static const IconData table_switch_16_regular = IconData( - 0x10557, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_16_regular = IconData(0x10557, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 20 and regular style. - static const IconData table_switch_20_regular = IconData( - 0x10558, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_20_regular = IconData(0x10558, 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, - ); + static const IconData table_switch_24_regular = IconData(0xf778, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 28 and regular style. - static const IconData table_switch_28_regular = IconData( - 0x10559, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_28_regular = IconData(0x10559, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 12 and regular style. - static const IconData tablet_12_regular = IconData( - 0x10443, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_12_regular = IconData(0x10443, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 16 and regular style. - static const IconData tablet_16_regular = IconData( - 0x10444, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_16_regular = IconData(0x10444, 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, - ); + 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, - ); + static const IconData tablet_24_regular = IconData(0xf77a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 32 and regular style. - static const IconData tablet_32_regular = IconData( - 0x10445, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_32_regular = IconData(0x10445, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 48 and regular style. - static const IconData tablet_48_regular = IconData( - 0x10446, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_48_regular = IconData(0x10446, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet_speaker" in size 20 and regular style. - static const IconData tablet_speaker_20_regular = IconData( - 0x1055a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_speaker_20_regular = IconData(0x1055a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tablet_speaker" in size 24 and regular style. - static const IconData tablet_speaker_24_regular = IconData( - 0xfd0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tablet_speaker_24_regular = IconData(0xfd0a, 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, - ); + static const IconData tabs_24_regular = IconData(0xf77b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag" in size 16 and regular style. - static const IconData tag_16_regular = IconData( - 0xfac0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_16_regular = IconData(0xfac0, 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, - ); + 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, - ); + static const IconData tag_24_regular = IconData(0xf77d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag" in size 32 and regular style. - static const IconData tag_32_regular = IconData( - 0x101a6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_32_regular = IconData(0x101a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_circle" in size 20 and regular style. - static const IconData tag_circle_20_regular = IconData( - 0x100ed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_circle_20_regular = IconData(0x100ed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 16 and regular style. - static const IconData tag_dismiss_16_regular = IconData( - 0x101a7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_16_regular = IconData(0x101a7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 20 and regular style. - static const IconData tag_dismiss_20_regular = IconData( - 0xffc3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_20_regular = IconData(0xffc3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 24 and regular style. - static const IconData tag_dismiss_24_regular = IconData( - 0xffc4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_24_regular = IconData(0xffc4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 16 and regular style. - static const IconData tag_error_16_regular = IconData( - 0x1028e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_16_regular = IconData(0x1028e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 20 and regular style. - static const IconData tag_error_20_regular = IconData( - 0x1028f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_20_regular = IconData(0x1028f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 24 and regular style. - static const IconData tag_error_24_regular = IconData( - 0x10290, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_24_regular = IconData(0x10290, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 16 and regular style. - static const IconData tag_lock_16_regular = IconData( - 0x101a8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_16_regular = IconData(0x101a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 20 and regular style. - static const IconData tag_lock_20_regular = IconData( - 0x101a9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_20_regular = IconData(0x101a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 24 and regular style. - static const IconData tag_lock_24_regular = IconData( - 0x101aa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_24_regular = IconData(0x101aa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 32 and regular style. - static const IconData tag_lock_32_regular = IconData( - 0x101ab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_32_regular = IconData(0x101ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 16 and regular style. - static const IconData tag_multiple_16_regular = IconData( - 0xf7b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_16_regular = IconData(0xf7b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 20 and regular style. - static const IconData tag_multiple_20_regular = IconData( - 0x10031, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_20_regular = IconData(0x10031, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 24 and regular style. - static const IconData tag_multiple_24_regular = IconData( - 0x10291, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_24_regular = IconData(0x10291, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_off" in size 20 and regular style. - static const IconData tag_off_20_regular = IconData( - 0x102f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_off_20_regular = IconData(0x102f4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_off" in size 24 and regular style. - static const IconData tag_off_24_regular = IconData( - 0x102f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_off_24_regular = IconData(0x102f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 16 and regular style. - static const IconData tag_question_mark_16_regular = IconData( - 0xfc88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_16_regular = IconData(0xfc88, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 20 and regular style. - static const IconData tag_question_mark_20_regular = IconData( - 0x10292, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_20_regular = IconData(0x10292, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 24 and regular style. - static const IconData tag_question_mark_24_regular = IconData( - 0xfc89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_24_regular = IconData(0xfc89, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 32 and regular style. - static const IconData tag_question_mark_32_regular = IconData( - 0x10293, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_32_regular = IconData(0x10293, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_reset" in size 20 and regular style. - static const IconData tag_reset_20_regular = IconData( - 0x10447, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_reset_20_regular = IconData(0x10447, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_reset" in size 24 and regular style. - static const IconData tag_reset_24_regular = IconData( - 0x10448, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_reset_24_regular = IconData(0x10448, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_search" in size 20 and regular style. - static const IconData tag_search_20_regular = IconData( - 0x10449, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_search_20_regular = IconData(0x10449, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tag_search" in size 24 and regular style. - static const IconData tag_search_24_regular = IconData( - 0x1044a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tag_search_24_regular = IconData(0x1044a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 20 and regular style. - static const IconData tap_double_20_regular = IconData( - 0xfb56, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_20_regular = IconData(0xfb56, 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, - ); + static const IconData tap_double_24_regular = IconData(0xf77e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 32 and regular style. - static const IconData tap_double_32_regular = IconData( - 0x1044b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_32_regular = IconData(0x1044b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 48 and regular style. - static const IconData tap_double_48_regular = IconData( - 0x1044c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_48_regular = IconData(0x1044c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 20 and regular style. - static const IconData tap_single_20_regular = IconData( - 0xfb57, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_20_regular = IconData(0xfb57, 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, - ); + static const IconData tap_single_24_regular = IconData(0xf77f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 32 and regular style. - static const IconData tap_single_32_regular = IconData( - 0x1044d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_32_regular = IconData(0x1044d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 48 and regular style. - static const IconData tap_single_48_regular = IconData( - 0x1044e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_48_regular = IconData(0x1044e, 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, - ); + 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, - ); + 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, - ); + static const IconData target_24_regular = IconData(0xf782, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "target" in size 32 and regular style. - static const IconData target_32_regular = IconData( - 0xfd0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData target_32_regular = IconData(0xfd0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 16 and regular style. - static const IconData target_arrow_16_regular = IconData( - 0xf7b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_16_regular = IconData(0xf7b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 20 and regular style. - static const IconData target_arrow_20_regular = IconData( - 0xf7b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_20_regular = IconData(0xf7b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 24 and regular style. - static const IconData target_arrow_24_regular = IconData( - 0xffc5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_24_regular = IconData(0xffc5, 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, - ); + 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, - ); + 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, - ); + static const IconData target_edit_24_regular = IconData(0xf785, 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, - ); + 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, - ); + static const IconData task_list_add_24_regular = IconData(0xf789, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_ltr" in size 20 and regular style. - static const IconData task_list_ltr_20_regular = IconData( - 0xfd76, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_ltr_20_regular = IconData(0xfd76, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_ltr" in size 24 and regular style. - static const IconData task_list_ltr_24_regular = IconData( - 0xfd77, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_ltr_24_regular = IconData(0xfd77, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_rtl" in size 20 and regular style. - static const IconData task_list_rtl_20_regular = IconData( - 0xfd78, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_rtl_20_regular = IconData(0xfd78, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_rtl" in size 24 and regular style. - static const IconData task_list_rtl_24_regular = IconData( - 0xfd79, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_rtl_24_regular = IconData(0xfd79, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_add" in size 20 and regular style. - static const IconData task_list_square_add_20_regular = IconData( - 0xff00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_add_20_regular = IconData(0xff00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_add" in size 24 and regular style. - static const IconData task_list_square_add_24_regular = IconData( - 0xff01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_add_24_regular = IconData(0xff01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_database" in size 20 and regular style. - static const IconData task_list_square_database_20_regular = IconData( - 0x106ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_database_20_regular = IconData(0x106ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_ltr" in size 20 and regular style. - static const IconData task_list_square_ltr_20_regular = IconData( - 0xff02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_ltr_20_regular = IconData(0xff02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_ltr" in size 24 and regular style. - static const IconData task_list_square_ltr_24_regular = IconData( - 0xff03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_ltr_24_regular = IconData(0xff03, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_person" in size 20 and regular style. - static const IconData task_list_square_person_20_regular = IconData( - 0x10747, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_person_20_regular = IconData(0x10747, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_rtl" in size 20 and regular style. - static const IconData task_list_square_rtl_20_regular = IconData( - 0xff04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_rtl_20_regular = IconData(0xff04, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_rtl" in size 24 and regular style. - static const IconData task_list_square_rtl_24_regular = IconData( - 0xff05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_rtl_24_regular = IconData(0xff05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_settings" in size 20 and regular style. - static const IconData task_list_square_settings_20_regular = IconData( - 0x10748, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_settings_20_regular = IconData(0x10748, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tasks_app" in size 20 and regular style. - static const IconData tasks_app_20_regular = IconData( - 0xfac1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tasks_app_20_regular = IconData(0xfac1, 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, - ); + 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, - ); + static const IconData tasks_app_28_regular = IconData(0xf78b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "teddy" in size 20 and regular style. - static const IconData teddy_20_regular = IconData( - 0xfe38, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData teddy_20_regular = IconData(0xfe38, 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, - ); + static const IconData teddy_24_regular = IconData(0xf78e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "temperature" in size 16 and regular style. - static const IconData temperature_16_regular = IconData( - 0xffc6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData temperature_16_regular = IconData(0xffc6, 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, - ); + 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, - ); + static const IconData temperature_24_regular = IconData(0xf790, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 12 and regular style. - static const IconData tent_12_regular = IconData( - 0xfac2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tent_12_regular = IconData(0xfac2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 16 and regular style. - static const IconData tent_16_regular = IconData( - 0xfac3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tent_16_regular = IconData(0xfac3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 20 and regular style. - static const IconData tent_20_regular = IconData( - 0xfac4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tent_20_regular = IconData(0xfac4, 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, - ); + static const IconData tent_24_regular = IconData(0xf791, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 28 and regular style. - static const IconData tent_28_regular = IconData( - 0xfac5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tent_28_regular = IconData(0xfac5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 48 and regular style. - static const IconData tent_48_regular = IconData( - 0xfac6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tent_48_regular = IconData(0xfac6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 16 and regular style. - static const IconData tetris_app_16_regular = IconData( - 0xfd7a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_16_regular = IconData(0xfd7a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 20 and regular style. - static const IconData tetris_app_20_regular = IconData( - 0xfd7b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_20_regular = IconData(0xfd7b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 24 and regular style. - static const IconData tetris_app_24_regular = IconData( - 0xfd7c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_24_regular = IconData(0xfd7c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 28 and regular style. - static const IconData tetris_app_28_regular = IconData( - 0xfd7d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_28_regular = IconData(0xfd7d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 32 and regular style. - static const IconData tetris_app_32_regular = IconData( - 0xfd7e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_32_regular = IconData(0xfd7e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 48 and regular style. - static const IconData tetris_app_48_regular = IconData( - 0xfd7f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_48_regular = IconData(0xfd7f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text" in size 20 and regular style. - static const IconData text_20_regular = IconData( - 0xfdf0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_20_regular = IconData(0xfdf0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_add_space_before_24_regular = IconData(0xf798, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_add_t" in size 24 and regular style. - static const IconData text_add_t_24_regular = IconData( - 0x1008f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_add_t_24_regular = IconData(0x1008f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_center" in size 16 and regular style. - static const IconData text_align_center_16_regular = IconData( - 0x101ac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_center_16_regular = IconData(0x101ac, 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, - ); + 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, - ); + static const IconData text_align_center_24_regular = IconData(0xf79a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_center_rotate_270" in size 24 and regular style. - static const IconData text_align_center_rotate_270_24_regular = IconData( - 0xffd7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_center_rotate_270_24_regular = IconData(0xffd7, 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, - ); + 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, - ); + static const IconData text_align_distributed_24_regular = IconData(0xf79c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_evenly" in size 20 and regular style. - static const IconData text_align_distributed_evenly_20_regular = IconData( - 0x1055b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_evenly_20_regular = IconData(0x1055b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_evenly" in size 24 and regular style. - static const IconData text_align_distributed_evenly_24_regular = IconData( - 0xff06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_evenly_24_regular = IconData(0xff06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_vertical" in size 20 and regular style. - static const IconData text_align_distributed_vertical_20_regular = IconData( - 0x1055c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_vertical_20_regular = IconData(0x1055c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_vertical" in size 24 and regular style. - static const IconData text_align_distributed_vertical_24_regular = IconData( - 0xff07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_vertical_24_regular = IconData(0xff07, 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, - ); + 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, - ); + static const IconData text_align_justify_24_regular = IconData(0xf79e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low" in size 20 and regular style. - static const IconData text_align_justify_low_20_regular = IconData( - 0x1055d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_20_regular = IconData(0x1055d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low" in size 24 and regular style. - static const IconData text_align_justify_low_24_regular = IconData( - 0xff08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_24_regular = IconData(0xff08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low_rotate_90" in size 24 and regular style. - static const IconData text_align_justify_low_rotate_90_24_regular = IconData( - 0xffd8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_rotate_90_24_regular = IconData(0xffd8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_rotate_90" in size 24 and regular style. - static const IconData text_align_justify_rotate_90_24_regular = IconData( - 0xffd9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_rotate_90_24_regular = IconData(0xffd9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_left" in size 16 and regular style. - static const IconData text_align_left_16_regular = IconData( - 0x101ad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_left_16_regular = IconData(0x101ad, 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, - ); + 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, - ); + static const IconData text_align_left_24_regular = IconData(0xf7a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_align_left_rotate_270" in size 24 and regular style. - static const IconData text_align_left_rotate_270_24_regular = IconData( - 0xffda, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_left_rotate_270_24_regular = IconData(0xffda, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_align_right" in size 16 and regular style. - static const IconData text_align_right_16_regular = IconData( - 0x101ae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_right_16_regular = IconData(0x101ae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData text_align_right_24_regular = IconData(0xf7a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_align_right_rotate_270" in size 24 and regular style. - static const IconData text_align_right_rotate_270_24_regular = IconData( - 0xffdb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_align_right_rotate_270_24_regular = IconData(0xffdb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + static const IconData text_asterisk_20_regular = IconData(0xf7a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_baseline" in size 20 and regular style. - static const IconData text_baseline_20_regular = IconData( - 0x1011b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_baseline_20_regular = IconData(0x1011b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bold" in size 16 and regular style. - static const IconData text_bold_16_regular = IconData( - 0xfac7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bold_16_regular = IconData(0xfac7, 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, - ); + 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, - ); + static const IconData text_bold_24_regular = IconData(0xf7a5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_box" in size 16 and regular style. - static const IconData text_box_16_regular = IconData( - 0x10032, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_box_16_regular = IconData(0x10032, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_box_settings" in size 20 and regular style. - static const IconData text_box_settings_20_regular = IconData( - 0x102f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_box_settings_20_regular = IconData(0x102f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_box_settings" in size 24 and regular style. - static const IconData text_box_settings_24_regular = IconData( - 0x102f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_box_settings_24_regular = IconData(0x102f7, 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( - 0xff09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_20_regular = IconData(0xff09, 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( - 0xff0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_24_regular = IconData(0xff0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_add" in size 20 and regular style. - static const IconData text_bullet_list_add_20_regular = IconData( - 0xfb58, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_add_20_regular = IconData(0xfb58, 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, - ); + static const IconData text_bullet_list_add_24_regular = IconData(0xf7a8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_checkmark" in size 20 and regular style. - static const IconData text_bullet_list_checkmark_20_regular = IconData( - 0x106bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_checkmark_20_regular = IconData(0x106bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_dismiss" in size 20 and regular style. - static const IconData text_bullet_list_dismiss_20_regular = IconData( - 0x106bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_dismiss_20_regular = IconData(0x106bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 16 and regular style. - static const IconData text_bullet_list_ltr_16_regular = IconData( - 0x100ee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_16_regular = IconData(0x100ee, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 20 and regular style. - static const IconData text_bullet_list_ltr_20_regular = IconData( - 0xfd80, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_20_regular = IconData(0xfd80, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 24 and regular style. - static const IconData text_bullet_list_ltr_24_regular = IconData( - 0xfd81, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_24_regular = IconData(0xfd81, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 16 and regular style. - static const IconData text_bullet_list_rtl_16_regular = IconData( - 0x100ef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_16_regular = IconData(0x100ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 20 and regular style. - static const IconData text_bullet_list_rtl_20_regular = IconData( - 0xfd82, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_20_regular = IconData(0xfd82, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 24 and regular style. - static const IconData text_bullet_list_rtl_24_regular = IconData( - 0xfd83, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_24_regular = IconData(0xfd83, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square" in size 20 and regular style. - static const IconData text_bullet_list_square_20_regular = IconData( - 0xfb59, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_20_regular = IconData(0xfb59, 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, - ); + static const IconData text_bullet_list_square_24_regular = IconData(0xf7a9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_clock" in size 20 and regular style. - static const IconData text_bullet_list_square_clock_20_regular = IconData( - 0x106bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_clock_20_regular = IconData(0x106bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_edit" in size 20 and regular style. - static const IconData text_bullet_list_square_edit_20_regular = IconData( - 0xf7b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_edit_20_regular = IconData(0xf7b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_edit" in size 24 and regular style. - static const IconData text_bullet_list_square_edit_24_regular = IconData( - 0xf7ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_edit_24_regular = IconData(0xf7ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_person" in size 20 and regular style. - static const IconData text_bullet_list_square_person_20_regular = IconData( - 0x106be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_person_20_regular = IconData(0x106be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_search" in size 20 and regular style. - static const IconData text_bullet_list_square_search_20_regular = IconData( - 0x106bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_search_20_regular = IconData(0x106bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_settings" in size 20 and regular style. - static const IconData text_bullet_list_square_settings_20_regular = IconData( - 0x106c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_settings_20_regular = IconData(0x106c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_shield" in size 20 and regular style. - static const IconData text_bullet_list_square_shield_20_regular = IconData( - 0x106c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_shield_20_regular = IconData(0x106c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_toolbox" in size 20 and regular style. - static const IconData text_bullet_list_square_toolbox_20_regular = IconData( - 0x106c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_toolbox_20_regular = IconData(0x106c2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_bullet_list_tree_24_regular = IconData(0xf7af, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 16 and regular style. - static const IconData text_case_lowercase_16_regular = IconData( - 0x101f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_16_regular = IconData(0x101f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 20 and regular style. - static const IconData text_case_lowercase_20_regular = IconData( - 0x101f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_20_regular = IconData(0x101f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 24 and regular style. - static const IconData text_case_lowercase_24_regular = IconData( - 0x101fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_24_regular = IconData(0x101fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 16 and regular style. - static const IconData text_case_title_16_regular = IconData( - 0x101fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_16_regular = IconData(0x101fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 20 and regular style. - static const IconData text_case_title_20_regular = IconData( - 0x101fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_20_regular = IconData(0x101fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 24 and regular style. - static const IconData text_case_title_24_regular = IconData( - 0x101fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_24_regular = IconData(0x101fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 16 and regular style. - static const IconData text_case_uppercase_16_regular = IconData( - 0x101fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_16_regular = IconData(0x101fe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 20 and regular style. - static const IconData text_case_uppercase_20_regular = IconData( - 0x101ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_20_regular = IconData(0x101ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 24 and regular style. - static const IconData text_case_uppercase_24_regular = IconData( - 0x10200, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_24_regular = IconData(0x10200, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_change_case" in size 16 and regular style. - static const IconData text_change_case_16_regular = IconData( - 0x101af, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_change_case_16_regular = IconData(0x101af, 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, - ); + 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, - ); + static const IconData text_change_case_24_regular = IconData(0xf7b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_clear_formatting" in size 16 and regular style. - static const IconData text_clear_formatting_16_regular = IconData( - 0x101b0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_clear_formatting_16_regular = IconData(0x101b0, 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, - ); + 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, - ); + static const IconData text_clear_formatting_24_regular = IconData(0xf7bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_clear_formatting_ga" in size 24 and regular style. - static const IconData text_clear_formatting_ga_24_regular = IconData( - 0xff0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_clear_formatting_ga_24_regular = IconData(0xff0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_collapse" in size 20 and regular style. - static const IconData text_collapse_20_regular = IconData( - 0x1071f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_collapse_20_regular = IconData(0x1071f, 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, - ); + static const IconData text_collapse_24_regular = IconData(0xf7be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color" in size 16 and regular style. - static const IconData text_color_16_regular = IconData( - 0xfac8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_16_regular = IconData(0xfac8, 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, - ); + 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, - ); + static const IconData text_color_24_regular = IconData(0xf7c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 16 and regular style. - static const IconData text_color_accent_16_regular = IconData( - 0xfac9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_16_regular = IconData(0xfac9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 20 and regular style. - static const IconData text_color_accent_20_regular = IconData( - 0xfaca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_20_regular = IconData(0xfaca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 24 and regular style. - static const IconData text_color_accent_24_regular = IconData( - 0xfacb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_24_regular = IconData(0xfacb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color_ga" in size 20 and regular style. - static const IconData text_color_ga_20_regular = IconData( - 0x105f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_ga_20_regular = IconData(0x105f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_color_ga" in size 24 and regular style. - static const IconData text_color_ga_24_regular = IconData( - 0xff0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_color_ga_24_regular = IconData(0xff0c, 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, - ); + 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, - ); + static const IconData text_column_one_24_regular = IconData(0xf7c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_narrow" in size 20 and regular style. - static const IconData text_column_one_narrow_20_regular = IconData( - 0xfacc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_narrow_20_regular = IconData(0xfacc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_narrow" in size 24 and regular style. - static const IconData text_column_one_narrow_24_regular = IconData( - 0xfacd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_narrow_24_regular = IconData(0xfacd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide" in size 20 and regular style. - static const IconData text_column_one_wide_20_regular = IconData( - 0xface, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_20_regular = IconData(0xface, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide" in size 24 and regular style. - static const IconData text_column_one_wide_24_regular = IconData( - 0xfacf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_24_regular = IconData(0xfacf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide_lightning" in size 20 and regular style. - static const IconData text_column_one_wide_lightning_20_regular = IconData( - 0x10294, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_lightning_20_regular = IconData(0x10294, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide_lightning" in size 24 and regular style. - static const IconData text_column_one_wide_lightning_24_regular = IconData( - 0x10295, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_lightning_24_regular = IconData(0x10295, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_column_two_right_24_regular = IconData(0xf7ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_continuous" in size 20 and regular style. - static const IconData text_continuous_20_regular = IconData( - 0x1055e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_continuous_20_regular = IconData(0x1055e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_continuous" in size 24 and regular style. - static const IconData text_continuous_24_regular = IconData( - 0xfad0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_continuous_24_regular = IconData(0xfad0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 16 and regular style. - static const IconData text_density_16_regular = IconData( - 0x105f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_density_16_regular = IconData(0x105f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 20 and regular style. - static const IconData text_density_20_regular = IconData( - 0x105f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_density_20_regular = IconData(0x105f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 24 and regular style. - static const IconData text_density_24_regular = IconData( - 0x106c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_density_24_regular = IconData(0x106c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 28 and regular style. - static const IconData text_density_28_regular = IconData( - 0x106c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_density_28_regular = IconData(0x106c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData text_description_24_regular = IconData(0xf7cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_left" in size 20 and regular style. - static const IconData text_direction_horizontal_left_20_regular = IconData( - 0x1003a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_left_20_regular = IconData(0x1003a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_left" in size 24 and regular style. - static const IconData text_direction_horizontal_left_24_regular = IconData( - 0x1003b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_left_24_regular = IconData(0x1003b, 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, - ); + 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, - ); + static const IconData text_direction_horizontal_ltr_24_regular = IconData(0xf7d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_right" in size 20 and regular style. - static const IconData text_direction_horizontal_right_20_regular = IconData( - 0x1003c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_right_20_regular = IconData(0x1003c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_right" in size 24 and regular style. - static const IconData text_direction_horizontal_right_24_regular = IconData( - 0x1003d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_right_24_regular = IconData(0x1003d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_rtl" in size 20 and regular style. - static const IconData text_direction_horizontal_rtl_20_regular = IconData( - 0xff20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_rtl_20_regular = IconData(0xff20, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_rtl" in size 24 and regular style. - static const IconData text_direction_horizontal_rtl_24_regular = IconData( - 0xff21, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_rtl_24_regular = IconData(0xff21, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_ltr_ac" in size 20 and regular style. - static const IconData text_direction_ltr_ac_20_regular = IconData( - 0xff0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_ltr_ac_20_regular = IconData(0xff0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_ltr_ac" in size 24 and regular style. - static const IconData text_direction_ltr_ac_24_regular = IconData( - 0xff0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_ltr_ac_24_regular = IconData(0xff0e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_direction_rotate_270_ac_24_regular = IconData(0xf7d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_ltr" in size 20 and regular style. - static const IconData text_direction_rotate_270_ltr_20_regular = IconData( - 0x10033, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_ltr_20_regular = IconData(0x10033, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_ltr" in size 24 and regular style. - static const IconData text_direction_rotate_270_ltr_24_regular = IconData( - 0x10034, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_ltr_24_regular = IconData(0x10034, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_right" in size 20 and regular style. - static const IconData text_direction_rotate_270_right_20_regular = IconData( - 0x1003e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_right_20_regular = IconData(0x1003e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_right" in size 24 and regular style. - static const IconData text_direction_rotate_270_right_24_regular = IconData( - 0x1003f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_right_24_regular = IconData(0x1003f, 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, - ); + 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, - ); + static const IconData text_direction_rotate_90_24_regular = IconData(0xf7d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ac" in size 24 and regular style. - static const IconData text_direction_rotate_90_ac_24_regular = IconData( - 0xff0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ac_24_regular = IconData(0xff0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_left" in size 20 and regular style. - static const IconData text_direction_rotate_90_left_20_regular = IconData( - 0x10040, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_left_20_regular = IconData(0x10040, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_left" in size 24 and regular style. - static const IconData text_direction_rotate_90_left_24_regular = IconData( - 0x10041, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_left_24_regular = IconData(0x10041, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ltr" in size 20 and regular style. - static const IconData text_direction_rotate_90_ltr_20_regular = IconData( - 0xffe4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ltr_20_regular = IconData(0xffe4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ltr" in size 24 and regular style. - static const IconData text_direction_rotate_90_ltr_24_regular = IconData( - 0xffe5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ltr_24_regular = IconData(0xffe5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_right" in size 20 and regular style. - static const IconData text_direction_rotate_90_right_20_regular = IconData( - 0x10042, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_right_20_regular = IconData(0x10042, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_right" in size 24 and regular style. - static const IconData text_direction_rotate_90_right_24_regular = IconData( - 0x10043, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_right_24_regular = IconData(0x10043, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_rtl" in size 20 and regular style. - static const IconData text_direction_rotate_90_rtl_20_regular = IconData( - 0xff22, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_rtl_20_regular = IconData(0xff22, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_rtl" in size 24 and regular style. - static const IconData text_direction_rotate_90_rtl_24_regular = IconData( - 0xff23, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_rtl_24_regular = IconData(0xff23, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rtl_ac" in size 20 and regular style. - static const IconData text_direction_rtl_ac_20_regular = IconData( - 0xffdc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rtl_ac_20_regular = IconData(0xffdc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rtl_ac" in size 24 and regular style. - static const IconData text_direction_rtl_ac_24_regular = IconData( - 0xffdd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rtl_ac_24_regular = IconData(0xffdd, 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, - ); + 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, - ); + static const IconData text_direction_vertical_24_regular = IconData(0xf7d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_direction_vertical_ac" in size 24 and regular style. - static const IconData text_direction_vertical_ac_24_regular = IconData( - 0xff10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_vertical_ac_24_regular = IconData(0xff10, 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, - ); + 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, - ); + static const IconData text_edit_style_24_regular = IconData(0xf7da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_edit_style_ga" in size 24 and regular style. - static const IconData text_edit_style_ga_24_regular = IconData( - 0xff11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_edit_style_ga_24_regular = IconData(0xff11, 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, - ); + 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, - ); + static const IconData text_effects_24_regular = IconData(0xf7dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_effects_ga" in size 24 and regular style. - static const IconData text_effects_ga_24_regular = IconData( - 0xff12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_effects_ga_24_regular = IconData(0xff12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_expand" in size 20 and regular style. - static const IconData text_expand_20_regular = IconData( - 0x106c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_expand_20_regular = IconData(0x106c5, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_font_24_regular = IconData(0xf7e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 16 and regular style. - static const IconData text_font_info_16_regular = IconData( - 0x10296, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_16_regular = IconData(0x10296, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 20 and regular style. - static const IconData text_font_info_20_regular = IconData( - 0x10297, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_20_regular = IconData(0x10297, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 24 and regular style. - static const IconData text_font_info_24_regular = IconData( - 0x10298, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_24_regular = IconData(0x10298, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_font_size" in size 16 and regular style. - static const IconData text_font_size_16_regular = IconData( - 0x101b1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_font_size_16_regular = IconData(0x101b1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_footnote_24_regular = IconData(0xf7e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_footnote_ga_na" in size 24 and regular style. - static const IconData text_footnote_ga_na_24_regular = IconData( - 0xff13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_footnote_ga_na_24_regular = IconData(0xff13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_left" in size 20 and regular style. - static const IconData text_grammar_arrow_left_20_regular = IconData( - 0xfc8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_left_20_regular = IconData(0xfc8a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_left" in size 24 and regular style. - static const IconData text_grammar_arrow_left_24_regular = IconData( - 0xfc8b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_left_24_regular = IconData(0xfc8b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_right" in size 20 and regular style. - static const IconData text_grammar_arrow_right_20_regular = IconData( - 0xfc8c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_right_20_regular = IconData(0xfc8c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_right" in size 24 and regular style. - static const IconData text_grammar_arrow_right_24_regular = IconData( - 0xfc8d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_right_24_regular = IconData(0xfc8d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_checkmark" in size 20 and regular style. - static const IconData text_grammar_checkmark_20_regular = IconData( - 0xfc8e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_checkmark_20_regular = IconData(0xfc8e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_checkmark" in size 24 and regular style. - static const IconData text_grammar_checkmark_24_regular = IconData( - 0xfc8f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_checkmark_24_regular = IconData(0xfc8f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_dismiss" in size 20 and regular style. - static const IconData text_grammar_dismiss_20_regular = IconData( - 0xfc90, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_dismiss_20_regular = IconData(0xfc90, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_dismiss" in size 24 and regular style. - static const IconData text_grammar_dismiss_24_regular = IconData( - 0xfc91, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_dismiss_24_regular = IconData(0xfc91, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_error" in size 20 and regular style. - static const IconData text_grammar_error_20_regular = IconData( - 0xfb5a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_error_20_regular = IconData(0xfb5a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_settings" in size 20 and regular style. - static const IconData text_grammar_settings_20_regular = IconData( - 0xfc92, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_settings_20_regular = IconData(0xfc92, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_settings" in size 24 and regular style. - static const IconData text_grammar_settings_24_regular = IconData( - 0xfc93, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_settings_24_regular = IconData(0xfc93, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 16 and regular style. - static const IconData text_grammar_wand_16_regular = IconData( - 0xfc94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_16_regular = IconData(0xfc94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 20 and regular style. - static const IconData text_grammar_wand_20_regular = IconData( - 0xfc95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_20_regular = IconData(0xfc95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 24 and regular style. - static const IconData text_grammar_wand_24_regular = IconData( - 0xfc96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_24_regular = IconData(0xfc96, 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, - ); + 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, - ); + 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, - ); + static const IconData text_header_1_20_regular = IconData(0xf7ef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_header_1" in size 24 and regular style. - static const IconData text_header_1_24_regular = IconData( - 0x100f0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_header_1_24_regular = IconData(0x100f0, 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, - ); + static const IconData text_header_2_20_regular = IconData(0xf7f0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_header_2" in size 24 and regular style. - static const IconData text_header_2_24_regular = IconData( - 0x100f1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_header_2_24_regular = IconData(0x100f1, 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, - ); + static const IconData text_header_3_20_regular = IconData(0xf7f1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_header_3" in size 24 and regular style. - static const IconData text_header_3_24_regular = IconData( - 0x100f2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_header_3_24_regular = IconData(0x100f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease" in size 16 and regular style. - static const IconData text_indent_decrease_16_regular = IconData( - 0x101b2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_16_regular = IconData(0x101b2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease" in size 20 and regular style. - static const IconData text_indent_decrease_20_regular = IconData( - 0xfad1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_20_regular = IconData(0xfad1, 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, - ); + static const IconData text_indent_decrease_24_regular = IconData(0xf7f2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 16 and regular style. - static const IconData text_indent_decrease_ltr_16_regular = IconData( - 0x101b3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_16_regular = IconData(0x101b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 20 and regular style. - static const IconData text_indent_decrease_ltr_20_regular = IconData( - 0x101b4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_20_regular = IconData(0x101b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 24 and regular style. - static const IconData text_indent_decrease_ltr_24_regular = IconData( - 0x101b5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_24_regular = IconData(0x101b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 16 and regular style. - static const IconData text_indent_decrease_rtl_16_regular = IconData( - 0x101b6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_16_regular = IconData(0x101b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 20 and regular style. - static const IconData text_indent_decrease_rtl_20_regular = IconData( - 0x101b7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_20_regular = IconData(0x101b7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 24 and regular style. - static const IconData text_indent_decrease_rtl_24_regular = IconData( - 0x101b8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_24_regular = IconData(0x101b8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase" in size 16 and regular style. - static const IconData text_indent_increase_16_regular = IconData( - 0x101b9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_16_regular = IconData(0x101b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase" in size 20 and regular style. - static const IconData text_indent_increase_20_regular = IconData( - 0xfad2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_20_regular = IconData(0xfad2, 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, - ); + static const IconData text_indent_increase_24_regular = IconData(0xf7f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 16 and regular style. - static const IconData text_indent_increase_ltr_16_regular = IconData( - 0x101ba, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_16_regular = IconData(0x101ba, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 20 and regular style. - static const IconData text_indent_increase_ltr_20_regular = IconData( - 0x101bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_20_regular = IconData(0x101bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 24 and regular style. - static const IconData text_indent_increase_ltr_24_regular = IconData( - 0x101bc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_24_regular = IconData(0x101bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 16 and regular style. - static const IconData text_indent_increase_rtl_16_regular = IconData( - 0x101bd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_16_regular = IconData(0x101bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 20 and regular style. - static const IconData text_indent_increase_rtl_20_regular = IconData( - 0x101be, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_20_regular = IconData(0x101be, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 24 and regular style. - static const IconData text_indent_increase_rtl_24_regular = IconData( - 0x101bf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_24_regular = IconData(0x101bf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_italic" in size 16 and regular style. - static const IconData text_italic_16_regular = IconData( - 0xfad3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_italic_16_regular = IconData(0xfad3, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_line_spacing_24_regular = IconData(0xf7f7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_more" in size 20 and regular style. - static const IconData text_more_20_regular = IconData( - 0x10720, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_more_20_regular = IconData(0x10720, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_more" in size 24 and regular style. - static const IconData text_more_24_regular = IconData( - 0x10090, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_more_24_regular = IconData(0x10090, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_number_format" in size 20 and regular style. - static const IconData text_number_format_20_regular = IconData( - 0xfc97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_number_format_20_regular = IconData(0xfc97, 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, - ); + static const IconData text_number_format_24_regular = IconData(0xf7f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_number_format_ga_na_da" in size 24 and regular style. - static const IconData text_number_format_ga_na_da_24_regular = IconData( - 0xff14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_number_format_ga_na_da_24_regular = IconData(0xff14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_number_list_ltr" in size 16 and regular style. - static const IconData text_number_list_ltr_16_regular = IconData( - 0x101c0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_ltr_16_regular = IconData(0x101c0, 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, - ); + 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, - ); + 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 16 and regular style. - static const IconData text_number_list_rtl_16_regular = IconData( - 0x101c1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_rtl_16_regular = IconData(0x101c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_number_list_rtl" in size 20 and regular style. - static const IconData text_number_list_rtl_20_regular = IconData( - 0xfb5b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_rtl_20_regular = IconData(0xfb5b, 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, - ); + static const IconData text_number_list_rtl_24_regular = IconData(0xf7fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 16 and regular style. - static const IconData text_paragraph_16_regular = IconData( - 0x10374, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_16_regular = IconData(0x10374, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 20 and regular style. - static const IconData text_paragraph_20_regular = IconData( - 0xfc98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_20_regular = IconData(0xfc98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 24 and regular style. - static const IconData text_paragraph_24_regular = IconData( - 0xfc99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_24_regular = IconData(0xfc99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction" in size 20 and regular style. - static const IconData text_paragraph_direction_20_regular = IconData( - 0xfc9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_20_regular = IconData(0xfc9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction" in size 24 and regular style. - static const IconData text_paragraph_direction_24_regular = IconData( - 0xfc9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_24_regular = IconData(0xfc9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_left" in size 16 and regular style. - static const IconData text_paragraph_direction_left_16_regular = IconData( - 0x101c2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_left_16_regular = IconData(0x101c2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_left" in size 20 and regular style. - static const IconData text_paragraph_direction_left_20_regular = IconData( - 0x101c3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_left_20_regular = IconData(0x101c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_right" in size 16 and regular style. - static const IconData text_paragraph_direction_right_16_regular = IconData( - 0x101c4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_right_16_regular = IconData(0x101c4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_right" in size 20 and regular style. - static const IconData text_paragraph_direction_right_20_regular = IconData( - 0x101c5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_right_20_regular = IconData(0x101c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_period_asterisk" in size 20 and regular style. - static const IconData text_period_asterisk_20_regular = IconData( - 0x100f3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_period_asterisk_20_regular = IconData(0x100f3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_behind" in size 20 and regular style. - static const IconData text_position_behind_20_regular = IconData( - 0xfc9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_behind_20_regular = IconData(0xfc9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_behind" in size 24 and regular style. - static const IconData text_position_behind_24_regular = IconData( - 0xfc9d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_behind_24_regular = IconData(0xfc9d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_front" in size 20 and regular style. - static const IconData text_position_front_20_regular = IconData( - 0xfc9e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_front_20_regular = IconData(0xfc9e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_front" in size 24 and regular style. - static const IconData text_position_front_24_regular = IconData( - 0xfc9f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_front_24_regular = IconData(0xfc9f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_line" in size 20 and regular style. - static const IconData text_position_line_20_regular = IconData( - 0xfca0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_line_20_regular = IconData(0xfca0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_line" in size 24 and regular style. - static const IconData text_position_line_24_regular = IconData( - 0xfca1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_line_24_regular = IconData(0xfca1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_square" in size 20 and regular style. - static const IconData text_position_square_20_regular = IconData( - 0xfca2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_square_20_regular = IconData(0xfca2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_square" in size 24 and regular style. - static const IconData text_position_square_24_regular = IconData( - 0xfca3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_square_24_regular = IconData(0xfca3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_through" in size 20 and regular style. - static const IconData text_position_through_20_regular = IconData( - 0xfca4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_through_20_regular = IconData(0xfca4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_through" in size 24 and regular style. - static const IconData text_position_through_24_regular = IconData( - 0xfca5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_through_24_regular = IconData(0xfca5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_tight" in size 20 and regular style. - static const IconData text_position_tight_20_regular = IconData( - 0xfca6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_tight_20_regular = IconData(0xfca6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_tight" in size 24 and regular style. - static const IconData text_position_tight_24_regular = IconData( - 0xfca7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_tight_24_regular = IconData(0xfca7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_top_bottom" in size 20 and regular style. - static const IconData text_position_top_bottom_20_regular = IconData( - 0xfca8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_top_bottom_20_regular = IconData(0xfca8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_position_top_bottom" in size 24 and regular style. - static const IconData text_position_top_bottom_24_regular = IconData( - 0xfca9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_position_top_bottom_24_regular = IconData(0xfca9, 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, - ); + 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, - ); + static const IconData text_proofing_tools_24_regular = IconData(0xf7ff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_proofing_tools_ga_na_da" in size 24 and regular style. - static const IconData text_proofing_tools_ga_na_da_24_regular = IconData( - 0xff15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_proofing_tools_ga_na_da_24_regular = IconData(0xff15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_proofing_tools_zi" in size 24 and regular style. - static const IconData text_proofing_tools_zi_24_regular = IconData( - 0xff16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_proofing_tools_zi_24_regular = IconData(0xff16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_quote" in size 16 and regular style. - static const IconData text_quote_16_regular = IconData( - 0x10035, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_quote_16_regular = IconData(0x10035, 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, - ); + 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, - ); + static const IconData text_quote_24_regular = IconData(0xf801, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_sort_ascending" in size 16 and regular style. - static const IconData text_sort_ascending_16_regular = IconData( - 0xfdf1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_ascending_16_regular = IconData(0xfdf1, 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, - ); + static const IconData text_sort_ascending_20_regular = IconData(0xf802, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_sort_ascending" in size 24 and regular style. - static const IconData text_sort_ascending_24_regular = IconData( - 0xfdf2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_ascending_24_regular = IconData(0xfdf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_sort_descending" in size 16 and regular style. - static const IconData text_sort_descending_16_regular = IconData( - 0xfdf3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_descending_16_regular = IconData(0xfdf3, 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, - ); + static const IconData text_sort_descending_20_regular = IconData(0xf803, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_sort_descending" in size 24 and regular style. - static const IconData text_sort_descending_24_regular = IconData( - 0xfdf4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_descending_24_regular = IconData(0xfdf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 16 and regular style. - static const IconData text_strikethrough_16_regular = IconData( - 0xffde, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_16_regular = IconData(0xffde, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 20 and regular style. - static const IconData text_strikethrough_20_regular = IconData( - 0xffdf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_20_regular = IconData(0xffdf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 24 and regular style. - static const IconData text_strikethrough_24_regular = IconData( - 0xffe0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_24_regular = IconData(0xffe0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 16 and regular style. - static const IconData text_strikethrough_s_16_regular = IconData( - 0xfd84, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_16_regular = IconData(0xfd84, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 20 and regular style. - static const IconData text_strikethrough_s_20_regular = IconData( - 0xfd85, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_20_regular = IconData(0xfd85, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 24 and regular style. - static const IconData text_strikethrough_s_24_regular = IconData( - 0xfd86, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_24_regular = IconData(0xfd86, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_subscript" in size 16 and regular style. - static const IconData text_subscript_16_regular = IconData( - 0x101c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_subscript_16_regular = IconData(0x101c6, 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, - ); + 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, - ); + static const IconData text_subscript_24_regular = IconData(0xf807, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_superscript" in size 16 and regular style. - static const IconData text_superscript_16_regular = IconData( - 0x101c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_superscript_16_regular = IconData(0x101c7, 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, - ); + 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, - ); + static const IconData text_superscript_24_regular = IconData(0xf809, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 20 and regular style. - static const IconData text_t_20_regular = IconData( - 0x10091, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_t_20_regular = IconData(0x10091, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 24 and regular style. - static const IconData text_t_24_regular = IconData( - 0x10092, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_t_24_regular = IconData(0x10092, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 28 and regular style. - static const IconData text_t_28_regular = IconData( - 0x10247, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_t_28_regular = IconData(0x10247, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 48 and regular style. - static const IconData text_t_48_regular = IconData( - 0x10248, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_t_48_regular = IconData(0x10248, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "text_underline" in size 16 and regular style. - static const IconData text_underline_16_regular = IconData( - 0xfad5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData text_underline_16_regular = IconData(0xfad5, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_wrap_24_regular = IconData(0xf80e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox" in size 16 and regular style. - static const IconData textbox_16_regular = IconData( - 0x104d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_16_regular = IconData(0x104d7, 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, - ); + 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, - ); + static const IconData textbox_24_regular = IconData(0xf810, 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, - ); + 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, - ); + static const IconData textbox_align_bottom_24_regular = IconData(0xf814, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_bottom_rotate_90" in size 20 and regular style. - static const IconData textbox_align_bottom_rotate_90_20_regular = IconData( - 0x1055f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_bottom_rotate_90_20_regular = IconData(0x1055f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_bottom_rotate_90" in size 24 and regular style. - static const IconData textbox_align_bottom_rotate_90_24_regular = IconData( - 0xffe1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_bottom_rotate_90_24_regular = IconData(0xffe1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_center" in size 20 and regular style. - static const IconData textbox_align_center_20_regular = IconData( - 0xfcaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_center_20_regular = IconData(0xfcaa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_center" in size 24 and regular style. - static const IconData textbox_align_center_24_regular = IconData( - 0xfcab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_center_24_regular = IconData(0xfcab, 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, - ); + 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, - ); + static const IconData textbox_align_middle_24_regular = IconData(0xf816, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_middle_rotate_90" in size 20 and regular style. - static const IconData textbox_align_middle_rotate_90_20_regular = IconData( - 0x10560, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_middle_rotate_90_20_regular = IconData(0x10560, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_middle_rotate_90" in size 24 and regular style. - static const IconData textbox_align_middle_rotate_90_24_regular = IconData( - 0xffe2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_middle_rotate_90_24_regular = IconData(0xffe2, 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, - ); + 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, - ); + static const IconData textbox_align_top_24_regular = IconData(0xf818, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_top_rotate_90" in size 20 and regular style. - static const IconData textbox_align_top_rotate_90_20_regular = IconData( - 0x10561, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_top_rotate_90_20_regular = IconData(0x10561, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_top_rotate_90" in size 24 and regular style. - static const IconData textbox_align_top_rotate_90_24_regular = IconData( - 0xffe3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_top_rotate_90_24_regular = IconData(0xffe3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_more" in size 20 and regular style. - static const IconData textbox_more_20_regular = IconData( - 0x10562, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_more_20_regular = IconData(0x10562, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_more" in size 24 and regular style. - static const IconData textbox_more_24_regular = IconData( - 0xff17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_more_24_regular = IconData(0xff17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_rotate_90" in size 20 and regular style. - static const IconData textbox_rotate_90_20_regular = IconData( - 0x104d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_rotate_90_20_regular = IconData(0x104d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "textbox_rotate_90" in size 24 and regular style. - static const IconData textbox_rotate_90_24_regular = IconData( - 0x104d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData textbox_rotate_90_24_regular = IconData(0x104d9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData thinking_24_regular = IconData(0xf81c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "thumb_dislike" in size 16 and regular style. - static const IconData thumb_dislike_16_regular = IconData( - 0xffc7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData thumb_dislike_16_regular = IconData(0xffc7, 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, - ); + 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, - ); + static const IconData thumb_dislike_24_regular = IconData(0xf81e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 16 and regular style. - static const IconData thumb_like_16_regular = IconData( - 0xfcac, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_16_regular = IconData(0xfcac, 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, - ); + 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, - ); + static const IconData thumb_like_24_regular = IconData(0xf820, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 28 and regular style. - static const IconData thumb_like_28_regular = IconData( - 0x10249, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_28_regular = IconData(0x10249, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 48 and regular style. - static const IconData thumb_like_48_regular = IconData( - 0x1024a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_48_regular = IconData(0x1024a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 16 and regular style. - static const IconData ticket_diagonal_16_regular = IconData( - 0xfae4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_16_regular = IconData(0xfae4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 20 and regular style. - static const IconData ticket_diagonal_20_regular = IconData( - 0xfae5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_20_regular = IconData(0xfae5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 24 and regular style. - static const IconData ticket_diagonal_24_regular = IconData( - 0xfae6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_24_regular = IconData(0xfae6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 28 and regular style. - static const IconData ticket_diagonal_28_regular = IconData( - 0xfae7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_28_regular = IconData(0xfae7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_horizontal" in size 20 and regular style. - static const IconData ticket_horizontal_20_regular = IconData( - 0xfcad, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_horizontal_20_regular = IconData(0xfcad, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "ticket_horizontal" in size 24 and regular style. - static const IconData ticket_horizontal_24_regular = IconData( - 0xfcae, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData ticket_horizontal_24_regular = IconData(0xfcae, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "time_and_weather" in size 20 and regular style. - static const IconData time_and_weather_20_regular = IconData( - 0x10721, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData time_and_weather_20_regular = IconData(0x10721, 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, - ); + 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, - ); + static const IconData time_picker_24_regular = IconData(0xf824, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timeline" in size 20 and regular style. - static const IconData timeline_20_regular = IconData( - 0x100f4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timeline_20_regular = IconData(0x100f4, 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, - ); + static const IconData timeline_24_regular = IconData(0xf825, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer_10" in size 20 and regular style. - static const IconData timer_10_20_regular = IconData( - 0x10749, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_10_20_regular = IconData(0x10749, 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, - ); + static const IconData timer_10_24_regular = IconData(0xf826, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 12 and regular style. - static const IconData timer_12_regular = IconData( - 0x1044f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_12_regular = IconData(0x1044f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 16 and regular style. - static const IconData timer_16_regular = IconData( - 0xfae8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_16_regular = IconData(0xfae8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 20 and regular style. - static const IconData timer_20_regular = IconData( - 0xfae9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_20_regular = IconData(0xfae9, 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, - ); + static const IconData timer_24_regular = IconData(0xf827, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 28 and regular style. - static const IconData timer_28_regular = IconData( - 0x10450, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_28_regular = IconData(0x10450, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer_2" in size 20 and regular style. - static const IconData timer_2_20_regular = IconData( - 0x1074a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_2_20_regular = IconData(0x1074a, 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, - ); + static const IconData timer_2_24_regular = IconData(0xf828, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 32 and regular style. - static const IconData timer_32_regular = IconData( - 0x10451, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_32_regular = IconData(0x10451, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer_3" in size 20 and regular style. - static const IconData timer_3_20_regular = IconData( - 0x1074b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_3_20_regular = IconData(0x1074b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer_3" in size 24 and regular style. - static const IconData timer_3_24_regular = IconData( - 0xfd0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_3_24_regular = IconData(0xfd0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 48 and regular style. - static const IconData timer_48_regular = IconData( - 0x10452, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_48_regular = IconData(0x10452, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "timer_off" in size 20 and regular style. - static const IconData timer_off_20_regular = IconData( - 0x106c6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData timer_off_20_regular = IconData(0x106c6, 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, - ); + static const IconData timer_off_24_regular = IconData(0xf829, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 16 and regular style. - static const IconData toggle_left_16_regular = IconData( - 0xfaea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_16_regular = IconData(0xfaea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 20 and regular style. - static const IconData toggle_left_20_regular = IconData( - 0xfaeb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_20_regular = IconData(0xfaeb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 24 and regular style. - static const IconData toggle_left_24_regular = IconData( - 0xfaec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_24_regular = IconData(0xfaec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 28 and regular style. - static const IconData toggle_left_28_regular = IconData( - 0xfaed, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_28_regular = IconData(0xfaed, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 48 and regular style. - static const IconData toggle_left_48_regular = IconData( - 0xfaee, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_48_regular = IconData(0xfaee, 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, - ); + 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, - ); + 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, - ); + static const IconData toggle_right_24_regular = IconData(0xf82c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_right" in size 28 and regular style. - static const IconData toggle_right_28_regular = IconData( - 0xfaef, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_right_28_regular = IconData(0xfaef, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toggle_right" in size 48 and regular style. - static const IconData toggle_right_48_regular = IconData( - 0xfaf0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toggle_right_48_regular = IconData(0xfaf0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "toolbox" in size 12 and regular style. - static const IconData toolbox_12_regular = IconData( - 0x10178, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData toolbox_12_regular = IconData(0x10178, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData toolbox_28_regular = IconData(0xf830, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tooltip_quote" in size 20 and regular style. - static const IconData tooltip_quote_20_regular = IconData( - 0xf7bb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tooltip_quote_20_regular = IconData(0xf7bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tooltip_quote" in size 24 and regular style. - static const IconData tooltip_quote_24_regular = IconData( - 0xffc8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tooltip_quote_24_regular = IconData(0xffc8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "top_speed" in size 20 and regular style. - static const IconData top_speed_20_regular = IconData( - 0xfea0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData top_speed_20_regular = IconData(0xfea0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData translate_24_regular = IconData(0xf834, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "transmission" in size 20 and regular style. - static const IconData transmission_20_regular = IconData( - 0x10722, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData transmission_20_regular = IconData(0x10722, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "transmission" in size 24 and regular style. - static const IconData transmission_24_regular = IconData( - 0xfef9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData transmission_24_regular = IconData(0xfef9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tray_item_add" in size 20 and regular style. - static const IconData tray_item_add_20_regular = IconData( - 0x10299, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_add_20_regular = IconData(0x10299, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tray_item_add" in size 24 and regular style. - static const IconData tray_item_add_24_regular = IconData( - 0x1029a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_add_24_regular = IconData(0x1029a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tray_item_remove" in size 20 and regular style. - static const IconData tray_item_remove_20_regular = IconData( - 0x1029b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_remove_20_regular = IconData(0x1029b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tray_item_remove" in size 24 and regular style. - static const IconData tray_item_remove_24_regular = IconData( - 0x1029c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_remove_24_regular = IconData(0x1029c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tree_deciduous" in size 20 and regular style. - static const IconData tree_deciduous_20_regular = IconData( - 0x1074c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tree_deciduous_20_regular = IconData(0x1074c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tree_evergreen" in size 20 and regular style. - static const IconData tree_evergreen_20_regular = IconData( - 0x1074d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tree_evergreen_20_regular = IconData(0x1074d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 12 and regular style. - static const IconData triangle_12_regular = IconData( - 0x100f5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_12_regular = IconData(0x100f5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 16 and regular style. - static const IconData triangle_16_regular = IconData( - 0x106c7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_16_regular = IconData(0x106c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 20 and regular style. - static const IconData triangle_20_regular = IconData( - 0x106c8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_20_regular = IconData(0x106c8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 32 and regular style. - static const IconData triangle_32_regular = IconData( - 0x10201, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_32_regular = IconData(0x10201, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 48 and regular style. - static const IconData triangle_48_regular = IconData( - 0x103d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_48_regular = IconData(0x103d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 12 and regular style. - static const IconData triangle_down_12_regular = IconData( - 0x106c9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_12_regular = IconData(0x106c9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 16 and regular style. - static const IconData triangle_down_16_regular = IconData( - 0x106ca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_16_regular = IconData(0x106ca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 20 and regular style. - static const IconData triangle_down_20_regular = IconData( - 0x106cb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_20_regular = IconData(0x106cb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 32 and regular style. - static const IconData triangle_down_32_regular = IconData( - 0x106cc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_32_regular = IconData(0x106cc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 48 and regular style. - static const IconData triangle_down_48_regular = IconData( - 0x106cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_48_regular = IconData(0x106cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 12 and regular style. - static const IconData triangle_left_12_regular = IconData( - 0x106ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_12_regular = IconData(0x106ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 16 and regular style. - static const IconData triangle_left_16_regular = IconData( - 0x106cf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_16_regular = IconData(0x106cf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 20 and regular style. - static const IconData triangle_left_20_regular = IconData( - 0x106d0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_20_regular = IconData(0x106d0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 32 and regular style. - static const IconData triangle_left_32_regular = IconData( - 0x106d1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_32_regular = IconData(0x106d1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 48 and regular style. - static const IconData triangle_left_48_regular = IconData( - 0x106d2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_48_regular = IconData(0x106d2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 12 and regular style. - static const IconData triangle_right_12_regular = IconData( - 0x106d3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_12_regular = IconData(0x106d3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 16 and regular style. - static const IconData triangle_right_16_regular = IconData( - 0x106d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_16_regular = IconData(0x106d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 20 and regular style. - static const IconData triangle_right_20_regular = IconData( - 0x106d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_20_regular = IconData(0x106d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 32 and regular style. - static const IconData triangle_right_32_regular = IconData( - 0x106d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_32_regular = IconData(0x106d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 48 and regular style. - static const IconData triangle_right_48_regular = IconData( - 0x106d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_48_regular = IconData(0x106d7, 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, - ); + 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, - ); + 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, - ); + static const IconData trophy_24_regular = IconData(0xf837, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 28 and regular style. - static const IconData trophy_28_regular = IconData( - 0x103d4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_28_regular = IconData(0x103d4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 32 and regular style. - static const IconData trophy_32_regular = IconData( - 0x103d5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_32_regular = IconData(0x103d5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 48 and regular style. - static const IconData trophy_48_regular = IconData( - 0x103d6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_48_regular = IconData(0x103d6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 16 and regular style. - static const IconData trophy_off_16_regular = IconData( - 0x103d7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_16_regular = IconData(0x103d7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 20 and regular style. - static const IconData trophy_off_20_regular = IconData( - 0x103d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_20_regular = IconData(0x103d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 24 and regular style. - static const IconData trophy_off_24_regular = IconData( - 0x103d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_24_regular = IconData(0x103d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 28 and regular style. - static const IconData trophy_off_28_regular = IconData( - 0x103da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_28_regular = IconData(0x103da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 32 and regular style. - static const IconData trophy_off_32_regular = IconData( - 0x103db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_32_regular = IconData(0x103db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 48 and regular style. - static const IconData trophy_off_48_regular = IconData( - 0x103dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_48_regular = IconData(0x103dc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 16 and regular style. - static const IconData tv_16_regular = IconData( - 0xfaf1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_16_regular = IconData(0xfaf1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 20 and regular style. - static const IconData tv_20_regular = IconData( - 0xfaf2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_20_regular = IconData(0xfaf2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 24 and regular style. - static const IconData tv_24_regular = IconData( - 0xfaf3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_24_regular = IconData(0xfaf3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 28 and regular style. - static const IconData tv_28_regular = IconData( - 0xfaf4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_28_regular = IconData(0xfaf4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 48 and regular style. - static const IconData tv_48_regular = IconData( - 0xfaf5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_48_regular = IconData(0xfaf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_arrow_right" in size 20 and regular style. - static const IconData tv_arrow_right_20_regular = IconData( - 0xfba8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_arrow_right_20_regular = IconData(0xfba8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 16 and regular style. - static const IconData tv_usb_16_regular = IconData( - 0xfd94, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_16_regular = IconData(0xfd94, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 20 and regular style. - static const IconData tv_usb_20_regular = IconData( - 0xfd95, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_20_regular = IconData(0xfd95, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 24 and regular style. - static const IconData tv_usb_24_regular = IconData( - 0xfd96, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_24_regular = IconData(0xfd96, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 28 and regular style. - static const IconData tv_usb_28_regular = IconData( - 0xfd97, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_28_regular = IconData(0xfd97, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 48 and regular style. - static const IconData tv_usb_48_regular = IconData( - 0xfd98, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_48_regular = IconData(0xfd98, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "umbrella" in size 20 and regular style. - static const IconData umbrella_20_regular = IconData( - 0xffc9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData umbrella_20_regular = IconData(0xffc9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "umbrella" in size 24 and regular style. - static const IconData umbrella_24_regular = IconData( - 0xffca, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData umbrella_24_regular = IconData(0xffca, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "uninstall_app" in size 20 and regular style. - static const IconData uninstall_app_20_regular = IconData( - 0x1074e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData uninstall_app_20_regular = IconData(0x1074e, 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, - ); + static const IconData uninstall_app_24_regular = IconData(0xf838, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "usb_plug" in size 20 and regular style. - static const IconData usb_plug_20_regular = IconData( - 0x10093, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData usb_plug_20_regular = IconData(0x10093, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "usb_plug" in size 24 and regular style. - static const IconData usb_plug_24_regular = IconData( - 0x10094, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData usb_plug_24_regular = IconData(0x10094, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData vault_24_regular = IconData(0xf843, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bicycle" in size 16 and regular style. - static const IconData vehicle_bicycle_16_regular = IconData( - 0xfaf6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bicycle_16_regular = IconData(0xfaf6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bicycle" in size 20 and regular style. - static const IconData vehicle_bicycle_20_regular = IconData( - 0xfaf7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bicycle_20_regular = IconData(0xfaf7, 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, - ); + static const IconData vehicle_bicycle_24_regular = IconData(0xf844, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bus" in size 16 and regular style. - static const IconData vehicle_bus_16_regular = IconData( - 0xfaf8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bus_16_regular = IconData(0xfaf8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bus" in size 20 and regular style. - static const IconData vehicle_bus_20_regular = IconData( - 0xfaf9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bus_20_regular = IconData(0xfaf9, 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, - ); + static const IconData vehicle_bus_24_regular = IconData(0xf845, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 16 and regular style. - static const IconData vehicle_cab_16_regular = IconData( - 0xfd87, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_16_regular = IconData(0xfd87, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 20 and regular style. - static const IconData vehicle_cab_20_regular = IconData( - 0xfd88, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_20_regular = IconData(0xfd88, 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, - ); + static const IconData vehicle_cab_24_regular = IconData(0xf846, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 28 and regular style. - static const IconData vehicle_cab_28_regular = IconData( - 0xfd89, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_28_regular = IconData(0xfd89, 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, - ); + 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, - ); + 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, - ); + static const IconData vehicle_car_24_regular = IconData(0xf849, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car" in size 28 and regular style. - static const IconData vehicle_car_28_regular = IconData( - 0xfafa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_28_regular = IconData(0xfafa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car" in size 48 and regular style. - static const IconData vehicle_car_48_regular = IconData( - 0xfafb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_48_regular = IconData(0xfafb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 16 and regular style. - static const IconData vehicle_car_collision_16_regular = IconData( - 0x10179, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_16_regular = IconData(0x10179, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 20 and regular style. - static const IconData vehicle_car_collision_20_regular = IconData( - 0x1017a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_20_regular = IconData(0x1017a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 24 and regular style. - static const IconData vehicle_car_collision_24_regular = IconData( - 0x1017b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_24_regular = IconData(0x1017b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 28 and regular style. - static const IconData vehicle_car_collision_28_regular = IconData( - 0x10375, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_28_regular = IconData(0x10375, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 32 and regular style. - static const IconData vehicle_car_collision_32_regular = IconData( - 0x10376, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_32_regular = IconData(0x10376, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 48 and regular style. - static const IconData vehicle_car_collision_48_regular = IconData( - 0x1017c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_48_regular = IconData(0x1017c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_ltr" in size 16 and regular style. - static const IconData vehicle_car_profile_ltr_16_regular = IconData( - 0xf7cd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_ltr_16_regular = IconData(0xf7cd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_ltr" in size 20 and regular style. - static const IconData vehicle_car_profile_ltr_20_regular = IconData( - 0x10036, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_ltr_20_regular = IconData(0x10036, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_rtl" in size 16 and regular style. - static const IconData vehicle_car_profile_rtl_16_regular = IconData( - 0xf7ce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_rtl_16_regular = IconData(0xf7ce, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_rtl" in size 20 and regular style. - static const IconData vehicle_car_profile_rtl_20_regular = IconData( - 0x10037, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_rtl_20_regular = IconData(0x10037, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 16 and regular style. - static const IconData vehicle_ship_16_regular = IconData( - 0xfafc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_16_regular = IconData(0xfafc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 20 and regular style. - static const IconData vehicle_ship_20_regular = IconData( - 0xfafd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_20_regular = IconData(0xfafd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 24 and regular style. - static const IconData vehicle_ship_24_regular = IconData( - 0xfafe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_24_regular = IconData(0xfafe, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 16 and regular style. - static const IconData vehicle_subway_16_regular = IconData( - 0xfaff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_16_regular = IconData(0xfaff, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 20 and regular style. - static const IconData vehicle_subway_20_regular = IconData( - 0xfb00, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_20_regular = IconData(0xfb00, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 24 and regular style. - static const IconData vehicle_subway_24_regular = IconData( - 0xfb01, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_24_regular = IconData(0xfb01, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck" in size 16 and regular style. - static const IconData vehicle_truck_16_regular = IconData( - 0xfb02, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_16_regular = IconData(0xfb02, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck" in size 20 and regular style. - static const IconData vehicle_truck_20_regular = IconData( - 0xfb03, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_20_regular = IconData(0xfb03, 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, - ); + static const IconData vehicle_truck_24_regular = IconData(0xf84a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_bag" in size 20 and regular style. - static const IconData vehicle_truck_bag_20_regular = IconData( - 0x1029d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_bag_20_regular = IconData(0x1029d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_bag" in size 24 and regular style. - static const IconData vehicle_truck_bag_24_regular = IconData( - 0x1029e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_bag_24_regular = IconData(0x1029e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_cube" in size 20 and regular style. - static const IconData vehicle_truck_cube_20_regular = IconData( - 0x102f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_cube_20_regular = IconData(0x102f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_cube" in size 24 and regular style. - static const IconData vehicle_truck_cube_24_regular = IconData( - 0x102f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_cube_24_regular = IconData(0x102f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 16 and regular style. - static const IconData vehicle_truck_profile_16_regular = IconData( - 0xf7ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_16_regular = IconData(0xf7ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 20 and regular style. - static const IconData vehicle_truck_profile_20_regular = IconData( - 0xffcb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_20_regular = IconData(0xffcb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 24 and regular style. - static const IconData vehicle_truck_profile_24_regular = IconData( - 0xfd8a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_24_regular = IconData(0xfd8a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData video_28_regular = IconData(0xf84e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video" in size 32 and regular style. - static const IconData video_32_regular = IconData( - 0xff18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_32_regular = IconData(0xff18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_360" in size 20 and regular style. - static const IconData video_360_20_regular = IconData( - 0xfb5c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_360_20_regular = IconData(0xfb5c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_360" in size 24 and regular style. - static const IconData video_360_24_regular = IconData( - 0xfb5d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_360_24_regular = IconData(0xfb5d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_360_off" in size 20 and regular style. - static const IconData video_360_off_20_regular = IconData( - 0xfd99, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_360_off_20_regular = IconData(0xfd99, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video" in size 48 and regular style. - static const IconData video_48_regular = IconData( - 0xff19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_48_regular = IconData(0xff19, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_add" in size 20 and regular style. - static const IconData video_add_20_regular = IconData( - 0xffcc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_add_20_regular = IconData(0xffcc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_add" in size 24 and regular style. - static const IconData video_add_24_regular = IconData( - 0xffcd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_add_24_regular = IconData(0xffcd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_background_effect" in size 20 and regular style. - static const IconData video_background_effect_20_regular = IconData( - 0xfb20, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_background_effect_20_regular = IconData(0xfb20, 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, - ); + static const IconData video_background_effect_24_regular = IconData(0xf84f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 16 and regular style. - static const IconData video_chat_16_regular = IconData( - 0x10563, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_16_regular = IconData(0x10563, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 20 and regular style. - static const IconData video_chat_20_regular = IconData( - 0x10564, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_20_regular = IconData(0x10564, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 24 and regular style. - static const IconData video_chat_24_regular = IconData( - 0x10565, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_24_regular = IconData(0x10565, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 28 and regular style. - static const IconData video_chat_28_regular = IconData( - 0x106d8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_28_regular = IconData(0x106d8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 32 and regular style. - static const IconData video_chat_32_regular = IconData( - 0x106d9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_32_regular = IconData(0x106d9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 48 and regular style. - static const IconData video_chat_48_regular = IconData( - 0x106da, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_48_regular = IconData(0x106da, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_clip" in size 16 and regular style. - static const IconData video_clip_16_regular = IconData( - 0xff1a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_16_regular = IconData(0xff1a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_clip" in size 20 and regular style. - static const IconData video_clip_20_regular = IconData( - 0xfb04, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_20_regular = IconData(0xfb04, 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, - ); + static const IconData video_clip_24_regular = IconData(0xf850, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 16 and regular style. - static const IconData video_clip_multiple_16_regular = IconData( - 0x10377, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_16_regular = IconData(0x10377, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 20 and regular style. - static const IconData video_clip_multiple_20_regular = IconData( - 0x10378, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_20_regular = IconData(0x10378, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 24 and regular style. - static const IconData video_clip_multiple_24_regular = IconData( - 0x10379, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_24_regular = IconData(0x10379, 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, - ); + 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, - ); + 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, - ); + static const IconData video_off_28_regular = IconData(0xf853, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_off" in size 32 and regular style. - static const IconData video_off_32_regular = IconData( - 0x1024b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_off_32_regular = IconData(0x1024b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_off" in size 48 and regular style. - static const IconData video_off_48_regular = IconData( - 0x1024c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_off_48_regular = IconData(0x1024c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 12 and regular style. - static const IconData video_person_12_regular = IconData( - 0xfb5e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_12_regular = IconData(0xfb5e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 16 and regular style. - static const IconData video_person_16_regular = IconData( - 0xfb5f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_16_regular = IconData(0xfb5f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 20 and regular style. - static const IconData video_person_20_regular = IconData( - 0xfb60, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_20_regular = IconData(0xfb60, 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, - ); + static const IconData video_person_24_regular = IconData(0xf854, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 28 and regular style. - static const IconData video_person_28_regular = IconData( - 0xfb61, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_28_regular = IconData(0xfb61, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 48 and regular style. - static const IconData video_person_48_regular = IconData( - 0xfb62, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_48_regular = IconData(0xfb62, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 16 and regular style. - static const IconData video_person_call_16_regular = IconData( - 0xfb63, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_16_regular = IconData(0xfb63, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 20 and regular style. - static const IconData video_person_call_20_regular = IconData( - 0xfb64, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_20_regular = IconData(0xfb64, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 24 and regular style. - static const IconData video_person_call_24_regular = IconData( - 0xfb65, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_24_regular = IconData(0xfb65, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 32 and regular style. - static const IconData video_person_call_32_regular = IconData( - 0xfdf5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_32_regular = IconData(0xfdf5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_off" in size 20 and regular style. - static const IconData video_person_off_20_regular = IconData( - 0x105f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_off_20_regular = IconData(0x105f8, 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, - ); + static const IconData video_person_off_24_regular = IconData(0xf855, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 16 and regular style. - static const IconData video_person_sparkle_16_regular = IconData( - 0x10202, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_16_regular = IconData(0x10202, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 20 and regular style. - static const IconData video_person_sparkle_20_regular = IconData( - 0x10203, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_20_regular = IconData(0x10203, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 24 and regular style. - static const IconData video_person_sparkle_24_regular = IconData( - 0x10204, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_24_regular = IconData(0x10204, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 28 and regular style. - static const IconData video_person_sparkle_28_regular = IconData( - 0x10205, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_28_regular = IconData(0x10205, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 48 and regular style. - static const IconData video_person_sparkle_48_regular = IconData( - 0x10206, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_48_regular = IconData(0x10206, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_star" in size 20 and regular style. - static const IconData video_person_star_20_regular = IconData( - 0xfb66, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_20_regular = IconData(0xfb66, 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, - ); + static const IconData video_person_star_24_regular = IconData(0xf856, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_star_off" in size 20 and regular style. - static const IconData video_person_star_off_20_regular = IconData( - 0xfba9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_off_20_regular = IconData(0xfba9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_person_star_off" in size 24 and regular style. - static const IconData video_person_star_off_24_regular = IconData( - 0xfe39, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_off_24_regular = IconData(0xfe39, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_play_pause" in size 20 and regular style. - static const IconData video_play_pause_20_regular = IconData( - 0x10723, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_play_pause_20_regular = IconData(0x10723, 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, - ); + static const IconData video_play_pause_24_regular = IconData(0xf857, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 16 and regular style. - static const IconData video_prohibited_16_regular = IconData( - 0xfd9a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_16_regular = IconData(0xfd9a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 20 and regular style. - static const IconData video_prohibited_20_regular = IconData( - 0xfb67, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_20_regular = IconData(0xfb67, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 24 and regular style. - static const IconData video_prohibited_24_regular = IconData( - 0xfd9b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_24_regular = IconData(0xfd9b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 28 and regular style. - static const IconData video_prohibited_28_regular = IconData( - 0xfd9c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_28_regular = IconData(0xfd9c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_recording" in size 20 and regular style. - static const IconData video_recording_20_regular = IconData( - 0xfbaa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_recording_20_regular = IconData(0xfbaa, 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, - ); + 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, - ); + static const IconData video_security_24_regular = IconData(0xf859, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_switch" in size 20 and regular style. - static const IconData video_switch_20_regular = IconData( - 0xfb68, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_switch_20_regular = IconData(0xfb68, 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, - ); + static const IconData video_switch_24_regular = IconData(0xf85a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "video_sync" in size 20 and regular style. - static const IconData video_sync_20_regular = IconData( - 0xfbab, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData video_sync_20_regular = IconData(0xfbab, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData view_desktop_mobile_24_regular = IconData(0xf85e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "virtual_network" in size 20 and regular style. - static const IconData virtual_network_20_regular = IconData( - 0x106db, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData virtual_network_20_regular = IconData(0x106db, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "virtual_network_toolbox" in size 20 and regular style. - static const IconData virtual_network_toolbox_20_regular = IconData( - 0x106dc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData virtual_network_toolbox_20_regular = IconData(0x106dc, 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, - ); + 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, - ); + 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, - ); + static const IconData voicemail_24_regular = IconData(0xf864, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail" in size 28 and regular style. - static const IconData voicemail_28_regular = IconData( - 0xfd0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_28_regular = IconData(0xfd0d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_back" in size 16 and regular style. - static const IconData voicemail_arrow_back_16_regular = IconData( - 0xf7eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_back_16_regular = IconData(0xf7eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_back" in size 20 and regular style. - static const IconData voicemail_arrow_back_20_regular = IconData( - 0x105f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_back_20_regular = IconData(0x105f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_forward" in size 16 and regular style. - static const IconData voicemail_arrow_forward_16_regular = IconData( - 0xf7ec, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_forward_16_regular = IconData(0xf7ec, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_forward" in size 20 and regular style. - static const IconData voicemail_arrow_forward_20_regular = IconData( - 0x105fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_forward_20_regular = IconData(0x105fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_subtract" in size 20 and regular style. - static const IconData voicemail_arrow_subtract_20_regular = IconData( - 0x105fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_subtract_20_regular = IconData(0x105fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "voicemail_subtract" in size 16 and regular style. - static const IconData voicemail_subtract_16_regular = IconData( - 0xf7fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_subtract_16_regular = IconData(0xf7fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vote" in size 20 and regular style. - static const IconData vote_20_regular = IconData( - 0xfb05, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vote_20_regular = IconData(0xfb05, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "vote" in size 24 and regular style. - static const IconData vote_24_regular = IconData( - 0xfb06, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData vote_24_regular = IconData(0xfb06, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "walkie_talkie" in size 20 and regular style. - static const IconData walkie_talkie_20_regular = IconData( - 0xfd0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData walkie_talkie_20_regular = IconData(0xfd0e, 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, - ); + 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, - ); + static const IconData walkie_talkie_28_regular = IconData(0xf866, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 16 and regular style. - static const IconData wallet_16_regular = IconData( - 0x106dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_16_regular = IconData(0x106dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 20 and regular style. - static const IconData wallet_20_regular = IconData( - 0x1017d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_20_regular = IconData(0x1017d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 24 and regular style. - static const IconData wallet_24_regular = IconData( - 0x1017e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_24_regular = IconData(0x1017e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 28 and regular style. - static const IconData wallet_28_regular = IconData( - 0x1037a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_28_regular = IconData(0x1037a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 32 and regular style. - static const IconData wallet_32_regular = IconData( - 0x1037b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_32_regular = IconData(0x1037b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 48 and regular style. - static const IconData wallet_48_regular = IconData( - 0x1037c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_48_regular = IconData(0x1037c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 16 and regular style. - static const IconData wallet_credit_card_16_regular = IconData( - 0x106de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_16_regular = IconData(0x106de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 20 and regular style. - static const IconData wallet_credit_card_20_regular = IconData( - 0x106df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_20_regular = IconData(0x106df, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 24 and regular style. - static const IconData wallet_credit_card_24_regular = IconData( - 0x106e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_24_regular = IconData(0x106e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 32 and regular style. - static const IconData wallet_credit_card_32_regular = IconData( - 0x106e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_32_regular = IconData(0x106e1, 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, - ); + static const IconData wallpaper_24_regular = IconData(0xf867, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 16 and regular style. - static const IconData wand_16_regular = IconData( - 0xfcaf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wand_16_regular = IconData(0xfcaf, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 20 and regular style. - static const IconData wand_20_regular = IconData( - 0xfcb0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wand_20_regular = IconData(0xfcb0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 24 and regular style. - static const IconData wand_24_regular = IconData( - 0xfcb1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wand_24_regular = IconData(0xfcb1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 28 and regular style. - static const IconData wand_28_regular = IconData( - 0xfcb2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wand_28_regular = IconData(0xfcb2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 48 and regular style. - static const IconData wand_48_regular = IconData( - 0xfcb3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wand_48_regular = IconData(0xfcb3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "warning" in size 12 and regular style. - static const IconData warning_12_regular = IconData( - 0xffce, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData warning_12_regular = IconData(0xffce, 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, - ); + 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, - ); + 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, - ); + static const IconData warning_24_regular = IconData(0xf86a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "warning_shield" in size 20 and regular style. - static const IconData warning_shield_20_regular = IconData( - 0xfd0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData warning_shield_20_regular = IconData(0xfd0f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_cloudy_48_regular = IconData(0xf870, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 20 and regular style. - static const IconData weather_drizzle_20_regular = IconData( - 0xfb07, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_20_regular = IconData(0xfb07, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 24 and regular style. - static const IconData weather_drizzle_24_regular = IconData( - 0xfb08, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_24_regular = IconData(0xfb08, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 48 and regular style. - static const IconData weather_drizzle_48_regular = IconData( - 0xfb09, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_48_regular = IconData(0xfb09, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_hail_night_48_regular = IconData(0xf87c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 20 and regular style. - static const IconData weather_haze_20_regular = IconData( - 0xfb0a, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_20_regular = IconData(0xfb0a, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 24 and regular style. - static const IconData weather_haze_24_regular = IconData( - 0xfb0b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_24_regular = IconData(0xfb0b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 48 and regular style. - static const IconData weather_haze_48_regular = IconData( - 0xfb0c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_48_regular = IconData(0xfb0c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon" in size 16 and regular style. - static const IconData weather_moon_16_regular = IconData( - 0xfb0d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_16_regular = IconData(0xfb0d, 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, - ); + 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, - ); + static const IconData weather_moon_24_regular = IconData(0xf87e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon" in size 28 and regular style. - static const IconData weather_moon_28_regular = IconData( - 0xfb0e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_28_regular = IconData(0xfb0e, 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, - ); + static const IconData weather_moon_48_regular = IconData(0xf87f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 16 and regular style. - static const IconData weather_moon_off_16_regular = IconData( - 0xfb0f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_16_regular = IconData(0xfb0f, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 20 and regular style. - static const IconData weather_moon_off_20_regular = IconData( - 0xfb10, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_20_regular = IconData(0xfb10, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 24 and regular style. - static const IconData weather_moon_off_24_regular = IconData( - 0xfb11, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_24_regular = IconData(0xfb11, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 28 and regular style. - static const IconData weather_moon_off_28_regular = IconData( - 0xfb12, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_28_regular = IconData(0xfb12, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 48 and regular style. - static const IconData weather_moon_off_48_regular = IconData( - 0xfb13, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_48_regular = IconData(0xfb13, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_partly_cloudy_day" in size 16 and regular style. - static const IconData weather_partly_cloudy_day_16_regular = IconData( - 0x10038, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_partly_cloudy_day_16_regular = IconData(0x10038, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_squalls_48_regular = IconData(0xf8a0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 16 and regular style. - static const IconData weather_sunny_16_regular = IconData( - 0x10039, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_16_regular = IconData(0x10039, 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, - ); + 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, - ); + static const IconData weather_sunny_24_regular = IconData(0xf8a2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 28 and regular style. - static const IconData weather_sunny_28_regular = IconData( - 0x1037d, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_28_regular = IconData(0x1037d, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 32 and regular style. - static const IconData weather_sunny_32_regular = IconData( - 0xfdf6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_32_regular = IconData(0xfdf6, 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, - ); + static const IconData weather_sunny_48_regular = IconData(0xf8a3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 20 and regular style. - static const IconData weather_sunny_high_20_regular = IconData( - 0xfb14, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_20_regular = IconData(0xfb14, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 24 and regular style. - static const IconData weather_sunny_high_24_regular = IconData( - 0xfb15, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_24_regular = IconData(0xfb15, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 48 and regular style. - static const IconData weather_sunny_high_48_regular = IconData( - 0xfb16, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_48_regular = IconData(0xfb16, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 20 and regular style. - static const IconData weather_sunny_low_20_regular = IconData( - 0xfb17, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_20_regular = IconData(0xfb17, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 24 and regular style. - static const IconData weather_sunny_low_24_regular = IconData( - 0xfb18, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_24_regular = IconData(0xfb18, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 48 and regular style. - static const IconData weather_sunny_low_48_regular = IconData( - 0xfb19, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_48_regular = IconData(0xfb19, 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, - ); + 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, - ); + 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, - ); + static const IconData weather_thunderstorm_48_regular = IconData(0xf8a6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "web_asset" in size 20 and regular style. - static const IconData web_asset_20_regular = IconData( - 0x105fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData web_asset_20_regular = IconData(0x105fc, 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, - ); + static const IconData web_asset_24_regular = IconData(0xf8a7, 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, - ); + 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, - ); + static const IconData whiteboard_24_regular = IconData(0xf8ab, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "whiteboard" in size 48 and regular style. - static const IconData whiteboard_48_regular = IconData( - 0x1017f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData whiteboard_48_regular = IconData(0x1017f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData wifi_4_24_regular = IconData(0xf8b3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_lock" in size 24 and regular style. - static const IconData wifi_lock_24_regular = IconData( - 0x10095, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_lock_24_regular = IconData(0x10095, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_off" in size 20 and regular style. - static const IconData wifi_off_20_regular = IconData( - 0xfefa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_off_20_regular = IconData(0xfefa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_off" in size 24 and regular style. - static const IconData wifi_off_24_regular = IconData( - 0xfefb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_off_24_regular = IconData(0xfefb, 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, - ); + static const IconData wifi_protected_24_regular = IconData(0xf8b4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_settings" in size 20 and regular style. - static const IconData wifi_settings_20_regular = IconData( - 0x100f6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_settings_20_regular = IconData(0x100f6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_warning" in size 20 and regular style. - static const IconData wifi_warning_20_regular = IconData( - 0xfb69, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_warning_20_regular = IconData(0xfb69, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wifi_warning" in size 24 and regular style. - static const IconData wifi_warning_24_regular = IconData( - 0xf7fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wifi_warning_24_regular = IconData(0xf7fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window" in size 16 and regular style. - static const IconData window_16_regular = IconData( - 0x100f7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_16_regular = IconData(0x100f7, 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, - ); + static const IconData window_20_regular = IconData(0xf8b5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window" in size 24 and regular style. - static const IconData window_24_regular = IconData( - 0x100f8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_24_regular = IconData(0x100f8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window" in size 28 and regular style. - static const IconData window_28_regular = IconData( - 0x103dd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_28_regular = IconData(0x103dd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window" in size 32 and regular style. - static const IconData window_32_regular = IconData( - 0x103de, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_32_regular = IconData(0x103de, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window" in size 48 and regular style. - static const IconData window_48_regular = IconData( - 0x103df, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_48_regular = IconData(0x103df, 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, - ); + static const IconData window_ad_20_regular = IconData(0xf8b6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_ad_off" in size 20 and regular style. - static const IconData window_ad_off_20_regular = IconData( - 0x100f9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_ad_off_20_regular = IconData(0x100f9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_ad_person" in size 20 and regular style. - static const IconData window_ad_person_20_regular = IconData( - 0xff1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_ad_person_20_regular = IconData(0xff1b, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 16 and regular style. - static const IconData window_apps_16_regular = IconData( - 0x103e0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_16_regular = IconData(0x103e0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 20 and regular style. - static const IconData window_apps_20_regular = IconData( - 0x103e1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_20_regular = IconData(0x103e1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 24 and regular style. - static const IconData window_apps_24_regular = IconData( - 0x103e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_24_regular = IconData(0x103e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 28 and regular style. - static const IconData window_apps_28_regular = IconData( - 0x103e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_28_regular = IconData(0x103e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 32 and regular style. - static const IconData window_apps_32_regular = IconData( - 0x103e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_32_regular = IconData(0x103e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 48 and regular style. - static const IconData window_apps_48_regular = IconData( - 0x103e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_48_regular = IconData(0x103e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 16 and regular style. - static const IconData window_arrow_up_16_regular = IconData( - 0x100fa, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_16_regular = IconData(0x100fa, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 20 and regular style. - static const IconData window_arrow_up_20_regular = IconData( - 0x100fb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_20_regular = IconData(0x100fb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 24 and regular style. - static const IconData window_arrow_up_24_regular = IconData( - 0xfcb4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_24_regular = IconData(0xfcb4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_bullet_list" in size 20 and regular style. - static const IconData window_bullet_list_20_regular = IconData( - 0x106e2, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_bullet_list_20_regular = IconData(0x106e2, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_bullet_list_add" in size 20 and regular style. - static const IconData window_bullet_list_add_20_regular = IconData( - 0x106e3, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_bullet_list_add_20_regular = IconData(0x106e3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_console" in size 20 and regular style. - static const IconData window_console_20_regular = IconData( - 0x100fc, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_console_20_regular = IconData(0x100fc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_database" in size 20 and regular style. - static const IconData window_database_20_regular = IconData( - 0x106e4, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_database_20_regular = IconData(0x106e4, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_dev_edit" in size 16 and regular style. - static const IconData window_dev_edit_16_regular = IconData( - 0xff1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_dev_edit_16_regular = IconData(0xff1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_dev_edit" in size 20 and regular style. - static const IconData window_dev_edit_20_regular = IconData( - 0xffcf, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_dev_edit_20_regular = IconData(0xffcf, 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, - ); + 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, - ); + 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, - ); + static const IconData window_dev_tools_24_regular = IconData(0xf8b9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_edit" in size 16 and regular style. - static const IconData window_edit_16_regular = IconData( - 0xf804, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_edit_16_regular = IconData(0xf804, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_header_horizontal" in size 20 and regular style. - static const IconData window_header_horizontal_20_regular = IconData( - 0xfcb5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_header_horizontal_20_regular = IconData(0xfcb5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_header_horizontal_off" in size 20 and regular style. - static const IconData window_header_horizontal_off_20_regular = IconData( - 0x100fd, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_header_horizontal_off_20_regular = IconData(0x100fd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_header_vertical" in size 20 and regular style. - static const IconData window_header_vertical_20_regular = IconData( - 0xfcb6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_header_vertical_20_regular = IconData(0xfcb6, 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, - ); + 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, - ); + static const IconData window_inprivate_account_20_regular = IconData(0xf8bb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_location_target" in size 20 and regular style. - static const IconData window_location_target_20_regular = IconData( - 0x106e5, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_location_target_20_regular = IconData(0x106e5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_multiple" in size 16 and regular style. - static const IconData window_multiple_16_regular = IconData( - 0x100fe, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_multiple_16_regular = IconData(0x100fe, 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, - ); + static const IconData window_multiple_20_regular = IconData(0xf8bc, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_multiple_swap" in size 20 and regular style. - static const IconData window_multiple_swap_20_regular = IconData( - 0x106e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_multiple_swap_20_regular = IconData(0x106e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_new" in size 16 and regular style. - static const IconData window_new_16_regular = IconData( - 0xfb1b, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_new_16_regular = IconData(0xfb1b, 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, - ); + static const IconData window_new_20_regular = IconData(0xf8bd, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_new" in size 24 and regular style. - static const IconData window_new_24_regular = IconData( - 0xfb1c, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_new_24_regular = IconData(0xfb1c, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_play" in size 20 and regular style. - static const IconData window_play_20_regular = IconData( - 0x106e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_play_20_regular = IconData(0x106e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_settings" in size 20 and regular style. - static const IconData window_settings_20_regular = IconData( - 0x106e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_settings_20_regular = IconData(0x106e8, 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, - ); + 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, - ); + 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, - ); + static const IconData window_shield_24_regular = IconData(0xf8c0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_text" in size 20 and regular style. - static const IconData window_text_20_regular = IconData( - 0x106e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_text_20_regular = IconData(0x106e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 16 and regular style. - static const IconData window_wrench_16_regular = IconData( - 0x103e6, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_16_regular = IconData(0x103e6, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 20 and regular style. - static const IconData window_wrench_20_regular = IconData( - 0x103e7, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_20_regular = IconData(0x103e7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 24 and regular style. - static const IconData window_wrench_24_regular = IconData( - 0x103e8, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_24_regular = IconData(0x103e8, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 28 and regular style. - static const IconData window_wrench_28_regular = IconData( - 0x103e9, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_28_regular = IconData(0x103e9, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 32 and regular style. - static const IconData window_wrench_32_regular = IconData( - 0x103ea, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_32_regular = IconData(0x103ea, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 48 and regular style. - static const IconData window_wrench_48_regular = IconData( - 0x103eb, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_48_regular = IconData(0x103eb, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wrench" in size 16 and regular style. - static const IconData wrench_16_regular = IconData( - 0xfb1e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wrench_16_regular = IconData(0xfb1e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wrench" in size 20 and regular style. - static const IconData wrench_20_regular = IconData( - 0xfb1f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wrench_20_regular = IconData(0xfb1f, 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, - ); + static const IconData wrench_24_regular = IconData(0xf8c1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wrench_screwdriver" in size 20 and regular style. - static const IconData wrench_screwdriver_20_regular = IconData( - 0x1037e, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wrench_screwdriver_20_regular = IconData(0x1037e, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "wrench_screwdriver" in size 24 and regular style. - static const IconData wrench_screwdriver_24_regular = IconData( - 0x1037f, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData wrench_screwdriver_24_regular = IconData(0x1037f, 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, - ); + 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, - ); + static const IconData xbox_console_24_regular = IconData(0xf8c3, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "xray" in size 20 and regular style. - static const IconData xray_20_regular = IconData( - 0xffd0, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData xray_20_regular = IconData(0xffd0, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "xray" in size 24 and regular style. - static const IconData xray_24_regular = IconData( - 0xffd1, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData xray_24_regular = IconData(0xffd1, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "zoom_in" in size 16 and regular style. - static const IconData zoom_in_16_regular = IconData( - 0x100ff, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData zoom_in_16_regular = IconData(0x100ff, 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, - ); + 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, - ); + static const IconData zoom_in_24_regular = IconData(0xf8c5, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); /// fluent icon named "zoom_out" in size 16 and regular style. - static const IconData zoom_out_16_regular = IconData( - 0x10100, - fontFamily: 'FluentSystemIcons-Regular', - fontPackage: _kFontPkg, - ); + static const IconData zoom_out_16_regular = IconData(0x10100, 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, - ); + 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, - ); + static const IconData zoom_out_24_regular = IconData(0xf8c7, fontFamily: 'FluentSystemIcons-Regular', fontPackage: _kFontPkg); // FluentSystemIcons-Filled /// fluent icon named "access_time" in size 20 and filled style. - static const IconData access_time_20_filled = IconData( - 0x102ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData access_time_20_filled = IconData(0x102ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData accessibility_28_filled = IconData(0xf105, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "accessibility" in size 32 and filled style. - static const IconData accessibility_32_filled = IconData( - 0xfcc0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_32_filled = IconData(0xfcc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "accessibility" in size 48 and filled style. - static const IconData accessibility_48_filled = IconData( - 0x10213, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_48_filled = IconData(0x10213, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "accessibility_checkmark" in size 20 and filled style. - static const IconData accessibility_checkmark_20_filled = IconData( - 0x102ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_checkmark_20_filled = IconData(0x102ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "accessibility_checkmark" in size 24 and filled style. - static const IconData accessibility_checkmark_24_filled = IconData( - 0xfcc1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData accessibility_checkmark_24_filled = IconData(0xfcc1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData add_28_filled = IconData(0xf10b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_circle" in size 16 and filled style. - static const IconData add_circle_16_filled = IconData( - 0xfcc2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_circle_16_filled = IconData(0xfcc2, 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, - ); + 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, - ); + 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, - ); + static const IconData add_circle_28_filled = IconData(0xf10e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_circle" in size 32 and filled style. - static const IconData add_circle_32_filled = IconData( - 0xfcc3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_circle_32_filled = IconData(0xfcc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_square" in size 20 and filled style. - static const IconData add_square_20_filled = IconData( - 0x102af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_square_20_filled = IconData(0x102af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_square" in size 24 and filled style. - static const IconData add_square_24_filled = IconData( - 0xf8e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_square_24_filled = IconData(0xf8e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_square_multiple" in size 16 and filled style. - static const IconData add_square_multiple_16_filled = IconData( - 0xfea6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_square_multiple_16_filled = IconData(0xfea6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_square_multiple" in size 20 and filled style. - static const IconData add_square_multiple_20_filled = IconData( - 0xfea7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_square_multiple_20_filled = IconData(0xfea7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 16 and filled style. - static const IconData add_subtract_circle_16_filled = IconData( - 0xfd19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_16_filled = IconData(0xfd19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 20 and filled style. - static const IconData add_subtract_circle_20_filled = IconData( - 0xfd1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_20_filled = IconData(0xfd1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 24 and filled style. - static const IconData add_subtract_circle_24_filled = IconData( - 0xfd1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_24_filled = IconData(0xfd1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 28 and filled style. - static const IconData add_subtract_circle_28_filled = IconData( - 0xfd1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_28_filled = IconData(0xfd1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "add_subtract_circle" in size 48 and filled style. - static const IconData add_subtract_circle_48_filled = IconData( - 0xfd1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData add_subtract_circle_48_filled = IconData(0xfd1d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData airplane_take_off_24_filled = IconData(0xf113, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "album" in size 20 and filled style. - static const IconData album_20_filled = IconData( - 0x102b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData album_20_filled = IconData(0x102b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "album" in size 24 and filled style. - static const IconData album_24_filled = IconData( - 0xfb72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData album_24_filled = IconData(0xfb72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "album_add" in size 20 and filled style. - static const IconData album_add_20_filled = IconData( - 0x102b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData album_add_20_filled = IconData(0x102b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "album_add" in size 24 and filled style. - static const IconData album_add_24_filled = IconData( - 0xfb73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData album_add_24_filled = IconData(0xfb73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "alert" in size 16 and filled style. - static const IconData alert_16_filled = IconData( - 0xfb29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData alert_16_filled = IconData(0xfb29, 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, - ); + 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, - ); + 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, - ); + static const IconData alert_28_filled = IconData(0xf116, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "alert" in size 32 and filled style. - static const IconData alert_32_filled = IconData( - 0xfda6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData alert_32_filled = IconData(0xfda6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData alert_off_28_filled = IconData(0xf11a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "alert_on" in size 20 and filled style. - static const IconData alert_on_20_filled = IconData( - 0x102b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData alert_on_20_filled = IconData(0x102b2, 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, - ); + 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, - ); + 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, - ); + static const IconData alert_snooze_24_filled = IconData(0xf11d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "alert_urgent" in size 16 and filled style. - static const IconData alert_urgent_16_filled = IconData( - 0xfb74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData alert_urgent_16_filled = IconData(0xfb74, 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, - ); + 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, - ); + static const IconData alert_urgent_24_filled = IconData(0xf11f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 16 and filled style. - static const IconData align_bottom_16_filled = IconData( - 0xfe00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_16_filled = IconData(0xfe00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 20 and filled style. - static const IconData align_bottom_20_filled = IconData( - 0xfe01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_20_filled = IconData(0xfe01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 24 and filled style. - static const IconData align_bottom_24_filled = IconData( - 0xfe02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_24_filled = IconData(0xfe02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 28 and filled style. - static const IconData align_bottom_28_filled = IconData( - 0xfe03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_28_filled = IconData(0xfe03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 32 and filled style. - static const IconData align_bottom_32_filled = IconData( - 0xfe04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_32_filled = IconData(0xfe04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_bottom" in size 48 and filled style. - static const IconData align_bottom_48_filled = IconData( - 0xfe05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_bottom_48_filled = IconData(0xfe05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 16 and filled style. - static const IconData align_center_horizontal_16_filled = IconData( - 0xfe06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_16_filled = IconData(0xfe06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 20 and filled style. - static const IconData align_center_horizontal_20_filled = IconData( - 0xfe07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_20_filled = IconData(0xfe07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 24 and filled style. - static const IconData align_center_horizontal_24_filled = IconData( - 0xfe08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_24_filled = IconData(0xfe08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 28 and filled style. - static const IconData align_center_horizontal_28_filled = IconData( - 0xfe09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_28_filled = IconData(0xfe09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 32 and filled style. - static const IconData align_center_horizontal_32_filled = IconData( - 0xfe0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_32_filled = IconData(0xfe0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_horizontal" in size 48 and filled style. - static const IconData align_center_horizontal_48_filled = IconData( - 0xfe0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_horizontal_48_filled = IconData(0xfe0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 16 and filled style. - static const IconData align_center_vertical_16_filled = IconData( - 0xfe0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_16_filled = IconData(0xfe0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 20 and filled style. - static const IconData align_center_vertical_20_filled = IconData( - 0xfe0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_20_filled = IconData(0xfe0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 24 and filled style. - static const IconData align_center_vertical_24_filled = IconData( - 0xfe0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_24_filled = IconData(0xfe0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 28 and filled style. - static const IconData align_center_vertical_28_filled = IconData( - 0xfe0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_28_filled = IconData(0xfe0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 32 and filled style. - static const IconData align_center_vertical_32_filled = IconData( - 0xfe10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_32_filled = IconData(0xfe10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_center_vertical" in size 48 and filled style. - static const IconData align_center_vertical_48_filled = IconData( - 0xfe11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_center_vertical_48_filled = IconData(0xfe11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_end_horizontal" in size 20 and filled style. - static const IconData align_end_horizontal_20_filled = IconData( - 0x10105, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_end_horizontal_20_filled = IconData(0x10105, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_end_vertical" in size 20 and filled style. - static const IconData align_end_vertical_20_filled = IconData( - 0x10106, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_end_vertical_20_filled = IconData(0x10106, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 16 and filled style. - static const IconData align_left_16_filled = IconData( - 0xfe12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_16_filled = IconData(0xfe12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 20 and filled style. - static const IconData align_left_20_filled = IconData( - 0xfe13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_20_filled = IconData(0xfe13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 24 and filled style. - static const IconData align_left_24_filled = IconData( - 0xfe14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_24_filled = IconData(0xfe14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 28 and filled style. - static const IconData align_left_28_filled = IconData( - 0xfe15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_28_filled = IconData(0xfe15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 32 and filled style. - static const IconData align_left_32_filled = IconData( - 0xfe16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_32_filled = IconData(0xfe16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_left" in size 48 and filled style. - static const IconData align_left_48_filled = IconData( - 0xfe17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_left_48_filled = IconData(0xfe17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 16 and filled style. - static const IconData align_right_16_filled = IconData( - 0xfe18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_16_filled = IconData(0xfe18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 20 and filled style. - static const IconData align_right_20_filled = IconData( - 0xfe19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_20_filled = IconData(0xfe19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 24 and filled style. - static const IconData align_right_24_filled = IconData( - 0xfe1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_24_filled = IconData(0xfe1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 28 and filled style. - static const IconData align_right_28_filled = IconData( - 0xfe1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_28_filled = IconData(0xfe1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 32 and filled style. - static const IconData align_right_32_filled = IconData( - 0xfe1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_32_filled = IconData(0xfe1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_right" in size 48 and filled style. - static const IconData align_right_48_filled = IconData( - 0xfe1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_right_48_filled = IconData(0xfe1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_around_horizontal" in size 20 and filled style. - static const IconData align_space_around_horizontal_20_filled = IconData( - 0x10107, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_around_horizontal_20_filled = IconData(0x10107, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_around_vertical" in size 20 and filled style. - static const IconData align_space_around_vertical_20_filled = IconData( - 0x10108, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_around_vertical_20_filled = IconData(0x10108, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_between_horizontal" in size 20 and filled style. - static const IconData align_space_between_horizontal_20_filled = IconData( - 0x10109, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_between_horizontal_20_filled = IconData(0x10109, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_between_vertical" in size 20 and filled style. - static const IconData align_space_between_vertical_20_filled = IconData( - 0x1010a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_between_vertical_20_filled = IconData(0x1010a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_evenly_horizontal" in size 20 and filled style. - static const IconData align_space_evenly_horizontal_20_filled = IconData( - 0x1010b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_evenly_horizontal_20_filled = IconData(0x1010b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_evenly_vertical" in size 20 and filled style. - static const IconData align_space_evenly_vertical_20_filled = IconData( - 0x1010c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_evenly_vertical_20_filled = IconData(0x1010c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_space_fit_vertical" in size 20 and filled style. - static const IconData align_space_fit_vertical_20_filled = IconData( - 0x1010d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_space_fit_vertical_20_filled = IconData(0x1010d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_start_horizontal" in size 20 and filled style. - static const IconData align_start_horizontal_20_filled = IconData( - 0x1010e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_start_horizontal_20_filled = IconData(0x1010e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_start_vertical" in size 20 and filled style. - static const IconData align_start_vertical_20_filled = IconData( - 0x1010f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_start_vertical_20_filled = IconData(0x1010f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_stretch_horizontal" in size 20 and filled style. - static const IconData align_stretch_horizontal_20_filled = IconData( - 0x10110, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_stretch_horizontal_20_filled = IconData(0x10110, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_stretch_vertical" in size 20 and filled style. - static const IconData align_stretch_vertical_20_filled = IconData( - 0x10111, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_stretch_vertical_20_filled = IconData(0x10111, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 16 and filled style. - static const IconData align_top_16_filled = IconData( - 0xfe1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_16_filled = IconData(0xfe1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 20 and filled style. - static const IconData align_top_20_filled = IconData( - 0xfe1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_20_filled = IconData(0xfe1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 24 and filled style. - static const IconData align_top_24_filled = IconData( - 0xfe20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_24_filled = IconData(0xfe20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 28 and filled style. - static const IconData align_top_28_filled = IconData( - 0xfe21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_28_filled = IconData(0xfe21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 32 and filled style. - static const IconData align_top_32_filled = IconData( - 0xfe22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_32_filled = IconData(0xfe22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "align_top" in size 48 and filled style. - static const IconData align_top_48_filled = IconData( - 0xfe23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData align_top_48_filled = IconData(0xfe23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 16 and filled style. - static const IconData animal_cat_16_filled = IconData( - 0xf106, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_16_filled = IconData(0xf106, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 20 and filled style. - static const IconData animal_cat_20_filled = IconData( - 0xf126, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_20_filled = IconData(0xf126, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 24 and filled style. - static const IconData animal_cat_24_filled = IconData( - 0xf127, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_24_filled = IconData(0xf127, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_cat" in size 28 and filled style. - static const IconData animal_cat_28_filled = IconData( - 0xf128, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_cat_28_filled = IconData(0xf128, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_dog" in size 16 and filled style. - static const IconData animal_dog_16_filled = IconData( - 0xff28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_dog_16_filled = IconData(0xff28, 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, - ); + 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, - ); + static const IconData animal_dog_24_filled = IconData(0xf121, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 16 and filled style. - static const IconData animal_rabbit_16_filled = IconData( - 0xfcc4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_16_filled = IconData(0xfcc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 20 and filled style. - static const IconData animal_rabbit_20_filled = IconData( - 0xfcc5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_20_filled = IconData(0xfcc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 24 and filled style. - static const IconData animal_rabbit_24_filled = IconData( - 0xfcc6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_24_filled = IconData(0xfcc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_rabbit" in size 28 and filled style. - static const IconData animal_rabbit_28_filled = IconData( - 0xfcc7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_rabbit_28_filled = IconData(0xfcc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 16 and filled style. - static const IconData animal_turtle_16_filled = IconData( - 0xfcc8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_16_filled = IconData(0xfcc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 20 and filled style. - static const IconData animal_turtle_20_filled = IconData( - 0xfcc9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_20_filled = IconData(0xfcc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 24 and filled style. - static const IconData animal_turtle_24_filled = IconData( - 0xfcca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_24_filled = IconData(0xfcca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "animal_turtle" in size 28 and filled style. - static const IconData animal_turtle_28_filled = IconData( - 0xfccb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData animal_turtle_28_filled = IconData(0xfccb, 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, - ); + 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, - ); + static const IconData app_folder_24_filled = IconData(0xf123, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "app_generic" in size 20 and filled style. - static const IconData app_generic_20_filled = IconData( - 0x102b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData app_generic_20_filled = IconData(0x102b3, 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, - ); + static const IconData app_generic_24_filled = IconData(0xf124, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "app_recent" in size 20 and filled style. - static const IconData app_recent_20_filled = IconData( - 0x102b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData app_recent_20_filled = IconData(0x102b4, 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, - ); + static const IconData app_recent_24_filled = IconData(0xf125, 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, - ); + static const IconData app_store_24_filled = IconData(0xf12a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "app_title" in size 20 and filled style. - static const IconData app_title_20_filled = IconData( - 0x102b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData app_title_20_filled = IconData(0x102b5, 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, - ); + static const IconData app_title_24_filled = IconData(0xf12b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "approval_app" in size 32 and filled style. - static const IconData approval_app_32_filled = IconData( - 0xfda7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData approval_app_32_filled = IconData(0xfda7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 16 and filled style. - static const IconData approvals_app_16_filled = IconData( - 0xfb2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_16_filled = IconData(0xfb2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 20 and filled style. - static const IconData approvals_app_20_filled = IconData( - 0xfb2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_20_filled = IconData(0xfb2b, 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, - ); + 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, - ); + static const IconData approvals_app_28_filled = IconData(0xf131, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "approvals_app" in size 32 and filled style. - static const IconData approvals_app_32_filled = IconData( - 0x104b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData approvals_app_32_filled = IconData(0x104b2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData apps_28_filled = IconData(0xf135, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "apps_add_in" in size 16 and filled style. - static const IconData apps_add_in_16_filled = IconData( - 0xfe3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData apps_add_in_16_filled = IconData(0xfe3e, 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, - ); + 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, - ); + static const IconData apps_add_in_24_filled = IconData(0xf137, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "apps_add_in" in size 28 and filled style. - static const IconData apps_add_in_28_filled = IconData( - 0xfe3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData apps_add_in_28_filled = IconData(0xfe3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "apps_list" in size 20 and filled style. - static const IconData apps_list_20_filled = IconData( - 0xf8e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_20_filled = IconData(0xf8e3, 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, - ); + static const IconData apps_list_24_filled = IconData(0xf138, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "apps_list_detail" in size 20 and filled style. - static const IconData apps_list_detail_20_filled = IconData( - 0x101d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_detail_20_filled = IconData(0x101d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "apps_list_detail" in size 24 and filled style. - static const IconData apps_list_detail_24_filled = IconData( - 0x101d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData apps_list_detail_24_filled = IconData(0x101d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive" in size 16 and filled style. - static const IconData archive_16_filled = IconData( - 0xf8e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_16_filled = IconData(0xf8e4, 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, - ); + 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, - ); + 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, - ); + static const IconData archive_28_filled = IconData(0xf13b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive" in size 32 and filled style. - static const IconData archive_32_filled = IconData( - 0x105fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_32_filled = IconData(0x105fd, 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, - ); + static const IconData archive_48_filled = IconData(0xf13c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 16 and filled style. - static const IconData archive_arrow_back_16_filled = IconData( - 0x106ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_16_filled = IconData(0x106ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 20 and filled style. - static const IconData archive_arrow_back_20_filled = IconData( - 0x106eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_20_filled = IconData(0x106eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 24 and filled style. - static const IconData archive_arrow_back_24_filled = IconData( - 0x106ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_24_filled = IconData(0x106ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 28 and filled style. - static const IconData archive_arrow_back_28_filled = IconData( - 0x106ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_28_filled = IconData(0x106ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 32 and filled style. - static const IconData archive_arrow_back_32_filled = IconData( - 0x106ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_32_filled = IconData(0x106ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_arrow_back" in size 48 and filled style. - static const IconData archive_arrow_back_48_filled = IconData( - 0x106ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_arrow_back_48_filled = IconData(0x106ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 16 and filled style. - static const IconData archive_multiple_16_filled = IconData( - 0x10214, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_16_filled = IconData(0x10214, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 20 and filled style. - static const IconData archive_multiple_20_filled = IconData( - 0x10215, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_20_filled = IconData(0x10215, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_multiple" in size 24 and filled style. - static const IconData archive_multiple_24_filled = IconData( - 0x10216, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_multiple_24_filled = IconData(0x10216, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 16 and filled style. - static const IconData archive_settings_16_filled = IconData( - 0xf129, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_16_filled = IconData(0xf129, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 20 and filled style. - static const IconData archive_settings_20_filled = IconData( - 0xff29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_20_filled = IconData(0xff29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "archive_settings" in size 24 and filled style. - static const IconData archive_settings_24_filled = IconData( - 0x105fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData archive_settings_24_filled = IconData(0x105fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_content" in size 24 and filled style. - static const IconData arrow_autofit_content_24_filled = IconData( - 0x10048, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_content_24_filled = IconData(0x10048, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_down" in size 20 and filled style. - static const IconData arrow_autofit_down_20_filled = IconData( - 0x102b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_down_20_filled = IconData(0x102b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_down" in size 24 and filled style. - static const IconData arrow_autofit_down_24_filled = IconData( - 0xffd6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_down_24_filled = IconData(0xffd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height" in size 20 and filled style. - static const IconData arrow_autofit_height_20_filled = IconData( - 0x102b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_20_filled = IconData(0x102b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height" in size 24 and filled style. - static const IconData arrow_autofit_height_24_filled = IconData( - 0xf8e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_24_filled = IconData(0xf8e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height_dotted" in size 20 and filled style. - static const IconData arrow_autofit_height_dotted_20_filled = IconData( - 0x102b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_dotted_20_filled = IconData(0x102b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_height_dotted" in size 24 and filled style. - static const IconData arrow_autofit_height_dotted_24_filled = IconData( - 0xff21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_height_dotted_24_filled = IconData(0xff21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_up" in size 20 and filled style. - static const IconData arrow_autofit_up_20_filled = IconData( - 0x102b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_up_20_filled = IconData(0x102b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_up" in size 24 and filled style. - static const IconData arrow_autofit_up_24_filled = IconData( - 0xffd7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_up_24_filled = IconData(0xffd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width" in size 20 and filled style. - static const IconData arrow_autofit_width_20_filled = IconData( - 0x102ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_20_filled = IconData(0x102ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width" in size 24 and filled style. - static const IconData arrow_autofit_width_24_filled = IconData( - 0xf8e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_24_filled = IconData(0xf8e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width_dotted" in size 20 and filled style. - static const IconData arrow_autofit_width_dotted_20_filled = IconData( - 0x102bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_dotted_20_filled = IconData(0x102bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_autofit_width_dotted" in size 24 and filled style. - static const IconData arrow_autofit_width_dotted_24_filled = IconData( - 0xff22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_autofit_width_dotted_24_filled = IconData(0xff22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_between_down" in size 20 and filled style. - static const IconData arrow_between_down_20_filled = IconData( - 0x1038c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_between_down_20_filled = IconData(0x1038c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_between_down" in size 24 and filled style. - static const IconData arrow_between_down_24_filled = IconData( - 0x1038d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_between_down_24_filled = IconData(0x1038d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 12 and filled style. - static const IconData arrow_bidirectional_up_down_12_filled = IconData( - 0x1009a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_12_filled = IconData(0x1009a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 16 and filled style. - static const IconData arrow_bidirectional_up_down_16_filled = IconData( - 0x1009b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_16_filled = IconData(0x1009b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 20 and filled style. - static const IconData arrow_bidirectional_up_down_20_filled = IconData( - 0x1009c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_20_filled = IconData(0x1009c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bidirectional_up_down" in size 24 and filled style. - static const IconData arrow_bidirectional_up_down_24_filled = IconData( - 0x1009d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bidirectional_up_down_24_filled = IconData(0x1009d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 16 and filled style. - static const IconData arrow_bounce_16_filled = IconData( - 0xfb2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_16_filled = IconData(0xfb2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 20 and filled style. - static const IconData arrow_bounce_20_filled = IconData( - 0x102bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_20_filled = IconData(0x102bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_bounce" in size 24 and filled style. - static const IconData arrow_bounce_24_filled = IconData( - 0xfb2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_bounce_24_filled = IconData(0xfb2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 12 and filled style. - static const IconData arrow_circle_down_12_filled = IconData( - 0x10120, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_12_filled = IconData(0x10120, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 16 and filled style. - static const IconData arrow_circle_down_16_filled = IconData( - 0x10121, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_16_filled = IconData(0x10121, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 20 and filled style. - static const IconData arrow_circle_down_20_filled = IconData( - 0xf12c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_20_filled = IconData(0xf12c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 24 and filled style. - static const IconData arrow_circle_down_24_filled = IconData( - 0xf12d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_24_filled = IconData(0xf12d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 28 and filled style. - static const IconData arrow_circle_down_28_filled = IconData( - 0x10122, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_28_filled = IconData(0x10122, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 32 and filled style. - static const IconData arrow_circle_down_32_filled = IconData( - 0x10123, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_32_filled = IconData(0x10123, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down" in size 48 and filled style. - static const IconData arrow_circle_down_48_filled = IconData( - 0x10124, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_48_filled = IconData(0x10124, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_double" in size 20 and filled style. - static const IconData arrow_circle_down_double_20_filled = IconData( - 0xf12e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_double_20_filled = IconData(0xf12e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_double" in size 24 and filled style. - static const IconData arrow_circle_down_double_24_filled = IconData( - 0xf12f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_double_24_filled = IconData(0xf12f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_right" in size 16 and filled style. - static const IconData arrow_circle_down_right_16_filled = IconData( - 0xfbc7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_down_right_16_filled = IconData(0xfbc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_down_right" in size 20 and filled style. - static const IconData arrow_circle_down_right_20_filled = IconData( - 0x102bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_right_20_filled = IconData(0x102bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_right" in size 24 and filled style. - static const IconData arrow_circle_down_right_24_filled = IconData( - 0xfbc8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_down_right_24_filled = IconData(0xfbc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_down_split" in size 20 and filled style. - static const IconData arrow_circle_down_split_20_filled = IconData( - 0xf143, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_split_20_filled = IconData(0xf143, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_split" in size 24 and filled style. - static const IconData arrow_circle_down_split_24_filled = IconData( - 0xf144, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_split_24_filled = IconData(0xf144, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_down_up" in size 20 and filled style. - static const IconData arrow_circle_down_up_20_filled = IconData( - 0x1009e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_down_up_20_filled = IconData(0x1009e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 12 and filled style. - static const IconData arrow_circle_left_12_filled = IconData( - 0x1009f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_12_filled = IconData(0x1009f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 16 and filled style. - static const IconData arrow_circle_left_16_filled = IconData( - 0x100a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_16_filled = IconData(0x100a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 20 and filled style. - static const IconData arrow_circle_left_20_filled = IconData( - 0x10125, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_20_filled = IconData(0x10125, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 24 and filled style. - static const IconData arrow_circle_left_24_filled = IconData( - 0x10126, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_24_filled = IconData(0x10126, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 28 and filled style. - static const IconData arrow_circle_left_28_filled = IconData( - 0x10127, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_28_filled = IconData(0x10127, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 32 and filled style. - static const IconData arrow_circle_left_32_filled = IconData( - 0x10128, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_32_filled = IconData(0x10128, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_left" in size 48 and filled style. - static const IconData arrow_circle_left_48_filled = IconData( - 0x10129, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_left_48_filled = IconData(0x10129, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 12 and filled style. - static const IconData arrow_circle_right_12_filled = IconData( - 0x100a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_12_filled = IconData(0x100a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 16 and filled style. - static const IconData arrow_circle_right_16_filled = IconData( - 0x100a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_16_filled = IconData(0x100a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 20 and filled style. - static const IconData arrow_circle_right_20_filled = IconData( - 0x1012a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_20_filled = IconData(0x1012a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 24 and filled style. - static const IconData arrow_circle_right_24_filled = IconData( - 0xfbc9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_circle_right_24_filled = IconData(0xfbc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_circle_right" in size 28 and filled style. - static const IconData arrow_circle_right_28_filled = IconData( - 0x1012b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_28_filled = IconData(0x1012b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 32 and filled style. - static const IconData arrow_circle_right_32_filled = IconData( - 0x1012c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_32_filled = IconData(0x1012c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_right" in size 48 and filled style. - static const IconData arrow_circle_right_48_filled = IconData( - 0x1012d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_right_48_filled = IconData(0x1012d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 12 and filled style. - static const IconData arrow_circle_up_12_filled = IconData( - 0x1012e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_12_filled = IconData(0x1012e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 16 and filled style. - static const IconData arrow_circle_up_16_filled = IconData( - 0xfbca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_16_filled = IconData(0xfbca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 20 and filled style. - static const IconData arrow_circle_up_20_filled = IconData( - 0xfbcb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_20_filled = IconData(0xfbcb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 24 and filled style. - static const IconData arrow_circle_up_24_filled = IconData( - 0xfbcc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_24_filled = IconData(0xfbcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 28 and filled style. - static const IconData arrow_circle_up_28_filled = IconData( - 0x1012f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_28_filled = IconData(0x1012f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 32 and filled style. - static const IconData arrow_circle_up_32_filled = IconData( - 0x10130, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_32_filled = IconData(0x10130, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up" in size 48 and filled style. - static const IconData arrow_circle_up_48_filled = IconData( - 0x10131, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_48_filled = IconData(0x10131, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up_left" in size 20 and filled style. - static const IconData arrow_circle_up_left_20_filled = IconData( - 0x102be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_left_20_filled = IconData(0x102be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_circle_up_left" in size 24 and filled style. - static const IconData arrow_circle_up_left_24_filled = IconData( - 0xfbcd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_circle_up_left_24_filled = IconData(0xfbcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 12 and filled style. - static const IconData arrow_clockwise_12_filled = IconData( - 0xffea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_12_filled = IconData(0xffea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 16 and filled style. - static const IconData arrow_clockwise_16_filled = IconData( - 0xff2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_16_filled = IconData(0xff2a, 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, - ); + 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, - ); + static const IconData arrow_clockwise_24_filled = IconData(0xf13e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 28 and filled style. - static const IconData arrow_clockwise_28_filled = IconData( - 0xffeb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_28_filled = IconData(0xffeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 32 and filled style. - static const IconData arrow_clockwise_32_filled = IconData( - 0xffec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_32_filled = IconData(0xffec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise" in size 48 and filled style. - static const IconData arrow_clockwise_48_filled = IconData( - 0xffed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_48_filled = IconData(0xffed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise_dashes" in size 20 and filled style. - static const IconData arrow_clockwise_dashes_20_filled = IconData( - 0xff2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_dashes_20_filled = IconData(0xff2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_clockwise_dashes" in size 24 and filled style. - static const IconData arrow_clockwise_dashes_24_filled = IconData( - 0xff2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_clockwise_dashes_24_filled = IconData(0xff2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_collapse_all" in size 20 and filled style. - static const IconData arrow_collapse_all_20_filled = IconData( - 0x10112, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_collapse_all_20_filled = IconData(0x10112, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_collapse_all" in size 24 and filled style. - static const IconData arrow_collapse_all_24_filled = IconData( - 0x10113, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_collapse_all_24_filled = IconData(0x10113, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 12 and filled style. - static const IconData arrow_counterclockwise_12_filled = IconData( - 0xffee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_12_filled = IconData(0xffee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 16 and filled style. - static const IconData arrow_counterclockwise_16_filled = IconData( - 0xffef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_16_filled = IconData(0xffef, 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, - ); + 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, - ); + static const IconData arrow_counterclockwise_24_filled = IconData(0xf140, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 28 and filled style. - static const IconData arrow_counterclockwise_28_filled = IconData( - 0xf8e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_28_filled = IconData(0xf8e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 32 and filled style. - static const IconData arrow_counterclockwise_32_filled = IconData( - 0xfff0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_32_filled = IconData(0xfff0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise" in size 48 and filled style. - static const IconData arrow_counterclockwise_48_filled = IconData( - 0xfff1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_48_filled = IconData(0xfff1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise_dashes" in size 20 and filled style. - static const IconData arrow_counterclockwise_dashes_20_filled = IconData( - 0xff2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_dashes_20_filled = IconData(0xff2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_counterclockwise_dashes" in size 24 and filled style. - static const IconData arrow_counterclockwise_dashes_24_filled = IconData( - 0xff2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_counterclockwise_dashes_24_filled = IconData(0xff2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 16 and filled style. - static const IconData arrow_curve_down_left_16_filled = IconData( - 0xfe40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_16_filled = IconData(0xfe40, 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, - ); + static const IconData arrow_curve_down_left_20_filled = IconData(0xf141, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 24 and filled style. - static const IconData arrow_curve_down_left_24_filled = IconData( - 0xfe41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_24_filled = IconData(0xfe41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_curve_down_left" in size 28 and filled style. - static const IconData arrow_curve_down_left_28_filled = IconData( - 0xfe42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_curve_down_left_28_filled = IconData(0xfe42, 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, - ); + static const IconData arrow_curve_down_right_20_filled = IconData(0xf142, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_curve_up_right_20_filled = IconData(0xf146, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 12 and filled style. - static const IconData arrow_down_12_filled = IconData( - 0xf8e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_12_filled = IconData(0xf8e8, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_down_28_filled = IconData(0xf14a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 32 and filled style. - static const IconData arrow_down_32_filled = IconData( - 0xf14c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_32_filled = IconData(0xf14c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down" in size 48 and filled style. - static const IconData arrow_down_48_filled = IconData( - 0xf14d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_48_filled = IconData(0xf14d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 16 and filled style. - static const IconData arrow_down_left_16_filled = IconData( - 0xf8e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_16_filled = IconData(0xf8e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 20 and filled style. - static const IconData arrow_down_left_20_filled = IconData( - 0xfda8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_20_filled = IconData(0xfda8, 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, - ); + static const IconData arrow_down_left_24_filled = IconData(0xf14b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_down_left" in size 32 and filled style. - static const IconData arrow_down_left_32_filled = IconData( - 0x103f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_32_filled = IconData(0x103f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_down_left" in size 48 and filled style. - static const IconData arrow_down_left_48_filled = IconData( - 0x103f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_down_left_48_filled = IconData(0x103f9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_download_48_filled = IconData(0xf152, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_eject" in size 20 and filled style. - static const IconData arrow_eject_20_filled = IconData( - 0x100a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_eject_20_filled = IconData(0x100a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter" in size 20 and filled style. - static const IconData arrow_enter_20_filled = IconData( - 0x105ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_20_filled = IconData(0x105ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_left" in size 20 and filled style. - static const IconData arrow_enter_left_20_filled = IconData( - 0xfbce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_left_20_filled = IconData(0xfbce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_left" in size 24 and filled style. - static const IconData arrow_enter_left_24_filled = IconData( - 0xfbcf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_left_24_filled = IconData(0xfbcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_up" in size 20 and filled style. - static const IconData arrow_enter_up_20_filled = IconData( - 0xfb2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_up_20_filled = IconData(0xfb2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_enter_up" in size 24 and filled style. - static const IconData arrow_enter_up_24_filled = IconData( - 0xfb30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_enter_up_24_filled = IconData(0xfb30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_exit" in size 20 and filled style. - static const IconData arrow_exit_20_filled = IconData( - 0x10600, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_exit_20_filled = IconData(0x10600, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_expand" in size 20 and filled style. - static const IconData arrow_expand_20_filled = IconData( - 0x102bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_expand_20_filled = IconData(0x102bf, 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, - ); + static const IconData arrow_expand_24_filled = IconData(0xf154, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 16 and filled style. - static const IconData arrow_export_ltr_16_filled = IconData( - 0xff2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_16_filled = IconData(0xff2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 20 and filled style. - static const IconData arrow_export_ltr_20_filled = IconData( - 0xfbd0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_20_filled = IconData(0xfbd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_ltr" in size 24 and filled style. - static const IconData arrow_export_ltr_24_filled = IconData( - 0xfbd1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_ltr_24_filled = IconData(0xfbd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 16 and filled style. - static const IconData arrow_export_rtl_16_filled = IconData( - 0x100a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_16_filled = IconData(0x100a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 20 and filled style. - static const IconData arrow_export_rtl_20_filled = IconData( - 0xf8ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_20_filled = IconData(0xf8ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_rtl" in size 24 and filled style. - static const IconData arrow_export_rtl_24_filled = IconData( - 0x104b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_rtl_24_filled = IconData(0x104b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_up" in size 20 and filled style. - static const IconData arrow_export_up_20_filled = IconData( - 0xff30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_up_20_filled = IconData(0xff30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_export_up" in size 24 and filled style. - static const IconData arrow_export_up_24_filled = IconData( - 0xff31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_export_up_24_filled = IconData(0xff31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_fit" in size 16 and filled style. - static const IconData arrow_fit_16_filled = IconData( - 0xf14e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_fit_16_filled = IconData(0xf14e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_fit" in size 20 and filled style. - static const IconData arrow_fit_20_filled = IconData( - 0x102c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_fit_20_filled = IconData(0x102c0, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_forward_24_filled = IconData(0xf158, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_forward" in size 48 and filled style. - static const IconData arrow_forward_48_filled = IconData( - 0xfea8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_48_filled = IconData(0xfea8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_lightning" in size 20 and filled style. - static const IconData arrow_forward_down_lightning_20_filled = IconData( - 0x10306, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_lightning_20_filled = IconData(0x10306, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_lightning" in size 24 and filled style. - static const IconData arrow_forward_down_lightning_24_filled = IconData( - 0x10307, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_lightning_24_filled = IconData(0x10307, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_person" in size 20 and filled style. - static const IconData arrow_forward_down_person_20_filled = IconData( - 0x10308, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_person_20_filled = IconData(0x10308, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_forward_down_person" in size 24 and filled style. - static const IconData arrow_forward_down_person_24_filled = IconData( - 0x10309, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_forward_down_person_24_filled = IconData(0x10309, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_growth" in size 20 and filled style. - static const IconData arrow_growth_20_filled = IconData( - 0xf153, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_growth_20_filled = IconData(0xf153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_growth" in size 24 and filled style. - static const IconData arrow_growth_24_filled = IconData( - 0xf155, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_growth_24_filled = IconData(0xf155, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 16 and filled style. - static const IconData arrow_hook_down_left_16_filled = IconData( - 0xf8ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_16_filled = IconData(0xf8ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 20 and filled style. - static const IconData arrow_hook_down_left_20_filled = IconData( - 0xf8ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_20_filled = IconData(0xf8ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 24 and filled style. - static const IconData arrow_hook_down_left_24_filled = IconData( - 0xf8ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_24_filled = IconData(0xf8ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_left" in size 28 and filled style. - static const IconData arrow_hook_down_left_28_filled = IconData( - 0xf8f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_left_28_filled = IconData(0xf8f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 16 and filled style. - static const IconData arrow_hook_down_right_16_filled = IconData( - 0xf8f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_16_filled = IconData(0xf8f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 20 and filled style. - static const IconData arrow_hook_down_right_20_filled = IconData( - 0xf8f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_20_filled = IconData(0xf8f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_down_right" in size 24 and filled style. - static const IconData arrow_hook_down_right_24_filled = IconData( - 0xf8f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - matchTextDirection: true, - ); + static const IconData arrow_hook_down_right_24_filled = IconData(0xf8f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_hook_down_right" in size 28 and filled style. - static const IconData arrow_hook_down_right_28_filled = IconData( - 0xf8f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_down_right_28_filled = IconData(0xf8f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 16 and filled style. - static const IconData arrow_hook_up_left_16_filled = IconData( - 0xf8f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_16_filled = IconData(0xf8f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 20 and filled style. - static const IconData arrow_hook_up_left_20_filled = IconData( - 0xf8f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_20_filled = IconData(0xf8f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 24 and filled style. - static const IconData arrow_hook_up_left_24_filled = IconData( - 0xf8f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_24_filled = IconData(0xf8f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_left" in size 28 and filled style. - static const IconData arrow_hook_up_left_28_filled = IconData( - 0xf8f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_left_28_filled = IconData(0xf8f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 16 and filled style. - static const IconData arrow_hook_up_right_16_filled = IconData( - 0xf8f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_16_filled = IconData(0xf8f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 20 and filled style. - static const IconData arrow_hook_up_right_20_filled = IconData( - 0xf8fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_20_filled = IconData(0xf8fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 24 and filled style. - static const IconData arrow_hook_up_right_24_filled = IconData( - 0xf8fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_24_filled = IconData(0xf8fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_hook_up_right" in size 28 and filled style. - static const IconData arrow_hook_up_right_28_filled = IconData( - 0xf8fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_hook_up_right_28_filled = IconData(0xf8fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_import_24_filled = IconData(0xf15a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_join" in size 20 and filled style. - static const IconData arrow_join_20_filled = IconData( - 0x10601, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_join_20_filled = IconData(0x10601, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 12 and filled style. - static const IconData arrow_left_12_filled = IconData( - 0x100a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_12_filled = IconData(0x100a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 16 and filled style. - static const IconData arrow_left_16_filled = IconData( - 0xf184, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_16_filled = IconData(0xf184, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_left_28_filled = IconData(0xf15d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_left" in size 32 and filled style. - static const IconData arrow_left_32_filled = IconData( - 0xf189, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_32_filled = IconData(0xf189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_left" in size 48 and filled style. - static const IconData arrow_left_48_filled = IconData( - 0xf19e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_left_48_filled = IconData(0xf19e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_maximize_28_filled = IconData(0xf161, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize" in size 32 and filled style. - static const IconData arrow_maximize_32_filled = IconData( - 0x101d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_32_filled = IconData(0x101d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize" in size 48 and filled style. - static const IconData arrow_maximize_48_filled = IconData( - 0x103fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_48_filled = IconData(0x103fa, 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, - ); + 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, - ); + static const IconData arrow_maximize_vertical_24_filled = IconData(0xf163, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_maximize_vertical" in size 48 and filled style. - static const IconData arrow_maximize_vertical_48_filled = IconData( - 0x103fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_maximize_vertical_48_filled = IconData(0x103fb, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_minimize_28_filled = IconData(0xf167, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_minimize_vertical" in size 20 and filled style. - static const IconData arrow_minimize_vertical_20_filled = IconData( - 0x102c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_minimize_vertical_20_filled = IconData(0x102c1, 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, - ); + static const IconData arrow_minimize_vertical_24_filled = IconData(0xf168, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_move" in size 20 and filled style. - static const IconData arrow_move_20_filled = IconData( - 0xf8fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_move_20_filled = IconData(0xf8fd, 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, - ); + static const IconData arrow_move_24_filled = IconData(0xf169, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_move_inward" in size 20 and filled style. - static const IconData arrow_move_inward_20_filled = IconData( - 0x100a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_move_inward_20_filled = IconData(0x100a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_next" in size 12 and filled style. - static const IconData arrow_next_12_filled = IconData( - 0x10724, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_next_12_filled = IconData(0x10724, 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, - ); + 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, - ); + static const IconData arrow_next_24_filled = IconData(0xf16b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_outline_up_right" in size 32 and filled style. - static const IconData arrow_outline_up_right_32_filled = IconData( - 0x101d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_outline_up_right_32_filled = IconData(0x101d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_outline_up_right" in size 48 and filled style. - static const IconData arrow_outline_up_right_48_filled = IconData( - 0x103fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_outline_up_right_48_filled = IconData(0x103fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_paragraph" in size 20 and filled style. - static const IconData arrow_paragraph_20_filled = IconData( - 0x10575, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_paragraph_20_filled = IconData(0x10575, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_previous" in size 12 and filled style. - static const IconData arrow_previous_12_filled = IconData( - 0x10725, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_previous_12_filled = IconData(0x10725, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_previous_24_filled = IconData(0xf16d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_redo" in size 16 and filled style. - static const IconData arrow_redo_16_filled = IconData( - 0x100a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_16_filled = IconData(0x100a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_redo_24_filled = IconData(0xf16f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 28 and filled style. - static const IconData arrow_redo_28_filled = IconData( - 0x1038e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_28_filled = IconData(0x1038e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 32 and filled style. - static const IconData arrow_redo_32_filled = IconData( - 0xf8fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_32_filled = IconData(0xf8fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_redo" in size 48 and filled style. - static const IconData arrow_redo_48_filled = IconData( - 0xf8ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_redo_48_filled = IconData(0xf8ff, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_reply_down_24_filled = IconData(0xf180, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 20 and filled style. - static const IconData arrow_reset_20_filled = IconData( - 0xf19f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_20_filled = IconData(0xf19f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 24 and filled style. - static const IconData arrow_reset_24_filled = IconData( - 0xf1a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_24_filled = IconData(0xf1a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 32 and filled style. - static const IconData arrow_reset_32_filled = IconData( - 0x10217, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_32_filled = IconData(0x10217, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_reset" in size 48 and filled style. - static const IconData arrow_reset_48_filled = IconData( - 0x10218, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_reset_48_filled = IconData(0x10218, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 12 and filled style. - static const IconData arrow_right_12_filled = IconData( - 0x100a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_12_filled = IconData(0x100a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 16 and filled style. - static const IconData arrow_right_16_filled = IconData( - 0xfb75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_16_filled = IconData(0xfb75, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_right_28_filled = IconData(0xf183, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_right" in size 32 and filled style. - static const IconData arrow_right_32_filled = IconData( - 0xf1a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_32_filled = IconData(0xf1a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_right" in size 48 and filled style. - static const IconData arrow_right_48_filled = IconData( - 0xf1a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_right_48_filled = IconData(0xf1a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_rotate_clockwise" in size 16 and filled style. - static const IconData arrow_rotate_clockwise_16_filled = IconData( - 0xfff2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_rotate_clockwise_16_filled = IconData(0xfff2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_rotate_counterclockwise_24_filled = IconData(0xf188, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing" in size 20 and filled style. - static const IconData arrow_routing_20_filled = IconData( - 0xff32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_20_filled = IconData(0xff32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing" in size 24 and filled style. - static const IconData arrow_routing_24_filled = IconData( - 0xff33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_24_filled = IconData(0xff33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing_rectangle_multiple" in size 20 and filled style. - static const IconData arrow_routing_rectangle_multiple_20_filled = IconData( - 0xff34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_rectangle_multiple_20_filled = IconData(0xff34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_routing_rectangle_multiple" in size 24 and filled style. - static const IconData arrow_routing_rectangle_multiple_24_filled = IconData( - 0xff35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_routing_rectangle_multiple_24_filled = IconData(0xff35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort" in size 16 and filled style. - static const IconData arrow_sort_16_filled = IconData( - 0xf1ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_16_filled = IconData(0xf1ab, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sort_28_filled = IconData(0xf18c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 16 and filled style. - static const IconData arrow_sort_down_16_filled = IconData( - 0xf1ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_16_filled = IconData(0xf1ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 20 and filled style. - static const IconData arrow_sort_down_20_filled = IconData( - 0xf81e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_20_filled = IconData(0xf81e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down" in size 24 and filled style. - static const IconData arrow_sort_down_24_filled = IconData( - 0xf82a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_24_filled = IconData(0xf82a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_line" in size 20 and filled style. - static const IconData arrow_sort_down_line_20_filled = IconData( - 0xfff3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_line_20_filled = IconData(0xfff3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 16 and filled style. - static const IconData arrow_sort_down_lines_16_filled = IconData( - 0xf1ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_16_filled = IconData(0xf1ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 20 and filled style. - static const IconData arrow_sort_down_lines_20_filled = IconData( - 0x104b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_20_filled = IconData(0x104b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_down_lines" in size 24 and filled style. - static const IconData arrow_sort_down_lines_24_filled = IconData( - 0x102c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_down_lines_24_filled = IconData(0x102c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 16 and filled style. - static const IconData arrow_sort_up_16_filled = IconData( - 0xf1b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_16_filled = IconData(0xf1b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 20 and filled style. - static const IconData arrow_sort_up_20_filled = IconData( - 0xf82b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_20_filled = IconData(0xf82b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sort_up" in size 24 and filled style. - static const IconData arrow_sort_up_24_filled = IconData( - 0xf83a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sort_up_24_filled = IconData(0xf83a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_split" in size 20 and filled style. - static const IconData arrow_split_20_filled = IconData( - 0xfff4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_split_20_filled = IconData(0xfff4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_square_down" in size 20 and filled style. - static const IconData arrow_square_down_20_filled = IconData( - 0x102c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_square_down_20_filled = IconData(0x102c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_square_down" in size 24 and filled style. - static const IconData arrow_square_down_24_filled = IconData( - 0xfbd2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_square_down_24_filled = IconData(0xfbd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_back" in size 16 and filled style. - static const IconData arrow_step_back_16_filled = IconData( - 0xfda9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_back_16_filled = IconData(0xfda9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_back" in size 20 and filled style. - static const IconData arrow_step_back_20_filled = IconData( - 0x102c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_back_20_filled = IconData(0x102c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 12 and filled style. - static const IconData arrow_step_in_12_filled = IconData( - 0x100a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_12_filled = IconData(0x100a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 16 and filled style. - static const IconData arrow_step_in_16_filled = IconData( - 0xfdaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_16_filled = IconData(0xfdaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 20 and filled style. - static const IconData arrow_step_in_20_filled = IconData( - 0x104b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_20_filled = IconData(0x104b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 24 and filled style. - static const IconData arrow_step_in_24_filled = IconData( - 0x104b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_24_filled = IconData(0x104b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in" in size 28 and filled style. - static const IconData arrow_step_in_28_filled = IconData( - 0x1030a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_28_filled = IconData(0x1030a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_default" in size 20 and filled style. - static const IconData arrow_step_in_default_20_filled = IconData( - 0x102c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_default_20_filled = IconData(0x102c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_default" in size 24 and filled style. - static const IconData arrow_step_in_default_24_filled = IconData( - 0x1030b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_default_24_filled = IconData(0x1030b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 12 and filled style. - static const IconData arrow_step_in_left_12_filled = IconData( - 0x100aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_12_filled = IconData(0x100aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 16 and filled style. - static const IconData arrow_step_in_left_16_filled = IconData( - 0x100ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_16_filled = IconData(0x100ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 20 and filled style. - static const IconData arrow_step_in_left_20_filled = IconData( - 0x102c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_20_filled = IconData(0x102c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 24 and filled style. - static const IconData arrow_step_in_left_24_filled = IconData( - 0x1030c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_24_filled = IconData(0x1030c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_left" in size 28 and filled style. - static const IconData arrow_step_in_left_28_filled = IconData( - 0x1030d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_left_28_filled = IconData(0x1030d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 12 and filled style. - static const IconData arrow_step_in_right_12_filled = IconData( - 0x100ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_12_filled = IconData(0x100ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 16 and filled style. - static const IconData arrow_step_in_right_16_filled = IconData( - 0x100ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_16_filled = IconData(0x100ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 20 and filled style. - static const IconData arrow_step_in_right_20_filled = IconData( - 0x102c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_20_filled = IconData(0x102c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 24 and filled style. - static const IconData arrow_step_in_right_24_filled = IconData( - 0x1030e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_24_filled = IconData(0x1030e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_in_right" in size 28 and filled style. - static const IconData arrow_step_in_right_28_filled = IconData( - 0x1030f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_in_right_28_filled = IconData(0x1030f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 12 and filled style. - static const IconData arrow_step_out_12_filled = IconData( - 0x100ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_12_filled = IconData(0x100ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 16 and filled style. - static const IconData arrow_step_out_16_filled = IconData( - 0xfdab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_16_filled = IconData(0xfdab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 20 and filled style. - static const IconData arrow_step_out_20_filled = IconData( - 0x102c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_20_filled = IconData(0x102c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 24 and filled style. - static const IconData arrow_step_out_24_filled = IconData( - 0x10310, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_24_filled = IconData(0x10310, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_out" in size 28 and filled style. - static const IconData arrow_step_out_28_filled = IconData( - 0x10311, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_out_28_filled = IconData(0x10311, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_over" in size 16 and filled style. - static const IconData arrow_step_over_16_filled = IconData( - 0xfdac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_over_16_filled = IconData(0xfdac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_step_over" in size 20 and filled style. - static const IconData arrow_step_over_20_filled = IconData( - 0x102c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_step_over_20_filled = IconData(0x102c9, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sync_12_filled = IconData(0xf18f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync" in size 16 and filled style. - static const IconData arrow_sync_16_filled = IconData( - 0xfea9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_16_filled = IconData(0xfea9, 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, - ); + 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, - ); + static const IconData arrow_sync_24_filled = IconData(0xf191, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_checkmark" in size 20 and filled style. - static const IconData arrow_sync_checkmark_20_filled = IconData( - 0x1038f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_checkmark_20_filled = IconData(0x1038f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_checkmark" in size 24 and filled style. - static const IconData arrow_sync_checkmark_24_filled = IconData( - 0x10390, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_checkmark_24_filled = IconData(0x10390, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_sync_circle_24_filled = IconData(0xf194, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_dismiss" in size 20 and filled style. - static const IconData arrow_sync_dismiss_20_filled = IconData( - 0x10391, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_dismiss_20_filled = IconData(0x10391, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_dismiss" in size 24 and filled style. - static const IconData arrow_sync_dismiss_24_filled = IconData( - 0x10392, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_dismiss_24_filled = IconData(0x10392, 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, - ); + static const IconData arrow_sync_off_12_filled = IconData(0xf195, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_off" in size 16 and filled style. - static const IconData arrow_sync_off_16_filled = IconData( - 0x100af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_off_16_filled = IconData(0x100af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_sync_off" in size 20 and filled style. - static const IconData arrow_sync_off_20_filled = IconData( - 0x100b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_sync_off_20_filled = IconData(0x100b0, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_trending_24_filled = IconData(0xf198, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_checkmark" in size 20 and filled style. - static const IconData arrow_trending_checkmark_20_filled = IconData( - 0x10132, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_checkmark_20_filled = IconData(0x10132, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_checkmark" in size 24 and filled style. - static const IconData arrow_trending_checkmark_24_filled = IconData( - 0x10133, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_checkmark_24_filled = IconData(0x10133, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 16 and filled style. - static const IconData arrow_trending_down_16_filled = IconData( - 0x10602, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_16_filled = IconData(0x10602, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 20 and filled style. - static const IconData arrow_trending_down_20_filled = IconData( - 0x10603, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_20_filled = IconData(0x10603, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_down" in size 24 and filled style. - static const IconData arrow_trending_down_24_filled = IconData( - 0x10604, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_down_24_filled = IconData(0x10604, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_lines" in size 20 and filled style. - static const IconData arrow_trending_lines_20_filled = IconData( - 0x10049, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_lines_20_filled = IconData(0x10049, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_lines" in size 24 and filled style. - static const IconData arrow_trending_lines_24_filled = IconData( - 0x1004a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_lines_24_filled = IconData(0x1004a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_settings" in size 20 and filled style. - static const IconData arrow_trending_settings_20_filled = IconData( - 0x10134, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_settings_20_filled = IconData(0x10134, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_settings" in size 24 and filled style. - static const IconData arrow_trending_settings_24_filled = IconData( - 0x10135, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_settings_24_filled = IconData(0x10135, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_text" in size 20 and filled style. - static const IconData arrow_trending_text_20_filled = IconData( - 0x10312, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_text_20_filled = IconData(0x10312, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_text" in size 24 and filled style. - static const IconData arrow_trending_text_24_filled = IconData( - 0x10313, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_text_24_filled = IconData(0x10313, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_wrench" in size 20 and filled style. - static const IconData arrow_trending_wrench_20_filled = IconData( - 0x10314, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_wrench_20_filled = IconData(0x10314, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_trending_wrench" in size 24 and filled style. - static const IconData arrow_trending_wrench_24_filled = IconData( - 0x10315, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_trending_wrench_24_filled = IconData(0x10315, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 20 and filled style. - static const IconData arrow_turn_bidirectional_down_right_20_filled = - IconData( - 0x102ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_bidirectional_down_right_20_filled = IconData(0x102ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_bidirectional_down_right" in size 24 and filled style. - static const IconData arrow_turn_bidirectional_down_right_24_filled = - IconData( - 0xf83b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_bidirectional_down_right_24_filled = IconData(0xf83b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_right" in size 20 and filled style. - static const IconData arrow_turn_right_20_filled = IconData( - 0x102cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_right_20_filled = IconData(0x102cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_turn_right" in size 24 and filled style. - static const IconData arrow_turn_right_24_filled = IconData( - 0xf851, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_turn_right_24_filled = IconData(0xf851, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 16 and filled style. - static const IconData arrow_undo_16_filled = IconData( - 0xfb76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_16_filled = IconData(0xfb76, 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, - ); + 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, - ); + static const IconData arrow_undo_24_filled = IconData(0xf19a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 32 and filled style. - static const IconData arrow_undo_32_filled = IconData( - 0xfbd3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_32_filled = IconData(0xfbd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_undo" in size 48 and filled style. - static const IconData arrow_undo_48_filled = IconData( - 0xfbd4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_undo_48_filled = IconData(0xfbd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 12 and filled style. - static const IconData arrow_up_12_filled = IconData( - 0x100b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_12_filled = IconData(0x100b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 16 and filled style. - static const IconData arrow_up_16_filled = IconData( - 0xf1b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_16_filled = IconData(0xf1b4, 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, - ); + 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, - ); + 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, - ); + static const IconData arrow_up_28_filled = IconData(0xf19d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 32 and filled style. - static const IconData arrow_up_32_filled = IconData( - 0xf1b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_32_filled = IconData(0xf1b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up" in size 48 and filled style. - static const IconData arrow_up_48_filled = IconData( - 0xf1b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_48_filled = IconData(0xf1b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_left" in size 16 and filled style. - static const IconData arrow_up_left_16_filled = IconData( - 0xfb77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_16_filled = IconData(0xfb77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_left" in size 20 and filled style. - static const IconData arrow_up_left_20_filled = IconData( - 0xfb78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_20_filled = IconData(0xfb78, 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, - ); + static const IconData arrow_up_left_24_filled = IconData(0xf1a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_up_left" in size 48 and filled style. - static const IconData arrow_up_left_48_filled = IconData( - 0x103fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_left_48_filled = IconData(0x103fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 16 and filled style. - static const IconData arrow_up_right_16_filled = IconData( - 0xf903, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_16_filled = IconData(0xf903, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 20 and filled style. - static const IconData arrow_up_right_20_filled = IconData( - 0xfdad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_20_filled = IconData(0xfdad, 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, - ); + static const IconData arrow_up_right_24_filled = IconData(0xf1a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "arrow_up_right" in size 32 and filled style. - static const IconData arrow_up_right_32_filled = IconData( - 0x101d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_32_filled = IconData(0x101d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_up_right" in size 48 and filled style. - static const IconData arrow_up_right_48_filled = IconData( - 0x103fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_up_right_48_filled = IconData(0x103fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_upload" in size 16 and filled style. - static const IconData arrow_upload_16_filled = IconData( - 0xfe43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_upload_16_filled = IconData(0xfe43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData arrow_upload_24_filled = IconData(0xf1a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_wrap" in size 20 and filled style. - static const IconData arrow_wrap_20_filled = IconData( - 0x10114, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_wrap_20_filled = IconData(0x10114, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrow_wrap_off" in size 20 and filled style. - static const IconData arrow_wrap_off_20_filled = IconData( - 0x10115, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrow_wrap_off_20_filled = IconData(0x10115, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "arrows_bidirectional" in size 20 and filled style. - static const IconData arrows_bidirectional_20_filled = IconData( - 0x102cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData arrows_bidirectional_20_filled = IconData(0x102cc, 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, - ); + static const IconData arrows_bidirectional_24_filled = IconData(0xf1a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "attach" in size 12 and filled style. - static const IconData attach_12_filled = IconData( - 0xfe44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData attach_12_filled = IconData(0xfe44, 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, - ); + 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, - ); + 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, - ); + static const IconData attach_24_filled = IconData(0xf1aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "attach_arrow_right" in size 20 and filled style. - static const IconData attach_arrow_right_20_filled = IconData( - 0xf904, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData attach_arrow_right_20_filled = IconData(0xf904, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "attach_arrow_right" in size 24 and filled style. - static const IconData attach_arrow_right_24_filled = IconData( - 0xf905, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData attach_arrow_right_24_filled = IconData(0xf905, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "attach_text" in size 20 and filled style. - static const IconData attach_text_20_filled = IconData( - 0x102cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData attach_text_20_filled = IconData(0x102cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "attach_text" in size 24 and filled style. - static const IconData attach_text_24_filled = IconData( - 0xf906, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData attach_text_24_filled = IconData(0xf906, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_height" in size 20 and filled style. - static const IconData auto_fit_height_20_filled = IconData( - 0x102ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_height_20_filled = IconData(0x102ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_height" in size 24 and filled style. - static const IconData auto_fit_height_24_filled = IconData( - 0xfbd7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_height_24_filled = IconData(0xfbd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_width" in size 20 and filled style. - static const IconData auto_fit_width_20_filled = IconData( - 0x102cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_width_20_filled = IconData(0x102cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "auto_fit_width" in size 24 and filled style. - static const IconData auto_fit_width_24_filled = IconData( - 0xfbd8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData auto_fit_width_24_filled = IconData(0xfbd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "autocorrect" in size 20 and filled style. - static const IconData autocorrect_20_filled = IconData( - 0x102d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData autocorrect_20_filled = IconData(0x102d0, 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, - ); + static const IconData autocorrect_24_filled = IconData(0xf1ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "autofit_content" in size 24 and filled style. - static const IconData autofit_content_24_filled = IconData( - 0xf907, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData autofit_content_24_filled = IconData(0xf907, 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, - ); + 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, - ); + static const IconData autosum_24_filled = IconData(0xf1b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 12 and filled style. - static const IconData backpack_12_filled = IconData( - 0xf908, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_12_filled = IconData(0xf908, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 16 and filled style. - static const IconData backpack_16_filled = IconData( - 0xf909, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_16_filled = IconData(0xf909, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 20 and filled style. - static const IconData backpack_20_filled = IconData( - 0xf90a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_20_filled = IconData(0xf90a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 24 and filled style. - static const IconData backpack_24_filled = IconData( - 0xf90b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_24_filled = IconData(0xf90b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 28 and filled style. - static const IconData backpack_28_filled = IconData( - 0xf90c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_28_filled = IconData(0xf90c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 32 and filled style. - static const IconData backpack_32_filled = IconData( - 0xfdae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_32_filled = IconData(0xfdae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack" in size 48 and filled style. - static const IconData backpack_48_filled = IconData( - 0xf90d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_48_filled = IconData(0xf90d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 20 and filled style. - static const IconData backpack_add_20_filled = IconData( - 0xfb79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_20_filled = IconData(0xfb79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 24 and filled style. - static const IconData backpack_add_24_filled = IconData( - 0xfb7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_24_filled = IconData(0xfb7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 28 and filled style. - static const IconData backpack_add_28_filled = IconData( - 0xfb7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_28_filled = IconData(0xfb7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "backpack_add" in size 48 and filled style. - static const IconData backpack_add_48_filled = IconData( - 0xfb7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData backpack_add_48_filled = IconData(0xfb7c, 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, - ); + 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, - ); + static const IconData backspace_24_filled = IconData(0xf1b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "badge" in size 20 and filled style. - static const IconData badge_20_filled = IconData( - 0x102d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData badge_20_filled = IconData(0x102d1, 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, - ); + static const IconData badge_24_filled = IconData(0xf1b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "balloon" in size 12 and filled style. - static const IconData balloon_12_filled = IconData( - 0x10136, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData balloon_12_filled = IconData(0x10136, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "balloon" in size 16 and filled style. - static const IconData balloon_16_filled = IconData( - 0xf90e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData balloon_16_filled = IconData(0xf90e, 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, - ); + 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, - ); + static const IconData balloon_24_filled = IconData(0xf1b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "barcode_scanner" in size 20 and filled style. - static const IconData barcode_scanner_20_filled = IconData( - 0xf1ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData barcode_scanner_20_filled = IconData(0xf1ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "barcode_scanner" in size 24 and filled style. - static const IconData barcode_scanner_24_filled = IconData( - 0xf1e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData barcode_scanner_24_filled = IconData(0xf1e4, 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, - ); + 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, - ); + static const IconData battery_0_24_filled = IconData(0xf1bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery_10" in size 20 and filled style. - static const IconData battery_10_20_filled = IconData( - 0x10316, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_10_20_filled = IconData(0x10316, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery_10" in size 24 and filled style. - static const IconData battery_10_24_filled = IconData( - 0x104b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_10_24_filled = IconData(0x104b7, 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, - ); + 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, - ); + static const IconData battery_1_24_filled = IconData(0xf1be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery" in size 20 and filled style. - static const IconData battery_20_filled = IconData( - 0x10317, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_20_filled = IconData(0x10317, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData battery_charge_24_filled = IconData(0xf1d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery_checkmark" in size 20 and filled style. - static const IconData battery_checkmark_20_filled = IconData( - 0x102d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_checkmark_20_filled = IconData(0x102d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery_checkmark" in size 24 and filled style. - static const IconData battery_checkmark_24_filled = IconData( - 0xfff5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_checkmark_24_filled = IconData(0xfff5, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData battery_saver_24_filled = IconData(0xf1d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "battery_warning" in size 20 and filled style. - static const IconData battery_warning_20_filled = IconData( - 0x102d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData battery_warning_20_filled = IconData(0x102d3, 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, - ); + static const IconData battery_warning_24_filled = IconData(0xf1d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 16 and filled style. - static const IconData beach_16_filled = IconData( - 0xfd1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_16_filled = IconData(0xfd1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 20 and filled style. - static const IconData beach_20_filled = IconData( - 0xfd1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_20_filled = IconData(0xfd1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 24 and filled style. - static const IconData beach_24_filled = IconData( - 0xfd20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_24_filled = IconData(0xfd20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 28 and filled style. - static const IconData beach_28_filled = IconData( - 0xfd21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_28_filled = IconData(0xfd21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 32 and filled style. - static const IconData beach_32_filled = IconData( - 0x10318, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_32_filled = IconData(0x10318, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beach" in size 48 and filled style. - static const IconData beach_48_filled = IconData( - 0x10319, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beach_48_filled = IconData(0x10319, 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, - ); + 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, - ); + 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, - ); + static const IconData beaker_24_filled = IconData(0xf1d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beaker_edit" in size 20 and filled style. - static const IconData beaker_edit_20_filled = IconData( - 0xf1e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beaker_edit_20_filled = IconData(0xf1e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "beaker_edit" in size 24 and filled style. - static const IconData beaker_edit_24_filled = IconData( - 0xf1e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData beaker_edit_24_filled = IconData(0xf1e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bed" in size 16 and filled style. - static const IconData bed_16_filled = IconData( - 0xf90f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bed_16_filled = IconData(0xf90f, 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, - ); + 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, - ); + static const IconData bed_24_filled = IconData(0xf1da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve" in size 20 and filled style. - static const IconData bezier_curve_20_filled = IconData( - 0x102d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_20_filled = IconData(0x102d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve_square" in size 12 and filled style. - static const IconData bezier_curve_square_12_filled = IconData( - 0x100b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_square_12_filled = IconData(0x100b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bezier_curve_square" in size 20 and filled style. - static const IconData bezier_curve_square_20_filled = IconData( - 0x104b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bezier_curve_square_20_filled = IconData(0x104b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bin_full" in size 20 and filled style. - static const IconData bin_full_20_filled = IconData( - 0xff36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bin_full_20_filled = IconData(0xff36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bin_full" in size 24 and filled style. - static const IconData bin_full_24_filled = IconData( - 0xff37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bin_full_24_filled = IconData(0xff37, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData bluetooth_24_filled = IconData(0xf1df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bluetooth" in size 28 and filled style. - static const IconData bluetooth_28_filled = IconData( - 0xf910, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_28_filled = IconData(0xf910, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_connected" in size 20 and filled style. - static const IconData bluetooth_connected_20_filled = IconData( - 0x102d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_connected_20_filled = IconData(0x102d5, 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, - ); + static const IconData bluetooth_connected_24_filled = IconData(0xf1e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_disabled" in size 20 and filled style. - static const IconData bluetooth_disabled_20_filled = IconData( - 0x102d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_disabled_20_filled = IconData(0x102d6, 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, - ); + static const IconData bluetooth_disabled_24_filled = IconData(0xf1e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bluetooth_searching" in size 20 and filled style. - static const IconData bluetooth_searching_20_filled = IconData( - 0x102d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bluetooth_searching_20_filled = IconData(0x102d7, 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, - ); + static const IconData bluetooth_searching_24_filled = IconData(0xf1e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 16 and filled style. - static const IconData blur_16_filled = IconData( - 0xf911, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData blur_16_filled = IconData(0xf911, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 20 and filled style. - static const IconData blur_20_filled = IconData( - 0xf912, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData blur_20_filled = IconData(0xf912, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 24 and filled style. - static const IconData blur_24_filled = IconData( - 0xf913, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData blur_24_filled = IconData(0xf913, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "blur" in size 28 and filled style. - static const IconData blur_28_filled = IconData( - 0xf914, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData blur_28_filled = IconData(0xf914, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board" in size 16 and filled style. - static const IconData board_16_filled = IconData( - 0xfe45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_16_filled = IconData(0xfe45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board" in size 20 and filled style. - static const IconData board_20_filled = IconData( - 0xfe46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_20_filled = IconData(0xfe46, 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, - ); + static const IconData board_24_filled = IconData(0xf1e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board" in size 28 and filled style. - static const IconData board_28_filled = IconData( - 0xfe47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_28_filled = IconData(0xfe47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_games" in size 20 and filled style. - static const IconData board_games_20_filled = IconData( - 0x104eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_games_20_filled = IconData(0x104eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 16 and filled style. - static const IconData board_heart_16_filled = IconData( - 0x1045f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_16_filled = IconData(0x1045f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 20 and filled style. - static const IconData board_heart_20_filled = IconData( - 0x10460, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_20_filled = IconData(0x10460, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_heart" in size 24 and filled style. - static const IconData board_heart_24_filled = IconData( - 0x10461, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_heart_24_filled = IconData(0x10461, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 16 and filled style. - static const IconData board_split_16_filled = IconData( - 0xfe48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_split_16_filled = IconData(0xfe48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 20 and filled style. - static const IconData board_split_20_filled = IconData( - 0xfe49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_split_20_filled = IconData(0xfe49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 24 and filled style. - static const IconData board_split_24_filled = IconData( - 0xfe4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_split_24_filled = IconData(0xfe4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 28 and filled style. - static const IconData board_split_28_filled = IconData( - 0xfe4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_split_28_filled = IconData(0xfe4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "board_split" in size 48 and filled style. - static const IconData board_split_48_filled = IconData( - 0xfe4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData board_split_48_filled = IconData(0xfe4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book" in size 20 and filled style. - static const IconData book_20_filled = IconData( - 0xf915, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_20_filled = IconData(0xf915, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book" in size 24 and filled style. - static const IconData book_24_filled = IconData( - 0xf916, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_24_filled = IconData(0xf916, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_add" in size 20 and filled style. - static const IconData book_add_20_filled = IconData( - 0xf917, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_add_20_filled = IconData(0xf917, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_add" in size 24 and filled style. - static const IconData book_add_24_filled = IconData( - 0xf918, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_add_24_filled = IconData(0xf918, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_arrow_clockwise" in size 20 and filled style. - static const IconData book_arrow_clockwise_20_filled = IconData( - 0x103ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_arrow_clockwise_20_filled = IconData(0x103ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_arrow_clockwise" in size 24 and filled style. - static const IconData book_arrow_clockwise_24_filled = IconData( - 0x10400, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_arrow_clockwise_24_filled = IconData(0x10400, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_clock" in size 20 and filled style. - static const IconData book_clock_20_filled = IconData( - 0x1031a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_clock_20_filled = IconData(0x1031a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_clock" in size 24 and filled style. - static const IconData book_clock_24_filled = IconData( - 0xf919, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_clock_24_filled = IconData(0xf919, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_coins" in size 20 and filled style. - static const IconData book_coins_20_filled = IconData( - 0x1031b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_coins_20_filled = IconData(0x1031b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_coins" in size 24 and filled style. - static const IconData book_coins_24_filled = IconData( - 0xf91a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_coins_24_filled = IconData(0xf91a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_compass" in size 20 and filled style. - static const IconData book_compass_20_filled = IconData( - 0x1031c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_compass_20_filled = IconData(0x1031c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_compass" in size 24 and filled style. - static const IconData book_compass_24_filled = IconData( - 0xf91b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_compass_24_filled = IconData(0xf91b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 20 and filled style. - static const IconData book_contacts_20_filled = IconData( - 0xfccc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_20_filled = IconData(0xfccc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 24 and filled style. - static const IconData book_contacts_24_filled = IconData( - 0xfccd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_24_filled = IconData(0xfccd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 28 and filled style. - static const IconData book_contacts_28_filled = IconData( - 0xfcce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_28_filled = IconData(0xfcce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_contacts" in size 32 and filled style. - static const IconData book_contacts_32_filled = IconData( - 0xfdaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_contacts_32_filled = IconData(0xfdaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_database" in size 20 and filled style. - static const IconData book_database_20_filled = IconData( - 0x1031d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_database_20_filled = IconData(0x1031d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_database" in size 24 and filled style. - static const IconData book_database_24_filled = IconData( - 0xf91c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_database_24_filled = IconData(0xf91c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_exclamation_mark" in size 20 and filled style. - static const IconData book_exclamation_mark_20_filled = IconData( - 0x1031e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_exclamation_mark_20_filled = IconData(0x1031e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_exclamation_mark" in size 24 and filled style. - static const IconData book_exclamation_mark_24_filled = IconData( - 0xf91d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_exclamation_mark_24_filled = IconData(0xf91d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_globe" in size 20 and filled style. - static const IconData book_globe_20_filled = IconData( - 0x1031f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_globe_20_filled = IconData(0x1031f, 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, - ); + static const IconData book_globe_24_filled = IconData(0xf1f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_information" in size 20 and filled style. - static const IconData book_information_20_filled = IconData( - 0x10320, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_information_20_filled = IconData(0x10320, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_information" in size 24 and filled style. - static const IconData book_information_24_filled = IconData( - 0xf91e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_information_24_filled = IconData(0xf91e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_letter" in size 20 and filled style. - static const IconData book_letter_20_filled = IconData( - 0x10321, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_letter_20_filled = IconData(0x10321, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_letter" in size 24 and filled style. - static const IconData book_letter_24_filled = IconData( - 0xf91f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_letter_24_filled = IconData(0xf91f, 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, - ); + 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, - ); + 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, - ); + static const IconData book_number_24_filled = IconData(0xf1f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 16 and filled style. - static const IconData book_open_16_filled = IconData( - 0xfff6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_16_filled = IconData(0xfff6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 20 and filled style. - static const IconData book_open_20_filled = IconData( - 0xf920, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_20_filled = IconData(0xf920, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 24 and filled style. - static const IconData book_open_24_filled = IconData( - 0xf921, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_24_filled = IconData(0xf921, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 28 and filled style. - static const IconData book_open_28_filled = IconData( - 0xfeaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_28_filled = IconData(0xfeaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 32 and filled style. - static const IconData book_open_32_filled = IconData( - 0xfeab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_32_filled = IconData(0xfeab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open" in size 48 and filled style. - static const IconData book_open_48_filled = IconData( - 0xfeac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_48_filled = IconData(0xfeac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_globe" in size 20 and filled style. - static const IconData book_open_globe_20_filled = IconData( - 0xfccf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_globe_20_filled = IconData(0xfccf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_globe" in size 24 and filled style. - static const IconData book_open_globe_24_filled = IconData( - 0xf922, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_globe_24_filled = IconData(0xf922, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 20 and filled style. - static const IconData book_open_microphone_20_filled = IconData( - 0xfead, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_20_filled = IconData(0xfead, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 24 and filled style. - static const IconData book_open_microphone_24_filled = IconData( - 0xfeae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_24_filled = IconData(0xfeae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 28 and filled style. - static const IconData book_open_microphone_28_filled = IconData( - 0xfeaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_28_filled = IconData(0xfeaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 32 and filled style. - static const IconData book_open_microphone_32_filled = IconData( - 0xfeb0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_32_filled = IconData(0xfeb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_open_microphone" in size 48 and filled style. - static const IconData book_open_microphone_48_filled = IconData( - 0xfeb1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_open_microphone_48_filled = IconData(0xfeb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_pulse" in size 20 and filled style. - static const IconData book_pulse_20_filled = IconData( - 0x10322, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_pulse_20_filled = IconData(0x10322, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_pulse" in size 24 and filled style. - static const IconData book_pulse_24_filled = IconData( - 0xf923, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_pulse_24_filled = IconData(0xf923, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark" in size 20 and filled style. - static const IconData book_question_mark_20_filled = IconData( - 0x10323, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_20_filled = IconData(0x10323, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark" in size 24 and filled style. - static const IconData book_question_mark_24_filled = IconData( - 0xf924, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_24_filled = IconData(0xf924, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark_rtl" in size 20 and filled style. - static const IconData book_question_mark_rtl_20_filled = IconData( - 0x10324, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_rtl_20_filled = IconData(0x10324, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_question_mark_rtl" in size 24 and filled style. - static const IconData book_question_mark_rtl_24_filled = IconData( - 0xf852, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_question_mark_rtl_24_filled = IconData(0xf852, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_search" in size 20 and filled style. - static const IconData book_search_20_filled = IconData( - 0x10325, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_search_20_filled = IconData(0x10325, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_search" in size 24 and filled style. - static const IconData book_search_24_filled = IconData( - 0xf925, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_search_24_filled = IconData(0xf925, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_star" in size 20 and filled style. - static const IconData book_star_20_filled = IconData( - 0x10326, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_star_20_filled = IconData(0x10326, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_star" in size 24 and filled style. - static const IconData book_star_24_filled = IconData( - 0xf926, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_star_24_filled = IconData(0xf926, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_template" in size 20 and filled style. - static const IconData book_template_20_filled = IconData( - 0x10605, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_template_20_filled = IconData(0x10605, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_theta" in size 20 and filled style. - static const IconData book_theta_20_filled = IconData( - 0x10327, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_theta_20_filled = IconData(0x10327, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_theta" in size 24 and filled style. - static const IconData book_theta_24_filled = IconData( - 0xf927, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_theta_24_filled = IconData(0xf927, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_toolbox" in size 20 and filled style. - static const IconData book_toolbox_20_filled = IconData( - 0xf1e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_toolbox_20_filled = IconData(0xf1e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "book_toolbox" in size 24 and filled style. - static const IconData book_toolbox_24_filled = IconData( - 0xff38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData book_toolbox_24_filled = IconData(0xff38, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData bookmark_28_filled = IconData(0xf1f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark" in size 32 and filled style. - static const IconData bookmark_32_filled = IconData( - 0xfdb0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_32_filled = IconData(0xfdb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_add" in size 20 and filled style. - static const IconData bookmark_add_20_filled = IconData( - 0xf1e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_add_20_filled = IconData(0xf1e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_add" in size 24 and filled style. - static const IconData bookmark_add_24_filled = IconData( - 0xf1e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_add_24_filled = IconData(0xf1e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 16 and filled style. - static const IconData bookmark_multiple_16_filled = IconData( - 0x102d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_16_filled = IconData(0x102d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 20 and filled style. - static const IconData bookmark_multiple_20_filled = IconData( - 0xfb31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_20_filled = IconData(0xfb31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 24 and filled style. - static const IconData bookmark_multiple_24_filled = IconData( - 0xfdb1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_24_filled = IconData(0xfdb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 28 and filled style. - static const IconData bookmark_multiple_28_filled = IconData( - 0x102d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_28_filled = IconData(0x102d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 32 and filled style. - static const IconData bookmark_multiple_32_filled = IconData( - 0x102da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_32_filled = IconData(0x102da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_multiple" in size 48 and filled style. - static const IconData bookmark_multiple_48_filled = IconData( - 0x102db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_multiple_48_filled = IconData(0x102db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_off" in size 20 and filled style. - static const IconData bookmark_off_20_filled = IconData( - 0x10328, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_off_20_filled = IconData(0x10328, 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, - ); + static const IconData bookmark_off_24_filled = IconData(0xf1f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_search" in size 20 and filled style. - static const IconData bookmark_search_20_filled = IconData( - 0x10259, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_search_20_filled = IconData(0x10259, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bookmark_search" in size 24 and filled style. - static const IconData bookmark_search_24_filled = IconData( - 0x1025a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bookmark_search_24_filled = IconData(0x1025a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border" in size 24 and filled style. - static const IconData border_24_filled = IconData( - 0xfbd9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_24_filled = IconData(0xfbd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 16 and filled style. - static const IconData border_all_16_filled = IconData( - 0x100b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_all_16_filled = IconData(0x100b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 20 and filled style. - static const IconData border_all_20_filled = IconData( - 0x100b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_all_20_filled = IconData(0x100b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_all" in size 24 and filled style. - static const IconData border_all_24_filled = IconData( - 0xf928, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_all_24_filled = IconData(0xf928, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom" in size 20 and filled style. - static const IconData border_bottom_20_filled = IconData( - 0x10329, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_20_filled = IconData(0x10329, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom" in size 24 and filled style. - static const IconData border_bottom_24_filled = IconData( - 0xf929, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_24_filled = IconData(0xf929, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_double" in size 20 and filled style. - static const IconData border_bottom_double_20_filled = IconData( - 0x1032a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_double_20_filled = IconData(0x1032a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_double" in size 24 and filled style. - static const IconData border_bottom_double_24_filled = IconData( - 0xf92a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_double_24_filled = IconData(0xf92a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_thick" in size 20 and filled style. - static const IconData border_bottom_thick_20_filled = IconData( - 0x1032b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_thick_20_filled = IconData(0x1032b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_bottom_thick" in size 24 and filled style. - static const IconData border_bottom_thick_24_filled = IconData( - 0xf92b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_bottom_thick_24_filled = IconData(0xf92b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_left" in size 20 and filled style. - static const IconData border_left_20_filled = IconData( - 0x1032c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_left_20_filled = IconData(0x1032c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_left" in size 24 and filled style. - static const IconData border_left_24_filled = IconData( - 0xf92c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_left_24_filled = IconData(0xf92c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_left_right" in size 20 and filled style. - static const IconData border_left_right_20_filled = IconData( - 0x10606, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_left_right_20_filled = IconData(0x10606, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_left_right" in size 24 and filled style. - static const IconData border_left_right_24_filled = IconData( - 0x10607, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_left_right_24_filled = IconData(0x10607, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_none" in size 20 and filled style. - static const IconData border_none_20_filled = IconData( - 0x1032d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_none_20_filled = IconData(0x1032d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_none" in size 24 and filled style. - static const IconData border_none_24_filled = IconData( - 0x104b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_none_24_filled = IconData(0x104b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_outside" in size 20 and filled style. - static const IconData border_outside_20_filled = IconData( - 0x1032e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_20_filled = IconData(0x1032e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_outside" in size 24 and filled style. - static const IconData border_outside_24_filled = IconData( - 0xf92e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_24_filled = IconData(0xf92e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_outside_thick" in size 20 and filled style. - static const IconData border_outside_thick_20_filled = IconData( - 0x1032f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_thick_20_filled = IconData(0x1032f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_outside_thick" in size 24 and filled style. - static const IconData border_outside_thick_24_filled = IconData( - 0xf92f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_outside_thick_24_filled = IconData(0xf92f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_right" in size 20 and filled style. - static const IconData border_right_20_filled = IconData( - 0x10330, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_right_20_filled = IconData(0x10330, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_right" in size 24 and filled style. - static const IconData border_right_24_filled = IconData( - 0xf930, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_right_24_filled = IconData(0xf930, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top" in size 20 and filled style. - static const IconData border_top_20_filled = IconData( - 0x10331, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_20_filled = IconData(0x10331, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top" in size 24 and filled style. - static const IconData border_top_24_filled = IconData( - 0xf931, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_24_filled = IconData(0xf931, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom" in size 20 and filled style. - static const IconData border_top_bottom_20_filled = IconData( - 0x10332, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_20_filled = IconData(0x10332, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom" in size 24 and filled style. - static const IconData border_top_bottom_24_filled = IconData( - 0xf932, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_24_filled = IconData(0xf932, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_double" in size 20 and filled style. - static const IconData border_top_bottom_double_20_filled = IconData( - 0x10333, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_double_20_filled = IconData(0x10333, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_double" in size 24 and filled style. - static const IconData border_top_bottom_double_24_filled = IconData( - 0xf933, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_double_24_filled = IconData(0xf933, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_thick" in size 20 and filled style. - static const IconData border_top_bottom_thick_20_filled = IconData( - 0x10334, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_thick_20_filled = IconData(0x10334, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "border_top_bottom_thick" in size 24 and filled style. - static const IconData border_top_bottom_thick_24_filled = IconData( - 0xf934, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData border_top_bottom_thick_24_filled = IconData(0xf934, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bot" in size 20 and filled style. - static const IconData bot_20_filled = IconData( - 0xfb7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bot_20_filled = IconData(0xfb7d, 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, - ); + static const IconData bot_24_filled = IconData(0xf1f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bot_add" in size 20 and filled style. - static const IconData bot_add_20_filled = IconData( - 0xfd94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bot_add_20_filled = IconData(0xfd94, 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, - ); + static const IconData bot_add_24_filled = IconData(0xf1fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 16 and filled style. - static const IconData bowl_chopsticks_16_filled = IconData( - 0xf1ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_16_filled = IconData(0xf1ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 20 and filled style. - static const IconData bowl_chopsticks_20_filled = IconData( - 0xf1eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_20_filled = IconData(0xf1eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 24 and filled style. - static const IconData bowl_chopsticks_24_filled = IconData( - 0xf1ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_24_filled = IconData(0xf1ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bowl_chopsticks" in size 28 and filled style. - static const IconData bowl_chopsticks_28_filled = IconData( - 0xf1ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bowl_chopsticks_28_filled = IconData(0xf1ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box" in size 16 and filled style. - static const IconData box_16_filled = IconData( - 0xff39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_16_filled = IconData(0xff39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box" in size 20 and filled style. - static const IconData box_20_filled = IconData( - 0x10219, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_20_filled = IconData(0x10219, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box" in size 24 and filled style. - static const IconData box_24_filled = IconData( - 0x1021a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_24_filled = IconData(0x1021a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_left" in size 20 and filled style. - static const IconData box_arrow_left_20_filled = IconData( - 0x10401, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_left_20_filled = IconData(0x10401, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_left" in size 24 and filled style. - static const IconData box_arrow_left_24_filled = IconData( - 0x10402, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_left_24_filled = IconData(0x10402, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_up" in size 20 and filled style. - static const IconData box_arrow_up_20_filled = IconData( - 0x10403, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_up_20_filled = IconData(0x10403, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_arrow_up" in size 24 and filled style. - static const IconData box_arrow_up_24_filled = IconData( - 0x10404, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_arrow_up_24_filled = IconData(0x10404, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_checkmark" in size 20 and filled style. - static const IconData box_checkmark_20_filled = IconData( - 0x10405, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_checkmark_20_filled = IconData(0x10405, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_checkmark" in size 24 and filled style. - static const IconData box_checkmark_24_filled = IconData( - 0x10406, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_checkmark_24_filled = IconData(0x10406, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_dismiss" in size 20 and filled style. - static const IconData box_dismiss_20_filled = IconData( - 0x1021b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_dismiss_20_filled = IconData(0x1021b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_dismiss" in size 24 and filled style. - static const IconData box_dismiss_24_filled = IconData( - 0x1021c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_dismiss_24_filled = IconData(0x1021c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_edit" in size 20 and filled style. - static const IconData box_edit_20_filled = IconData( - 0x101d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_edit_20_filled = IconData(0x101d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_edit" in size 24 and filled style. - static const IconData box_edit_24_filled = IconData( - 0x101da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_edit_24_filled = IconData(0x101da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple" in size 20 and filled style. - static const IconData box_multiple_20_filled = IconData( - 0x10407, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_20_filled = IconData(0x10407, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple" in size 24 and filled style. - static const IconData box_multiple_24_filled = IconData( - 0x10408, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_24_filled = IconData(0x10408, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_left" in size 20 and filled style. - static const IconData box_multiple_arrow_left_20_filled = IconData( - 0x10409, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_left_20_filled = IconData(0x10409, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_left" in size 24 and filled style. - static const IconData box_multiple_arrow_left_24_filled = IconData( - 0x1040a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_left_24_filled = IconData(0x1040a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_right" in size 20 and filled style. - static const IconData box_multiple_arrow_right_20_filled = IconData( - 0x1040b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_right_20_filled = IconData(0x1040b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_arrow_right" in size 24 and filled style. - static const IconData box_multiple_arrow_right_24_filled = IconData( - 0x1040c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_arrow_right_24_filled = IconData(0x1040c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_checkmark" in size 20 and filled style. - static const IconData box_multiple_checkmark_20_filled = IconData( - 0x1040d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_checkmark_20_filled = IconData(0x1040d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_checkmark" in size 24 and filled style. - static const IconData box_multiple_checkmark_24_filled = IconData( - 0x1040e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_checkmark_24_filled = IconData(0x1040e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_search" in size 20 and filled style. - static const IconData box_multiple_search_20_filled = IconData( - 0x1040f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_search_20_filled = IconData(0x1040f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_multiple_search" in size 24 and filled style. - static const IconData box_multiple_search_24_filled = IconData( - 0x10410, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_multiple_search_24_filled = IconData(0x10410, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_search" in size 20 and filled style. - static const IconData box_search_20_filled = IconData( - 0x10411, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_search_20_filled = IconData(0x10411, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_search" in size 24 and filled style. - static const IconData box_search_24_filled = IconData( - 0x10412, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_search_24_filled = IconData(0x10412, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_toolbox" in size 20 and filled style. - static const IconData box_toolbox_20_filled = IconData( - 0x101db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_toolbox_20_filled = IconData(0x101db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "box_toolbox" in size 24 and filled style. - static const IconData box_toolbox_24_filled = IconData( - 0x101dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData box_toolbox_24_filled = IconData(0x101dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "braces" in size 20 and filled style. - static const IconData braces_20_filled = IconData( - 0x100b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData braces_20_filled = IconData(0x100b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "braces" in size 24 and filled style. - static const IconData braces_24_filled = IconData( - 0x10462, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData braces_24_filled = IconData(0x10462, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "braces_variable" in size 20 and filled style. - static const IconData braces_variable_20_filled = IconData( - 0xff3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData braces_variable_20_filled = IconData(0xff3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "braces_variable" in size 24 and filled style. - static const IconData braces_variable_24_filled = IconData( - 0xff3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData braces_variable_24_filled = IconData(0xff3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brain_circuit" in size 20 and filled style. - static const IconData brain_circuit_20_filled = IconData( - 0xf1ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brain_circuit_20_filled = IconData(0xf1ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brain_circuit" in size 24 and filled style. - static const IconData brain_circuit_24_filled = IconData( - 0xf853, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brain_circuit_24_filled = IconData(0xf853, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch" in size 20 and filled style. - static const IconData branch_20_filled = IconData( - 0x10335, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_20_filled = IconData(0x10335, 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, - ); + static const IconData branch_24_filled = IconData(0xf1fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 16 and filled style. - static const IconData branch_compare_16_filled = IconData( - 0xfdb2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_16_filled = IconData(0xfdb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 20 and filled style. - static const IconData branch_compare_20_filled = IconData( - 0xfdb3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_20_filled = IconData(0xfdb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_compare" in size 24 and filled style. - static const IconData branch_compare_24_filled = IconData( - 0xfdb4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_compare_24_filled = IconData(0xfdb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 16 and filled style. - static const IconData branch_fork_16_filled = IconData( - 0xfdb5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_16_filled = IconData(0xfdb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 20 and filled style. - static const IconData branch_fork_20_filled = IconData( - 0xfdb6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_20_filled = IconData(0xfdb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork" in size 24 and filled style. - static const IconData branch_fork_24_filled = IconData( - 0xfdb7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_24_filled = IconData(0xfdb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_hint" in size 20 and filled style. - static const IconData branch_fork_hint_20_filled = IconData( - 0x102dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_hint_20_filled = IconData(0x102dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_hint" in size 24 and filled style. - static const IconData branch_fork_hint_24_filled = IconData( - 0x102dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_hint_24_filled = IconData(0x102dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_link" in size 20 and filled style. - static const IconData branch_fork_link_20_filled = IconData( - 0x102de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_link_20_filled = IconData(0x102de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "branch_fork_link" in size 24 and filled style. - static const IconData branch_fork_link_24_filled = IconData( - 0x102df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData branch_fork_link_24_filled = IconData(0x102df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 20 and filled style. - static const IconData breakout_room_20_filled = IconData( - 0xfbb4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_20_filled = IconData(0xfbb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 24 and filled style. - static const IconData breakout_room_24_filled = IconData( - 0x10463, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_24_filled = IconData(0x10463, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "breakout_room" in size 28 and filled style. - static const IconData breakout_room_28_filled = IconData( - 0x10464, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData breakout_room_28_filled = IconData(0x10464, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 12 and filled style. - static const IconData briefcase_12_filled = IconData( - 0xf935, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_12_filled = IconData(0xf935, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 16 and filled style. - static const IconData briefcase_16_filled = IconData( - 0xff3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_16_filled = IconData(0xff3c, 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, - ); + 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, - ); + static const IconData briefcase_24_filled = IconData(0xf1fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 28 and filled style. - static const IconData briefcase_28_filled = IconData( - 0xfb32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_28_filled = IconData(0xfb32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 32 and filled style. - static const IconData briefcase_32_filled = IconData( - 0xf936, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_32_filled = IconData(0xf936, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase" in size 48 and filled style. - static const IconData briefcase_48_filled = IconData( - 0xfb33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_48_filled = IconData(0xfb33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 16 and filled style. - static const IconData briefcase_medical_16_filled = IconData( - 0xff3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_16_filled = IconData(0xff3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 20 and filled style. - static const IconData briefcase_medical_20_filled = IconData( - 0xf1ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_20_filled = IconData(0xf1ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 24 and filled style. - static const IconData briefcase_medical_24_filled = IconData( - 0xfbda, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_24_filled = IconData(0xfbda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_medical" in size 32 and filled style. - static const IconData briefcase_medical_32_filled = IconData( - 0xfbdb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_medical_32_filled = IconData(0xfbdb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 16 and filled style. - static const IconData briefcase_off_16_filled = IconData( - 0xfeb2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_16_filled = IconData(0xfeb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 20 and filled style. - static const IconData briefcase_off_20_filled = IconData( - 0xfeb3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_20_filled = IconData(0xfeb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 24 and filled style. - static const IconData briefcase_off_24_filled = IconData( - 0xfeb4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_24_filled = IconData(0xfeb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 28 and filled style. - static const IconData briefcase_off_28_filled = IconData( - 0xfeb5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_28_filled = IconData(0xfeb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 32 and filled style. - static const IconData briefcase_off_32_filled = IconData( - 0xfeb6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_32_filled = IconData(0xfeb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "briefcase_off" in size 48 and filled style. - static const IconData briefcase_off_48_filled = IconData( - 0xfeb7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData briefcase_off_48_filled = IconData(0xfeb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 16 and filled style. - static const IconData brightness_high_16_filled = IconData( - 0x10336, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_16_filled = IconData(0x10336, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 20 and filled style. - static const IconData brightness_high_20_filled = IconData( - 0x10337, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_20_filled = IconData(0x10337, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 24 and filled style. - static const IconData brightness_high_24_filled = IconData( - 0x10338, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_24_filled = IconData(0x10338, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 28 and filled style. - static const IconData brightness_high_28_filled = IconData( - 0x10339, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_28_filled = IconData(0x10339, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 32 and filled style. - static const IconData brightness_high_32_filled = IconData( - 0x1033a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_32_filled = IconData(0x1033a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_high" in size 48 and filled style. - static const IconData brightness_high_48_filled = IconData( - 0x1033b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_high_48_filled = IconData(0x1033b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 16 and filled style. - static const IconData brightness_low_16_filled = IconData( - 0x1033c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_16_filled = IconData(0x1033c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 20 and filled style. - static const IconData brightness_low_20_filled = IconData( - 0x1033d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_20_filled = IconData(0x1033d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 24 and filled style. - static const IconData brightness_low_24_filled = IconData( - 0x1033e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_24_filled = IconData(0x1033e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 28 and filled style. - static const IconData brightness_low_28_filled = IconData( - 0x1033f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_28_filled = IconData(0x1033f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 32 and filled style. - static const IconData brightness_low_32_filled = IconData( - 0x10340, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_32_filled = IconData(0x10340, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "brightness_low" in size 48 and filled style. - static const IconData brightness_low_48_filled = IconData( - 0x10341, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData brightness_low_48_filled = IconData(0x10341, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "broad_activity_feed" in size 16 and filled style. - static const IconData broad_activity_feed_16_filled = IconData( - 0xfff7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData broad_activity_feed_16_filled = IconData(0xfff7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "broad_activity_feed" in size 20 and filled style. - static const IconData broad_activity_feed_20_filled = IconData( - 0xfff8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData broad_activity_feed_20_filled = IconData(0xfff8, 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, - ); + static const IconData broad_activity_feed_24_filled = IconData(0xf200, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "broom" in size 16 and filled style. - static const IconData broom_16_filled = IconData( - 0xf1fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData broom_16_filled = IconData(0xf1fe, 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, - ); + 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, - ); + static const IconData broom_24_filled = IconData(0xf202, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 16 and filled style. - static const IconData bug_16_filled = IconData( - 0xf939, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bug_16_filled = IconData(0xf939, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 20 and filled style. - static const IconData bug_20_filled = IconData( - 0xf93a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bug_20_filled = IconData(0xf93a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "bug" in size 24 and filled style. - static const IconData bug_24_filled = IconData( - 0xf93b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData bug_24_filled = IconData(0xf93b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building" in size 16 and filled style. - static const IconData building_16_filled = IconData( - 0xfd22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_16_filled = IconData(0xfd22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building" in size 20 and filled style. - static const IconData building_20_filled = IconData( - 0xfb34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_20_filled = IconData(0xfb34, 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, - ); + static const IconData building_24_filled = IconData(0xf205, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 16 and filled style. - static const IconData building_bank_16_filled = IconData( - 0xf93c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_16_filled = IconData(0xf93c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 20 and filled style. - static const IconData building_bank_20_filled = IconData( - 0xf93d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_20_filled = IconData(0xf93d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 24 and filled style. - static const IconData building_bank_24_filled = IconData( - 0xf93e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_24_filled = IconData(0xf93e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 28 and filled style. - static const IconData building_bank_28_filled = IconData( - 0xfeb8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_28_filled = IconData(0xfeb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank" in size 48 and filled style. - static const IconData building_bank_48_filled = IconData( - 0xfeb9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_48_filled = IconData(0xfeb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 16 and filled style. - static const IconData building_bank_link_16_filled = IconData( - 0xfeba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_16_filled = IconData(0xfeba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 20 and filled style. - static const IconData building_bank_link_20_filled = IconData( - 0xfebb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_20_filled = IconData(0xfebb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 24 and filled style. - static const IconData building_bank_link_24_filled = IconData( - 0xfebc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_24_filled = IconData(0xfebc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 28 and filled style. - static const IconData building_bank_link_28_filled = IconData( - 0xfebd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_28_filled = IconData(0xfebd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_link" in size 48 and filled style. - static const IconData building_bank_link_48_filled = IconData( - 0xfebe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_link_48_filled = IconData(0xfebe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_toolbox" in size 20 and filled style. - static const IconData building_bank_toolbox_20_filled = IconData( - 0xf1ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_toolbox_20_filled = IconData(0xf1ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_bank_toolbox" in size 24 and filled style. - static const IconData building_bank_toolbox_24_filled = IconData( - 0xf854, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_bank_toolbox_24_filled = IconData(0xf854, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 16 and filled style. - static const IconData building_factory_16_filled = IconData( - 0x1025b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_16_filled = IconData(0x1025b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 20 and filled style. - static const IconData building_factory_20_filled = IconData( - 0x1025c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_20_filled = IconData(0x1025c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 24 and filled style. - static const IconData building_factory_24_filled = IconData( - 0xfbdc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_24_filled = IconData(0xfbdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 28 and filled style. - static const IconData building_factory_28_filled = IconData( - 0x1025d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_28_filled = IconData(0x1025d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 32 and filled style. - static const IconData building_factory_32_filled = IconData( - 0x1025e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_32_filled = IconData(0x1025e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_factory" in size 48 and filled style. - static const IconData building_factory_48_filled = IconData( - 0x1025f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_factory_48_filled = IconData(0x1025f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 20 and filled style. - static const IconData building_government_20_filled = IconData( - 0x10342, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_government_20_filled = IconData(0x10342, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 24 and filled style. - static const IconData building_government_24_filled = IconData( - 0xf93f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_government_24_filled = IconData(0xf93f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_government" in size 32 and filled style. - static const IconData building_government_32_filled = IconData( - 0xf940, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_government_32_filled = IconData(0xf940, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 16 and filled style. - static const IconData building_home_16_filled = IconData( - 0x104ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_home_16_filled = IconData(0x104ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 20 and filled style. - static const IconData building_home_20_filled = IconData( - 0x104ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_home_20_filled = IconData(0x104ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_home" in size 24 and filled style. - static const IconData building_home_24_filled = IconData( - 0x104ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_home_24_filled = IconData(0x104ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_lighthouse" in size 20 and filled style. - static const IconData building_lighthouse_20_filled = IconData( - 0x100b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_lighthouse_20_filled = IconData(0x100b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_multiple" in size 20 and filled style. - static const IconData building_multiple_20_filled = IconData( - 0x10343, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_multiple_20_filled = IconData(0x10343, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_multiple" in size 24 and filled style. - static const IconData building_multiple_24_filled = IconData( - 0xf941, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_multiple_24_filled = IconData(0xf941, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail" in size 20 and filled style. - static const IconData building_retail_20_filled = IconData( - 0xff3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_20_filled = IconData(0xff3e, 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, - ); + static const IconData building_retail_24_filled = IconData(0xf209, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_money" in size 20 and filled style. - static const IconData building_retail_money_20_filled = IconData( - 0xff3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_money_20_filled = IconData(0xff3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_money" in size 24 and filled style. - static const IconData building_retail_money_24_filled = IconData( - 0xff40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_money_24_filled = IconData(0xff40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_more" in size 20 and filled style. - static const IconData building_retail_more_20_filled = IconData( - 0x10608, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_more_20_filled = IconData(0x10608, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_shield" in size 20 and filled style. - static const IconData building_retail_shield_20_filled = IconData( - 0xff41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_shield_20_filled = IconData(0xff41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_shield" in size 24 and filled style. - static const IconData building_retail_shield_24_filled = IconData( - 0xff42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_shield_24_filled = IconData(0xff42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_toolbox" in size 20 and filled style. - static const IconData building_retail_toolbox_20_filled = IconData( - 0xff43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_toolbox_20_filled = IconData(0xff43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_retail_toolbox" in size 24 and filled style. - static const IconData building_retail_toolbox_24_filled = IconData( - 0xff44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_retail_toolbox_24_filled = IconData(0xff44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 16 and filled style. - static const IconData building_shop_16_filled = IconData( - 0xf942, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_16_filled = IconData(0xf942, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 20 and filled style. - static const IconData building_shop_20_filled = IconData( - 0xf943, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_20_filled = IconData(0xf943, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_shop" in size 24 and filled style. - static const IconData building_shop_24_filled = IconData( - 0xf944, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_shop_24_filled = IconData(0xf944, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 16 and filled style. - static const IconData building_skyscraper_16_filled = IconData( - 0xf945, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_16_filled = IconData(0xf945, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 20 and filled style. - static const IconData building_skyscraper_20_filled = IconData( - 0xf946, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_20_filled = IconData(0xf946, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "building_skyscraper" in size 24 and filled style. - static const IconData building_skyscraper_24_filled = IconData( - 0xf947, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData building_skyscraper_24_filled = IconData(0xf947, 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, - ); + static const IconData calculator_20_filled = IconData(0xf20a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calculator" in size 24 and filled style. - static const IconData calculator_24_filled = IconData( - 0xfe24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calculator_24_filled = IconData(0xfe24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calculator_arrow_clockwise" in size 20 and filled style. - static const IconData calculator_arrow_clockwise_20_filled = IconData( - 0x10393, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calculator_arrow_clockwise_20_filled = IconData(0x10393, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calculator_arrow_clockwise" in size 24 and filled style. - static const IconData calculator_arrow_clockwise_24_filled = IconData( - 0x10394, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calculator_arrow_clockwise_24_filled = IconData(0x10394, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calculator_multiple" in size 20 and filled style. - static const IconData calculator_multiple_20_filled = IconData( - 0xff45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calculator_multiple_20_filled = IconData(0xff45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calculator_multiple" in size 24 and filled style. - static const IconData calculator_multiple_24_filled = IconData( - 0xff46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calculator_multiple_24_filled = IconData(0xff46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_3_day" in size 16 and filled style. - static const IconData calendar_3_day_16_filled = IconData( - 0xff47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_3_day_16_filled = IconData(0xff47, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_3_day_28_filled = IconData(0xf210, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_add" in size 16 and filled style. - static const IconData calendar_add_16_filled = IconData( - 0x10609, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_add_16_filled = IconData(0x10609, 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, - ); + 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, - ); + static const IconData calendar_add_24_filled = IconData(0xf212, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_add" in size 28 and filled style. - static const IconData calendar_add_28_filled = IconData( - 0x1060a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_add_28_filled = IconData(0x1060a, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_agenda_28_filled = IconData(0xf215, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_down" in size 20 and filled style. - static const IconData calendar_arrow_down_20_filled = IconData( - 0x10395, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_down_20_filled = IconData(0x10395, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_down" in size 24 and filled style. - static const IconData calendar_arrow_down_24_filled = IconData( - 0xfbdd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_down_24_filled = IconData(0xfbdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_right" in size 16 and filled style. - static const IconData calendar_arrow_right_16_filled = IconData( - 0xff48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_right_16_filled = IconData(0xff48, 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, - ); + static const IconData calendar_arrow_right_20_filled = IconData(0xf216, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_arrow_right" in size 24 and filled style. - static const IconData calendar_arrow_right_24_filled = IconData( - 0x10396, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_arrow_right_24_filled = IconData(0x10396, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_assistant" in size 16 and filled style. - static const IconData calendar_assistant_16_filled = IconData( - 0x100b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_assistant_16_filled = IconData(0x100b7, 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, - ); + 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, - ); + static const IconData calendar_assistant_24_filled = IconData(0xf218, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_cancel" in size 16 and filled style. - static const IconData calendar_cancel_16_filled = IconData( - 0xf948, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_cancel_16_filled = IconData(0xf948, 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, - ); + 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, - ); + static const IconData calendar_cancel_24_filled = IconData(0xf21a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_chat" in size 20 and filled style. - static const IconData calendar_chat_20_filled = IconData( - 0x10260, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_chat_20_filled = IconData(0x10260, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_chat" in size 24 and filled style. - static const IconData calendar_chat_24_filled = IconData( - 0x10261, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_chat_24_filled = IconData(0x10261, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_checkmark_24_filled = IconData(0xf8e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_checkmark" in size 28 and filled style. - static const IconData calendar_checkmark_28_filled = IconData( - 0xf877, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_checkmark_28_filled = IconData(0xf877, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_clock" in size 16 and filled style. - static const IconData calendar_clock_16_filled = IconData( - 0xf949, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_clock_16_filled = IconData(0xf949, 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, - ); + 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, - ); + static const IconData calendar_clock_24_filled = IconData(0xf21e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_day" in size 16 and filled style. - static const IconData calendar_day_16_filled = IconData( - 0xff49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_day_16_filled = IconData(0xff49, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_day_28_filled = IconData(0xf224, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 16 and filled style. - static const IconData calendar_edit_16_filled = IconData( - 0xfd23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_16_filled = IconData(0xfd23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 20 and filled style. - static const IconData calendar_edit_20_filled = IconData( - 0xfd24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_20_filled = IconData(0xfd24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_edit" in size 24 and filled style. - static const IconData calendar_edit_24_filled = IconData( - 0xfd25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_edit_24_filled = IconData(0xfd25, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_empty_28_filled = IconData(0xf228, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_empty" in size 32 and filled style. - static const IconData calendar_empty_32_filled = IconData( - 0xfe4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_empty_32_filled = IconData(0xfe4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_error" in size 20 and filled style. - static const IconData calendar_error_20_filled = IconData( - 0x10397, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_error_20_filled = IconData(0x10397, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_error" in size 24 and filled style. - static const IconData calendar_error_24_filled = IconData( - 0x1004b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_error_24_filled = IconData(0x1004b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_info" in size 16 and filled style. - static const IconData calendar_info_16_filled = IconData( - 0xf203, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_info_16_filled = IconData(0xf203, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_info" in size 20 and filled style. - static const IconData calendar_info_20_filled = IconData( - 0xff4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_info_20_filled = IconData(0xff4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 12 and filled style. - static const IconData calendar_ltr_12_filled = IconData( - 0xfe4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_12_filled = IconData(0xfe4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 16 and filled style. - static const IconData calendar_ltr_16_filled = IconData( - 0xfdb8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_16_filled = IconData(0xfdb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 20 and filled style. - static const IconData calendar_ltr_20_filled = IconData( - 0xfd26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_20_filled = IconData(0xfd26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 24 and filled style. - static const IconData calendar_ltr_24_filled = IconData( - 0xfd27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_24_filled = IconData(0xfd27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 28 and filled style. - static const IconData calendar_ltr_28_filled = IconData( - 0xfd28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_28_filled = IconData(0xfd28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 32 and filled style. - static const IconData calendar_ltr_32_filled = IconData( - 0xfdb9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_32_filled = IconData(0xfdb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_ltr" in size 48 and filled style. - static const IconData calendar_ltr_48_filled = IconData( - 0x102e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_ltr_48_filled = IconData(0x102e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_mail" in size 16 and filled style. - static const IconData calendar_mail_16_filled = IconData( - 0xfebf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mail_16_filled = IconData(0xfebf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_mail" in size 20 and filled style. - static const IconData calendar_mail_20_filled = IconData( - 0x10398, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mail_20_filled = IconData(0x10398, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_mention" in size 20 and filled style. - static const IconData calendar_mention_20_filled = IconData( - 0xf94a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_mention_20_filled = IconData(0xf94a, 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_month_28_filled = IconData(0xf22c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_multiple" in size 16 and filled style. - static const IconData calendar_multiple_16_filled = IconData( - 0xf204, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_multiple_16_filled = IconData(0xf204, 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, - ); + 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, - ); + static const IconData calendar_multiple_24_filled = IconData(0xf22e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_multiple" in size 32 and filled style. - static const IconData calendar_multiple_32_filled = IconData( - 0xfe4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_multiple_32_filled = IconData(0xfe4f, 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, - ); + static const IconData calendar_overdue_24_filled = IconData(0xf22f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_pattern" in size 16 and filled style. - static const IconData calendar_pattern_16_filled = IconData( - 0x104ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_pattern_16_filled = IconData(0x104ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_pattern" in size 20 and filled style. - static const IconData calendar_pattern_20_filled = IconData( - 0xfff9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_pattern_20_filled = IconData(0xfff9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_patterns" in size 16 and filled style. - static const IconData calendar_patterns_16_filled = IconData( - 0xf206, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_patterns_16_filled = IconData(0xf206, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_person" in size 16 and filled style. - static const IconData calendar_person_16_filled = IconData( - 0xfffa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_person_16_filled = IconData(0xfffa, 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, - ); + static const IconData calendar_person_20_filled = IconData(0xf230, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_person" in size 24 and filled style. - static const IconData calendar_person_24_filled = IconData( - 0xf94b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_person_24_filled = IconData(0xf94b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_phone" in size 16 and filled style. - static const IconData calendar_phone_16_filled = IconData( - 0xfffb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_phone_16_filled = IconData(0xfffb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_phone" in size 20 and filled style. - static const IconData calendar_phone_20_filled = IconData( - 0xfffc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_phone_20_filled = IconData(0xfffc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 16 and filled style. - static const IconData calendar_question_mark_16_filled = IconData( - 0xf94c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_16_filled = IconData(0xf94c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 20 and filled style. - static const IconData calendar_question_mark_20_filled = IconData( - 0xf94d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_20_filled = IconData(0xf94d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_question_mark" in size 24 and filled style. - static const IconData calendar_question_mark_24_filled = IconData( - 0xf94e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_question_mark_24_filled = IconData(0xf94e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_reply_28_filled = IconData(0xf234, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 12 and filled style. - static const IconData calendar_rtl_12_filled = IconData( - 0xfec0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_12_filled = IconData(0xfec0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 16 and filled style. - static const IconData calendar_rtl_16_filled = IconData( - 0xfec1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_16_filled = IconData(0xfec1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 20 and filled style. - static const IconData calendar_rtl_20_filled = IconData( - 0xfd29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_20_filled = IconData(0xfd29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 24 and filled style. - static const IconData calendar_rtl_24_filled = IconData( - 0xfd2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_24_filled = IconData(0xfd2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 28 and filled style. - static const IconData calendar_rtl_28_filled = IconData( - 0xfd2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_28_filled = IconData(0xfd2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 32 and filled style. - static const IconData calendar_rtl_32_filled = IconData( - 0xfdba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_32_filled = IconData(0xfdba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_rtl" in size 48 and filled style. - static const IconData calendar_rtl_48_filled = IconData( - 0x102e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_rtl_48_filled = IconData(0x102e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_search" in size 16 and filled style. - static const IconData calendar_search_16_filled = IconData( - 0xf878, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_search_16_filled = IconData(0xf878, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_search" in size 20 and filled style. - static const IconData calendar_search_20_filled = IconData( - 0xfffd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_search_20_filled = IconData(0xfffd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_settings" in size 16 and filled style. - static const IconData calendar_settings_16_filled = IconData( - 0xff4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_settings_16_filled = IconData(0xff4b, 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, - ); + static const IconData calendar_settings_20_filled = IconData(0xf235, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_star" in size 16 and filled style. - static const IconData calendar_star_16_filled = IconData( - 0xfffe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_star_16_filled = IconData(0xfffe, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_today_28_filled = IconData(0xf23e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_toolbox" in size 20 and filled style. - static const IconData calendar_toolbox_20_filled = IconData( - 0x10262, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_toolbox_20_filled = IconData(0x10262, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_toolbox" in size 24 and filled style. - static const IconData calendar_toolbox_24_filled = IconData( - 0x10263, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_toolbox_24_filled = IconData(0x10263, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_week_numbers" in size 20 and filled style. - static const IconData calendar_week_numbers_20_filled = IconData( - 0x10399, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_week_numbers_20_filled = IconData(0x10399, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData calendar_work_week_24_filled = IconData(0xf245, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calendar_work_week" in size 28 and filled style. - static const IconData calendar_work_week_28_filled = IconData( - 0x10137, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calendar_work_week_28_filled = IconData(0x10137, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 16 and filled style. - static const IconData call_16_filled = IconData( - 0xfbde, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_16_filled = IconData(0xfbde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 20 and filled style. - static const IconData call_20_filled = IconData( - 0xfbdf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_20_filled = IconData(0xfbdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 24 and filled style. - static const IconData call_24_filled = IconData( - 0xfbe0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_24_filled = IconData(0xfbe0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 28 and filled style. - static const IconData call_28_filled = IconData( - 0xfbe1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_28_filled = IconData(0xfbe1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 32 and filled style. - static const IconData call_32_filled = IconData( - 0xfdbb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_32_filled = IconData(0xfdbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call" in size 48 and filled style. - static const IconData call_48_filled = IconData( - 0x10184, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_48_filled = IconData(0x10184, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_add" in size 20 and filled style. - static const IconData call_add_20_filled = IconData( - 0x1039a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_add_20_filled = IconData(0x1039a, 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, - ); + static const IconData call_add_24_filled = IconData(0xf246, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_checkmark" in size 20 and filled style. - static const IconData call_checkmark_20_filled = IconData( - 0xf207, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_checkmark_20_filled = IconData(0xf207, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_checkmark" in size 24 and filled style. - static const IconData call_checkmark_24_filled = IconData( - 0xff4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_checkmark_24_filled = IconData(0xff4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_connecting" in size 20 and filled style. - static const IconData call_connecting_20_filled = IconData( - 0xfb7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_connecting_20_filled = IconData(0xfb7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_dismiss" in size 20 and filled style. - static const IconData call_dismiss_20_filled = IconData( - 0xf208, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_dismiss_20_filled = IconData(0xf208, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_dismiss" in size 24 and filled style. - static const IconData call_dismiss_24_filled = IconData( - 0xf20b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_dismiss_24_filled = IconData(0xf20b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_end" in size 16 and filled style. - static const IconData call_end_16_filled = IconData( - 0xff4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_end_16_filled = IconData(0xff4d, 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, - ); + 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, - ); + 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, - ); + static const IconData call_end_28_filled = IconData(0xf249, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_exclamation" in size 20 and filled style. - static const IconData call_exclamation_20_filled = IconData( - 0xfb7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_exclamation_20_filled = IconData(0xfb7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 16 and filled style. - static const IconData call_forward_16_filled = IconData( - 0xf954, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_16_filled = IconData(0xf954, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 20 and filled style. - static const IconData call_forward_20_filled = IconData( - 0xf955, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_20_filled = IconData(0xf955, 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, - ); + static const IconData call_forward_24_filled = IconData(0xf24a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 28 and filled style. - static const IconData call_forward_28_filled = IconData( - 0xf956, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_28_filled = IconData(0xf956, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_forward" in size 48 and filled style. - static const IconData call_forward_48_filled = IconData( - 0xf957, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_forward_48_filled = IconData(0xf957, 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, - ); + static const IconData call_inbound_16_filled = IconData(0xf24b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 20 and filled style. - static const IconData call_inbound_20_filled = IconData( - 0xf958, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_20_filled = IconData(0xf958, 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, - ); + static const IconData call_inbound_24_filled = IconData(0xf24c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 28 and filled style. - static const IconData call_inbound_28_filled = IconData( - 0xf959, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_28_filled = IconData(0xf959, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_inbound" in size 48 and filled style. - static const IconData call_inbound_48_filled = IconData( - 0xf95a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_inbound_48_filled = IconData(0xf95a, 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, - ); + static const IconData call_missed_16_filled = IconData(0xf24d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 20 and filled style. - static const IconData call_missed_20_filled = IconData( - 0xfbe2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_20_filled = IconData(0xfbe2, 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, - ); + static const IconData call_missed_24_filled = IconData(0xf24e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 28 and filled style. - static const IconData call_missed_28_filled = IconData( - 0xf95b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_28_filled = IconData(0xf95b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_missed" in size 48 and filled style. - static const IconData call_missed_48_filled = IconData( - 0xf95c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_missed_48_filled = IconData(0xf95c, 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, - ); + static const IconData call_outbound_16_filled = IconData(0xf24f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 20 and filled style. - static const IconData call_outbound_20_filled = IconData( - 0xf95d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_20_filled = IconData(0xf95d, 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, - ); + static const IconData call_outbound_24_filled = IconData(0xf250, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 28 and filled style. - static const IconData call_outbound_28_filled = IconData( - 0xf95e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_28_filled = IconData(0xf95e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_outbound" in size 48 and filled style. - static const IconData call_outbound_48_filled = IconData( - 0xf95f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_outbound_48_filled = IconData(0xf95f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 16 and filled style. - static const IconData call_park_16_filled = IconData( - 0xf960, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_park_16_filled = IconData(0xf960, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 20 and filled style. - static const IconData call_park_20_filled = IconData( - 0xf961, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_park_20_filled = IconData(0xf961, 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, - ); + static const IconData call_park_24_filled = IconData(0xf251, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 28 and filled style. - static const IconData call_park_28_filled = IconData( - 0xf962, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_park_28_filled = IconData(0xf962, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 32 and filled style. - static const IconData call_park_32_filled = IconData( - 0xf879, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_park_32_filled = IconData(0xf879, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_park" in size 48 and filled style. - static const IconData call_park_48_filled = IconData( - 0xf963, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_park_48_filled = IconData(0xf963, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_pause" in size 20 and filled style. - static const IconData call_pause_20_filled = IconData( - 0xf20c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_pause_20_filled = IconData(0xf20c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_pause" in size 24 and filled style. - static const IconData call_pause_24_filled = IconData( - 0xf20d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_pause_24_filled = IconData(0xf20d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 16 and filled style. - static const IconData call_prohibited_16_filled = IconData( - 0xfbe3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_16_filled = IconData(0xfbe3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 20 and filled style. - static const IconData call_prohibited_20_filled = IconData( - 0xfbe4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_20_filled = IconData(0xfbe4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 24 and filled style. - static const IconData call_prohibited_24_filled = IconData( - 0xfbe5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_24_filled = IconData(0xfbe5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 28 and filled style. - static const IconData call_prohibited_28_filled = IconData( - 0xfbe6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_28_filled = IconData(0xfbe6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_prohibited" in size 48 and filled style. - static const IconData call_prohibited_48_filled = IconData( - 0xfbe7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_prohibited_48_filled = IconData(0xfbe7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "call_transfer" in size 20 and filled style. - static const IconData call_transfer_20_filled = IconData( - 0xfb80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData call_transfer_20_filled = IconData(0xfb80, 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, - ); + 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, - ); + static const IconData calligraphy_pen_24_filled = IconData(0xf253, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_checkmark" in size 20 and filled style. - static const IconData calligraphy_pen_checkmark_20_filled = IconData( - 0xfcd0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_checkmark_20_filled = IconData(0xfcd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_error" in size 20 and filled style. - static const IconData calligraphy_pen_error_20_filled = IconData( - 0xfdbc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_error_20_filled = IconData(0xfdbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "calligraphy_pen_question_mark" in size 20 and filled style. - static const IconData calligraphy_pen_question_mark_20_filled = IconData( - 0xfcd1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData calligraphy_pen_question_mark_20_filled = IconData(0xfcd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera" in size 16 and filled style. - static const IconData camera_16_filled = IconData( - 0xfe25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_16_filled = IconData(0xfe25, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData camera_add_48_filled = IconData(0xf259, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 16 and filled style. - static const IconData camera_dome_16_filled = IconData( - 0xff4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_16_filled = IconData(0xff4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 20 and filled style. - static const IconData camera_dome_20_filled = IconData( - 0xff4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_20_filled = IconData(0xff4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 24 and filled style. - static const IconData camera_dome_24_filled = IconData( - 0xff50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_24_filled = IconData(0xff50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 28 and filled style. - static const IconData camera_dome_28_filled = IconData( - 0xff51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_28_filled = IconData(0xff51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_dome" in size 48 and filled style. - static const IconData camera_dome_48_filled = IconData( - 0xff52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_dome_48_filled = IconData(0xff52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_edit" in size 20 and filled style. - static const IconData camera_edit_20_filled = IconData( - 0xf964, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_edit_20_filled = IconData(0xf964, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_off" in size 20 and filled style. - static const IconData camera_off_20_filled = IconData( - 0x1039b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_off_20_filled = IconData(0x1039b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_off" in size 24 and filled style. - static const IconData camera_off_24_filled = IconData( - 0xfb81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_off_24_filled = IconData(0xfb81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "camera_switch" in size 20 and filled style. - static const IconData camera_switch_20_filled = IconData( - 0x10264, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData camera_switch_20_filled = IconData(0x10264, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData caret_down_24_filled = IconData(0xf262, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 12 and filled style. - static const IconData caret_down_left_12_filled = IconData( - 0xfbe8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_12_filled = IconData(0xfbe8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 16 and filled style. - static const IconData caret_down_left_16_filled = IconData( - 0xfbe9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_16_filled = IconData(0xfbe9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 20 and filled style. - static const IconData caret_down_left_20_filled = IconData( - 0xfbea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_20_filled = IconData(0xfbea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_left" in size 24 and filled style. - static const IconData caret_down_left_24_filled = IconData( - 0xfbeb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_left_24_filled = IconData(0xfbeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 12 and filled style. - static const IconData caret_down_right_12_filled = IconData( - 0x104bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_12_filled = IconData(0x104bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 16 and filled style. - static const IconData caret_down_right_16_filled = IconData( - 0x104bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_16_filled = IconData(0x104bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 20 and filled style. - static const IconData caret_down_right_20_filled = IconData( - 0x104bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_20_filled = IconData(0x104bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_down_right" in size 24 and filled style. - static const IconData caret_down_right_24_filled = IconData( - 0x104be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_down_right_24_filled = IconData(0x104be, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData caret_right_24_filled = IconData(0xf26a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 12 and filled style. - static const IconData caret_up_12_filled = IconData( - 0xf965, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_12_filled = IconData(0xf965, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 16 and filled style. - static const IconData caret_up_16_filled = IconData( - 0xf966, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_16_filled = IconData(0xf966, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 20 and filled style. - static const IconData caret_up_20_filled = IconData( - 0xf967, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_20_filled = IconData(0xf967, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "caret_up" in size 24 and filled style. - static const IconData caret_up_24_filled = IconData( - 0xf968, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData caret_up_24_filled = IconData(0xf968, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cart" in size 16 and filled style. - static const IconData cart_16_filled = IconData( - 0xf969, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cart_16_filled = IconData(0xf969, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cart" in size 20 and filled style. - static const IconData cart_20_filled = IconData( - 0xf96a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cart_20_filled = IconData(0xf96a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData cast_28_filled = IconData(0xf26e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_3g" in size 20 and filled style. - static const IconData cellular_3g_20_filled = IconData( - 0x1060b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_3g_20_filled = IconData(0x1060b, 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, - ); + static const IconData cellular_3g_24_filled = IconData(0xf26f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_4g" in size 20 and filled style. - static const IconData cellular_4g_20_filled = IconData( - 0x1060c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_4g_20_filled = IconData(0x1060c, 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, - ); + static const IconData cellular_4g_24_filled = IconData(0xf270, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_5g" in size 20 and filled style. - static const IconData cellular_5g_20_filled = IconData( - 0x1060d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_5g_20_filled = IconData(0x1060d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_5g" in size 24 and filled style. - static const IconData cellular_5g_24_filled = IconData( - 0xfcd2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_5g_24_filled = IconData(0xfcd2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData cellular_data_5_24_filled = IconData(0xf27a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_cellular_off" in size 24 and filled style. - static const IconData cellular_data_cellular_off_24_filled = IconData( - 0xfbec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_cellular_off_24_filled = IconData(0xfbec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_cellular_unavailable" in size 24 and filled style. - static const IconData cellular_data_cellular_unavailable_24_filled = IconData( - 0xfbed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_cellular_unavailable_24_filled = IconData(0xfbed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_data_unavailable" in size 24 and filled style. - static const IconData cellular_data_unavailable_24_filled = IconData( - 0xf21f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_data_unavailable_24_filled = IconData(0xf21f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_off" in size 20 and filled style. - static const IconData cellular_off_20_filled = IconData( - 0x1039c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_off_20_filled = IconData(0x1039c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_off" in size 24 and filled style. - static const IconData cellular_off_24_filled = IconData( - 0x104bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_off_24_filled = IconData(0x104bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_warning" in size 20 and filled style. - static const IconData cellular_warning_20_filled = IconData( - 0x10413, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_warning_20_filled = IconData(0x10413, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cellular_warning" in size 24 and filled style. - static const IconData cellular_warning_24_filled = IconData( - 0x1004c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cellular_warning_24_filled = IconData(0x1004c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "center_horizontal" in size 20 and filled style. - static const IconData center_horizontal_20_filled = IconData( - 0x10116, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData center_horizontal_20_filled = IconData(0x10116, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "center_horizontal" in size 24 and filled style. - static const IconData center_horizontal_24_filled = IconData( - 0xfbee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData center_horizontal_24_filled = IconData(0xfbee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "center_vertical" in size 20 and filled style. - static const IconData center_vertical_20_filled = IconData( - 0x100b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData center_vertical_20_filled = IconData(0x100b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "center_vertical" in size 24 and filled style. - static const IconData center_vertical_24_filled = IconData( - 0xfbef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData center_vertical_24_filled = IconData(0xfbef, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData channel_24_filled = IconData(0xf282, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel" in size 28 and filled style. - static const IconData channel_28_filled = IconData( - 0xf96d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_28_filled = IconData(0xf96d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel" in size 48 and filled style. - static const IconData channel_48_filled = IconData( - 0xf96e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_48_filled = IconData(0xf96e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 16 and filled style. - static const IconData channel_add_16_filled = IconData( - 0xf96f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_16_filled = IconData(0xf96f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 20 and filled style. - static const IconData channel_add_20_filled = IconData( - 0xf970, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_20_filled = IconData(0xf970, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 24 and filled style. - static const IconData channel_add_24_filled = IconData( - 0xf971, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_24_filled = IconData(0xf971, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 28 and filled style. - static const IconData channel_add_28_filled = IconData( - 0xf972, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_28_filled = IconData(0xf972, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_add" in size 48 and filled style. - static const IconData channel_add_48_filled = IconData( - 0xf973, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_add_48_filled = IconData(0xf973, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 16 and filled style. - static const IconData channel_alert_16_filled = IconData( - 0xf974, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_16_filled = IconData(0xf974, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 20 and filled style. - static const IconData channel_alert_20_filled = IconData( - 0xf975, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_20_filled = IconData(0xf975, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 24 and filled style. - static const IconData channel_alert_24_filled = IconData( - 0xf976, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_24_filled = IconData(0xf976, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 28 and filled style. - static const IconData channel_alert_28_filled = IconData( - 0xf977, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_28_filled = IconData(0xf977, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_alert" in size 48 and filled style. - static const IconData channel_alert_48_filled = IconData( - 0xf978, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_alert_48_filled = IconData(0xf978, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 16 and filled style. - static const IconData channel_arrow_left_16_filled = IconData( - 0xf979, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_16_filled = IconData(0xf979, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 20 and filled style. - static const IconData channel_arrow_left_20_filled = IconData( - 0xf97a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_20_filled = IconData(0xf97a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 24 and filled style. - static const IconData channel_arrow_left_24_filled = IconData( - 0xf97b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_24_filled = IconData(0xf97b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 28 and filled style. - static const IconData channel_arrow_left_28_filled = IconData( - 0xf97c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_28_filled = IconData(0xf97c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_arrow_left" in size 48 and filled style. - static const IconData channel_arrow_left_48_filled = IconData( - 0xf97d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_arrow_left_48_filled = IconData(0xf97d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 16 and filled style. - static const IconData channel_dismiss_16_filled = IconData( - 0xf97e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_16_filled = IconData(0xf97e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 20 and filled style. - static const IconData channel_dismiss_20_filled = IconData( - 0xf97f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_20_filled = IconData(0xf97f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 24 and filled style. - static const IconData channel_dismiss_24_filled = IconData( - 0xf980, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_24_filled = IconData(0xf980, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 28 and filled style. - static const IconData channel_dismiss_28_filled = IconData( - 0xf981, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_28_filled = IconData(0xf981, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_dismiss" in size 48 and filled style. - static const IconData channel_dismiss_48_filled = IconData( - 0xf982, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_dismiss_48_filled = IconData(0xf982, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 12 and filled style. - static const IconData channel_share_12_filled = IconData( - 0xfbb9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_12_filled = IconData(0xfbb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 16 and filled style. - static const IconData channel_share_16_filled = IconData( - 0xfbba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_16_filled = IconData(0xfbba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 20 and filled style. - static const IconData channel_share_20_filled = IconData( - 0xfbbb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_20_filled = IconData(0xfbbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 24 and filled style. - static const IconData channel_share_24_filled = IconData( - 0xfbbc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_24_filled = IconData(0xfbbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 28 and filled style. - static const IconData channel_share_28_filled = IconData( - 0xfbbd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_28_filled = IconData(0xfbbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_share" in size 48 and filled style. - static const IconData channel_share_48_filled = IconData( - 0xfbbe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_share_48_filled = IconData(0xfbbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 16 and filled style. - static const IconData channel_subtract_16_filled = IconData( - 0x10138, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_16_filled = IconData(0x10138, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 20 and filled style. - static const IconData channel_subtract_20_filled = IconData( - 0x10139, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_20_filled = IconData(0x10139, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 24 and filled style. - static const IconData channel_subtract_24_filled = IconData( - 0x1013a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_24_filled = IconData(0x1013a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 28 and filled style. - static const IconData channel_subtract_28_filled = IconData( - 0x1013b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_28_filled = IconData(0x1013b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "channel_subtract" in size 48 and filled style. - static const IconData channel_subtract_48_filled = IconData( - 0x1013c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData channel_subtract_48_filled = IconData(0x1013c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_multiple" in size 20 and filled style. - static const IconData chart_multiple_20_filled = IconData( - 0x10414, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_multiple_20_filled = IconData(0x10414, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_multiple" in size 24 and filled style. - static const IconData chart_multiple_24_filled = IconData( - 0x10415, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_multiple_24_filled = IconData(0x10415, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 20 and filled style. - static const IconData chart_person_20_filled = IconData( - 0xfd95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_20_filled = IconData(0xfd95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 24 and filled style. - static const IconData chart_person_24_filled = IconData( - 0xfd96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_24_filled = IconData(0xfd96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 28 and filled style. - static const IconData chart_person_28_filled = IconData( - 0xfd97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_28_filled = IconData(0xfd97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chart_person" in size 48 and filled style. - static const IconData chart_person_48_filled = IconData( - 0xfd98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chart_person_48_filled = IconData(0xfd98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 12 and filled style. - static const IconData chat_12_filled = IconData( - 0xff53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_12_filled = IconData(0xff53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 16 and filled style. - static const IconData chat_16_filled = IconData( - 0xf983, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_16_filled = IconData(0xf983, 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, - ); + 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, - ); + 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, - ); + static const IconData chat_28_filled = IconData(0xf288, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 32 and filled style. - static const IconData chat_32_filled = IconData( - 0xfdbd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_32_filled = IconData(0xfdbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat" in size 48 and filled style. - static const IconData chat_48_filled = IconData( - 0xfb35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_48_filled = IconData(0xfb35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_back" in size 16 and filled style. - static const IconData chat_arrow_back_16_filled = IconData( - 0xffff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_back_16_filled = IconData(0xffff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_back" in size 20 and filled style. - static const IconData chat_arrow_back_20_filled = IconData( - 0x10000, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_back_20_filled = IconData(0x10000, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_double_back" in size 16 and filled style. - static const IconData chat_arrow_double_back_16_filled = IconData( - 0x10001, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_double_back_16_filled = IconData(0x10001, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_arrow_double_back" in size 20 and filled style. - static const IconData chat_arrow_double_back_20_filled = IconData( - 0x10002, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_arrow_double_back_20_filled = IconData(0x10002, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_bubbles_question" in size 16 and filled style. - static const IconData chat_bubbles_question_16_filled = IconData( - 0xf8c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_bubbles_question_16_filled = IconData(0xf8c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_bubbles_question" in size 20 and filled style. - static const IconData chat_bubbles_question_20_filled = IconData( - 0xfb82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_bubbles_question_20_filled = IconData(0xfb82, 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, - ); + static const IconData chat_bubbles_question_24_filled = IconData(0xf289, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 16 and filled style. - static const IconData chat_dismiss_16_filled = IconData( - 0x100b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_16_filled = IconData(0x100b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 20 and filled style. - static const IconData chat_dismiss_20_filled = IconData( - 0x10344, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_20_filled = IconData(0x10344, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_dismiss" in size 24 and filled style. - static const IconData chat_dismiss_24_filled = IconData( - 0x10345, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_dismiss_24_filled = IconData(0x10345, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_help" in size 20 and filled style. - static const IconData chat_help_20_filled = IconData( - 0xf220, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_help_20_filled = IconData(0xf220, 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, - ); + static const IconData chat_help_24_filled = IconData(0xf28a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_mail" in size 20 and filled style. - static const IconData chat_mail_20_filled = IconData( - 0xfb83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_mail_20_filled = IconData(0xfb83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 16 and filled style. - static const IconData chat_multiple_16_filled = IconData( - 0xf8c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_16_filled = IconData(0xf8c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 20 and filled style. - static const IconData chat_multiple_20_filled = IconData( - 0xf8e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_20_filled = IconData(0xf8e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_multiple" in size 24 and filled style. - static const IconData chat_multiple_24_filled = IconData( - 0xf8eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_multiple_24_filled = IconData(0xf8eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_off" in size 20 and filled style. - static const IconData chat_off_20_filled = IconData( - 0xfb84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_off_20_filled = IconData(0xfb84, 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, - ); + static const IconData chat_off_24_filled = IconData(0xf28b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_settings" in size 20 and filled style. - static const IconData chat_settings_20_filled = IconData( - 0xf221, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_settings_20_filled = IconData(0xf221, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_settings" in size 24 and filled style. - static const IconData chat_settings_24_filled = IconData( - 0xf229, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_settings_24_filled = IconData(0xf229, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_video" in size 20 and filled style. - static const IconData chat_video_20_filled = IconData( - 0x101dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_video_20_filled = IconData(0x101dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_video" in size 24 and filled style. - static const IconData chat_video_24_filled = IconData( - 0x101de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_video_24_filled = IconData(0x101de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_warning" in size 16 and filled style. - static const IconData chat_warning_16_filled = IconData( - 0x100ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_warning_16_filled = IconData(0x100ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chat_warning" in size 20 and filled style. - static const IconData chat_warning_20_filled = IconData( - 0x10465, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chat_warning_20_filled = IconData(0x10465, 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, - ); + static const IconData chat_warning_24_filled = IconData(0xf28c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "check" in size 20 and filled style. - static const IconData check_20_filled = IconData( - 0xf27b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData check_20_filled = IconData(0xf27b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "check" in size 24 and filled style. - static const IconData check_24_filled = IconData( - 0x10003, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData check_24_filled = IconData(0x10003, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_1" in size 20 and filled style. - static const IconData checkbox_1_20_filled = IconData( - 0x1060e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_1_20_filled = IconData(0x1060e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_1" in size 24 and filled style. - static const IconData checkbox_1_24_filled = IconData( - 0xfcd3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_1_24_filled = IconData(0xfcd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_2" in size 20 and filled style. - static const IconData checkbox_2_20_filled = IconData( - 0x1060f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_2_20_filled = IconData(0x1060f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_2" in size 24 and filled style. - static const IconData checkbox_2_24_filled = IconData( - 0xfcd4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_2_24_filled = IconData(0xfcd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_arrow_right" in size 20 and filled style. - static const IconData checkbox_arrow_right_20_filled = IconData( - 0x10416, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_arrow_right_20_filled = IconData(0x10416, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_arrow_right" in size 24 and filled style. - static const IconData checkbox_arrow_right_24_filled = IconData( - 0xfcd5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_arrow_right_24_filled = IconData(0xfcd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked" in size 16 and filled style. - static const IconData checkbox_checked_16_filled = IconData( - 0xf27c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_16_filled = IconData(0xf27c, 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, - ); + 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, - ); + static const IconData checkbox_checked_24_filled = IconData(0xf28e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked_sync" in size 16 and filled style. - static const IconData checkbox_checked_sync_16_filled = IconData( - 0xf27d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_sync_16_filled = IconData(0xf27d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_checked_sync" in size 20 and filled style. - static const IconData checkbox_checked_sync_20_filled = IconData( - 0x10004, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_checked_sync_20_filled = IconData(0x10004, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 16 and filled style. - static const IconData checkbox_indeterminate_16_filled = IconData( - 0x100bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_16_filled = IconData(0x100bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 20 and filled style. - static const IconData checkbox_indeterminate_20_filled = IconData( - 0x100bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_20_filled = IconData(0x100bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_indeterminate" in size 24 and filled style. - static const IconData checkbox_indeterminate_24_filled = IconData( - 0x100bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_indeterminate_24_filled = IconData(0x100bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 16 and filled style. - static const IconData checkbox_person_16_filled = IconData( - 0x10466, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_16_filled = IconData(0x10466, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 20 and filled style. - static const IconData checkbox_person_20_filled = IconData( - 0x10467, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_20_filled = IconData(0x10467, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_person" in size 24 and filled style. - static const IconData checkbox_person_24_filled = IconData( - 0xfcd6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_person_24_filled = IconData(0xfcd6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData checkbox_unchecked_24_filled = IconData(0xf292, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_warning" in size 20 and filled style. - static const IconData checkbox_warning_20_filled = IconData( - 0x10417, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_warning_20_filled = IconData(0x10417, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkbox_warning" in size 24 and filled style. - static const IconData checkbox_warning_24_filled = IconData( - 0xfcd7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkbox_warning_24_filled = IconData(0xfcd7, 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, - ); + static const IconData checkmark_12_filled = IconData(0xf293, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 16 and filled style. - static const IconData checkmark_16_filled = IconData( - 0xf984, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_16_filled = IconData(0xf984, 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_28_filled = IconData(0xf296, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 32 and filled style. - static const IconData checkmark_32_filled = IconData( - 0xf8ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_32_filled = IconData(0xf8ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark" in size 48 and filled style. - static const IconData checkmark_48_filled = IconData( - 0xfb85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_48_filled = IconData(0xfb85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_circle" in size 12 and filled style. - static const IconData checkmark_circle_12_filled = IconData( - 0xfea5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_circle_12_filled = IconData(0xfea5, 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_circle_24_filled = IconData(0xf299, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_circle" in size 32 and filled style. - static const IconData checkmark_circle_32_filled = IconData( - 0xf900, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_circle_32_filled = IconData(0xf900, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData checkmark_lock_24_filled = IconData(0xf29d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_note" in size 20 and filled style. - static const IconData checkmark_note_20_filled = IconData( - 0x10610, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_note_20_filled = IconData(0x10610, 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, - ); + static const IconData checkmark_square_24_filled = IconData(0xf29e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 16 and filled style. - static const IconData checkmark_starburst_16_filled = IconData( - 0xf283, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_16_filled = IconData(0xf283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 20 and filled style. - static const IconData checkmark_starburst_20_filled = IconData( - 0x102ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_20_filled = IconData(0x102ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "checkmark_starburst" in size 24 and filled style. - static const IconData checkmark_starburst_24_filled = IconData( - 0x102ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData checkmark_starburst_24_filled = IconData(0x102ac, 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, - ); + 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, - ); + static const IconData checkmark_underline_circle_20_filled = IconData(0xf2a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 12 and filled style. - static const IconData chevron_circle_down_12_filled = IconData( - 0x10468, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_12_filled = IconData(0x10468, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 16 and filled style. - static const IconData chevron_circle_down_16_filled = IconData( - 0x10469, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_16_filled = IconData(0x10469, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 20 and filled style. - static const IconData chevron_circle_down_20_filled = IconData( - 0x1046a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_20_filled = IconData(0x1046a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 24 and filled style. - static const IconData chevron_circle_down_24_filled = IconData( - 0xfbf0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_24_filled = IconData(0xfbf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 28 and filled style. - static const IconData chevron_circle_down_28_filled = IconData( - 0x1046b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_28_filled = IconData(0x1046b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 32 and filled style. - static const IconData chevron_circle_down_32_filled = IconData( - 0x1039d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_32_filled = IconData(0x1039d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_down" in size 48 and filled style. - static const IconData chevron_circle_down_48_filled = IconData( - 0x1046c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_down_48_filled = IconData(0x1046c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 12 and filled style. - static const IconData chevron_circle_left_12_filled = IconData( - 0x1046d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_12_filled = IconData(0x1046d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 16 and filled style. - static const IconData chevron_circle_left_16_filled = IconData( - 0x1046e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_16_filled = IconData(0x1046e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 20 and filled style. - static const IconData chevron_circle_left_20_filled = IconData( - 0x1046f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_20_filled = IconData(0x1046f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 24 and filled style. - static const IconData chevron_circle_left_24_filled = IconData( - 0x10470, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_24_filled = IconData(0x10470, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 28 and filled style. - static const IconData chevron_circle_left_28_filled = IconData( - 0x10471, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_28_filled = IconData(0x10471, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 32 and filled style. - static const IconData chevron_circle_left_32_filled = IconData( - 0x10472, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_32_filled = IconData(0x10472, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_left" in size 48 and filled style. - static const IconData chevron_circle_left_48_filled = IconData( - 0x10473, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_left_48_filled = IconData(0x10473, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 12 and filled style. - static const IconData chevron_circle_right_12_filled = IconData( - 0x100be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_12_filled = IconData(0x100be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 16 and filled style. - static const IconData chevron_circle_right_16_filled = IconData( - 0x10474, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_16_filled = IconData(0x10474, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 20 and filled style. - static const IconData chevron_circle_right_20_filled = IconData( - 0x10475, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_20_filled = IconData(0x10475, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 24 and filled style. - static const IconData chevron_circle_right_24_filled = IconData( - 0xfbf1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_24_filled = IconData(0xfbf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 28 and filled style. - static const IconData chevron_circle_right_28_filled = IconData( - 0x10476, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_28_filled = IconData(0x10476, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 32 and filled style. - static const IconData chevron_circle_right_32_filled = IconData( - 0x10477, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_32_filled = IconData(0x10477, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_right" in size 48 and filled style. - static const IconData chevron_circle_right_48_filled = IconData( - 0x10478, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_right_48_filled = IconData(0x10478, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 12 and filled style. - static const IconData chevron_circle_up_12_filled = IconData( - 0x10479, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_12_filled = IconData(0x10479, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 16 and filled style. - static const IconData chevron_circle_up_16_filled = IconData( - 0x1047a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_16_filled = IconData(0x1047a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 20 and filled style. - static const IconData chevron_circle_up_20_filled = IconData( - 0x1047b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_20_filled = IconData(0x1047b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 24 and filled style. - static const IconData chevron_circle_up_24_filled = IconData( - 0x1047c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_24_filled = IconData(0x1047c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 28 and filled style. - static const IconData chevron_circle_up_28_filled = IconData( - 0x1047d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_28_filled = IconData(0x1047d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 32 and filled style. - static const IconData chevron_circle_up_32_filled = IconData( - 0x1039e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_32_filled = IconData(0x1039e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_circle_up" in size 48 and filled style. - static const IconData chevron_circle_up_48_filled = IconData( - 0x1047e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_circle_up_48_filled = IconData(0x1047e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_down" in size 16 and filled style. - static const IconData chevron_double_down_16_filled = IconData( - 0xf284, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_down_16_filled = IconData(0xf284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_down" in size 20 and filled style. - static const IconData chevron_double_down_20_filled = IconData( - 0xff54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_down_20_filled = IconData(0xff54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_left" in size 16 and filled style. - static const IconData chevron_double_left_16_filled = IconData( - 0xf285, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_left_16_filled = IconData(0xf285, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_left" in size 20 and filled style. - static const IconData chevron_double_left_20_filled = IconData( - 0xff55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_left_20_filled = IconData(0xff55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_right" in size 16 and filled style. - static const IconData chevron_double_right_16_filled = IconData( - 0xf2a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_right_16_filled = IconData(0xf2a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_right" in size 20 and filled style. - static const IconData chevron_double_right_20_filled = IconData( - 0xff56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_right_20_filled = IconData(0xff56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_up" in size 16 and filled style. - static const IconData chevron_double_up_16_filled = IconData( - 0xfec2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_up_16_filled = IconData(0xfec2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_double_up" in size 20 and filled style. - static const IconData chevron_double_up_20_filled = IconData( - 0xfec3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_double_up_20_filled = IconData(0xfec3, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData chevron_down_48_filled = IconData(0xf2a6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData chevron_up_48_filled = IconData(0xf2b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 16 and filled style. - static const IconData chevron_up_down_16_filled = IconData( - 0x10005, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_16_filled = IconData(0x10005, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 20 and filled style. - static const IconData chevron_up_down_20_filled = IconData( - 0xfe50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_20_filled = IconData(0xfe50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chevron_up_down" in size 24 and filled style. - static const IconData chevron_up_down_24_filled = IconData( - 0xfe51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chevron_up_down_24_filled = IconData(0xfe51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 16 and filled style. - static const IconData chopsticks_16_filled = IconData( - 0xf2d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_16_filled = IconData(0xf2d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 20 and filled style. - static const IconData chopsticks_20_filled = IconData( - 0xf2da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_20_filled = IconData(0xf2da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 24 and filled style. - static const IconData chopsticks_24_filled = IconData( - 0xf302, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_24_filled = IconData(0xf302, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "chopsticks" in size 28 and filled style. - static const IconData chopsticks_28_filled = IconData( - 0xf309, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData chopsticks_28_filled = IconData(0xf309, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 12 and filled style. - static const IconData circle_12_filled = IconData( - 0xfe52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_12_filled = IconData(0xfe52, 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, - ); + 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, - ); + 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, - ); + static const IconData circle_24_filled = IconData(0xf2bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 32 and filled style. - static const IconData circle_32_filled = IconData( - 0x101df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_32_filled = IconData(0x101df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle" in size 48 and filled style. - static const IconData circle_48_filled = IconData( - 0x1039f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_48_filled = IconData(0x1039f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_edit" in size 20 and filled style. - static const IconData circle_edit_20_filled = IconData( - 0x1047f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_edit_20_filled = IconData(0x1047f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_edit" in size 24 and filled style. - static const IconData circle_edit_24_filled = IconData( - 0xfcd8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_edit_24_filled = IconData(0xfcd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_half_fill" in size 12 and filled style. - static const IconData circle_half_fill_12_filled = IconData( - 0xfe53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_half_fill_12_filled = IconData(0xfe53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_half_fill" in size 16 and filled style. - static const IconData circle_half_fill_16_filled = IconData( - 0xf30a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_half_fill_16_filled = IconData(0xf30a, 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, - ); + 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, - ); + static const IconData circle_half_fill_24_filled = IconData(0xf2be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_line" in size 12 and filled style. - static const IconData circle_line_12_filled = IconData( - 0xfe54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_line_12_filled = IconData(0xfe54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_line" in size 20 and filled style. - static const IconData circle_line_20_filled = IconData( - 0x10480, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_line_20_filled = IconData(0x10480, 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, - ); + static const IconData circle_line_24_filled = IconData(0xf2bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_multiple_subtract_checkmark" in size 20 and filled style. - static const IconData circle_multiple_subtract_checkmark_20_filled = IconData( - 0x106f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_multiple_subtract_checkmark_20_filled = IconData(0x106f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_off" in size 16 and filled style. - static const IconData circle_off_16_filled = IconData( - 0x100bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_off_16_filled = IconData(0x100bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_off" in size 20 and filled style. - static const IconData circle_off_20_filled = IconData( - 0x10481, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_off_20_filled = IconData(0x10481, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_small" in size 20 and filled style. - static const IconData circle_small_20_filled = IconData( - 0xfd2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_small_20_filled = IconData(0xfd2c, 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, - ); + static const IconData circle_small_24_filled = IconData(0xf2c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_back" in size 16 and filled style. - static const IconData circle_subtract_arrow_back_16_filled = IconData( - 0xf901, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_back_16_filled = IconData(0xf901, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_back" in size 20 and filled style. - static const IconData circle_subtract_arrow_back_20_filled = IconData( - 0x10006, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_back_20_filled = IconData(0x10006, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_forward" in size 16 and filled style. - static const IconData circle_subtract_arrow_forward_16_filled = IconData( - 0xf902, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_forward_16_filled = IconData(0xf902, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "circle_subtract_arrow_forward" in size 20 and filled style. - static const IconData circle_subtract_arrow_forward_20_filled = IconData( - 0x10007, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData circle_subtract_arrow_forward_20_filled = IconData(0x10007, 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, - ); + 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, - ); + 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, - ); + static const IconData city_24_filled = IconData(0xf2c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "class" in size 20 and filled style. - static const IconData class_20_filled = IconData( - 0x10482, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData class_20_filled = IconData(0x10482, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData classification_24_filled = IconData(0xf2c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clear_formatting" in size 16 and filled style. - static const IconData clear_formatting_16_filled = IconData( - 0x1021d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clear_formatting_16_filled = IconData(0x1021d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clear_formatting" in size 20 and filled style. - static const IconData clear_formatting_20_filled = IconData( - 0x1021e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clear_formatting_20_filled = IconData(0x1021e, 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, - ); + static const IconData clear_formatting_24_filled = IconData(0xf2c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard" in size 16 and filled style. - static const IconData clipboard_16_filled = IconData( - 0xfd2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_16_filled = IconData(0xfd2d, 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, - ); + 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, - ); + static const IconData clipboard_24_filled = IconData(0xf2ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 16 and filled style. - static const IconData clipboard_arrow_right_16_filled = IconData( - 0xfd2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_16_filled = IconData(0xfd2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 20 and filled style. - static const IconData clipboard_arrow_right_20_filled = IconData( - 0xfd2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_20_filled = IconData(0xfd2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_arrow_right" in size 24 and filled style. - static const IconData clipboard_arrow_right_24_filled = IconData( - 0xfd30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_arrow_right_24_filled = IconData(0xfd30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_ltr" in size 16 and filled style. - static const IconData clipboard_bullet_list_ltr_16_filled = IconData( - 0xf92d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_ltr_16_filled = IconData(0xf92d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_ltr" in size 20 and filled style. - static const IconData clipboard_bullet_list_ltr_20_filled = IconData( - 0xff57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_ltr_20_filled = IconData(0xff57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_rtl" in size 16 and filled style. - static const IconData clipboard_bullet_list_rtl_16_filled = IconData( - 0xf937, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_rtl_16_filled = IconData(0xf937, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_bullet_list_rtl" in size 20 and filled style. - static const IconData clipboard_bullet_list_rtl_20_filled = IconData( - 0xff58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_bullet_list_rtl_20_filled = IconData(0xff58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_checkmark" in size 20 and filled style. - static const IconData clipboard_checkmark_20_filled = IconData( - 0xff59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_checkmark_20_filled = IconData(0xff59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_checkmark" in size 24 and filled style. - static const IconData clipboard_checkmark_24_filled = IconData( - 0xff5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_checkmark_24_filled = IconData(0xff5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_clock" in size 20 and filled style. - static const IconData clipboard_clock_20_filled = IconData( - 0x1021f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_clock_20_filled = IconData(0x1021f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_clock" in size 24 and filled style. - static const IconData clipboard_clock_24_filled = IconData( - 0x10220, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_clock_24_filled = IconData(0x10220, 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, - ); + 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, - ); + 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, - ); + static const IconData clipboard_code_24_filled = IconData(0xf2cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 20 and filled style. - static const IconData clipboard_data_bar_20_filled = IconData( - 0x10483, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_20_filled = IconData(0x10483, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 24 and filled style. - static const IconData clipboard_data_bar_24_filled = IconData( - 0x10484, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_24_filled = IconData(0x10484, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_data_bar" in size 32 and filled style. - static const IconData clipboard_data_bar_32_filled = IconData( - 0xfdbe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_data_bar_32_filled = IconData(0xfdbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_edit" in size 20 and filled style. - static const IconData clipboard_edit_20_filled = IconData( - 0x10576, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_edit_20_filled = IconData(0x10576, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_error" in size 20 and filled style. - static const IconData clipboard_error_20_filled = IconData( - 0xff5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_error_20_filled = IconData(0xff5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_error" in size 24 and filled style. - static const IconData clipboard_error_24_filled = IconData( - 0xff5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_error_24_filled = IconData(0xff5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_heart" in size 20 and filled style. - static const IconData clipboard_heart_20_filled = IconData( - 0xf30b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_heart_20_filled = IconData(0xf30b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_heart" in size 24 and filled style. - static const IconData clipboard_heart_24_filled = IconData( - 0xff5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_heart_24_filled = IconData(0xff5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_image" in size 20 and filled style. - static const IconData clipboard_image_20_filled = IconData( - 0x10485, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_image_20_filled = IconData(0x10485, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_image" in size 24 and filled style. - static const IconData clipboard_image_24_filled = IconData( - 0xfbf2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_image_24_filled = IconData(0xfbf2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData clipboard_link_24_filled = IconData(0xf2d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_more" in size 20 and filled style. - static const IconData clipboard_more_20_filled = IconData( - 0x10486, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_more_20_filled = IconData(0x10486, 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, - ); + static const IconData clipboard_more_24_filled = IconData(0xf2d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_note" in size 20 and filled style. - static const IconData clipboard_note_20_filled = IconData( - 0x10577, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_note_20_filled = IconData(0x10577, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_paste" in size 16 and filled style. - static const IconData clipboard_paste_16_filled = IconData( - 0xf986, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_paste_16_filled = IconData(0xf986, 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, - ); + 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, - ); + static const IconData clipboard_paste_24_filled = IconData(0xf2d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_pulse" in size 20 and filled style. - static const IconData clipboard_pulse_20_filled = IconData( - 0xf322, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_pulse_20_filled = IconData(0xf322, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_pulse" in size 24 and filled style. - static const IconData clipboard_pulse_24_filled = IconData( - 0x100c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_pulse_24_filled = IconData(0x100c0, 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, - ); + 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, - ); + static const IconData clipboard_search_24_filled = IconData(0xf2d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_settings" in size 20 and filled style. - static const IconData clipboard_settings_20_filled = IconData( - 0xf32d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_settings_20_filled = IconData(0xf32d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_settings" in size 24 and filled style. - static const IconData clipboard_settings_24_filled = IconData( - 0x1013d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_settings_24_filled = IconData(0x1013d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task" in size 20 and filled style. - static const IconData clipboard_task_20_filled = IconData( - 0xff5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_20_filled = IconData(0xff5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task" in size 24 and filled style. - static const IconData clipboard_task_24_filled = IconData( - 0xff5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_24_filled = IconData(0xff5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_add" in size 20 and filled style. - static const IconData clipboard_task_add_20_filled = IconData( - 0xff60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_add_20_filled = IconData(0xff60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_add" in size 24 and filled style. - static const IconData clipboard_task_add_24_filled = IconData( - 0xff61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_add_24_filled = IconData(0xff61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_ltr" in size 20 and filled style. - static const IconData clipboard_task_list_ltr_20_filled = IconData( - 0xff62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_ltr_20_filled = IconData(0xff62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_ltr" in size 24 and filled style. - static const IconData clipboard_task_list_ltr_24_filled = IconData( - 0xff63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_ltr_24_filled = IconData(0xff63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_rtl" in size 20 and filled style. - static const IconData clipboard_task_list_rtl_20_filled = IconData( - 0xffd8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_rtl_20_filled = IconData(0xffd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_task_list_rtl" in size 24 and filled style. - static const IconData clipboard_task_list_rtl_24_filled = IconData( - 0xffd9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_task_list_rtl_24_filled = IconData(0xffd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_ltr" in size 20 and filled style. - static const IconData clipboard_text_ltr_20_filled = IconData( - 0xfd31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_ltr_20_filled = IconData(0xfd31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_ltr" in size 24 and filled style. - static const IconData clipboard_text_ltr_24_filled = IconData( - 0xfd32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_ltr_24_filled = IconData(0xfd32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_rtl" in size 20 and filled style. - static const IconData clipboard_text_rtl_20_filled = IconData( - 0xfd33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_rtl_20_filled = IconData(0xfd33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clipboard_text_rtl" in size 24 and filled style. - static const IconData clipboard_text_rtl_24_filled = IconData( - 0xfd34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clipboard_text_rtl_24_filled = IconData(0xfd34, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData clock_28_filled = IconData(0xf2df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock" in size 32 and filled style. - static const IconData clock_32_filled = IconData( - 0xfcd9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_32_filled = IconData(0xfcd9, 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, - ); + static const IconData clock_48_filled = IconData(0xf2e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_alarm" in size 16 and filled style. - static const IconData clock_alarm_16_filled = IconData( - 0xff64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_alarm_16_filled = IconData(0xff64, 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, - ); + 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, - ); + static const IconData clock_alarm_24_filled = IconData(0xf2e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_alarm" in size 32 and filled style. - static const IconData clock_alarm_32_filled = IconData( - 0xfdbf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_alarm_32_filled = IconData(0xfdbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_arrow_download" in size 20 and filled style. - static const IconData clock_arrow_download_20_filled = IconData( - 0xf32e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_arrow_download_20_filled = IconData(0xf32e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_arrow_download" in size 24 and filled style. - static const IconData clock_arrow_download_24_filled = IconData( - 0x100c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_arrow_download_24_filled = IconData(0x100c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_dismiss" in size 20 and filled style. - static const IconData clock_dismiss_20_filled = IconData( - 0x10487, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_dismiss_20_filled = IconData(0x10487, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_dismiss" in size 24 and filled style. - static const IconData clock_dismiss_24_filled = IconData( - 0xf987, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_dismiss_24_filled = IconData(0xf987, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_pause" in size 20 and filled style. - static const IconData clock_pause_20_filled = IconData( - 0x103a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_pause_20_filled = IconData(0x103a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_pause" in size 24 and filled style. - static const IconData clock_pause_24_filled = IconData( - 0x103a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_pause_24_filled = IconData(0x103a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_toolbox" in size 20 and filled style. - static const IconData clock_toolbox_20_filled = IconData( - 0x10418, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_toolbox_20_filled = IconData(0x10418, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "clock_toolbox" in size 24 and filled style. - static const IconData clock_toolbox_24_filled = IconData( - 0x10419, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData clock_toolbox_24_filled = IconData(0x10419, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 16 and filled style. - static const IconData closed_caption_16_filled = IconData( - 0xf988, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_16_filled = IconData(0xf988, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 20 and filled style. - static const IconData closed_caption_20_filled = IconData( - 0xf989, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_20_filled = IconData(0xf989, 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, - ); + static const IconData closed_caption_24_filled = IconData(0xf2e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 28 and filled style. - static const IconData closed_caption_28_filled = IconData( - 0xf98a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_28_filled = IconData(0xf98a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 32 and filled style. - static const IconData closed_caption_32_filled = IconData( - 0x10185, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_32_filled = IconData(0x10185, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption" in size 48 and filled style. - static const IconData closed_caption_48_filled = IconData( - 0xf98b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_48_filled = IconData(0xf98b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 16 and filled style. - static const IconData closed_caption_off_16_filled = IconData( - 0xfe55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_16_filled = IconData(0xfe55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 20 and filled style. - static const IconData closed_caption_off_20_filled = IconData( - 0xfe56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_20_filled = IconData(0xfe56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 24 and filled style. - static const IconData closed_caption_off_24_filled = IconData( - 0xfe57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_24_filled = IconData(0xfe57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 28 and filled style. - static const IconData closed_caption_off_28_filled = IconData( - 0xfe58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_28_filled = IconData(0xfe58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "closed_caption_off" in size 48 and filled style. - static const IconData closed_caption_off_48_filled = IconData( - 0xfe59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData closed_caption_off_48_filled = IconData(0xfe59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 16 and filled style. - static const IconData cloud_16_filled = IconData( - 0xfcda, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_16_filled = IconData(0xfcda, 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, - ); + 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, - ); + static const IconData cloud_24_filled = IconData(0xf2e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 28 and filled style. - static const IconData cloud_28_filled = IconData( - 0xfec4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_28_filled = IconData(0xfec4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud" in size 32 and filled style. - static const IconData cloud_32_filled = IconData( - 0xfcdb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_32_filled = IconData(0xfcdb, 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, - ); + static const IconData cloud_48_filled = IconData(0xf2e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_add" in size 16 and filled style. - static const IconData cloud_add_16_filled = IconData( - 0xf32f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_add_16_filled = IconData(0xf32f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_add" in size 20 and filled style. - static const IconData cloud_add_20_filled = IconData( - 0xff65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_add_20_filled = IconData(0xff65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 16 and filled style. - static const IconData cloud_archive_16_filled = IconData( - 0x1013e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_16_filled = IconData(0x1013e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 20 and filled style. - static const IconData cloud_archive_20_filled = IconData( - 0x1013f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_20_filled = IconData(0x1013f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 24 and filled style. - static const IconData cloud_archive_24_filled = IconData( - 0x10221, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_24_filled = IconData(0x10221, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 28 and filled style. - static const IconData cloud_archive_28_filled = IconData( - 0x10222, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_28_filled = IconData(0x10222, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 32 and filled style. - static const IconData cloud_archive_32_filled = IconData( - 0x10223, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_32_filled = IconData(0x10223, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_archive" in size 48 and filled style. - static const IconData cloud_archive_48_filled = IconData( - 0x10224, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_archive_48_filled = IconData(0x10224, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 16 and filled style. - static const IconData cloud_arrow_down_16_filled = IconData( - 0x1004d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_16_filled = IconData(0x1004d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 20 and filled style. - static const IconData cloud_arrow_down_20_filled = IconData( - 0x1004e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_20_filled = IconData(0x1004e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 24 and filled style. - static const IconData cloud_arrow_down_24_filled = IconData( - 0x1004f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_24_filled = IconData(0x1004f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 28 and filled style. - static const IconData cloud_arrow_down_28_filled = IconData( - 0x10050, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_28_filled = IconData(0x10050, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 32 and filled style. - static const IconData cloud_arrow_down_32_filled = IconData( - 0x10051, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_32_filled = IconData(0x10051, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_down" in size 48 and filled style. - static const IconData cloud_arrow_down_48_filled = IconData( - 0x10052, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_down_48_filled = IconData(0x10052, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 16 and filled style. - static const IconData cloud_arrow_up_16_filled = IconData( - 0x10053, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_16_filled = IconData(0x10053, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 20 and filled style. - static const IconData cloud_arrow_up_20_filled = IconData( - 0x10054, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_20_filled = IconData(0x10054, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 24 and filled style. - static const IconData cloud_arrow_up_24_filled = IconData( - 0x10055, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_24_filled = IconData(0x10055, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 28 and filled style. - static const IconData cloud_arrow_up_28_filled = IconData( - 0x10056, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_28_filled = IconData(0x10056, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 32 and filled style. - static const IconData cloud_arrow_up_32_filled = IconData( - 0x10057, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_32_filled = IconData(0x10057, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_arrow_up" in size 48 and filled style. - static const IconData cloud_arrow_up_48_filled = IconData( - 0x10058, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_arrow_up_48_filled = IconData(0x10058, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 16 and filled style. - static const IconData cloud_backup_16_filled = IconData( - 0xfec5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_16_filled = IconData(0xfec5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 20 and filled style. - static const IconData cloud_backup_20_filled = IconData( - 0xfec6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_20_filled = IconData(0xfec6, 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, - ); + static const IconData cloud_backup_24_filled = IconData(0xf2e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 28 and filled style. - static const IconData cloud_backup_28_filled = IconData( - 0xfec7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_28_filled = IconData(0xfec7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_backup" in size 32 and filled style. - static const IconData cloud_backup_32_filled = IconData( - 0xfec8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_backup_32_filled = IconData(0xfec8, 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, - ); + static const IconData cloud_backup_48_filled = IconData(0xf2e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 16 and filled style. - static const IconData cloud_checkmark_16_filled = IconData( - 0x10059, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_16_filled = IconData(0x10059, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 20 and filled style. - static const IconData cloud_checkmark_20_filled = IconData( - 0x1005a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_20_filled = IconData(0x1005a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 24 and filled style. - static const IconData cloud_checkmark_24_filled = IconData( - 0x1005b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_24_filled = IconData(0x1005b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 28 and filled style. - static const IconData cloud_checkmark_28_filled = IconData( - 0x1005c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_28_filled = IconData(0x1005c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 32 and filled style. - static const IconData cloud_checkmark_32_filled = IconData( - 0x1005d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_32_filled = IconData(0x1005d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_checkmark" in size 48 and filled style. - static const IconData cloud_checkmark_48_filled = IconData( - 0x1005e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_checkmark_48_filled = IconData(0x1005e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 16 and filled style. - static const IconData cloud_dismiss_16_filled = IconData( - 0x1005f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_16_filled = IconData(0x1005f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 20 and filled style. - static const IconData cloud_dismiss_20_filled = IconData( - 0x10060, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_20_filled = IconData(0x10060, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 24 and filled style. - static const IconData cloud_dismiss_24_filled = IconData( - 0x10061, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_24_filled = IconData(0x10061, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 28 and filled style. - static const IconData cloud_dismiss_28_filled = IconData( - 0x10062, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_28_filled = IconData(0x10062, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 32 and filled style. - static const IconData cloud_dismiss_32_filled = IconData( - 0x10063, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_32_filled = IconData(0x10063, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_dismiss" in size 48 and filled style. - static const IconData cloud_dismiss_48_filled = IconData( - 0x10064, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_dismiss_48_filled = IconData(0x10064, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 16 and filled style. - static const IconData cloud_download_16_filled = IconData( - 0xfe5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_16_filled = IconData(0xfe5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 20 and filled style. - static const IconData cloud_download_20_filled = IconData( - 0xfe5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_20_filled = IconData(0xfe5b, 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, - ); + static const IconData cloud_download_24_filled = IconData(0xf2e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 28 and filled style. - static const IconData cloud_download_28_filled = IconData( - 0xfec9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_28_filled = IconData(0xfec9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 32 and filled style. - static const IconData cloud_download_32_filled = IconData( - 0xf98c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_32_filled = IconData(0xf98c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_download" in size 48 and filled style. - static const IconData cloud_download_48_filled = IconData( - 0xf98d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_download_48_filled = IconData(0xf98d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_edit" in size 16 and filled style. - static const IconData cloud_edit_16_filled = IconData( - 0xf330, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_edit_16_filled = IconData(0xf330, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_edit" in size 20 and filled style. - static const IconData cloud_edit_20_filled = IconData( - 0xff66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_edit_20_filled = IconData(0xff66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_flow" in size 20 and filled style. - static const IconData cloud_flow_20_filled = IconData( - 0xf337, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_flow_20_filled = IconData(0xf337, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_flow" in size 24 and filled style. - static const IconData cloud_flow_24_filled = IconData( - 0x100c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_flow_24_filled = IconData(0x100c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_link" in size 16 and filled style. - static const IconData cloud_link_16_filled = IconData( - 0xf338, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_link_16_filled = IconData(0xf338, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_link" in size 20 and filled style. - static const IconData cloud_link_20_filled = IconData( - 0xff67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_link_20_filled = IconData(0xff67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 16 and filled style. - static const IconData cloud_off_16_filled = IconData( - 0xfeca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_16_filled = IconData(0xfeca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 20 and filled style. - static const IconData cloud_off_20_filled = IconData( - 0xfecb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_20_filled = IconData(0xfecb, 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, - ); + static const IconData cloud_off_24_filled = IconData(0xf2ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 28 and filled style. - static const IconData cloud_off_28_filled = IconData( - 0xfecc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_28_filled = IconData(0xfecc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_off" in size 32 and filled style. - static const IconData cloud_off_32_filled = IconData( - 0xfecd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_off_32_filled = IconData(0xfecd, 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, - ); + 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, - ); + static const IconData cloud_offline_24_filled = IconData(0xf2ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_swap" in size 20 and filled style. - static const IconData cloud_swap_20_filled = IconData( - 0x100c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_swap_20_filled = IconData(0x100c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_swap" in size 24 and filled style. - static const IconData cloud_swap_24_filled = IconData( - 0x100c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_swap_24_filled = IconData(0x100c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 16 and filled style. - static const IconData cloud_sync_16_filled = IconData( - 0xfece, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_16_filled = IconData(0xfece, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 20 and filled style. - static const IconData cloud_sync_20_filled = IconData( - 0xfb86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_20_filled = IconData(0xfb86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 24 and filled style. - static const IconData cloud_sync_24_filled = IconData( - 0xfecf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_24_filled = IconData(0xfecf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 28 and filled style. - static const IconData cloud_sync_28_filled = IconData( - 0xfed0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_28_filled = IconData(0xfed0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 32 and filled style. - static const IconData cloud_sync_32_filled = IconData( - 0xfed1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_32_filled = IconData(0xfed1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync" in size 48 and filled style. - static const IconData cloud_sync_48_filled = IconData( - 0xfed2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_48_filled = IconData(0xfed2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 16 and filled style. - static const IconData cloud_sync_complete_16_filled = IconData( - 0xfed3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_16_filled = IconData(0xfed3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 20 and filled style. - static const IconData cloud_sync_complete_20_filled = IconData( - 0xfed4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_20_filled = IconData(0xfed4, 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, - ); + static const IconData cloud_sync_complete_24_filled = IconData(0xf2ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 28 and filled style. - static const IconData cloud_sync_complete_28_filled = IconData( - 0xfed5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_28_filled = IconData(0xfed5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_sync_complete" in size 32 and filled style. - static const IconData cloud_sync_complete_32_filled = IconData( - 0xfed6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_sync_complete_32_filled = IconData(0xfed6, 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, - ); + static const IconData cloud_sync_complete_48_filled = IconData(0xf2ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 16 and filled style. - static const IconData cloud_words_16_filled = IconData( - 0x10140, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_16_filled = IconData(0x10140, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 20 and filled style. - static const IconData cloud_words_20_filled = IconData( - 0x10141, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_20_filled = IconData(0x10141, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 24 and filled style. - static const IconData cloud_words_24_filled = IconData( - 0x10142, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_24_filled = IconData(0x10142, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 28 and filled style. - static const IconData cloud_words_28_filled = IconData( - 0x10143, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_28_filled = IconData(0x10143, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 32 and filled style. - static const IconData cloud_words_32_filled = IconData( - 0x10144, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_32_filled = IconData(0x10144, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cloud_words" in size 48 and filled style. - static const IconData cloud_words_48_filled = IconData( - 0x10145, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cloud_words_48_filled = IconData(0x10145, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "code" in size 16 and filled style. - static const IconData code_16_filled = IconData( - 0xf339, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData code_16_filled = IconData(0xf339, 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, - ); + 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, - ); + static const IconData code_24_filled = IconData(0xf2f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "code_circle" in size 20 and filled style. - static const IconData code_circle_20_filled = IconData( - 0x100c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData code_circle_20_filled = IconData(0x100c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "code_text" in size 20 and filled style. - static const IconData code_text_20_filled = IconData( - 0x10611, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData code_text_20_filled = IconData(0x10611, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "code_text_edit" in size 20 and filled style. - static const IconData code_text_edit_20_filled = IconData( - 0x10612, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData code_text_edit_20_filled = IconData(0x10612, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData collections_add_24_filled = IconData(0xf2f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "color" in size 16 and filled style. - static const IconData color_16_filled = IconData( - 0xff68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData color_16_filled = IconData(0xff68, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData color_background_24_filled = IconData(0xf2f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "color_fill" in size 16 and filled style. - static const IconData color_fill_16_filled = IconData( - 0x104ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_16_filled = IconData(0x104ef, 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, - ); + 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, - ); + static const IconData color_fill_24_filled = IconData(0xf2fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "color_fill" in size 28 and filled style. - static const IconData color_fill_28_filled = IconData( - 0x104f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData color_fill_28_filled = IconData(0x104f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "color_line" in size 16 and filled style. - static const IconData color_line_16_filled = IconData( - 0xf98e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData color_line_16_filled = IconData(0xf98e, 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, - ); + 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, - ); + static const IconData color_line_24_filled = IconData(0xf2fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column" in size 20 and filled style. - static const IconData column_20_filled = IconData( - 0x10613, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_20_filled = IconData(0x10613, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_arrow_right" in size 20 and filled style. - static const IconData column_arrow_right_20_filled = IconData( - 0x10146, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_arrow_right_20_filled = IconData(0x10146, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_edit" in size 20 and filled style. - static const IconData column_edit_20_filled = IconData( - 0xf938, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_edit_20_filled = IconData(0xf938, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_edit" in size 24 and filled style. - static const IconData column_edit_24_filled = IconData( - 0xf94f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_edit_24_filled = IconData(0xf94f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_triple" in size 20 and filled style. - static const IconData column_triple_20_filled = IconData( - 0xff69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_20_filled = IconData(0xff69, 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, - ); + static const IconData column_triple_24_filled = IconData(0xf2fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_triple_edit" in size 20 and filled style. - static const IconData column_triple_edit_20_filled = IconData( - 0xff6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_edit_20_filled = IconData(0xff6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "column_triple_edit" in size 24 and filled style. - static const IconData column_triple_edit_24_filled = IconData( - 0xff6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData column_triple_edit_24_filled = IconData(0xff6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comma" in size 24 and filled style. - static const IconData comma_24_filled = IconData( - 0xffda, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comma_24_filled = IconData(0xffda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 12 and filled style. - static const IconData comment_12_filled = IconData( - 0xf98f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_12_filled = IconData(0xf98f, 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, - ); + 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, - ); + 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, - ); + static const IconData comment_24_filled = IconData(0xf300, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 28 and filled style. - static const IconData comment_28_filled = IconData( - 0xf990, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_28_filled = IconData(0xf990, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment" in size 48 and filled style. - static const IconData comment_48_filled = IconData( - 0xf991, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_48_filled = IconData(0xf991, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 12 and filled style. - static const IconData comment_add_12_filled = IconData( - 0xf992, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_12_filled = IconData(0xf992, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 16 and filled style. - static const IconData comment_add_16_filled = IconData( - 0xf993, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_16_filled = IconData(0xf993, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 20 and filled style. - static const IconData comment_add_20_filled = IconData( - 0xf994, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_20_filled = IconData(0xf994, 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, - ); + static const IconData comment_add_24_filled = IconData(0xf301, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 28 and filled style. - static const IconData comment_add_28_filled = IconData( - 0xf995, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_28_filled = IconData(0xf995, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_add" in size 48 and filled style. - static const IconData comment_add_48_filled = IconData( - 0xf996, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_add_48_filled = IconData(0xf996, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 12 and filled style. - static const IconData comment_arrow_left_12_filled = IconData( - 0xf997, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_12_filled = IconData(0xf997, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 16 and filled style. - static const IconData comment_arrow_left_16_filled = IconData( - 0xf998, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_16_filled = IconData(0xf998, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 20 and filled style. - static const IconData comment_arrow_left_20_filled = IconData( - 0xf999, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_20_filled = IconData(0xf999, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 24 and filled style. - static const IconData comment_arrow_left_24_filled = IconData( - 0xfbf3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_24_filled = IconData(0xfbf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 28 and filled style. - static const IconData comment_arrow_left_28_filled = IconData( - 0xf99a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_28_filled = IconData(0xf99a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_left" in size 48 and filled style. - static const IconData comment_arrow_left_48_filled = IconData( - 0xf99b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_left_48_filled = IconData(0xf99b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 12 and filled style. - static const IconData comment_arrow_right_12_filled = IconData( - 0xf99c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_12_filled = IconData(0xf99c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 16 and filled style. - static const IconData comment_arrow_right_16_filled = IconData( - 0xf99d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_16_filled = IconData(0xf99d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 20 and filled style. - static const IconData comment_arrow_right_20_filled = IconData( - 0xf99e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_20_filled = IconData(0xf99e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 24 and filled style. - static const IconData comment_arrow_right_24_filled = IconData( - 0xfbf4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_24_filled = IconData(0xfbf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 28 and filled style. - static const IconData comment_arrow_right_28_filled = IconData( - 0xf99f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_28_filled = IconData(0xf99f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_arrow_right" in size 48 and filled style. - static const IconData comment_arrow_right_48_filled = IconData( - 0xf9a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_arrow_right_48_filled = IconData(0xf9a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 12 and filled style. - static const IconData comment_checkmark_12_filled = IconData( - 0xf9a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_12_filled = IconData(0xf9a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 16 and filled style. - static const IconData comment_checkmark_16_filled = IconData( - 0xf9a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_16_filled = IconData(0xf9a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 20 and filled style. - static const IconData comment_checkmark_20_filled = IconData( - 0xf9a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_20_filled = IconData(0xf9a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 24 and filled style. - static const IconData comment_checkmark_24_filled = IconData( - 0xf9a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_24_filled = IconData(0xf9a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 28 and filled style. - static const IconData comment_checkmark_28_filled = IconData( - 0xf9a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_28_filled = IconData(0xf9a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_checkmark" in size 48 and filled style. - static const IconData comment_checkmark_48_filled = IconData( - 0xf9a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_checkmark_48_filled = IconData(0xf9a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_dismiss" in size 20 and filled style. - static const IconData comment_dismiss_20_filled = IconData( - 0x10488, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_dismiss_20_filled = IconData(0x10488, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_dismiss" in size 24 and filled style. - static const IconData comment_dismiss_24_filled = IconData( - 0xfbf5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_dismiss_24_filled = IconData(0xfbf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_edit" in size 20 and filled style. - static const IconData comment_edit_20_filled = IconData( - 0xf9a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_edit_20_filled = IconData(0xf9a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_edit" in size 24 and filled style. - static const IconData comment_edit_24_filled = IconData( - 0xf9a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_edit_24_filled = IconData(0xf9a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 16 and filled style. - static const IconData comment_error_16_filled = IconData( - 0xf350, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_16_filled = IconData(0xf350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 20 and filled style. - static const IconData comment_error_20_filled = IconData( - 0xff6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_20_filled = IconData(0xff6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_error" in size 24 and filled style. - static const IconData comment_error_24_filled = IconData( - 0x10489, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_error_24_filled = IconData(0x10489, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_lightning" in size 20 and filled style. - static const IconData comment_lightning_20_filled = IconData( - 0xf351, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_lightning_20_filled = IconData(0xf351, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_lightning" in size 24 and filled style. - static const IconData comment_lightning_24_filled = IconData( - 0xf361, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_lightning_24_filled = IconData(0xf361, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData comment_multiple_24_filled = IconData(0xf308, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple" in size 28 and filled style. - static const IconData comment_multiple_28_filled = IconData( - 0x100c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_28_filled = IconData(0x100c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple" in size 32 and filled style. - static const IconData comment_multiple_32_filled = IconData( - 0x10265, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_32_filled = IconData(0x10265, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 16 and filled style. - static const IconData comment_multiple_checkmark_16_filled = IconData( - 0x100c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_16_filled = IconData(0x100c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 20 and filled style. - static const IconData comment_multiple_checkmark_20_filled = IconData( - 0x100c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_20_filled = IconData(0x100c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 24 and filled style. - static const IconData comment_multiple_checkmark_24_filled = IconData( - 0x100c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_24_filled = IconData(0x100c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_checkmark" in size 28 and filled style. - static const IconData comment_multiple_checkmark_28_filled = IconData( - 0x100ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_checkmark_28_filled = IconData(0x100ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 16 and filled style. - static const IconData comment_multiple_link_16_filled = IconData( - 0x10266, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_16_filled = IconData(0x10266, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 20 and filled style. - static const IconData comment_multiple_link_20_filled = IconData( - 0x10267, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_20_filled = IconData(0x10267, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 24 and filled style. - static const IconData comment_multiple_link_24_filled = IconData( - 0x10268, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_24_filled = IconData(0x10268, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 28 and filled style. - static const IconData comment_multiple_link_28_filled = IconData( - 0x10269, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_28_filled = IconData(0x10269, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_multiple_link" in size 32 and filled style. - static const IconData comment_multiple_link_32_filled = IconData( - 0x1026a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_multiple_link_32_filled = IconData(0x1026a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_note" in size 20 and filled style. - static const IconData comment_note_20_filled = IconData( - 0x1048a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_note_20_filled = IconData(0x1048a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_note" in size 24 and filled style. - static const IconData comment_note_24_filled = IconData( - 0xfcdc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_note_24_filled = IconData(0xfcdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 16 and filled style. - static const IconData comment_off_16_filled = IconData( - 0xf9a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_16_filled = IconData(0xf9a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 20 and filled style. - static const IconData comment_off_20_filled = IconData( - 0xf9aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_20_filled = IconData(0xf9aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 24 and filled style. - static const IconData comment_off_24_filled = IconData( - 0xf9ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_24_filled = IconData(0xf9ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 28 and filled style. - static const IconData comment_off_28_filled = IconData( - 0xf9ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_28_filled = IconData(0xf9ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "comment_off" in size 48 and filled style. - static const IconData comment_off_48_filled = IconData( - 0xf9ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData comment_off_48_filled = IconData(0xf9ad, 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, - ); + 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, - ); + 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, - ); + static const IconData communication_24_filled = IconData(0xf30e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "communication_person" in size 20 and filled style. - static const IconData communication_person_20_filled = IconData( - 0xff6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData communication_person_20_filled = IconData(0xff6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "communication_person" in size 24 and filled style. - static const IconData communication_person_24_filled = IconData( - 0xff6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData communication_person_24_filled = IconData(0xff6e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData compass_northwest_28_filled = IconData(0xf312, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "component_2_double_tap_swipe_down" in size 24 and filled style. - static const IconData component_2_double_tap_swipe_down_24_filled = IconData( - 0xfbf6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData component_2_double_tap_swipe_down_24_filled = IconData(0xfbf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "component_2_double_tap_swipe_up" in size 24 and filled style. - static const IconData component_2_double_tap_swipe_up_24_filled = IconData( - 0xfbf7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData component_2_double_tap_swipe_up_24_filled = IconData(0xfbf7, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData connector_24_filled = IconData(0xf31e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 16 and filled style. - static const IconData contact_card_16_filled = IconData( - 0xf362, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_16_filled = IconData(0xf362, 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, - ); + 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, - ); + static const IconData contact_card_24_filled = IconData(0xf320, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 28 and filled style. - static const IconData contact_card_28_filled = IconData( - 0xf950, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_28_filled = IconData(0xf950, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 32 and filled style. - static const IconData contact_card_32_filled = IconData( - 0xf951, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_32_filled = IconData(0xf951, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card" in size 48 and filled style. - static const IconData contact_card_48_filled = IconData( - 0xf952, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_48_filled = IconData(0xf952, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 16 and filled style. - static const IconData contact_card_group_16_filled = IconData( - 0xf9ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_16_filled = IconData(0xf9ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 20 and filled style. - static const IconData contact_card_group_20_filled = IconData( - 0xf9af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_20_filled = IconData(0xf9af, 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, - ); + static const IconData contact_card_group_24_filled = IconData(0xf321, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 28 and filled style. - static const IconData contact_card_group_28_filled = IconData( - 0xf9b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_28_filled = IconData(0xf9b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_group" in size 48 and filled style. - static const IconData contact_card_group_48_filled = IconData( - 0xf9b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_group_48_filled = IconData(0xf9b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_link" in size 16 and filled style. - static const IconData contact_card_link_16_filled = IconData( - 0xf363, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_link_16_filled = IconData(0xf363, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_link" in size 20 and filled style. - static const IconData contact_card_link_20_filled = IconData( - 0xff6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_link_20_filled = IconData(0xff6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 16 and filled style. - static const IconData contact_card_ribbon_16_filled = IconData( - 0x1026b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_16_filled = IconData(0x1026b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 20 and filled style. - static const IconData contact_card_ribbon_20_filled = IconData( - 0x1026c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_20_filled = IconData(0x1026c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 24 and filled style. - static const IconData contact_card_ribbon_24_filled = IconData( - 0x1026d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_24_filled = IconData(0x1026d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 28 and filled style. - static const IconData contact_card_ribbon_28_filled = IconData( - 0x1026e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_28_filled = IconData(0x1026e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 32 and filled style. - static const IconData contact_card_ribbon_32_filled = IconData( - 0x1026f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_32_filled = IconData(0x1026f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contact_card_ribbon" in size 48 and filled style. - static const IconData contact_card_ribbon_48_filled = IconData( - 0x10270, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contact_card_ribbon_48_filled = IconData(0x10270, 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, - ); + 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, - ); + 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, - ); + static const IconData content_settings_24_filled = IconData(0xf325, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "content_settings" in size 32 and filled style. - static const IconData content_settings_32_filled = IconData( - 0xfcdd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData content_settings_32_filled = IconData(0xfcdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "content_view" in size 20 and filled style. - static const IconData content_view_20_filled = IconData( - 0xfb87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData content_view_20_filled = IconData(0xfb87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "content_view" in size 32 and filled style. - static const IconData content_view_32_filled = IconData( - 0xfdc0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData content_view_32_filled = IconData(0xfdc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "content_view_gallery" in size 20 and filled style. - static const IconData content_view_gallery_20_filled = IconData( - 0xfbb5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData content_view_gallery_20_filled = IconData(0xfbb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 16 and filled style. - static const IconData contract_down_left_16_filled = IconData( - 0xf364, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_16_filled = IconData(0xf364, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 20 and filled style. - static const IconData contract_down_left_20_filled = IconData( - 0xf373, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_20_filled = IconData(0xf373, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 24 and filled style. - static const IconData contract_down_left_24_filled = IconData( - 0xf374, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_24_filled = IconData(0xf374, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 28 and filled style. - static const IconData contract_down_left_28_filled = IconData( - 0xf375, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_28_filled = IconData(0xf375, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 32 and filled style. - static const IconData contract_down_left_32_filled = IconData( - 0xf37b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_32_filled = IconData(0xf37b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "contract_down_left" in size 48 and filled style. - static const IconData contract_down_left_48_filled = IconData( - 0xf397, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData contract_down_left_48_filled = IconData(0xf397, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "control_button" in size 20 and filled style. - static const IconData control_button_20_filled = IconData( - 0x10147, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData control_button_20_filled = IconData(0x10147, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "control_button" in size 24 and filled style. - static const IconData control_button_24_filled = IconData( - 0x10148, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData control_button_24_filled = IconData(0x10148, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "convert_range" in size 20 and filled style. - static const IconData convert_range_20_filled = IconData( - 0x1048b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData convert_range_20_filled = IconData(0x1048b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "convert_range" in size 24 and filled style. - static const IconData convert_range_24_filled = IconData( - 0xf9b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData convert_range_24_filled = IconData(0xf9b2, 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, - ); + 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, - ); + static const IconData convert_to_text_24_filled = IconData(0xf327, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type" in size 20 and filled style. - static const IconData convert_to_type_20_filled = IconData( - 0xfd35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_20_filled = IconData(0xfd35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type" in size 24 and filled style. - static const IconData convert_to_type_24_filled = IconData( - 0xfd36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_24_filled = IconData(0xfd36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "convert_to_type_off" in size 20 and filled style. - static const IconData convert_to_type_off_20_filled = IconData( - 0xfd99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData convert_to_type_off_20_filled = IconData(0xfd99, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData copy_24_filled = IconData(0xf32c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_add" in size 20 and filled style. - static const IconData copy_add_20_filled = IconData( - 0x1048c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_add_20_filled = IconData(0x1048c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_add" in size 24 and filled style. - static const IconData copy_add_24_filled = IconData( - 0xf9b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_add_24_filled = IconData(0xf9b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 16 and filled style. - static const IconData copy_arrow_right_16_filled = IconData( - 0xfbf8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_16_filled = IconData(0xfbf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 20 and filled style. - static const IconData copy_arrow_right_20_filled = IconData( - 0x1048d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_20_filled = IconData(0x1048d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_arrow_right" in size 24 and filled style. - static const IconData copy_arrow_right_24_filled = IconData( - 0xfbf9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_arrow_right_24_filled = IconData(0xfbf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "copy_select" in size 20 and filled style. - static const IconData copy_select_20_filled = IconData( - 0xf9b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData copy_select_20_filled = IconData(0xf9b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 12 and filled style. - static const IconData couch_12_filled = IconData( - 0xf9b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData couch_12_filled = IconData(0xf9b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 20 and filled style. - static const IconData couch_20_filled = IconData( - 0x1048e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData couch_20_filled = IconData(0x1048e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "couch" in size 24 and filled style. - static const IconData couch_24_filled = IconData( - 0xf9b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData couch_24_filled = IconData(0xf9b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "credit_card_person" in size 20 and filled style. - static const IconData credit_card_person_20_filled = IconData( - 0x10149, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_person_20_filled = IconData(0x10149, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "credit_card_person" in size 24 and filled style. - static const IconData credit_card_person_24_filled = IconData( - 0x1014a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_person_24_filled = IconData(0x1014a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "credit_card_toolbox" in size 20 and filled style. - static const IconData credit_card_toolbox_20_filled = IconData( - 0xf398, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_toolbox_20_filled = IconData(0xf398, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "credit_card_toolbox" in size 24 and filled style. - static const IconData credit_card_toolbox_24_filled = IconData( - 0x1014b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData credit_card_toolbox_24_filled = IconData(0x1014b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "crop" in size 20 and filled style. - static const IconData crop_20_filled = IconData( - 0xf9b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData crop_20_filled = IconData(0xf9b7, 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, - ); + static const IconData crop_24_filled = IconData(0xf331, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "crop_interim" in size 20 and filled style. - static const IconData crop_interim_20_filled = IconData( - 0x1048f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData crop_interim_20_filled = IconData(0x1048f, 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, - ); + static const IconData crop_interim_24_filled = IconData(0xf332, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "crop_interim_off" in size 20 and filled style. - static const IconData crop_interim_off_20_filled = IconData( - 0x10490, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData crop_interim_off_20_filled = IconData(0x10490, 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, - ); + static const IconData crop_interim_off_24_filled = IconData(0xf333, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube" in size 12 and filled style. - static const IconData cube_12_filled = IconData( - 0x100cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_12_filled = IconData(0x100cb, 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, - ); + 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, - ); + 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, - ); + static const IconData cube_24_filled = IconData(0xf336, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_add" in size 20 and filled style. - static const IconData cube_add_20_filled = IconData( - 0x10614, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_add_20_filled = IconData(0x10614, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_link" in size 20 and filled style. - static const IconData cube_link_20_filled = IconData( - 0x1014c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_link_20_filled = IconData(0x1014c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_multiple" in size 20 and filled style. - static const IconData cube_multiple_20_filled = IconData( - 0x1041a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_multiple_20_filled = IconData(0x1041a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_multiple" in size 24 and filled style. - static const IconData cube_multiple_24_filled = IconData( - 0x1041b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_multiple_24_filled = IconData(0x1041b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 16 and filled style. - static const IconData cube_quick_16_filled = IconData( - 0x10615, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_16_filled = IconData(0x10615, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 20 and filled style. - static const IconData cube_quick_20_filled = IconData( - 0x10616, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_20_filled = IconData(0x10616, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 24 and filled style. - static const IconData cube_quick_24_filled = IconData( - 0x10617, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_24_filled = IconData(0x10617, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_quick" in size 28 and filled style. - static const IconData cube_quick_28_filled = IconData( - 0x10618, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_quick_28_filled = IconData(0x10618, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_rotate" in size 20 and filled style. - static const IconData cube_rotate_20_filled = IconData( - 0xfb88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_rotate_20_filled = IconData(0xfb88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_sync" in size 20 and filled style. - static const IconData cube_sync_20_filled = IconData( - 0x10491, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_sync_20_filled = IconData(0x10491, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_sync" in size 24 and filled style. - static const IconData cube_sync_24_filled = IconData( - 0xfd37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_sync_24_filled = IconData(0xfd37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_tree" in size 20 and filled style. - static const IconData cube_tree_20_filled = IconData( - 0x10346, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_tree_20_filled = IconData(0x10346, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cube_tree" in size 24 and filled style. - static const IconData cube_tree_24_filled = IconData( - 0x10347, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cube_tree_24_filled = IconData(0x10347, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 16 and filled style. - static const IconData currency_dollar_euro_16_filled = IconData( - 0xfbfa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_16_filled = IconData(0xfbfa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 20 and filled style. - static const IconData currency_dollar_euro_20_filled = IconData( - 0xfbfb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_20_filled = IconData(0xfbfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_euro" in size 24 and filled style. - static const IconData currency_dollar_euro_24_filled = IconData( - 0xfbfc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_euro_24_filled = IconData(0xfbfc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 16 and filled style. - static const IconData currency_dollar_rupee_16_filled = IconData( - 0xf9b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_16_filled = IconData(0xf9b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 20 and filled style. - static const IconData currency_dollar_rupee_20_filled = IconData( - 0xf9b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_20_filled = IconData(0xf9b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "currency_dollar_rupee" in size 24 and filled style. - static const IconData currency_dollar_rupee_24_filled = IconData( - 0xf9ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData currency_dollar_rupee_24_filled = IconData(0xf9ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor" in size 20 and filled style. - static const IconData cursor_20_filled = IconData( - 0xf9bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_20_filled = IconData(0xf9bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor" in size 24 and filled style. - static const IconData cursor_24_filled = IconData( - 0xf9bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_24_filled = IconData(0xf9bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_click" in size 20 and filled style. - static const IconData cursor_click_20_filled = IconData( - 0x10008, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_click_20_filled = IconData(0x10008, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_click" in size 24 and filled style. - static const IconData cursor_click_24_filled = IconData( - 0x10009, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_click_24_filled = IconData(0x10009, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 16 and filled style. - static const IconData cursor_hover_16_filled = IconData( - 0xf9bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_16_filled = IconData(0xf9bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 20 and filled style. - static const IconData cursor_hover_20_filled = IconData( - 0xf9be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_20_filled = IconData(0xf9be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 24 and filled style. - static const IconData cursor_hover_24_filled = IconData( - 0xf9bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_24_filled = IconData(0xf9bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 28 and filled style. - static const IconData cursor_hover_28_filled = IconData( - 0xf9c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_28_filled = IconData(0xf9c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 32 and filled style. - static const IconData cursor_hover_32_filled = IconData( - 0xf9c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_32_filled = IconData(0xf9c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover" in size 48 and filled style. - static const IconData cursor_hover_48_filled = IconData( - 0xf9c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_48_filled = IconData(0xf9c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 16 and filled style. - static const IconData cursor_hover_off_16_filled = IconData( - 0xf9c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_16_filled = IconData(0xf9c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 20 and filled style. - static const IconData cursor_hover_off_20_filled = IconData( - 0xf9c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_20_filled = IconData(0xf9c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 24 and filled style. - static const IconData cursor_hover_off_24_filled = IconData( - 0xf9c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_24_filled = IconData(0xf9c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 28 and filled style. - static const IconData cursor_hover_off_28_filled = IconData( - 0xf9c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_28_filled = IconData(0xf9c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "cursor_hover_off" in size 48 and filled style. - static const IconData cursor_hover_off_48_filled = IconData( - 0xf9c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData cursor_hover_off_48_filled = IconData(0xf9c7, 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, - ); + 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, - ); + static const IconData cut_24_filled = IconData(0xf33b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dark_theme" in size 20 and filled style. - static const IconData dark_theme_20_filled = IconData( - 0x10492, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dark_theme_20_filled = IconData(0x10492, 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, - ); + static const IconData dark_theme_24_filled = IconData(0xf33c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_area" in size 20 and filled style. - static const IconData data_area_20_filled = IconData( - 0x10493, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_area_20_filled = IconData(0x10493, 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, - ); + static const IconData data_area_24_filled = IconData(0xf33d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_bar_horizontal" in size 20 and filled style. - static const IconData data_bar_horizontal_20_filled = IconData( - 0xf39b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_horizontal_20_filled = IconData(0xf39b, 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, - ); + 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, - ); + 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, - ); + static const IconData data_bar_vertical_24_filled = IconData(0xf340, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_bar_vertical_add" in size 20 and filled style. - static const IconData data_bar_vertical_add_20_filled = IconData( - 0x10494, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_vertical_add_20_filled = IconData(0x10494, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_bar_vertical_add" in size 24 and filled style. - static const IconData data_bar_vertical_add_24_filled = IconData( - 0xf9c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_bar_vertical_add_24_filled = IconData(0xf9c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_funnel" in size 20 and filled style. - static const IconData data_funnel_20_filled = IconData( - 0x10495, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_funnel_20_filled = IconData(0x10495, 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, - ); + static const IconData data_funnel_24_filled = IconData(0xf341, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_histogram" in size 20 and filled style. - static const IconData data_histogram_20_filled = IconData( - 0x10496, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_histogram_20_filled = IconData(0x10496, 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, - ); + static const IconData data_histogram_24_filled = IconData(0xf342, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_line" in size 20 and filled style. - static const IconData data_line_20_filled = IconData( - 0xfb89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_line_20_filled = IconData(0xfb89, 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, - ); + 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, - ); + 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, - ); + static const IconData data_pie_24_filled = IconData(0xf345, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_scatter" in size 20 and filled style. - static const IconData data_scatter_20_filled = IconData( - 0x10497, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_scatter_20_filled = IconData(0x10497, 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, - ); + static const IconData data_scatter_24_filled = IconData(0xf346, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_sunburst" in size 20 and filled style. - static const IconData data_sunburst_20_filled = IconData( - 0x10498, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_sunburst_20_filled = IconData(0x10498, 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, - ); + static const IconData data_sunburst_24_filled = IconData(0xf347, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_treemap" in size 20 and filled style. - static const IconData data_treemap_20_filled = IconData( - 0x10499, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_treemap_20_filled = IconData(0x10499, 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, - ); + static const IconData data_treemap_24_filled = IconData(0xf348, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 16 and filled style. - static const IconData data_trending_16_filled = IconData( - 0xff70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_16_filled = IconData(0xff70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 20 and filled style. - static const IconData data_trending_20_filled = IconData( - 0xff71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_20_filled = IconData(0xff71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_trending" in size 24 and filled style. - static const IconData data_trending_24_filled = IconData( - 0xff72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_trending_24_filled = IconData(0xff72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage" in size 20 and filled style. - static const IconData data_usage_20_filled = IconData( - 0xf9c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_20_filled = IconData(0xf9c9, 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, - ); + static const IconData data_usage_24_filled = IconData(0xf349, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage_edit" in size 20 and filled style. - static const IconData data_usage_edit_20_filled = IconData( - 0xf3b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_edit_20_filled = IconData(0xf3b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage_edit" in size 24 and filled style. - static const IconData data_usage_edit_24_filled = IconData( - 0xff73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_edit_24_filled = IconData(0xff73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage_settings" in size 20 and filled style. - static const IconData data_usage_settings_20_filled = IconData( - 0x10726, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_settings_20_filled = IconData(0x10726, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage_toolbox" in size 20 and filled style. - static const IconData data_usage_toolbox_20_filled = IconData( - 0x102e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_toolbox_20_filled = IconData(0x102e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_usage_toolbox" in size 24 and filled style. - static const IconData data_usage_toolbox_24_filled = IconData( - 0x102e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_usage_toolbox_24_filled = IconData(0x102e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_waterfall" in size 20 and filled style. - static const IconData data_waterfall_20_filled = IconData( - 0x1049a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_waterfall_20_filled = IconData(0x1049a, 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, - ); + static const IconData data_waterfall_24_filled = IconData(0xf34a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "data_whisker" in size 20 and filled style. - static const IconData data_whisker_20_filled = IconData( - 0x1049b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData data_whisker_20_filled = IconData(0x1049b, 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, - ); + static const IconData data_whisker_24_filled = IconData(0xf34b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database" in size 20 and filled style. - static const IconData database_20_filled = IconData( - 0xff74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_20_filled = IconData(0xff74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database" in size 24 and filled style. - static const IconData database_24_filled = IconData( - 0xff75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_24_filled = IconData(0xff75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_down" in size 20 and filled style. - static const IconData database_arrow_down_20_filled = IconData( - 0x10619, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_down_20_filled = IconData(0x10619, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_right" in size 20 and filled style. - static const IconData database_arrow_right_20_filled = IconData( - 0x1061a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_right_20_filled = IconData(0x1061a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_arrow_up" in size 20 and filled style. - static const IconData database_arrow_up_20_filled = IconData( - 0x1061b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_arrow_up_20_filled = IconData(0x1061b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_lightning" in size 20 and filled style. - static const IconData database_lightning_20_filled = IconData( - 0x1061c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_lightning_20_filled = IconData(0x1061c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_link" in size 20 and filled style. - static const IconData database_link_20_filled = IconData( - 0x101e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_link_20_filled = IconData(0x101e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_link" in size 24 and filled style. - static const IconData database_link_24_filled = IconData( - 0x101e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_link_24_filled = IconData(0x101e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_multiple" in size 20 and filled style. - static const IconData database_multiple_20_filled = IconData( - 0x106f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_multiple_20_filled = IconData(0x106f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_person" in size 20 and filled style. - static const IconData database_person_20_filled = IconData( - 0x10271, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_person_20_filled = IconData(0x10271, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_person" in size 24 and filled style. - static const IconData database_person_24_filled = IconData( - 0x10272, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_person_24_filled = IconData(0x10272, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_plug_connected" in size 20 and filled style. - static const IconData database_plug_connected_20_filled = IconData( - 0x1061d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_plug_connected_20_filled = IconData(0x1061d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_search" in size 20 and filled style. - static const IconData database_search_20_filled = IconData( - 0xff76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_search_20_filled = IconData(0xff76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_search" in size 24 and filled style. - static const IconData database_search_24_filled = IconData( - 0xff77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_search_24_filled = IconData(0xff77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_warning" in size 20 and filled style. - static const IconData database_warning_20_filled = IconData( - 0x1061e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_warning_20_filled = IconData(0x1061e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "database_window" in size 20 and filled style. - static const IconData database_window_20_filled = IconData( - 0x1061f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData database_window_20_filled = IconData(0x1061f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_left" in size 20 and filled style. - static const IconData decimal_arrow_left_20_filled = IconData( - 0x104f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_left_20_filled = IconData(0x104f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_left" in size 24 and filled style. - static const IconData decimal_arrow_left_24_filled = IconData( - 0xf9ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_left_24_filled = IconData(0xf9ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_right" in size 20 and filled style. - static const IconData decimal_arrow_right_20_filled = IconData( - 0x104f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_right_20_filled = IconData(0x104f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "decimal_arrow_right" in size 24 and filled style. - static const IconData decimal_arrow_right_24_filled = IconData( - 0xf9cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData decimal_arrow_right_24_filled = IconData(0xf9cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete" in size 16 and filled style. - static const IconData delete_16_filled = IconData( - 0xf9cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_16_filled = IconData(0xf9cc, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData delete_48_filled = IconData(0xf34f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_arrow_back" in size 16 and filled style. - static const IconData delete_arrow_back_16_filled = IconData( - 0xff78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_arrow_back_16_filled = IconData(0xff78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_arrow_back" in size 20 and filled style. - static const IconData delete_arrow_back_20_filled = IconData( - 0x104f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_arrow_back_20_filled = IconData(0x104f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 20 and filled style. - static const IconData delete_dismiss_20_filled = IconData( - 0x104f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_20_filled = IconData(0x104f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 24 and filled style. - static const IconData delete_dismiss_24_filled = IconData( - 0xfbfd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_24_filled = IconData(0xfbfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_dismiss" in size 28 and filled style. - static const IconData delete_dismiss_28_filled = IconData( - 0xfbfe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_dismiss_28_filled = IconData(0xfbfe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "delete_lines" in size 20 and filled style. - static const IconData delete_lines_20_filled = IconData( - 0x1014d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData delete_lines_20_filled = IconData(0x1014d, 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, - ); + 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, - ); + static const IconData delete_off_24_filled = IconData(0xf353, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 12 and filled style. - static const IconData dentist_12_filled = IconData( - 0xf9cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dentist_12_filled = IconData(0xf9cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 16 and filled style. - static const IconData dentist_16_filled = IconData( - 0xf9ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dentist_16_filled = IconData(0xf9ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 20 and filled style. - static const IconData dentist_20_filled = IconData( - 0xf9cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dentist_20_filled = IconData(0xf9cf, 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, - ); + static const IconData dentist_24_filled = IconData(0xf354, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 28 and filled style. - static const IconData dentist_28_filled = IconData( - 0xf9d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dentist_28_filled = IconData(0xf9d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dentist" in size 48 and filled style. - static const IconData dentist_48_filled = IconData( - 0xf9d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dentist_48_filled = IconData(0xf9d1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData desktop_28_filled = IconData(0xf35b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop" in size 32 and filled style. - static const IconData desktop_32_filled = IconData( - 0xfdc1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_32_filled = IconData(0xfdc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 16 and filled style. - static const IconData desktop_arrow_right_16_filled = IconData( - 0xfb38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_16_filled = IconData(0xfb38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 20 and filled style. - static const IconData desktop_arrow_right_20_filled = IconData( - 0xfb39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_20_filled = IconData(0xfb39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_arrow_right" in size 24 and filled style. - static const IconData desktop_arrow_right_24_filled = IconData( - 0xfb3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_arrow_right_24_filled = IconData(0xfb3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 16 and filled style. - static const IconData desktop_cursor_16_filled = IconData( - 0x102e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_16_filled = IconData(0x102e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 20 and filled style. - static const IconData desktop_cursor_20_filled = IconData( - 0x102e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_20_filled = IconData(0x102e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 24 and filled style. - static const IconData desktop_cursor_24_filled = IconData( - 0x102e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_24_filled = IconData(0x102e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_cursor" in size 28 and filled style. - static const IconData desktop_cursor_28_filled = IconData( - 0x102e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_cursor_28_filled = IconData(0x102e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 16 and filled style. - static const IconData desktop_edit_16_filled = IconData( - 0xff79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_16_filled = IconData(0xff79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 20 and filled style. - static const IconData desktop_edit_20_filled = IconData( - 0x104f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_20_filled = IconData(0x104f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_edit" in size 24 and filled style. - static const IconData desktop_edit_24_filled = IconData( - 0x104f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_edit_24_filled = IconData(0x104f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_flow" in size 20 and filled style. - static const IconData desktop_flow_20_filled = IconData( - 0x102e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_flow_20_filled = IconData(0x102e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_flow" in size 24 and filled style. - static const IconData desktop_flow_24_filled = IconData( - 0x102e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_flow_24_filled = IconData(0x102e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 16 and filled style. - static const IconData desktop_keyboard_16_filled = IconData( - 0x10186, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_16_filled = IconData(0x10186, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 20 and filled style. - static const IconData desktop_keyboard_20_filled = IconData( - 0x10187, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_20_filled = IconData(0x10187, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 24 and filled style. - static const IconData desktop_keyboard_24_filled = IconData( - 0x10188, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_24_filled = IconData(0x10188, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_keyboard" in size 28 and filled style. - static const IconData desktop_keyboard_28_filled = IconData( - 0x10189, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_keyboard_28_filled = IconData(0x10189, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 16 and filled style. - static const IconData desktop_mac_16_filled = IconData( - 0xfcde, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_16_filled = IconData(0xfcde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 20 and filled style. - static const IconData desktop_mac_20_filled = IconData( - 0x104f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_20_filled = IconData(0x104f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 24 and filled style. - static const IconData desktop_mac_24_filled = IconData( - 0x104f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_24_filled = IconData(0x104f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_mac" in size 32 and filled style. - static const IconData desktop_mac_32_filled = IconData( - 0xfcdf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_mac_32_filled = IconData(0xfcdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 16 and filled style. - static const IconData desktop_pulse_16_filled = IconData( - 0xfe5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_16_filled = IconData(0xfe5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 20 and filled style. - static const IconData desktop_pulse_20_filled = IconData( - 0xfe5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_20_filled = IconData(0xfe5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 24 and filled style. - static const IconData desktop_pulse_24_filled = IconData( - 0xfe5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_24_filled = IconData(0xfe5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 28 and filled style. - static const IconData desktop_pulse_28_filled = IconData( - 0xfe5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_28_filled = IconData(0xfe5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 32 and filled style. - static const IconData desktop_pulse_32_filled = IconData( - 0xfe60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_32_filled = IconData(0xfe60, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_pulse" in size 48 and filled style. - static const IconData desktop_pulse_48_filled = IconData( - 0xfe61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_pulse_48_filled = IconData(0xfe61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_signal" in size 20 and filled style. - static const IconData desktop_signal_20_filled = IconData( - 0x102ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_signal_20_filled = IconData(0x102ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_signal" in size 24 and filled style. - static const IconData desktop_signal_24_filled = IconData( - 0x102eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_signal_24_filled = IconData(0x102eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker" in size 20 and filled style. - static const IconData desktop_speaker_20_filled = IconData( - 0xfb3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_20_filled = IconData(0xfb3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker" in size 24 and filled style. - static const IconData desktop_speaker_24_filled = IconData( - 0xfb3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_24_filled = IconData(0xfb3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker_off" in size 20 and filled style. - static const IconData desktop_speaker_off_20_filled = IconData( - 0xfb3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_off_20_filled = IconData(0xfb3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_speaker_off" in size 24 and filled style. - static const IconData desktop_speaker_off_24_filled = IconData( - 0xfb3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_speaker_off_24_filled = IconData(0xfb3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 16 and filled style. - static const IconData desktop_sync_16_filled = IconData( - 0xf3b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_16_filled = IconData(0xf3b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 20 and filled style. - static const IconData desktop_sync_20_filled = IconData( - 0x104f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_20_filled = IconData(0x104f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_sync" in size 24 and filled style. - static const IconData desktop_sync_24_filled = IconData( - 0x104fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_sync_24_filled = IconData(0x104fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_toolbox" in size 20 and filled style. - static const IconData desktop_toolbox_20_filled = IconData( - 0x1041c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_toolbox_20_filled = IconData(0x1041c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "desktop_toolbox" in size 24 and filled style. - static const IconData desktop_toolbox_24_filled = IconData( - 0x1041d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData desktop_toolbox_24_filled = IconData(0x1041d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "developer_board" in size 20 and filled style. - static const IconData developer_board_20_filled = IconData( - 0xfe62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_20_filled = IconData(0xfe62, 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, - ); + static const IconData developer_board_24_filled = IconData(0xf35c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "developer_board_lightning" in size 20 and filled style. - static const IconData developer_board_lightning_20_filled = IconData( - 0x10620, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_lightning_20_filled = IconData(0x10620, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "developer_board_lightning_toolbox" in size 20 and filled style. - static const IconData developer_board_lightning_toolbox_20_filled = IconData( - 0x10621, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_lightning_toolbox_20_filled = IconData(0x10621, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "developer_board_search" in size 20 and filled style. - static const IconData developer_board_search_20_filled = IconData( - 0x100cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_search_20_filled = IconData(0x100cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "developer_board_search" in size 24 and filled style. - static const IconData developer_board_search_24_filled = IconData( - 0x104fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData developer_board_search_24_filled = IconData(0x104fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_eq" in size 20 and filled style. - static const IconData device_eq_20_filled = IconData( - 0x104fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_eq_20_filled = IconData(0x104fc, 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, - ); + static const IconData device_eq_24_filled = IconData(0xf35d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 16 and filled style. - static const IconData device_meeting_room_16_filled = IconData( - 0xf3b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_16_filled = IconData(0xf3b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 20 and filled style. - static const IconData device_meeting_room_20_filled = IconData( - 0xfb8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_20_filled = IconData(0xfb8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 24 and filled style. - static const IconData device_meeting_room_24_filled = IconData( - 0xf3b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_24_filled = IconData(0xf3b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 28 and filled style. - static const IconData device_meeting_room_28_filled = IconData( - 0xf3b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_28_filled = IconData(0xf3b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 32 and filled style. - static const IconData device_meeting_room_32_filled = IconData( - 0xf3b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_32_filled = IconData(0xf3b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room" in size 48 and filled style. - static const IconData device_meeting_room_48_filled = IconData( - 0xf3bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_48_filled = IconData(0xf3bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 16 and filled style. - static const IconData device_meeting_room_remote_16_filled = IconData( - 0xf3bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_16_filled = IconData(0xf3bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 20 and filled style. - static const IconData device_meeting_room_remote_20_filled = IconData( - 0xfb8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_20_filled = IconData(0xfb8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 24 and filled style. - static const IconData device_meeting_room_remote_24_filled = IconData( - 0xf3c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_24_filled = IconData(0xf3c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 28 and filled style. - static const IconData device_meeting_room_remote_28_filled = IconData( - 0xf3cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_28_filled = IconData(0xf3cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 32 and filled style. - static const IconData device_meeting_room_remote_32_filled = IconData( - 0xf3ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_32_filled = IconData(0xf3ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "device_meeting_room_remote" in size 48 and filled style. - static const IconData device_meeting_room_remote_48_filled = IconData( - 0xf3ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData device_meeting_room_remote_48_filled = IconData(0xf3ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diagram" in size 20 and filled style. - static const IconData diagram_20_filled = IconData( - 0x104fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diagram_20_filled = IconData(0x104fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diagram" in size 24 and filled style. - static const IconData diagram_24_filled = IconData( - 0xf953, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diagram_24_filled = IconData(0xf953, 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, - ); + 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, - ); + static const IconData dialpad_24_filled = IconData(0xf35f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 28 and filled style. - static const IconData dialpad_28_filled = IconData( - 0x1014e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_28_filled = IconData(0x1014e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 32 and filled style. - static const IconData dialpad_32_filled = IconData( - 0x1014f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_32_filled = IconData(0x1014f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dialpad" in size 48 and filled style. - static const IconData dialpad_48_filled = IconData( - 0x10150, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_48_filled = IconData(0x10150, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dialpad_off" in size 20 and filled style. - static const IconData dialpad_off_20_filled = IconData( - 0x104fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dialpad_off_20_filled = IconData(0x104fe, 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, - ); + static const IconData dialpad_off_24_filled = IconData(0xf360, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 16 and filled style. - static const IconData diamond_16_filled = IconData( - 0x103a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_16_filled = IconData(0x103a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 20 and filled style. - static const IconData diamond_20_filled = IconData( - 0x103a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_20_filled = IconData(0x103a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 24 and filled style. - static const IconData diamond_24_filled = IconData( - 0x103a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_24_filled = IconData(0x103a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 28 and filled style. - static const IconData diamond_28_filled = IconData( - 0x103a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_28_filled = IconData(0x103a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 32 and filled style. - static const IconData diamond_32_filled = IconData( - 0x101e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_32_filled = IconData(0x101e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diamond" in size 48 and filled style. - static const IconData diamond_48_filled = IconData( - 0x103a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diamond_48_filled = IconData(0x103a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "directions" in size 16 and filled style. - static const IconData directions_16_filled = IconData( - 0x1000a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData directions_16_filled = IconData(0x1000a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData dismiss_28_filled = IconData(0xf36b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss" in size 32 and filled style. - static const IconData dismiss_32_filled = IconData( - 0xf3f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_32_filled = IconData(0xf3f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss" in size 48 and filled style. - static const IconData dismiss_48_filled = IconData( - 0xf3ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_48_filled = IconData(0xf3ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 12 and filled style. - static const IconData dismiss_circle_12_filled = IconData( - 0xff7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_12_filled = IconData(0xff7a, 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, - ); + 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, - ); + 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, - ); + static const IconData dismiss_circle_24_filled = IconData(0xf36e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 28 and filled style. - static const IconData dismiss_circle_28_filled = IconData( - 0xf9d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_28_filled = IconData(0xf9d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_circle" in size 32 and filled style. - static const IconData dismiss_circle_32_filled = IconData( - 0xf96b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_circle_32_filled = IconData(0xf96b, 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, - ); + static const IconData dismiss_circle_48_filled = IconData(0xf36f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square" in size 20 and filled style. - static const IconData dismiss_square_20_filled = IconData( - 0xfed7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_20_filled = IconData(0xfed7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square" in size 24 and filled style. - static const IconData dismiss_square_24_filled = IconData( - 0xfe63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_24_filled = IconData(0xfe63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square_multiple" in size 16 and filled style. - static const IconData dismiss_square_multiple_16_filled = IconData( - 0xfdc2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_multiple_16_filled = IconData(0xfdc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dismiss_square_multiple" in size 20 and filled style. - static const IconData dismiss_square_multiple_20_filled = IconData( - 0x104ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dismiss_square_multiple_20_filled = IconData(0x104ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 20 and filled style. - static const IconData diversity_20_filled = IconData( - 0x10151, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diversity_20_filled = IconData(0x10151, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 24 and filled style. - static const IconData diversity_24_filled = IconData( - 0x10152, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diversity_24_filled = IconData(0x10152, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 28 and filled style. - static const IconData diversity_28_filled = IconData( - 0x10153, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diversity_28_filled = IconData(0x10153, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "diversity" in size 48 and filled style. - static const IconData diversity_48_filled = IconData( - 0x10154, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData diversity_48_filled = IconData(0x10154, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "divider_short" in size 16 and filled style. - static const IconData divider_short_16_filled = IconData( - 0x10500, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData divider_short_16_filled = IconData(0x10500, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "divider_short" in size 20 and filled style. - static const IconData divider_short_20_filled = IconData( - 0x10501, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData divider_short_20_filled = IconData(0x10501, 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, - ); + static const IconData divider_short_24_filled = IconData(0xf370, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "divider_tall" in size 16 and filled style. - static const IconData divider_tall_16_filled = IconData( - 0xff7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData divider_tall_16_filled = IconData(0xff7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "divider_tall" in size 20 and filled style. - static const IconData divider_tall_20_filled = IconData( - 0x1000b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData divider_tall_20_filled = IconData(0x1000b, 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, - ); + static const IconData divider_tall_24_filled = IconData(0xf371, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock" in size 20 and filled style. - static const IconData dock_20_filled = IconData( - 0x10502, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_20_filled = IconData(0x10502, 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, - ); + static const IconData dock_24_filled = IconData(0xf372, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_bottom" in size 20 and filled style. - static const IconData dock_panel_bottom_20_filled = IconData( - 0xff7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_bottom_20_filled = IconData(0xff7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 16 and filled style. - static const IconData dock_panel_left_16_filled = IconData( - 0xfbff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_16_filled = IconData(0xfbff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 20 and filled style. - static const IconData dock_panel_left_20_filled = IconData( - 0xfc00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_20_filled = IconData(0xfc00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 24 and filled style. - static const IconData dock_panel_left_24_filled = IconData( - 0xfc01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_24_filled = IconData(0xfc01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 28 and filled style. - static const IconData dock_panel_left_28_filled = IconData( - 0xfc02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_28_filled = IconData(0xfc02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_left" in size 48 and filled style. - static const IconData dock_panel_left_48_filled = IconData( - 0xfc03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_left_48_filled = IconData(0xfc03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 16 and filled style. - static const IconData dock_panel_right_16_filled = IconData( - 0xfc04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_16_filled = IconData(0xfc04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 20 and filled style. - static const IconData dock_panel_right_20_filled = IconData( - 0xfc05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_20_filled = IconData(0xfc05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 24 and filled style. - static const IconData dock_panel_right_24_filled = IconData( - 0xfc06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_24_filled = IconData(0xfc06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 28 and filled style. - static const IconData dock_panel_right_28_filled = IconData( - 0xfc07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_28_filled = IconData(0xfc07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_panel_right" in size 48 and filled style. - static const IconData dock_panel_right_48_filled = IconData( - 0xfc08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_panel_right_48_filled = IconData(0xfc08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dock_row" in size 20 and filled style. - static const IconData dock_row_20_filled = IconData( - 0x10503, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dock_row_20_filled = IconData(0x10503, 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, - ); + static const IconData dock_row_24_filled = IconData(0xf376, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 12 and filled style. - static const IconData doctor_12_filled = IconData( - 0xf9da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData doctor_12_filled = IconData(0xf9da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 16 and filled style. - static const IconData doctor_16_filled = IconData( - 0xf9db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData doctor_16_filled = IconData(0xf9db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 20 and filled style. - static const IconData doctor_20_filled = IconData( - 0xf9dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData doctor_20_filled = IconData(0xf9dc, 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, - ); + static const IconData doctor_24_filled = IconData(0xf377, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 28 and filled style. - static const IconData doctor_28_filled = IconData( - 0xf9dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData doctor_28_filled = IconData(0xf9dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "doctor" in size 48 and filled style. - static const IconData doctor_48_filled = IconData( - 0xf9de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData doctor_48_filled = IconData(0xf9de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document" in size 16 and filled style. - static const IconData document_16_filled = IconData( - 0xf9df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_16_filled = IconData(0xf9df, 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, - ); + 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, - ); + 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, - ); + static const IconData document_28_filled = IconData(0xf37a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document" in size 32 and filled style. - static const IconData document_32_filled = IconData( - 0xfdc3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_32_filled = IconData(0xfdc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document" in size 48 and filled style. - static const IconData document_48_filled = IconData( - 0xf9e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_48_filled = IconData(0xf9e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 16 and filled style. - static const IconData document_add_16_filled = IconData( - 0xf9e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_add_16_filled = IconData(0xf9e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 20 and filled style. - static const IconData document_add_20_filled = IconData( - 0xf9e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_add_20_filled = IconData(0xf9e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 24 and filled style. - static const IconData document_add_24_filled = IconData( - 0xf9e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_add_24_filled = IconData(0xf9e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 28 and filled style. - static const IconData document_add_28_filled = IconData( - 0xf9e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_add_28_filled = IconData(0xf9e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_add" in size 48 and filled style. - static const IconData document_add_48_filled = IconData( - 0xf9e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_add_48_filled = IconData(0xf9e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_down" in size 16 and filled style. - static const IconData document_arrow_down_16_filled = IconData( - 0xf96c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_down_16_filled = IconData(0xf96c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_down" in size 20 and filled style. - static const IconData document_arrow_down_20_filled = IconData( - 0xff7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_down_20_filled = IconData(0xff7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 16 and filled style. - static const IconData document_arrow_left_16_filled = IconData( - 0xf9e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_16_filled = IconData(0xf9e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 20 and filled style. - static const IconData document_arrow_left_20_filled = IconData( - 0xf9e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_20_filled = IconData(0xf9e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 24 and filled style. - static const IconData document_arrow_left_24_filled = IconData( - 0xf9e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_24_filled = IconData(0xf9e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 28 and filled style. - static const IconData document_arrow_left_28_filled = IconData( - 0xf9e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_28_filled = IconData(0xf9e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_left" in size 48 and filled style. - static const IconData document_arrow_left_48_filled = IconData( - 0xf9ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_left_48_filled = IconData(0xf9ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_right" in size 20 and filled style. - static const IconData document_arrow_right_20_filled = IconData( - 0x100cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_right_20_filled = IconData(0x100cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_right" in size 24 and filled style. - static const IconData document_arrow_right_24_filled = IconData( - 0xfce0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_right_24_filled = IconData(0xfce0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_up" in size 16 and filled style. - static const IconData document_arrow_up_16_filled = IconData( - 0xf400, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_up_16_filled = IconData(0xf400, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_arrow_up" in size 20 and filled style. - static const IconData document_arrow_up_20_filled = IconData( - 0x1000c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_arrow_up_20_filled = IconData(0x1000c, 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, - ); + 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, - ); + static const IconData document_briefcase_24_filled = IconData(0xf37d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list" in size 20 and filled style. - static const IconData document_bullet_list_20_filled = IconData( - 0xf401, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_20_filled = IconData(0xf401, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list" in size 24 and filled style. - static const IconData document_bullet_list_24_filled = IconData( - 0xf402, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_24_filled = IconData(0xf402, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_clock" in size 20 and filled style. - static const IconData document_bullet_list_clock_20_filled = IconData( - 0xf985, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_clock_20_filled = IconData(0xf985, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_clock" in size 24 and filled style. - static const IconData document_bullet_list_clock_24_filled = IconData( - 0xf9d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_clock_24_filled = IconData(0xf9d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_multiple" in size 20 and filled style. - static const IconData document_bullet_list_multiple_20_filled = IconData( - 0x1041e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_multiple_20_filled = IconData(0x1041e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_multiple" in size 24 and filled style. - static const IconData document_bullet_list_multiple_24_filled = IconData( - 0x1041f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_multiple_24_filled = IconData(0x1041f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_off" in size 20 and filled style. - static const IconData document_bullet_list_off_20_filled = IconData( - 0x10504, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_off_20_filled = IconData(0x10504, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_bullet_list_off" in size 24 and filled style. - static const IconData document_bullet_list_off_24_filled = IconData( - 0xf9d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_bullet_list_off_24_filled = IconData(0xf9d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_catch_up" in size 16 and filled style. - static const IconData document_catch_up_16_filled = IconData( - 0xf9eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_catch_up_16_filled = IconData(0xf9eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_catch_up" in size 20 and filled style. - static const IconData document_catch_up_20_filled = IconData( - 0xf9ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_catch_up_20_filled = IconData(0xf9ec, 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, - ); + static const IconData document_catch_up_24_filled = IconData(0xf37e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_checkmark" in size 20 and filled style. - static const IconData document_checkmark_20_filled = IconData( - 0x10505, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_checkmark_20_filled = IconData(0x10505, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_checkmark" in size 24 and filled style. - static const IconData document_checkmark_24_filled = IconData( - 0xfce1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_checkmark_24_filled = IconData(0xfce1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_chevron_double" in size 20 and filled style. - static const IconData document_chevron_double_20_filled = IconData( - 0x10506, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_chevron_double_20_filled = IconData(0x10506, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_chevron_double" in size 24 and filled style. - static const IconData document_chevron_double_24_filled = IconData( - 0x100ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_chevron_double_24_filled = IconData(0x100ce, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_copy_48_filled = IconData(0xf382, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 20 and filled style. - static const IconData document_css_20_filled = IconData( - 0x10507, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_css_20_filled = IconData(0x10507, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_css" in size 24 and filled style. - static const IconData document_css_24_filled = IconData( - 0x100cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_css_24_filled = IconData(0x100cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_dismiss" in size 16 and filled style. - static const IconData document_dismiss_16_filled = IconData( - 0x1000d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_dismiss_16_filled = IconData(0x1000d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_error_24_filled = IconData(0xf38c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_flowchart" in size 20 and filled style. - static const IconData document_flowchart_20_filled = IconData( - 0x10273, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_flowchart_20_filled = IconData(0x10273, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_flowchart" in size 24 and filled style. - static const IconData document_flowchart_24_filled = IconData( - 0x10274, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_flowchart_24_filled = IconData(0x10274, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_footer" in size 16 and filled style. - static const IconData document_footer_16_filled = IconData( - 0xfed8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_16_filled = IconData(0xfed8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_footer" in size 20 and filled style. - static const IconData document_footer_20_filled = IconData( - 0x10508, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_20_filled = IconData(0x10508, 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, - ); + static const IconData document_footer_24_filled = IconData(0xf38d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_footer_dismiss" in size 20 and filled style. - static const IconData document_footer_dismiss_20_filled = IconData( - 0x10509, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_dismiss_20_filled = IconData(0x10509, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_footer_dismiss" in size 24 and filled style. - static const IconData document_footer_dismiss_24_filled = IconData( - 0xfed9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_footer_dismiss_24_filled = IconData(0xfed9, 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, - ); + static const IconData document_footer_remove_24_filled = IconData(0xf38e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header" in size 16 and filled style. - static const IconData document_header_16_filled = IconData( - 0xfeda, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_16_filled = IconData(0xfeda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header" in size 20 and filled style. - static const IconData document_header_20_filled = IconData( - 0x1050a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_20_filled = IconData(0x1050a, 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, - ); + static const IconData document_header_24_filled = IconData(0xf38f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 16 and filled style. - static const IconData document_header_arrow_down_16_filled = IconData( - 0xfedb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_16_filled = IconData(0xfedb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 20 and filled style. - static const IconData document_header_arrow_down_20_filled = IconData( - 0x1050b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_20_filled = IconData(0x1050b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_arrow_down" in size 24 and filled style. - static const IconData document_header_arrow_down_24_filled = IconData( - 0x1050c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_arrow_down_24_filled = IconData(0x1050c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_dismiss" in size 20 and filled style. - static const IconData document_header_dismiss_20_filled = IconData( - 0x1050d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_dismiss_20_filled = IconData(0x1050d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_dismiss" in size 24 and filled style. - static const IconData document_header_dismiss_24_filled = IconData( - 0xfedc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_dismiss_24_filled = IconData(0xfedc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_header_footer" in size 16 and filled style. - static const IconData document_header_footer_16_filled = IconData( - 0xfedd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_header_footer_16_filled = IconData(0xfedd, 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, - ); + 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, - ); + 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, - ); + static const IconData document_header_remove_24_filled = IconData(0xf392, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_heart" in size 20 and filled style. - static const IconData document_heart_20_filled = IconData( - 0xff7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_20_filled = IconData(0xff7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_heart" in size 24 and filled style. - static const IconData document_heart_24_filled = IconData( - 0xff7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_24_filled = IconData(0xff7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_heart_pulse" in size 20 and filled style. - static const IconData document_heart_pulse_20_filled = IconData( - 0xff80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_pulse_20_filled = IconData(0xff80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_heart_pulse" in size 24 and filled style. - static const IconData document_heart_pulse_24_filled = IconData( - 0xff81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_heart_pulse_24_filled = IconData(0xff81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_javascript" in size 20 and filled style. - static const IconData document_javascript_20_filled = IconData( - 0x1050e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_javascript_20_filled = IconData(0x1050e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_javascript" in size 24 and filled style. - static const IconData document_javascript_24_filled = IconData( - 0x100d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_javascript_24_filled = IconData(0x100d0, 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, - ); + 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, - ); + static const IconData document_landscape_24_filled = IconData(0xf394, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_data" in size 20 and filled style. - static const IconData document_landscape_data_20_filled = IconData( - 0x1050f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_data_20_filled = IconData(0x1050f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_data" in size 24 and filled style. - static const IconData document_landscape_data_24_filled = IconData( - 0xf9ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_data_24_filled = IconData(0xf9ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split" in size 20 and filled style. - static const IconData document_landscape_split_20_filled = IconData( - 0xf9ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_20_filled = IconData(0xf9ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split" in size 24 and filled style. - static const IconData document_landscape_split_24_filled = IconData( - 0x10510, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_24_filled = IconData(0x10510, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_landscape_split_hint" in size 20 and filled style. - static const IconData document_landscape_split_hint_20_filled = IconData( - 0xf9ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_landscape_split_hint_20_filled = IconData(0xf9ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 16 and filled style. - static const IconData document_link_16_filled = IconData( - 0x1000e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_link_16_filled = IconData(0x1000e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 20 and filled style. - static const IconData document_link_20_filled = IconData( - 0xf403, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_link_20_filled = IconData(0xf403, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_link" in size 24 and filled style. - static const IconData document_link_24_filled = IconData( - 0xf404, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_link_24_filled = IconData(0xf404, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 16 and filled style. - static const IconData document_lock_16_filled = IconData( - 0x1049c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_16_filled = IconData(0x1049c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 20 and filled style. - static const IconData document_lock_20_filled = IconData( - 0x1049d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_20_filled = IconData(0x1049d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 24 and filled style. - static const IconData document_lock_24_filled = IconData( - 0x1049e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_24_filled = IconData(0x1049e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 28 and filled style. - static const IconData document_lock_28_filled = IconData( - 0x1049f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_28_filled = IconData(0x1049f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 32 and filled style. - static const IconData document_lock_32_filled = IconData( - 0x104a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_32_filled = IconData(0x104a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_lock" in size 48 and filled style. - static const IconData document_lock_48_filled = IconData( - 0x104a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_lock_48_filled = IconData(0x104a1, 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, - ); + 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, - ); + static const IconData document_margins_24_filled = IconData(0xf396, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 16 and filled style. - static const IconData document_mention_16_filled = IconData( - 0x10578, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_16_filled = IconData(0x10578, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 20 and filled style. - static const IconData document_mention_20_filled = IconData( - 0x10579, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_20_filled = IconData(0x10579, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 24 and filled style. - static const IconData document_mention_24_filled = IconData( - 0x1057a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_24_filled = IconData(0x1057a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 28 and filled style. - static const IconData document_mention_28_filled = IconData( - 0x1057b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_28_filled = IconData(0x1057b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_mention" in size 48 and filled style. - static const IconData document_mention_48_filled = IconData( - 0x1057c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_mention_48_filled = IconData(0x1057c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 16 and filled style. - static const IconData document_multiple_16_filled = IconData( - 0xf9d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_16_filled = IconData(0xf9d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 20 and filled style. - static const IconData document_multiple_20_filled = IconData( - 0xff82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_20_filled = IconData(0xff82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple" in size 24 and filled style. - static const IconData document_multiple_24_filled = IconData( - 0x10117, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_24_filled = IconData(0x10117, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_percent" in size 20 and filled style. - static const IconData document_multiple_percent_20_filled = IconData( - 0x100d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_percent_20_filled = IconData(0x100d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_percent" in size 24 and filled style. - static const IconData document_multiple_percent_24_filled = IconData( - 0x10118, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_percent_24_filled = IconData(0x10118, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_prohibited" in size 20 and filled style. - static const IconData document_multiple_prohibited_20_filled = IconData( - 0xff83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_prohibited_20_filled = IconData(0xff83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_prohibited" in size 24 and filled style. - static const IconData document_multiple_prohibited_24_filled = IconData( - 0xff84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_prohibited_24_filled = IconData(0xff84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_multiple_sync" in size 20 and filled style. - static const IconData document_multiple_sync_20_filled = IconData( - 0x10727, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_multiple_sync_20_filled = IconData(0x10727, 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, - ); + 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, - ); + static const IconData document_one_page_24_filled = IconData(0xf39a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_page_bottom_right_24_filled = IconData(0xf3a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_page_break" in size 20 and filled style. - static const IconData document_page_break_20_filled = IconData( - 0xf9f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_page_break_20_filled = IconData(0xf9f0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData document_pdf_24_filled = IconData(0xf3ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_pdf" in size 32 and filled style. - static const IconData document_pdf_32_filled = IconData( - 0xfdc4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_pdf_32_filled = IconData(0xfdc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_percent" in size 20 and filled style. - static const IconData document_percent_20_filled = IconData( - 0x100d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_percent_20_filled = IconData(0x100d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_percent" in size 24 and filled style. - static const IconData document_percent_24_filled = IconData( - 0x100d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_percent_24_filled = IconData(0x100d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_person" in size 16 and filled style. - static const IconData document_person_16_filled = IconData( - 0xf425, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_person_16_filled = IconData(0xf425, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_person" in size 20 and filled style. - static const IconData document_person_20_filled = IconData( - 0x1000f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_person_20_filled = IconData(0x1000f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_pill" in size 20 and filled style. - static const IconData document_pill_20_filled = IconData( - 0xf9d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_pill_20_filled = IconData(0xf9d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_pill" in size 24 and filled style. - static const IconData document_pill_24_filled = IconData( - 0xf9d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_pill_24_filled = IconData(0xf9d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_prohibited" in size 20 and filled style. - static const IconData document_prohibited_20_filled = IconData( - 0xfc09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_prohibited_20_filled = IconData(0xfc09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_prohibited" in size 24 and filled style. - static const IconData document_prohibited_24_filled = IconData( - 0xfc0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_prohibited_24_filled = IconData(0xfc0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 16 and filled style. - static const IconData document_question_mark_16_filled = IconData( - 0xfd38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_16_filled = IconData(0xfd38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 20 and filled style. - static const IconData document_question_mark_20_filled = IconData( - 0xfd39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_20_filled = IconData(0xfd39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_question_mark" in size 24 and filled style. - static const IconData document_question_mark_24_filled = IconData( - 0xfd3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_question_mark_24_filled = IconData(0xfd3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue" in size 20 and filled style. - static const IconData document_queue_20_filled = IconData( - 0x10420, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_20_filled = IconData(0x10420, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue" in size 24 and filled style. - static const IconData document_queue_24_filled = IconData( - 0x10421, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_24_filled = IconData(0x10421, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue_add" in size 20 and filled style. - static const IconData document_queue_add_20_filled = IconData( - 0x10422, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_add_20_filled = IconData(0x10422, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue_add" in size 24 and filled style. - static const IconData document_queue_add_24_filled = IconData( - 0x10423, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_add_24_filled = IconData(0x10423, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue_multiple" in size 20 and filled style. - static const IconData document_queue_multiple_20_filled = IconData( - 0x10424, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_multiple_20_filled = IconData(0x10424, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_queue_multiple" in size 24 and filled style. - static const IconData document_queue_multiple_24_filled = IconData( - 0x10425, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_queue_multiple_24_filled = IconData(0x10425, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 16 and filled style. - static const IconData document_ribbon_16_filled = IconData( - 0xfede, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_16_filled = IconData(0xfede, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 20 and filled style. - static const IconData document_ribbon_20_filled = IconData( - 0xfedf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_20_filled = IconData(0xfedf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 24 and filled style. - static const IconData document_ribbon_24_filled = IconData( - 0xfee0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_24_filled = IconData(0xfee0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 28 and filled style. - static const IconData document_ribbon_28_filled = IconData( - 0xfee1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_28_filled = IconData(0xfee1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 32 and filled style. - static const IconData document_ribbon_32_filled = IconData( - 0xfee2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_32_filled = IconData(0xfee2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_ribbon" in size 48 and filled style. - static const IconData document_ribbon_48_filled = IconData( - 0xfee3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_ribbon_48_filled = IconData(0xfee3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_save" in size 20 and filled style. - static const IconData document_save_20_filled = IconData( - 0xf9d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_save_20_filled = IconData(0xf9d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_save" in size 24 and filled style. - static const IconData document_save_24_filled = IconData( - 0xf9d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_save_24_filled = IconData(0xf9d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_search" in size 16 and filled style. - static const IconData document_search_16_filled = IconData( - 0xff85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_search_16_filled = IconData(0xff85, 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, - ); + 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, - ); + static const IconData document_search_24_filled = IconData(0xf3af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_settings" in size 16 and filled style. - static const IconData document_settings_16_filled = IconData( - 0xf426, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_settings_16_filled = IconData(0xf426, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_settings" in size 20 and filled style. - static const IconData document_settings_20_filled = IconData( - 0x100d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_settings_20_filled = IconData(0x100d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 16 and filled style. - static const IconData document_split_hint_16_filled = IconData( - 0x100d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_16_filled = IconData(0x100d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 20 and filled style. - static const IconData document_split_hint_20_filled = IconData( - 0x100d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_20_filled = IconData(0x100d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint" in size 24 and filled style. - static const IconData document_split_hint_24_filled = IconData( - 0xf427, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_24_filled = IconData(0xf427, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 16 and filled style. - static const IconData document_split_hint_off_16_filled = IconData( - 0x1057d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_16_filled = IconData(0x1057d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 20 and filled style. - static const IconData document_split_hint_off_20_filled = IconData( - 0x1057e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_20_filled = IconData(0x1057e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_split_hint_off" in size 24 and filled style. - static const IconData document_split_hint_off_24_filled = IconData( - 0xf428, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_split_hint_off_24_filled = IconData(0xf428, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 16 and filled style. - static const IconData document_sync_16_filled = IconData( - 0x100d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_16_filled = IconData(0x100d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 20 and filled style. - static const IconData document_sync_20_filled = IconData( - 0x100d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_20_filled = IconData(0x100d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_sync" in size 24 and filled style. - static const IconData document_sync_24_filled = IconData( - 0xfc0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_sync_24_filled = IconData(0xfc0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 16 and filled style. - static const IconData document_table_16_filled = IconData( - 0x10119, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_16_filled = IconData(0x10119, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 20 and filled style. - static const IconData document_table_20_filled = IconData( - 0x1011a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_20_filled = IconData(0x1011a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table" in size 24 and filled style. - static const IconData document_table_24_filled = IconData( - 0x1011b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_24_filled = IconData(0x1011b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_arrow_right" in size 20 and filled style. - static const IconData document_table_arrow_right_20_filled = IconData( - 0x10225, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_arrow_right_20_filled = IconData(0x10225, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_arrow_right" in size 24 and filled style. - static const IconData document_table_arrow_right_24_filled = IconData( - 0x10226, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_arrow_right_24_filled = IconData(0x10226, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_checkmark" in size 20 and filled style. - static const IconData document_table_checkmark_20_filled = IconData( - 0x10227, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_checkmark_20_filled = IconData(0x10227, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_checkmark" in size 24 and filled style. - static const IconData document_table_checkmark_24_filled = IconData( - 0x10228, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_checkmark_24_filled = IconData(0x10228, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_cube" in size 20 and filled style. - static const IconData document_table_cube_20_filled = IconData( - 0x10426, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_cube_20_filled = IconData(0x10426, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_cube" in size 24 and filled style. - static const IconData document_table_cube_24_filled = IconData( - 0x10427, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_cube_24_filled = IconData(0x10427, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_search" in size 20 and filled style. - static const IconData document_table_search_20_filled = IconData( - 0x10275, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_search_20_filled = IconData(0x10275, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_search" in size 24 and filled style. - static const IconData document_table_search_24_filled = IconData( - 0x10276, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_search_24_filled = IconData(0x10276, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_truck" in size 20 and filled style. - static const IconData document_table_truck_20_filled = IconData( - 0x10428, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_truck_20_filled = IconData(0x10428, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_table_truck" in size 24 and filled style. - static const IconData document_table_truck_24_filled = IconData( - 0x10429, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_table_truck_24_filled = IconData(0x10429, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text" in size 20 and filled style. - static const IconData document_text_20_filled = IconData( - 0x101e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_20_filled = IconData(0x101e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text" in size 24 and filled style. - static const IconData document_text_24_filled = IconData( - 0x101e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_24_filled = IconData(0x101e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_clock" in size 20 and filled style. - static const IconData document_text_clock_20_filled = IconData( - 0x10229, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_clock_20_filled = IconData(0x10229, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_clock" in size 24 and filled style. - static const IconData document_text_clock_24_filled = IconData( - 0x1022a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_clock_24_filled = IconData(0x1022a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_extract" in size 20 and filled style. - static const IconData document_text_extract_20_filled = IconData( - 0x10277, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_extract_20_filled = IconData(0x10277, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_extract" in size 24 and filled style. - static const IconData document_text_extract_24_filled = IconData( - 0x10278, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_extract_24_filled = IconData(0x10278, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_link" in size 20 and filled style. - static const IconData document_text_link_20_filled = IconData( - 0x101e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_link_20_filled = IconData(0x101e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_link" in size 24 and filled style. - static const IconData document_text_link_24_filled = IconData( - 0x101e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_link_24_filled = IconData(0x101e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_toolbox" in size 20 and filled style. - static const IconData document_text_toolbox_20_filled = IconData( - 0x1042a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_toolbox_20_filled = IconData(0x1042a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "document_text_toolbox" in size 24 and filled style. - static const IconData document_text_toolbox_24_filled = IconData( - 0x1042b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData document_text_toolbox_24_filled = IconData(0x1042b, 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, - ); + 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, - ); + static const IconData document_toolbox_24_filled = IconData(0xf3b1, 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, - ); + 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, - ); + static const IconData document_width_24_filled = IconData(0xf3b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door" in size 16 and filled style. - static const IconData door_16_filled = IconData( - 0xfa06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_16_filled = IconData(0xfa06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door" in size 20 and filled style. - static const IconData door_20_filled = IconData( - 0xff86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_20_filled = IconData(0xff86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door" in size 28 and filled style. - static const IconData door_28_filled = IconData( - 0x103a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_28_filled = IconData(0x103a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 16 and filled style. - static const IconData door_arrow_left_16_filled = IconData( - 0xfee4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_16_filled = IconData(0xfee4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 20 and filled style. - static const IconData door_arrow_left_20_filled = IconData( - 0xfd3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_20_filled = IconData(0xfd3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_left" in size 24 and filled style. - static const IconData door_arrow_left_24_filled = IconData( - 0xfe64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_left_24_filled = IconData(0xfe64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 16 and filled style. - static const IconData door_arrow_right_16_filled = IconData( - 0x100d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_16_filled = IconData(0x100d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 20 and filled style. - static const IconData door_arrow_right_20_filled = IconData( - 0x100da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_20_filled = IconData(0x100da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_arrow_right" in size 28 and filled style. - static const IconData door_arrow_right_28_filled = IconData( - 0x103a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_arrow_right_28_filled = IconData(0x103a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_tag" in size 20 and filled style. - static const IconData door_tag_20_filled = IconData( - 0x1057f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_tag_20_filled = IconData(0x1057f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "door_tag" in size 24 and filled style. - static const IconData door_tag_24_filled = IconData( - 0xfbb6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData door_tag_24_filled = IconData(0xfbb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "double_swipe_down" in size 20 and filled style. - static const IconData double_swipe_down_20_filled = IconData( - 0x10580, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_swipe_down_20_filled = IconData(0x10580, 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, - ); + static const IconData double_swipe_down_24_filled = IconData(0xf3ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "double_swipe_up" in size 20 and filled style. - static const IconData double_swipe_up_20_filled = IconData( - 0x10581, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_swipe_up_20_filled = IconData(0x10581, 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, - ); + static const IconData double_swipe_up_24_filled = IconData(0xf3bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "double_tap_swipe_down" in size 20 and filled style. - static const IconData double_tap_swipe_down_20_filled = IconData( - 0x10511, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_down_20_filled = IconData(0x10511, 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( - 0x10512, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_down_24_filled = IconData(0x10512, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "double_tap_swipe_up" in size 20 and filled style. - static const IconData double_tap_swipe_up_20_filled = IconData( - 0x10513, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_up_20_filled = IconData(0x10513, 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( - 0x10514, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData double_tap_swipe_up_24_filled = IconData(0x10514, 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, - ); + 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, - ); + 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, - ); + static const IconData drafts_24_filled = IconData(0xf3c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drag" in size 20 and filled style. - static const IconData drag_20_filled = IconData( - 0x10582, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drag_20_filled = IconData(0x10582, 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, - ); + static const IconData drag_24_filled = IconData(0xf3c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_image" in size 20 and filled style. - static const IconData draw_image_20_filled = IconData( - 0x10348, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_image_20_filled = IconData(0x10348, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_image" in size 24 and filled style. - static const IconData draw_image_24_filled = IconData( - 0x10349, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_image_24_filled = IconData(0x10349, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_shape" in size 20 and filled style. - static const IconData draw_shape_20_filled = IconData( - 0x1034a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_shape_20_filled = IconData(0x1034a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_shape" in size 24 and filled style. - static const IconData draw_shape_24_filled = IconData( - 0xfb8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_shape_24_filled = IconData(0xfb8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_text" in size 20 and filled style. - static const IconData draw_text_20_filled = IconData( - 0x1034b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_text_20_filled = IconData(0x1034b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "draw_text" in size 24 and filled style. - static const IconData draw_text_24_filled = IconData( - 0xfb8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData draw_text_24_filled = IconData(0xfb8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_add" in size 20 and filled style. - static const IconData drawer_add_20_filled = IconData( - 0x1034c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_add_20_filled = IconData(0x1034c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_add" in size 24 and filled style. - static const IconData drawer_add_24_filled = IconData( - 0x1034d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_add_24_filled = IconData(0x1034d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_arrow_download" in size 20 and filled style. - static const IconData drawer_arrow_download_20_filled = IconData( - 0x1034e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_arrow_download_20_filled = IconData(0x1034e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_arrow_download" in size 24 and filled style. - static const IconData drawer_arrow_download_24_filled = IconData( - 0x1034f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_arrow_download_24_filled = IconData(0x1034f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_dismiss" in size 20 and filled style. - static const IconData drawer_dismiss_20_filled = IconData( - 0x10350, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_dismiss_20_filled = IconData(0x10350, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_dismiss" in size 24 and filled style. - static const IconData drawer_dismiss_24_filled = IconData( - 0x10351, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_dismiss_24_filled = IconData(0x10351, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_download" in size 20 and filled style. - static const IconData drawer_download_20_filled = IconData( - 0x10352, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_download_20_filled = IconData(0x10352, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_download" in size 24 and filled style. - static const IconData drawer_download_24_filled = IconData( - 0x10353, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_download_24_filled = IconData(0x10353, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_play" in size 20 and filled style. - static const IconData drawer_play_20_filled = IconData( - 0x10354, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_play_20_filled = IconData(0x10354, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_play" in size 24 and filled style. - static const IconData drawer_play_24_filled = IconData( - 0x10355, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_play_24_filled = IconData(0x10355, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_subtract" in size 20 and filled style. - static const IconData drawer_subtract_20_filled = IconData( - 0x10356, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_subtract_20_filled = IconData(0x10356, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drawer_subtract" in size 24 and filled style. - static const IconData drawer_subtract_24_filled = IconData( - 0x10357, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drawer_subtract_24_filled = IconData(0x10357, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_beer" in size 16 and filled style. - static const IconData drink_beer_16_filled = IconData( - 0xf9f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_beer_16_filled = IconData(0xf9f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_beer" in size 20 and filled style. - static const IconData drink_beer_20_filled = IconData( - 0xf9f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_beer_20_filled = IconData(0xf9f2, 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, - ); + static const IconData drink_beer_24_filled = IconData(0xf3c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_coffee" in size 16 and filled style. - static const IconData drink_coffee_16_filled = IconData( - 0xf9f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_coffee_16_filled = IconData(0xf9f3, 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, - ); + 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, - ); + static const IconData drink_coffee_24_filled = IconData(0xf3c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_margarita" in size 16 and filled style. - static const IconData drink_margarita_16_filled = IconData( - 0xf9f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_margarita_16_filled = IconData(0xf9f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_margarita" in size 20 and filled style. - static const IconData drink_margarita_20_filled = IconData( - 0xf9f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_margarita_20_filled = IconData(0xf9f5, 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, - ); + static const IconData drink_margarita_24_filled = IconData(0xf3c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_to_go" in size 20 and filled style. - static const IconData drink_to_go_20_filled = IconData( - 0x10583, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_to_go_20_filled = IconData(0x10583, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_to_go" in size 24 and filled style. - static const IconData drink_to_go_24_filled = IconData( - 0xfc0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_to_go_24_filled = IconData(0xfc0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_wine" in size 16 and filled style. - static const IconData drink_wine_16_filled = IconData( - 0xf9f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_wine_16_filled = IconData(0xf9f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drink_wine" in size 20 and filled style. - static const IconData drink_wine_20_filled = IconData( - 0xf9f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drink_wine_20_filled = IconData(0xf9f7, 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, - ); + static const IconData drink_wine_24_filled = IconData(0xf3c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drive_train" in size 20 and filled style. - static const IconData drive_train_20_filled = IconData( - 0x10584, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drive_train_20_filled = IconData(0x10584, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drive_train" in size 24 and filled style. - static const IconData drive_train_24_filled = IconData( - 0xfee5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drive_train_24_filled = IconData(0xfee5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 12 and filled style. - static const IconData drop_12_filled = IconData( - 0xfd3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_12_filled = IconData(0xfd3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 16 and filled style. - static const IconData drop_16_filled = IconData( - 0xfd3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_16_filled = IconData(0xfd3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 20 and filled style. - static const IconData drop_20_filled = IconData( - 0xfd3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_20_filled = IconData(0xfd3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 24 and filled style. - static const IconData drop_24_filled = IconData( - 0xfd3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_24_filled = IconData(0xfd3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 28 and filled style. - static const IconData drop_28_filled = IconData( - 0xfd40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_28_filled = IconData(0xfd40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "drop" in size 48 and filled style. - static const IconData drop_48_filled = IconData( - 0xfd41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData drop_48_filled = IconData(0xfd41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen" in size 20 and filled style. - static const IconData dual_screen_20_filled = IconData( - 0x100db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_20_filled = IconData(0x100db, 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, - ); + static const IconData dual_screen_24_filled = IconData(0xf3c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_add" in size 20 and filled style. - static const IconData dual_screen_add_20_filled = IconData( - 0x10585, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_add_20_filled = IconData(0x10585, 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, - ); + static const IconData dual_screen_add_24_filled = IconData(0xf3c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_right" in size 20 and filled style. - static const IconData dual_screen_arrow_right_20_filled = IconData( - 0x10586, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_right_20_filled = IconData(0x10586, 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, - ); + static const IconData dual_screen_arrow_right_24_filled = IconData(0xf3ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_up" in size 20 and filled style. - static const IconData dual_screen_arrow_up_20_filled = IconData( - 0x10587, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_up_20_filled = IconData(0x10587, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_arrow_up" in size 24 and filled style. - static const IconData dual_screen_arrow_up_24_filled = IconData( - 0xfa07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_arrow_up_24_filled = IconData(0xfa07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_clock" in size 20 and filled style. - static const IconData dual_screen_clock_20_filled = IconData( - 0x10588, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_clock_20_filled = IconData(0x10588, 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, - ); + static const IconData dual_screen_clock_24_filled = IconData(0xf3cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_closed_alert" in size 20 and filled style. - static const IconData dual_screen_closed_alert_20_filled = IconData( - 0x10589, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_closed_alert_20_filled = IconData(0x10589, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_closed_alert" in size 24 and filled style. - static const IconData dual_screen_closed_alert_24_filled = IconData( - 0xfa08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_closed_alert_24_filled = IconData(0xfa08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_desktop" in size 20 and filled style. - static const IconData dual_screen_desktop_20_filled = IconData( - 0x1058a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_desktop_20_filled = IconData(0x1058a, 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, - ); + static const IconData dual_screen_desktop_24_filled = IconData(0xf3cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_dismiss" in size 20 and filled style. - static const IconData dual_screen_dismiss_20_filled = IconData( - 0x1058b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_dismiss_20_filled = IconData(0x1058b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_dismiss" in size 24 and filled style. - static const IconData dual_screen_dismiss_24_filled = IconData( - 0xfce2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_dismiss_24_filled = IconData(0xfce2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_group" in size 20 and filled style. - static const IconData dual_screen_group_20_filled = IconData( - 0x1058c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_group_20_filled = IconData(0x1058c, 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, - ); + static const IconData dual_screen_group_24_filled = IconData(0xf3ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_header" in size 20 and filled style. - static const IconData dual_screen_header_20_filled = IconData( - 0x1058d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_header_20_filled = IconData(0x1058d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_header" in size 24 and filled style. - static const IconData dual_screen_header_24_filled = IconData( - 0xfc0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_header_24_filled = IconData(0xfc0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_lock" in size 20 and filled style. - static const IconData dual_screen_lock_20_filled = IconData( - 0x1058e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_lock_20_filled = IconData(0x1058e, 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, - ); + static const IconData dual_screen_lock_24_filled = IconData(0xf3cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_mirror" in size 20 and filled style. - static const IconData dual_screen_mirror_20_filled = IconData( - 0x1058f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_mirror_20_filled = IconData(0x1058f, 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, - ); + static const IconData dual_screen_mirror_24_filled = IconData(0xf3d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_pagination" in size 20 and filled style. - static const IconData dual_screen_pagination_20_filled = IconData( - 0x10590, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_pagination_20_filled = IconData(0x10590, 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, - ); + static const IconData dual_screen_pagination_24_filled = IconData(0xf3d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_settings" in size 20 and filled style. - static const IconData dual_screen_settings_20_filled = IconData( - 0x10591, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_settings_20_filled = IconData(0x10591, 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, - ); + static const IconData dual_screen_settings_24_filled = IconData(0xf3d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_span" in size 20 and filled style. - static const IconData dual_screen_span_20_filled = IconData( - 0x10592, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_span_20_filled = IconData(0x10592, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_span" in size 24 and filled style. - static const IconData dual_screen_span_24_filled = IconData( - 0xf9f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_span_24_filled = IconData(0xf9f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_speaker" in size 20 and filled style. - static const IconData dual_screen_speaker_20_filled = IconData( - 0x10593, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_speaker_20_filled = IconData(0x10593, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_speaker" in size 24 and filled style. - static const IconData dual_screen_speaker_24_filled = IconData( - 0xfce3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_speaker_24_filled = IconData(0xfce3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_status_bar" in size 20 and filled style. - static const IconData dual_screen_status_bar_20_filled = IconData( - 0x10594, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_status_bar_20_filled = IconData(0x10594, 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, - ); + static const IconData dual_screen_status_bar_24_filled = IconData(0xf3d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_tablet" in size 20 and filled style. - static const IconData dual_screen_tablet_20_filled = IconData( - 0x10595, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_tablet_20_filled = IconData(0x10595, 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, - ); + static const IconData dual_screen_tablet_24_filled = IconData(0xf3d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_update" in size 20 and filled style. - static const IconData dual_screen_update_20_filled = IconData( - 0x10596, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_update_20_filled = IconData(0x10596, 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, - ); + static const IconData dual_screen_update_24_filled = IconData(0xf3d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_vertical_scroll" in size 20 and filled style. - static const IconData dual_screen_vertical_scroll_20_filled = IconData( - 0x10597, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_vertical_scroll_20_filled = IconData(0x10597, 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, - ); + static const IconData dual_screen_vertical_scroll_24_filled = IconData(0xf3d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dual_screen_vibrate" in size 20 and filled style. - static const IconData dual_screen_vibrate_20_filled = IconData( - 0x10598, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dual_screen_vibrate_20_filled = IconData(0x10598, 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, - ); + static const IconData dual_screen_vibrate_24_filled = IconData(0xf3d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 16 and filled style. - static const IconData dumbbell_16_filled = IconData( - 0xfd42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_16_filled = IconData(0xfd42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 20 and filled style. - static const IconData dumbbell_20_filled = IconData( - 0xfd43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_20_filled = IconData(0xfd43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 24 and filled style. - static const IconData dumbbell_24_filled = IconData( - 0xfd44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_24_filled = IconData(0xfd44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "dumbbell" in size 28 and filled style. - static const IconData dumbbell_28_filled = IconData( - 0xfd45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData dumbbell_28_filled = IconData(0xfd45, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData edit_24_filled = IconData(0xf3dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 28 and filled style. - static const IconData edit_28_filled = IconData( - 0x10622, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_28_filled = IconData(0x10622, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 32 and filled style. - static const IconData edit_32_filled = IconData( - 0xf9f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_32_filled = IconData(0xf9f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit" in size 48 and filled style. - static const IconData edit_48_filled = IconData( - 0x10623, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_48_filled = IconData(0x10623, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_arrow_back" in size 16 and filled style. - static const IconData edit_arrow_back_16_filled = IconData( - 0xf42d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_arrow_back_16_filled = IconData(0xf42d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_arrow_back" in size 20 and filled style. - static const IconData edit_arrow_back_20_filled = IconData( - 0x10010, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_arrow_back_20_filled = IconData(0x10010, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 16 and filled style. - static const IconData edit_off_16_filled = IconData( - 0xf9fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_16_filled = IconData(0xf9fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 20 and filled style. - static const IconData edit_off_20_filled = IconData( - 0xfd46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_20_filled = IconData(0xfd46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 24 and filled style. - static const IconData edit_off_24_filled = IconData( - 0xf9fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_24_filled = IconData(0xf9fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 28 and filled style. - static const IconData edit_off_28_filled = IconData( - 0x10624, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_28_filled = IconData(0x10624, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 32 and filled style. - static const IconData edit_off_32_filled = IconData( - 0x10625, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_32_filled = IconData(0x10625, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_off" in size 48 and filled style. - static const IconData edit_off_48_filled = IconData( - 0x10626, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_off_48_filled = IconData(0x10626, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 16 and filled style. - static const IconData edit_prohibited_16_filled = IconData( - 0x10627, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_16_filled = IconData(0x10627, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 20 and filled style. - static const IconData edit_prohibited_20_filled = IconData( - 0x10628, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_20_filled = IconData(0x10628, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 24 and filled style. - static const IconData edit_prohibited_24_filled = IconData( - 0x10629, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_24_filled = IconData(0x10629, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 28 and filled style. - static const IconData edit_prohibited_28_filled = IconData( - 0x1062a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_28_filled = IconData(0x1062a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 32 and filled style. - static const IconData edit_prohibited_32_filled = IconData( - 0x1062b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_32_filled = IconData(0x1062b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_prohibited" in size 48 and filled style. - static const IconData edit_prohibited_48_filled = IconData( - 0x1062c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_prohibited_48_filled = IconData(0x1062c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_settings" in size 20 and filled style. - static const IconData edit_settings_20_filled = IconData( - 0x10599, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_settings_20_filled = IconData(0x10599, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "edit_settings" in size 24 and filled style. - static const IconData edit_settings_24_filled = IconData( - 0xf9fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData edit_settings_24_filled = IconData(0xf9fc, 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_24_filled = IconData(0xf3e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 28 and filled style. - static const IconData emoji_28_filled = IconData( - 0x10358, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_28_filled = IconData(0x10358, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 32 and filled style. - static const IconData emoji_32_filled = IconData( - 0x10359, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_32_filled = IconData(0x10359, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji" in size 48 and filled style. - static const IconData emoji_48_filled = IconData( - 0x1035a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_48_filled = IconData(0x1035a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_add" in size 16 and filled style. - static const IconData emoji_add_16_filled = IconData( - 0xf9fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_add_16_filled = IconData(0xf9fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_add" in size 20 and filled style. - static const IconData emoji_add_20_filled = IconData( - 0xfb3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_add_20_filled = IconData(0xfb3f, 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_angry_24_filled = IconData(0xf3e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 16 and filled style. - static const IconData emoji_edit_16_filled = IconData( - 0x1062d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_16_filled = IconData(0x1062d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 20 and filled style. - static const IconData emoji_edit_20_filled = IconData( - 0x1062e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_20_filled = IconData(0x1062e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 24 and filled style. - static const IconData emoji_edit_24_filled = IconData( - 0x1062f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_24_filled = IconData(0x1062f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 28 and filled style. - static const IconData emoji_edit_28_filled = IconData( - 0x10630, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_28_filled = IconData(0x10630, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_edit" in size 48 and filled style. - static const IconData emoji_edit_48_filled = IconData( - 0x10631, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_edit_48_filled = IconData(0x10631, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 20 and filled style. - static const IconData emoji_hand_20_filled = IconData( - 0xfe65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_20_filled = IconData(0xfe65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 24 and filled style. - static const IconData emoji_hand_24_filled = IconData( - 0xf9fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_24_filled = IconData(0xf9fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_hand" in size 28 and filled style. - static const IconData emoji_hand_28_filled = IconData( - 0xf9ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_hand_28_filled = IconData(0xf9ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_laugh" in size 16 and filled style. - static const IconData emoji_laugh_16_filled = IconData( - 0xff87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_laugh_16_filled = IconData(0xff87, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData emoji_meh_24_filled = IconData(0xf3e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_multiple" in size 20 and filled style. - static const IconData emoji_multiple_20_filled = IconData( - 0xfa18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_multiple_20_filled = IconData(0xfa18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_multiple" in size 24 and filled style. - static const IconData emoji_multiple_24_filled = IconData( - 0xfa47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_multiple_24_filled = IconData(0xfa47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad" in size 16 and filled style. - static const IconData emoji_sad_16_filled = IconData( - 0x10011, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_16_filled = IconData(0x10011, 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, - ); + 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, - ); + static const IconData emoji_sad_24_filled = IconData(0xf3e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad_slight" in size 20 and filled style. - static const IconData emoji_sad_slight_20_filled = IconData( - 0x102ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_slight_20_filled = IconData(0x102ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sad_slight" in size 24 and filled style. - static const IconData emoji_sad_slight_24_filled = IconData( - 0x102ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sad_slight_24_filled = IconData(0x102ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_smile_slight" in size 20 and filled style. - static const IconData emoji_smile_slight_20_filled = IconData( - 0x102ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_smile_slight_20_filled = IconData(0x102ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_smile_slight" in size 24 and filled style. - static const IconData emoji_smile_slight_24_filled = IconData( - 0x102ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_smile_slight_24_filled = IconData(0x102ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 16 and filled style. - static const IconData emoji_sparkle_16_filled = IconData( - 0x1035b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_16_filled = IconData(0x1035b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 20 and filled style. - static const IconData emoji_sparkle_20_filled = IconData( - 0x1035c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_20_filled = IconData(0x1035c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 24 and filled style. - static const IconData emoji_sparkle_24_filled = IconData( - 0x1035d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_24_filled = IconData(0x1035d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 28 and filled style. - static const IconData emoji_sparkle_28_filled = IconData( - 0x1035e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_28_filled = IconData(0x1035e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 32 and filled style. - static const IconData emoji_sparkle_32_filled = IconData( - 0x1035f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_32_filled = IconData(0x1035f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "emoji_sparkle" in size 48 and filled style. - static const IconData emoji_sparkle_48_filled = IconData( - 0x10360, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData emoji_sparkle_48_filled = IconData(0x10360, 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, - ); + 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, - ); + static const IconData emoji_surprise_24_filled = IconData(0xf3eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "engine" in size 20 and filled style. - static const IconData engine_20_filled = IconData( - 0x1059a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData engine_20_filled = IconData(0x1059a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "engine" in size 24 and filled style. - static const IconData engine_24_filled = IconData( - 0xfee6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData engine_24_filled = IconData(0xfee6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "equal_circle" in size 20 and filled style. - static const IconData equal_circle_20_filled = IconData( - 0x1042c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData equal_circle_20_filled = IconData(0x1042c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "equal_circle" in size 24 and filled style. - static const IconData equal_circle_24_filled = IconData( - 0x1042d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData equal_circle_24_filled = IconData(0x1042d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "equal_off" in size 20 and filled style. - static const IconData equal_off_20_filled = IconData( - 0xf42e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData equal_off_20_filled = IconData(0xf42e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "equal_off" in size 24 and filled style. - static const IconData equal_off_24_filled = IconData( - 0xff88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData equal_off_24_filled = IconData(0xff88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser" in size 20 and filled style. - static const IconData eraser_20_filled = IconData( - 0xfa00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_20_filled = IconData(0xfa00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser" in size 24 and filled style. - static const IconData eraser_24_filled = IconData( - 0xfa01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_24_filled = IconData(0xfa01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_medium" in size 20 and filled style. - static const IconData eraser_medium_20_filled = IconData( - 0x1059b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_medium_20_filled = IconData(0x1059b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_medium" in size 24 and filled style. - static const IconData eraser_medium_24_filled = IconData( - 0xfa02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_medium_24_filled = IconData(0xfa02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_segment" in size 20 and filled style. - static const IconData eraser_segment_20_filled = IconData( - 0x1059c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_segment_20_filled = IconData(0x1059c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_segment" in size 24 and filled style. - static const IconData eraser_segment_24_filled = IconData( - 0xfa03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_segment_24_filled = IconData(0xfa03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_small" in size 20 and filled style. - static const IconData eraser_small_20_filled = IconData( - 0x1059d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_small_20_filled = IconData(0x1059d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_small" in size 24 and filled style. - static const IconData eraser_small_24_filled = IconData( - 0xfa04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_small_24_filled = IconData(0xfa04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eraser_tool" in size 20 and filled style. - static const IconData eraser_tool_20_filled = IconData( - 0x1059e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eraser_tool_20_filled = IconData(0x1059e, 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, - ); + static const IconData eraser_tool_24_filled = IconData(0xf3ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "error_circle" in size 12 and filled style. - static const IconData error_circle_12_filled = IconData( - 0xfa05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_12_filled = IconData(0xfa05, 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, - ); + 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, - ); + 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, - ); + static const IconData error_circle_24_filled = IconData(0xf3f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "error_circle_settings" in size 16 and filled style. - static const IconData error_circle_settings_16_filled = IconData( - 0xf42f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_settings_16_filled = IconData(0xf42f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "error_circle_settings" in size 20 and filled style. - static const IconData error_circle_settings_20_filled = IconData( - 0xff89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData error_circle_settings_20_filled = IconData(0xff89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 16 and filled style. - static const IconData expand_up_left_16_filled = IconData( - 0xf430, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_16_filled = IconData(0xf430, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 20 and filled style. - static const IconData expand_up_left_20_filled = IconData( - 0xf435, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_20_filled = IconData(0xf435, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 24 and filled style. - static const IconData expand_up_left_24_filled = IconData( - 0xf436, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_24_filled = IconData(0xf436, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 28 and filled style. - static const IconData expand_up_left_28_filled = IconData( - 0xf437, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_28_filled = IconData(0xf437, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 32 and filled style. - static const IconData expand_up_left_32_filled = IconData( - 0xf44f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_32_filled = IconData(0xf44f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_left" in size 48 and filled style. - static const IconData expand_up_left_48_filled = IconData( - 0xf450, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_left_48_filled = IconData(0xf450, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 16 and filled style. - static const IconData expand_up_right_16_filled = IconData( - 0xf453, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_16_filled = IconData(0xf453, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 20 and filled style. - static const IconData expand_up_right_20_filled = IconData( - 0xf454, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_20_filled = IconData(0xf454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 24 and filled style. - static const IconData expand_up_right_24_filled = IconData( - 0xf471, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_24_filled = IconData(0xf471, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 28 and filled style. - static const IconData expand_up_right_28_filled = IconData( - 0xf49c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_28_filled = IconData(0xf49c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 32 and filled style. - static const IconData expand_up_right_32_filled = IconData( - 0xf49d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_32_filled = IconData(0xf49d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "expand_up_right" in size 48 and filled style. - static const IconData expand_up_right_48_filled = IconData( - 0xf49e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData expand_up_right_48_filled = IconData(0xf49e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "extended_dock" in size 20 and filled style. - static const IconData extended_dock_20_filled = IconData( - 0x1059f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData extended_dock_20_filled = IconData(0x1059f, 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, - ); + static const IconData extended_dock_24_filled = IconData(0xf3f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "extension" in size 16 and filled style. - static const IconData extension_16_filled = IconData( - 0x10012, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData extension_16_filled = IconData(0x10012, 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, - ); + 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, - ); + static const IconData extension_24_filled = IconData(0xf3f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 12 and filled style. - static const IconData eye_12_filled = IconData( - 0x104c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_12_filled = IconData(0x104c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 16 and filled style. - static const IconData eye_16_filled = IconData( - 0x104c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_16_filled = IconData(0x104c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 20 and filled style. - static const IconData eye_20_filled = IconData( - 0x104c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_20_filled = IconData(0x104c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye" in size 24 and filled style. - static const IconData eye_24_filled = IconData( - 0x104c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_24_filled = IconData(0x104c3, 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, - ); + 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, - ); + static const IconData eye_hide_24_filled = IconData(0xf3f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 16 and filled style. - static const IconData eye_off_16_filled = IconData( - 0xff8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_16_filled = IconData(0xff8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 20 and filled style. - static const IconData eye_off_20_filled = IconData( - 0x104c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_20_filled = IconData(0x104c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_off" in size 24 and filled style. - static const IconData eye_off_24_filled = IconData( - 0x104c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_off_24_filled = IconData(0x104c5, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData eye_show_24_filled = IconData(0xf3fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 16 and filled style. - static const IconData eye_tracking_16_filled = IconData( - 0x104c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_16_filled = IconData(0x104c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 20 and filled style. - static const IconData eye_tracking_20_filled = IconData( - 0x104c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_20_filled = IconData(0x104c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking" in size 24 and filled style. - static const IconData eye_tracking_24_filled = IconData( - 0x104c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_24_filled = IconData(0x104c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 16 and filled style. - static const IconData eye_tracking_off_16_filled = IconData( - 0xfa09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_16_filled = IconData(0xfa09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 20 and filled style. - static const IconData eye_tracking_off_20_filled = IconData( - 0xfa0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_20_filled = IconData(0xfa0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_off" in size 24 and filled style. - static const IconData eye_tracking_off_24_filled = IconData( - 0xfa0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_off_24_filled = IconData(0xfa0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 16 and filled style. - static const IconData eye_tracking_on_16_filled = IconData( - 0xfc0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_16_filled = IconData(0xfc0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 20 and filled style. - static const IconData eye_tracking_on_20_filled = IconData( - 0xfc0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_20_filled = IconData(0xfc0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eye_tracking_on" in size 24 and filled style. - static const IconData eye_tracking_on_24_filled = IconData( - 0xfc10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eye_tracking_on_24_filled = IconData(0xfc10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eyedropper" in size 20 and filled style. - static const IconData eyedropper_20_filled = IconData( - 0xfd47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_20_filled = IconData(0xfd47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eyedropper" in size 24 and filled style. - static const IconData eyedropper_24_filled = IconData( - 0xfd48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_24_filled = IconData(0xfd48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eyedropper_off" in size 20 and filled style. - static const IconData eyedropper_off_20_filled = IconData( - 0x104a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_off_20_filled = IconData(0x104a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "eyedropper_off" in size 24 and filled style. - static const IconData eyedropper_off_24_filled = IconData( - 0x104a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData eyedropper_off_24_filled = IconData(0x104a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 16 and filled style. - static const IconData f_stop_16_filled = IconData( - 0xfa0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_16_filled = IconData(0xfa0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 20 and filled style. - static const IconData f_stop_20_filled = IconData( - 0xfa0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_20_filled = IconData(0xfa0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 24 and filled style. - static const IconData f_stop_24_filled = IconData( - 0xfa0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_24_filled = IconData(0xfa0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "f_stop" in size 28 and filled style. - static const IconData f_stop_28_filled = IconData( - 0xfa0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData f_stop_28_filled = IconData(0xfa0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fast_acceleration" in size 20 and filled style. - static const IconData fast_acceleration_20_filled = IconData( - 0x105a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fast_acceleration_20_filled = IconData(0x105a0, 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, - ); + static const IconData fast_acceleration_24_filled = IconData(0xf3fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fast_forward" in size 16 and filled style. - static const IconData fast_forward_16_filled = IconData( - 0x10279, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fast_forward_16_filled = IconData(0x10279, 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, - ); + 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, - ); + static const IconData fast_forward_24_filled = IconData(0xf3fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fast_forward" in size 28 and filled style. - static const IconData fast_forward_28_filled = IconData( - 0x1027a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fast_forward_28_filled = IconData(0x1027a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fax" in size 16 and filled style. - static const IconData fax_16_filled = IconData( - 0xf4b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fax_16_filled = IconData(0xf4b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fax" in size 20 and filled style. - static const IconData fax_20_filled = IconData( - 0xff8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fax_20_filled = IconData(0xff8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter" in size 12 and filled style. - static const IconData filter_12_filled = IconData( - 0x10728, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_12_filled = IconData(0x10728, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter" in size 16 and filled style. - static const IconData filter_16_filled = IconData( - 0xfe66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_16_filled = IconData(0xfe66, 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, - ); + 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, - ); + 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, - ); + static const IconData filter_28_filled = IconData(0xf407, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_add" in size 20 and filled style. - static const IconData filter_add_20_filled = IconData( - 0x10632, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_add_20_filled = IconData(0x10632, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 16 and filled style. - static const IconData filter_dismiss_16_filled = IconData( - 0xff8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_16_filled = IconData(0xff8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 20 and filled style. - static const IconData filter_dismiss_20_filled = IconData( - 0xff8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_20_filled = IconData(0xff8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_dismiss" in size 24 and filled style. - static const IconData filter_dismiss_24_filled = IconData( - 0xfce4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_dismiss_24_filled = IconData(0xfce4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_sync" in size 20 and filled style. - static const IconData filter_sync_20_filled = IconData( - 0x105a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_sync_20_filled = IconData(0x105a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "filter_sync" in size 24 and filled style. - static const IconData filter_sync_24_filled = IconData( - 0xfce5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData filter_sync_24_filled = IconData(0xfce5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fingerprint" in size 20 and filled style. - static const IconData fingerprint_20_filled = IconData( - 0x105a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fingerprint_20_filled = IconData(0x105a2, 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, - ); + static const IconData fingerprint_24_filled = IconData(0xf408, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fingerprint" in size 48 and filled style. - static const IconData fingerprint_48_filled = IconData( - 0xfa10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fingerprint_48_filled = IconData(0xfa10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fixed_width" in size 20 and filled style. - static const IconData fixed_width_20_filled = IconData( - 0x105a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fixed_width_20_filled = IconData(0x105a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fixed_width" in size 24 and filled style. - static const IconData fixed_width_24_filled = IconData( - 0xfa11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fixed_width_24_filled = IconData(0xfa11, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData flag_48_filled = IconData(0xf40d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flag_off" in size 16 and filled style. - static const IconData flag_off_16_filled = IconData( - 0xfd49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flag_off_16_filled = IconData(0xfd49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flag_off" in size 20 and filled style. - static const IconData flag_off_20_filled = IconData( - 0xfd4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flag_off_20_filled = IconData(0xfd4a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData flag_pride_48_filled = IconData(0xf415, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 16 and filled style. - static const IconData flash_16_filled = IconData( - 0xfe67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_16_filled = IconData(0xfe67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 20 and filled style. - static const IconData flash_20_filled = IconData( - 0x104c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_20_filled = IconData(0x104c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 24 and filled style. - static const IconData flash_24_filled = IconData( - 0x104ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_24_filled = IconData(0x104ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash" in size 28 and filled style. - static const IconData flash_28_filled = IconData( - 0xfe68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_28_filled = IconData(0xfe68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_add" in size 20 and filled style. - static const IconData flash_add_20_filled = IconData( - 0x10633, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_add_20_filled = IconData(0x10633, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_auto" in size 20 and filled style. - static const IconData flash_auto_20_filled = IconData( - 0x105a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_auto_20_filled = IconData(0x105a4, 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, - ); + static const IconData flash_auto_24_filled = IconData(0xf416, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 16 and filled style. - static const IconData flash_checkmark_16_filled = IconData( - 0xfe69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_16_filled = IconData(0xfe69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 20 and filled style. - static const IconData flash_checkmark_20_filled = IconData( - 0xfe6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_20_filled = IconData(0xfe6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 24 and filled style. - static const IconData flash_checkmark_24_filled = IconData( - 0xfe6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_24_filled = IconData(0xfe6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_checkmark" in size 28 and filled style. - static const IconData flash_checkmark_28_filled = IconData( - 0xfe6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_checkmark_28_filled = IconData(0xfe6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 16 and filled style. - static const IconData flash_flow_16_filled = IconData( - 0x10634, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_16_filled = IconData(0x10634, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 20 and filled style. - static const IconData flash_flow_20_filled = IconData( - 0x10635, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_20_filled = IconData(0x10635, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_flow" in size 24 and filled style. - static const IconData flash_flow_24_filled = IconData( - 0x10636, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_flow_24_filled = IconData(0x10636, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_off" in size 20 and filled style. - static const IconData flash_off_20_filled = IconData( - 0x105a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_off_20_filled = IconData(0x105a5, 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, - ); + 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, - ); + 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, - ); + static const IconData flash_on_24_filled = IconData(0xf419, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_play" in size 20 and filled style. - static const IconData flash_play_20_filled = IconData( - 0x10637, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_play_20_filled = IconData(0x10637, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_settings" in size 20 and filled style. - static const IconData flash_settings_20_filled = IconData( - 0x1022b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_settings_20_filled = IconData(0x1022b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flash_settings" in size 24 and filled style. - static const IconData flash_settings_24_filled = IconData( - 0x1022c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flash_settings_24_filled = IconData(0x1022c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flashlight" in size 16 and filled style. - static const IconData flashlight_16_filled = IconData( - 0xff8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_16_filled = IconData(0xff8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flashlight" in size 20 and filled style. - static const IconData flashlight_20_filled = IconData( - 0xff8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_20_filled = IconData(0xff8f, 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, - ); + static const IconData flashlight_24_filled = IconData(0xf41a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flashlight_off" in size 20 and filled style. - static const IconData flashlight_off_20_filled = IconData( - 0x105a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flashlight_off_20_filled = IconData(0x105a6, 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, - ); + static const IconData flashlight_off_24_filled = IconData(0xf41b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 16 and filled style. - static const IconData flip_horizontal_16_filled = IconData( - 0x10361, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_16_filled = IconData(0x10361, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 20 and filled style. - static const IconData flip_horizontal_20_filled = IconData( - 0x10362, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_20_filled = IconData(0x10362, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 24 and filled style. - static const IconData flip_horizontal_24_filled = IconData( - 0xfa12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_24_filled = IconData(0xfa12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 28 and filled style. - static const IconData flip_horizontal_28_filled = IconData( - 0x10363, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_28_filled = IconData(0x10363, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 32 and filled style. - static const IconData flip_horizontal_32_filled = IconData( - 0x10364, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_32_filled = IconData(0x10364, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_horizontal" in size 48 and filled style. - static const IconData flip_horizontal_48_filled = IconData( - 0x10365, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_horizontal_48_filled = IconData(0x10365, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 16 and filled style. - static const IconData flip_vertical_16_filled = IconData( - 0x10366, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_16_filled = IconData(0x10366, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 20 and filled style. - static const IconData flip_vertical_20_filled = IconData( - 0x10367, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_20_filled = IconData(0x10367, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 24 and filled style. - static const IconData flip_vertical_24_filled = IconData( - 0xfa13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_24_filled = IconData(0xfa13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 28 and filled style. - static const IconData flip_vertical_28_filled = IconData( - 0x10368, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_28_filled = IconData(0x10368, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 32 and filled style. - static const IconData flip_vertical_32_filled = IconData( - 0x10369, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_32_filled = IconData(0x10369, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flip_vertical" in size 48 and filled style. - static const IconData flip_vertical_48_filled = IconData( - 0x1036a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flip_vertical_48_filled = IconData(0x1036a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flow" in size 16 and filled style. - static const IconData flow_16_filled = IconData( - 0xf4b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flow_16_filled = IconData(0xf4b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flow" in size 20 and filled style. - static const IconData flow_20_filled = IconData( - 0xff90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flow_20_filled = IconData(0xff90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flowchart" in size 20 and filled style. - static const IconData flowchart_20_filled = IconData( - 0x1027b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_20_filled = IconData(0x1027b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flowchart" in size 24 and filled style. - static const IconData flowchart_24_filled = IconData( - 0x1027c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_24_filled = IconData(0x1027c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flowchart_circle" in size 20 and filled style. - static const IconData flowchart_circle_20_filled = IconData( - 0x1027d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_circle_20_filled = IconData(0x1027d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "flowchart_circle" in size 24 and filled style. - static const IconData flowchart_circle_24_filled = IconData( - 0x1027e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData flowchart_circle_24_filled = IconData(0x1027e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 20 and filled style. - static const IconData fluent_20_filled = IconData( - 0x105a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluent_20_filled = IconData(0x105a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 24 and filled style. - static const IconData fluent_24_filled = IconData( - 0xfc11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluent_24_filled = IconData(0xfc11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 32 and filled style. - static const IconData fluent_32_filled = IconData( - 0xfa14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluent_32_filled = IconData(0xfa14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluent" in size 48 and filled style. - static const IconData fluent_48_filled = IconData( - 0xfa15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluent_48_filled = IconData(0xfa15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 16 and filled style. - static const IconData fluid_16_filled = IconData( - 0xff91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluid_16_filled = IconData(0xff91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 20 and filled style. - static const IconData fluid_20_filled = IconData( - 0xfa16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluid_20_filled = IconData(0xfa16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fluid" in size 24 and filled style. - static const IconData fluid_24_filled = IconData( - 0xfa17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fluid_24_filled = IconData(0xfa17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder" in size 16 and filled style. - static const IconData folder_16_filled = IconData( - 0xfce6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_16_filled = IconData(0xfce6, 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, - ); + 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, - ); + 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, - ); + static const IconData folder_28_filled = IconData(0xf41e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder" in size 32 and filled style. - static const IconData folder_32_filled = IconData( - 0xfce7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_32_filled = IconData(0xfce7, 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, - ); + static const IconData folder_48_filled = IconData(0xf41f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_add" in size 16 and filled style. - static const IconData folder_add_16_filled = IconData( - 0xff92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_add_16_filled = IconData(0xff92, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_add_48_filled = IconData(0xf423, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 16 and filled style. - static const IconData folder_arrow_left_16_filled = IconData( - 0x10638, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_16_filled = IconData(0x10638, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 20 and filled style. - static const IconData folder_arrow_left_20_filled = IconData( - 0x10639, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_20_filled = IconData(0x10639, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 24 and filled style. - static const IconData folder_arrow_left_24_filled = IconData( - 0x1063a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_24_filled = IconData(0x1063a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 28 and filled style. - static const IconData folder_arrow_left_28_filled = IconData( - 0x1063b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_28_filled = IconData(0x1063b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_left" in size 32 and filled style. - static const IconData folder_arrow_left_32_filled = IconData( - 0x1063c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_left_32_filled = IconData(0x1063c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 16 and filled style. - static const IconData folder_arrow_right_16_filled = IconData( - 0xfc12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_16_filled = IconData(0xfc12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 20 and filled style. - static const IconData folder_arrow_right_20_filled = IconData( - 0xfc13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_20_filled = IconData(0xfc13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 24 and filled style. - static const IconData folder_arrow_right_24_filled = IconData( - 0xfc14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_24_filled = IconData(0xfc14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 28 and filled style. - static const IconData folder_arrow_right_28_filled = IconData( - 0xfc15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_28_filled = IconData(0xfc15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_right" in size 48 and filled style. - static const IconData folder_arrow_right_48_filled = IconData( - 0xfc16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_right_48_filled = IconData(0xfc16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 16 and filled style. - static const IconData folder_arrow_up_16_filled = IconData( - 0xfb8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_16_filled = IconData(0xfb8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 20 and filled style. - static const IconData folder_arrow_up_20_filled = IconData( - 0xfb8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_20_filled = IconData(0xfb8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 24 and filled style. - static const IconData folder_arrow_up_24_filled = IconData( - 0xfb90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_24_filled = IconData(0xfb90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 28 and filled style. - static const IconData folder_arrow_up_28_filled = IconData( - 0xfb91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_28_filled = IconData(0xfb91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_arrow_up" in size 48 and filled style. - static const IconData folder_arrow_up_48_filled = IconData( - 0xfc17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_arrow_up_48_filled = IconData(0xfc17, 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, - ); + static const IconData folder_briefcase_20_filled = IconData(0xf424, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_globe" in size 16 and filled style. - static const IconData folder_globe_16_filled = IconData( - 0xf4bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_globe_16_filled = IconData(0xf4bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_globe" in size 20 and filled style. - static const IconData folder_globe_20_filled = IconData( - 0xff93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_globe_20_filled = IconData(0xff93, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_link_48_filled = IconData(0xf42c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_mail" in size 16 and filled style. - static const IconData folder_mail_16_filled = IconData( - 0xfee7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_mail_16_filled = IconData(0xfee7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_mail" in size 20 and filled style. - static const IconData folder_mail_20_filled = IconData( - 0xff94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_mail_20_filled = IconData(0xff94, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData folder_open_vertical_20_filled = IconData(0xf434, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_person" in size 16 and filled style. - static const IconData folder_person_16_filled = IconData( - 0xf4d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_person_16_filled = IconData(0xf4d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_person" in size 20 and filled style. - static const IconData folder_person_20_filled = IconData( - 0xff95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_person_20_filled = IconData(0xff95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 16 and filled style. - static const IconData folder_prohibited_16_filled = IconData( - 0xfe6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_16_filled = IconData(0xfe6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 20 and filled style. - static const IconData folder_prohibited_20_filled = IconData( - 0xfc18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_20_filled = IconData(0xfc18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 24 and filled style. - static const IconData folder_prohibited_24_filled = IconData( - 0xfc19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_24_filled = IconData(0xfc19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 28 and filled style. - static const IconData folder_prohibited_28_filled = IconData( - 0xfc1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_28_filled = IconData(0xfc1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_prohibited" in size 48 and filled style. - static const IconData folder_prohibited_48_filled = IconData( - 0xfc1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_prohibited_48_filled = IconData(0xfc1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 16 and filled style. - static const IconData folder_swap_16_filled = IconData( - 0xfc1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_16_filled = IconData(0xfc1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 20 and filled style. - static const IconData folder_swap_20_filled = IconData( - 0xfc1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_20_filled = IconData(0xfc1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_swap" in size 24 and filled style. - static const IconData folder_swap_24_filled = IconData( - 0xfc1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_swap_24_filled = IconData(0xfc1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 16 and filled style. - static const IconData folder_sync_16_filled = IconData( - 0xfee8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_16_filled = IconData(0xfee8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 20 and filled style. - static const IconData folder_sync_20_filled = IconData( - 0xff96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_20_filled = IconData(0xff96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "folder_sync" in size 24 and filled style. - static const IconData folder_sync_24_filled = IconData( - 0x1027f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData folder_sync_24_filled = IconData(0x1027f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData font_space_tracking_out_28_filled = IconData(0xf446, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food" in size 16 and filled style. - static const IconData food_16_filled = IconData( - 0xff97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_16_filled = IconData(0xff97, 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, - ); + 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, - ); + static const IconData food_24_filled = IconData(0xf448, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_apple" in size 20 and filled style. - static const IconData food_apple_20_filled = IconData( - 0x102f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_apple_20_filled = IconData(0x102f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_apple" in size 24 and filled style. - static const IconData food_apple_24_filled = IconData( - 0x102f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_apple_24_filled = IconData(0x102f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 12 and filled style. - static const IconData food_cake_12_filled = IconData( - 0x10155, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_12_filled = IconData(0x10155, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 16 and filled style. - static const IconData food_cake_16_filled = IconData( - 0xff98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_16_filled = IconData(0xff98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_cake" in size 20 and filled style. - static const IconData food_cake_20_filled = IconData( - 0xfb40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_cake_20_filled = IconData(0xfb40, 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, - ); + static const IconData food_cake_24_filled = IconData(0xf449, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_egg" in size 16 and filled style. - static const IconData food_egg_16_filled = IconData( - 0xfa19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_egg_16_filled = IconData(0xfa19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_egg" in size 20 and filled style. - static const IconData food_egg_20_filled = IconData( - 0xfa1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_egg_20_filled = IconData(0xfa1a, 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, - ); + static const IconData food_egg_24_filled = IconData(0xf44a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_grains" in size 20 and filled style. - static const IconData food_grains_20_filled = IconData( - 0x1036b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_grains_20_filled = IconData(0x1036b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_grains" in size 24 and filled style. - static const IconData food_grains_24_filled = IconData( - 0x1036c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_grains_24_filled = IconData(0x1036c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_pizza" in size 20 and filled style. - static const IconData food_pizza_20_filled = IconData( - 0xfdc5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_pizza_20_filled = IconData(0xfdc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_pizza" in size 24 and filled style. - static const IconData food_pizza_24_filled = IconData( - 0xfdc6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_pizza_24_filled = IconData(0xfdc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_toast" in size 16 and filled style. - static const IconData food_toast_16_filled = IconData( - 0xfa1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_toast_16_filled = IconData(0xfa1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "food_toast" in size 20 and filled style. - static const IconData food_toast_20_filled = IconData( - 0xfa1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData food_toast_20_filled = IconData(0xfa1c, 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, - ); + static const IconData food_toast_24_filled = IconData(0xf44b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "form_new" in size 20 and filled style. - static const IconData form_new_20_filled = IconData( - 0x105a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData form_new_20_filled = IconData(0x105a8, 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, - ); + 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, - ); + 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, - ); + static const IconData form_new_48_filled = IconData(0xf44e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_120" in size 20 and filled style. - static const IconData fps_120_20_filled = IconData( - 0xfd4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_120_20_filled = IconData(0xfd4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_120" in size 24 and filled style. - static const IconData fps_120_24_filled = IconData( - 0xfd4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_120_24_filled = IconData(0xfd4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_240" in size 20 and filled style. - static const IconData fps_240_20_filled = IconData( - 0xfd4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_240_20_filled = IconData(0xfd4d, 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, - ); + static const IconData fps_240_24_filled = IconData(0xf451, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 16 and filled style. - static const IconData fps_30_16_filled = IconData( - 0xfb93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_16_filled = IconData(0xfb93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 20 and filled style. - static const IconData fps_30_20_filled = IconData( - 0xfb94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_20_filled = IconData(0xfb94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 24 and filled style. - static const IconData fps_30_24_filled = IconData( - 0xfb95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_24_filled = IconData(0xfb95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 28 and filled style. - static const IconData fps_30_28_filled = IconData( - 0xfb96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_28_filled = IconData(0xfb96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_30" in size 48 and filled style. - static const IconData fps_30_48_filled = IconData( - 0xfb97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_30_48_filled = IconData(0xfb97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 16 and filled style. - static const IconData fps_60_16_filled = IconData( - 0xfb98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_16_filled = IconData(0xfb98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 20 and filled style. - static const IconData fps_60_20_filled = IconData( - 0xfb99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_20_filled = IconData(0xfb99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 24 and filled style. - static const IconData fps_60_24_filled = IconData( - 0xfb9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_24_filled = IconData(0xfb9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 28 and filled style. - static const IconData fps_60_28_filled = IconData( - 0xfb9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_28_filled = IconData(0xfb9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_60" in size 48 and filled style. - static const IconData fps_60_48_filled = IconData( - 0xfb9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_60_48_filled = IconData(0xfb9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "fps_960" in size 20 and filled style. - static const IconData fps_960_20_filled = IconData( - 0x105a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData fps_960_20_filled = IconData(0x105a9, 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, - ); + static const IconData fps_960_24_filled = IconData(0xf452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 16 and filled style. - static const IconData full_screen_maximize_16_filled = IconData( - 0xff99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_16_filled = IconData(0xff99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 20 and filled style. - static const IconData full_screen_maximize_20_filled = IconData( - 0xff9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_20_filled = IconData(0xff9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_maximize" in size 24 and filled style. - static const IconData full_screen_maximize_24_filled = IconData( - 0xfc1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_maximize_24_filled = IconData(0xfc1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 16 and filled style. - static const IconData full_screen_minimize_16_filled = IconData( - 0x105aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_16_filled = IconData(0x105aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 20 and filled style. - static const IconData full_screen_minimize_20_filled = IconData( - 0x105ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_20_filled = IconData(0x105ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "full_screen_minimize" in size 24 and filled style. - static const IconData full_screen_minimize_24_filled = IconData( - 0xfc20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData full_screen_minimize_24_filled = IconData(0xfc20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "games" in size 16 and filled style. - static const IconData games_16_filled = IconData( - 0x1022d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData games_16_filled = IconData(0x1022d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "games" in size 20 and filled style. - static const IconData games_20_filled = IconData( - 0x1022e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData games_20_filled = IconData(0x1022e, 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, - ); + static const IconData games_24_filled = IconData(0xf455, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "games" in size 28 and filled style. - static const IconData games_28_filled = IconData( - 0x1022f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData games_28_filled = IconData(0x1022f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "games" in size 32 and filled style. - static const IconData games_32_filled = IconData( - 0x10230, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData games_32_filled = IconData(0x10230, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "games" in size 48 and filled style. - static const IconData games_48_filled = IconData( - 0x10231, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData games_48_filled = IconData(0x10231, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gantt_chart" in size 20 and filled style. - static const IconData gantt_chart_20_filled = IconData( - 0xfa48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gantt_chart_20_filled = IconData(0xfa48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gantt_chart" in size 24 and filled style. - static const IconData gantt_chart_24_filled = IconData( - 0xfa49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gantt_chart_24_filled = IconData(0xfa49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gas" in size 20 and filled style. - static const IconData gas_20_filled = IconData( - 0x105ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gas_20_filled = IconData(0x105ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gas" in size 24 and filled style. - static const IconData gas_24_filled = IconData( - 0xfee9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gas_24_filled = IconData(0xfee9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gas_pump" in size 20 and filled style. - static const IconData gas_pump_20_filled = IconData( - 0x105ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gas_pump_20_filled = IconData(0x105ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gas_pump" in size 24 and filled style. - static const IconData gas_pump_24_filled = IconData( - 0xfeea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gas_pump_24_filled = IconData(0xfeea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gauge" in size 20 and filled style. - static const IconData gauge_20_filled = IconData( - 0xf4d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gauge_20_filled = IconData(0xf4d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gauge" in size 24 and filled style. - static const IconData gauge_24_filled = IconData( - 0xf4d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gauge_24_filled = IconData(0xf4d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gauge_add" in size 20 and filled style. - static const IconData gauge_add_20_filled = IconData( - 0x1063d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gauge_add_20_filled = IconData(0x1063d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 20 and filled style. - static const IconData gavel_20_filled = IconData( - 0x105ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gavel_20_filled = IconData(0x105ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 24 and filled style. - static const IconData gavel_24_filled = IconData( - 0xfa1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gavel_24_filled = IconData(0xfa1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gavel" in size 32 and filled style. - static const IconData gavel_32_filled = IconData( - 0xfa1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gavel_32_filled = IconData(0xfa1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gesture" in size 20 and filled style. - static const IconData gesture_20_filled = IconData( - 0x105af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gesture_20_filled = IconData(0x105af, 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, - ); + static const IconData gesture_24_filled = IconData(0xf456, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gif" in size 16 and filled style. - static const IconData gif_16_filled = IconData( - 0xff9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gif_16_filled = IconData(0xff9b, 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, - ); + 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, - ); + static const IconData gif_24_filled = IconData(0xf458, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift" in size 16 and filled style. - static const IconData gift_16_filled = IconData( - 0xff9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_16_filled = IconData(0xff9c, 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, - ); + 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, - ); + static const IconData gift_24_filled = IconData(0xf45a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 16 and filled style. - static const IconData gift_card_16_filled = IconData( - 0xf4d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_16_filled = IconData(0xf4d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 20 and filled style. - static const IconData gift_card_20_filled = IconData( - 0xf4d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_20_filled = IconData(0xf4d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card" in size 24 and filled style. - static const IconData gift_card_24_filled = IconData( - 0x105b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_24_filled = IconData(0x105b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_add" in size 20 and filled style. - static const IconData gift_card_add_20_filled = IconData( - 0xf4d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_add_20_filled = IconData(0xf4d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_add" in size 24 and filled style. - static const IconData gift_card_add_24_filled = IconData( - 0xfa4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_add_24_filled = IconData(0xfa4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_arrow_right" in size 20 and filled style. - static const IconData gift_card_arrow_right_20_filled = IconData( - 0x1036d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_arrow_right_20_filled = IconData(0x1036d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_arrow_right" in size 24 and filled style. - static const IconData gift_card_arrow_right_24_filled = IconData( - 0x1036e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_arrow_right_24_filled = IconData(0x1036e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_money" in size 20 and filled style. - static const IconData gift_card_money_20_filled = IconData( - 0x1042e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_money_20_filled = IconData(0x1042e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_money" in size 24 and filled style. - static const IconData gift_card_money_24_filled = IconData( - 0x1042f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_money_24_filled = IconData(0x1042f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_multiple" in size 20 and filled style. - static const IconData gift_card_multiple_20_filled = IconData( - 0x10430, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_multiple_20_filled = IconData(0x10430, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "gift_card_multiple" in size 24 and filled style. - static const IconData gift_card_multiple_24_filled = IconData( - 0x10431, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData gift_card_multiple_24_filled = IconData(0x10431, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glance" in size 20 and filled style. - static const IconData glance_20_filled = IconData( - 0x100dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glance_20_filled = IconData(0x100dc, 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, - ); + static const IconData glance_24_filled = IconData(0xf45b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glance_default" in size 12 and filled style. - static const IconData glance_default_12_filled = IconData( - 0x105b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glance_default_12_filled = IconData(0x105b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 12 and filled style. - static const IconData glance_horizontal_12_filled = IconData( - 0x1011c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_12_filled = IconData(0x1011c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 20 and filled style. - static const IconData glance_horizontal_20_filled = IconData( - 0x100dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_20_filled = IconData(0x100dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glance_horizontal" in size 24 and filled style. - static const IconData glance_horizontal_24_filled = IconData( - 0x105b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glance_horizontal_24_filled = IconData(0x105b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 16 and filled style. - static const IconData glasses_16_filled = IconData( - 0xfa1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_16_filled = IconData(0xfa1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 20 and filled style. - static const IconData glasses_20_filled = IconData( - 0xfa20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_20_filled = IconData(0xfa20, 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, - ); + static const IconData glasses_24_filled = IconData(0xf45c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 28 and filled style. - static const IconData glasses_28_filled = IconData( - 0xfa21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_28_filled = IconData(0xfa21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses" in size 48 and filled style. - static const IconData glasses_48_filled = IconData( - 0xfa22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_48_filled = IconData(0xfa22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 16 and filled style. - static const IconData glasses_off_16_filled = IconData( - 0xfa23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_16_filled = IconData(0xfa23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 20 and filled style. - static const IconData glasses_off_20_filled = IconData( - 0xfa24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_20_filled = IconData(0xfa24, 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, - ); + static const IconData glasses_off_24_filled = IconData(0xf45d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 28 and filled style. - static const IconData glasses_off_28_filled = IconData( - 0xfa25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_28_filled = IconData(0xfa25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "glasses_off" in size 48 and filled style. - static const IconData glasses_off_48_filled = IconData( - 0xfa26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData glasses_off_48_filled = IconData(0xfa26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe" in size 16 and filled style. - static const IconData globe_16_filled = IconData( - 0xfa27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_16_filled = IconData(0xfa27, 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, - ); + 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, - ); + static const IconData globe_24_filled = IconData(0xf45f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe" in size 32 and filled style. - static const IconData globe_32_filled = IconData( - 0xfdc7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_32_filled = IconData(0xfdc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_add" in size 20 and filled style. - static const IconData globe_add_20_filled = IconData( - 0x105b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_add_20_filled = IconData(0x105b3, 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, - ); + static const IconData globe_add_24_filled = IconData(0xf460, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_clock" in size 16 and filled style. - static const IconData globe_clock_16_filled = IconData( - 0x10013, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_clock_16_filled = IconData(0x10013, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_clock" in size 20 and filled style. - static const IconData globe_clock_20_filled = IconData( - 0x10014, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_clock_20_filled = IconData(0x10014, 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, - ); + static const IconData globe_clock_24_filled = IconData(0xf461, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_desktop" in size 20 and filled style. - static const IconData globe_desktop_20_filled = IconData( - 0x105b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_desktop_20_filled = IconData(0x105b4, 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, - ); + static const IconData globe_desktop_24_filled = IconData(0xf462, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_location" in size 20 and filled style. - static const IconData globe_location_20_filled = IconData( - 0xf4e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_location_20_filled = IconData(0xf4e6, 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, - ); + static const IconData globe_location_24_filled = IconData(0xf463, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_person" in size 20 and filled style. - static const IconData globe_person_20_filled = IconData( - 0x104a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_person_20_filled = IconData(0x104a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_person" in size 24 and filled style. - static const IconData globe_person_24_filled = IconData( - 0xfce8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_person_24_filled = IconData(0xfce8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_prohibited" in size 20 and filled style. - static const IconData globe_prohibited_20_filled = IconData( - 0x10156, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_prohibited_20_filled = IconData(0x10156, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_search" in size 20 and filled style. - static const IconData globe_search_20_filled = IconData( - 0x10157, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_search_20_filled = IconData(0x10157, 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, - ); + static const IconData globe_search_24_filled = IconData(0xf464, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_shield" in size 20 and filled style. - static const IconData globe_shield_20_filled = IconData( - 0x101e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_shield_20_filled = IconData(0x101e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_shield" in size 24 and filled style. - static const IconData globe_shield_24_filled = IconData( - 0x101e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_shield_24_filled = IconData(0x101e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_star" in size 16 and filled style. - static const IconData globe_star_16_filled = IconData( - 0xf4f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_star_16_filled = IconData(0xf4f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_star" in size 20 and filled style. - static const IconData globe_star_20_filled = IconData( - 0xff9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_star_20_filled = IconData(0xff9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_surface" in size 20 and filled style. - static const IconData globe_surface_20_filled = IconData( - 0xff9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_surface_20_filled = IconData(0xff9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_surface" in size 24 and filled style. - static const IconData globe_surface_24_filled = IconData( - 0xff9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_surface_24_filled = IconData(0xff9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 20 and filled style. - static const IconData globe_video_20_filled = IconData( - 0xf507, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_20_filled = IconData(0xf507, 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, - ); + static const IconData globe_video_24_filled = IconData(0xf465, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 28 and filled style. - static const IconData globe_video_28_filled = IconData( - 0x10158, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_28_filled = IconData(0x10158, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 32 and filled style. - static const IconData globe_video_32_filled = IconData( - 0x10159, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_32_filled = IconData(0x10159, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "globe_video" in size 48 and filled style. - static const IconData globe_video_48_filled = IconData( - 0x1015a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData globe_video_48_filled = IconData(0x1015a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "grid" in size 16 and filled style. - static const IconData grid_16_filled = IconData( - 0xfe6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData grid_16_filled = IconData(0xfe6e, 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, - ); + 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, - ); + 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, - ); + static const IconData grid_28_filled = IconData(0xf468, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 20 and filled style. - static const IconData grid_dots_20_filled = IconData( - 0x10065, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_20_filled = IconData(0x10065, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 24 and filled style. - static const IconData grid_dots_24_filled = IconData( - 0x10066, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_24_filled = IconData(0x10066, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "grid_dots" in size 28 and filled style. - static const IconData grid_dots_28_filled = IconData( - 0x10067, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData grid_dots_28_filled = IconData(0x10067, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "grid_kanban" in size 20 and filled style. - static const IconData grid_kanban_20_filled = IconData( - 0xfb41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData grid_kanban_20_filled = IconData(0xfb41, 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, - ); + 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, - ); + static const IconData group_24_filled = IconData(0xf46a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "group_dismiss" in size 20 and filled style. - static const IconData group_dismiss_20_filled = IconData( - 0x105b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData group_dismiss_20_filled = IconData(0x105b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "group_dismiss" in size 24 and filled style. - static const IconData group_dismiss_24_filled = IconData( - 0xfe26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData group_dismiss_24_filled = IconData(0xfe26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "group_list" in size 20 and filled style. - static const IconData group_list_20_filled = IconData( - 0x105b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData group_list_20_filled = IconData(0x105b6, 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, - ); + static const IconData group_list_24_filled = IconData(0xf46b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "group_return" in size 20 and filled style. - static const IconData group_return_20_filled = IconData( - 0x105b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData group_return_20_filled = IconData(0x105b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "group_return" in size 24 and filled style. - static const IconData group_return_24_filled = IconData( - 0xfe27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData group_return_24_filled = IconData(0xfe27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 20 and filled style. - static const IconData guardian_20_filled = IconData( - 0x1015b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guardian_20_filled = IconData(0x1015b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 24 and filled style. - static const IconData guardian_24_filled = IconData( - 0x1015c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guardian_24_filled = IconData(0x1015c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 28 and filled style. - static const IconData guardian_28_filled = IconData( - 0x1015d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guardian_28_filled = IconData(0x1015d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guardian" in size 48 and filled style. - static const IconData guardian_48_filled = IconData( - 0x1015e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guardian_48_filled = IconData(0x1015e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData guest_28_filled = IconData(0xf46f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guest_add" in size 20 and filled style. - static const IconData guest_add_20_filled = IconData( - 0x105b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guest_add_20_filled = IconData(0x105b8, 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, - ); + static const IconData guest_add_24_filled = IconData(0xf470, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 16 and filled style. - static const IconData guitar_16_filled = IconData( - 0xfd4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guitar_16_filled = IconData(0xfd4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 20 and filled style. - static const IconData guitar_20_filled = IconData( - 0xfd4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guitar_20_filled = IconData(0xfd4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 24 and filled style. - static const IconData guitar_24_filled = IconData( - 0xfd50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guitar_24_filled = IconData(0xfd50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "guitar" in size 28 and filled style. - static const IconData guitar_28_filled = IconData( - 0xfd51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData guitar_28_filled = IconData(0xfd51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 16 and filled style. - static const IconData hand_draw_16_filled = IconData( - 0x1063e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_16_filled = IconData(0x1063e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 20 and filled style. - static const IconData hand_draw_20_filled = IconData( - 0x105b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_20_filled = IconData(0x105b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 24 and filled style. - static const IconData hand_draw_24_filled = IconData( - 0xfa58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_24_filled = IconData(0xfa58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_draw" in size 28 and filled style. - static const IconData hand_draw_28_filled = IconData( - 0x10232, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_draw_28_filled = IconData(0x10232, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 16 and filled style. - static const IconData hand_left_16_filled = IconData( - 0xfe28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_16_filled = IconData(0xfe28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 20 and filled style. - static const IconData hand_left_20_filled = IconData( - 0xfa28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_20_filled = IconData(0xfa28, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 24 and filled style. - static const IconData hand_left_24_filled = IconData( - 0xfe29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_24_filled = IconData(0xfe29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_left" in size 28 and filled style. - static const IconData hand_left_28_filled = IconData( - 0xfe2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_left_28_filled = IconData(0xfe2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 16 and filled style. - static const IconData hand_right_16_filled = IconData( - 0xfe2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_16_filled = IconData(0xfe2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 20 and filled style. - static const IconData hand_right_20_filled = IconData( - 0xfb42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_20_filled = IconData(0xfb42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 24 and filled style. - static const IconData hand_right_24_filled = IconData( - 0xfa29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_24_filled = IconData(0xfa29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_right" in size 28 and filled style. - static const IconData hand_right_28_filled = IconData( - 0xfa2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_28_filled = IconData(0xfa2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hand_right_off" in size 20 and filled style. - static const IconData hand_right_off_20_filled = IconData( - 0xfb43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hand_right_off_20_filled = IconData(0xfb43, 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, - ); + 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, - ); + 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, - ); + static const IconData handshake_24_filled = IconData(0xf474, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hard_drive" in size 20 and filled style. - static const IconData hard_drive_20_filled = IconData( - 0x1063f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hard_drive_20_filled = IconData(0x1063f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 12 and filled style. - static const IconData hat_graduation_12_filled = IconData( - 0x1015f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_12_filled = IconData(0x1015f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 16 and filled style. - static const IconData hat_graduation_16_filled = IconData( - 0xfa2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_16_filled = IconData(0xfa2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 20 and filled style. - static const IconData hat_graduation_20_filled = IconData( - 0xfa2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_20_filled = IconData(0xfa2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hat_graduation" in size 24 and filled style. - static const IconData hat_graduation_24_filled = IconData( - 0xfa2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hat_graduation_24_filled = IconData(0xfa2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 16 and filled style. - static const IconData hd_16_filled = IconData( - 0xfa2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hd_16_filled = IconData(0xfa2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 20 and filled style. - static const IconData hd_20_filled = IconData( - 0xfa2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hd_20_filled = IconData(0xfa2f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hd" in size 24 and filled style. - static const IconData hd_24_filled = IconData( - 0xfa30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hd_24_filled = IconData(0xfa30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hdr" in size 20 and filled style. - static const IconData hdr_20_filled = IconData( - 0x10640, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hdr_20_filled = IconData(0x10640, 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, - ); + static const IconData hdr_24_filled = IconData(0xf475, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hdr_off" in size 20 and filled style. - static const IconData hdr_off_20_filled = IconData( - 0x10641, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hdr_off_20_filled = IconData(0x10641, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "hdr_off" in size 24 and filled style. - static const IconData hdr_off_24_filled = IconData( - 0x104cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData hdr_off_24_filled = IconData(0x104cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 20 and filled style. - static const IconData headphones_20_filled = IconData( - 0xfe6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_20_filled = IconData(0xfe6f, 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, - ); + 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, - ); + static const IconData headphones_28_filled = IconData(0xf477, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 32 and filled style. - static const IconData headphones_32_filled = IconData( - 0xfe70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_32_filled = IconData(0xfe70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones" in size 48 and filled style. - static const IconData headphones_48_filled = IconData( - 0xfe71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_48_filled = IconData(0xfe71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 20 and filled style. - static const IconData headphones_sound_wave_20_filled = IconData( - 0xfe72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_20_filled = IconData(0xfe72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 24 and filled style. - static const IconData headphones_sound_wave_24_filled = IconData( - 0xfe73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_24_filled = IconData(0xfe73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 28 and filled style. - static const IconData headphones_sound_wave_28_filled = IconData( - 0xfe74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_28_filled = IconData(0xfe74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 32 and filled style. - static const IconData headphones_sound_wave_32_filled = IconData( - 0xfe75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_32_filled = IconData(0xfe75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headphones_sound_wave" in size 48 and filled style. - static const IconData headphones_sound_wave_48_filled = IconData( - 0xfe76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headphones_sound_wave_48_filled = IconData(0xfe76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 16 and filled style. - static const IconData headset_16_filled = IconData( - 0xfa31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_16_filled = IconData(0xfa31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 20 and filled style. - static const IconData headset_20_filled = IconData( - 0xfa32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_20_filled = IconData(0xfa32, 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, - ); + 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, - ); + static const IconData headset_28_filled = IconData(0xf479, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 32 and filled style. - static const IconData headset_32_filled = IconData( - 0xfdc8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_32_filled = IconData(0xfdc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset" in size 48 and filled style. - static const IconData headset_48_filled = IconData( - 0xfa33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_48_filled = IconData(0xfa33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset_add" in size 20 and filled style. - static const IconData headset_add_20_filled = IconData( - 0xf508, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_add_20_filled = IconData(0xf508, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "headset_add" in size 24 and filled style. - static const IconData headset_add_24_filled = IconData( - 0xf509, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData headset_add_24_filled = IconData(0xf509, 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, - ); + 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, - ); + static const IconData headset_vr_24_filled = IconData(0xf47b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 12 and filled style. - static const IconData heart_12_filled = IconData( - 0x1018a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_12_filled = IconData(0x1018a, 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, - ); + 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, - ); + 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, - ); + static const IconData heart_24_filled = IconData(0xf47e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 28 and filled style. - static const IconData heart_28_filled = IconData( - 0xf50a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_28_filled = IconData(0xf50a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 32 and filled style. - static const IconData heart_32_filled = IconData( - 0x1036f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_32_filled = IconData(0x1036f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart" in size 48 and filled style. - static const IconData heart_48_filled = IconData( - 0x10370, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_48_filled = IconData(0x10370, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_broken" in size 16 and filled style. - static const IconData heart_broken_16_filled = IconData( - 0xf50b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_broken_16_filled = IconData(0xf50b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_broken" in size 20 and filled style. - static const IconData heart_broken_20_filled = IconData( - 0xffa0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_broken_20_filled = IconData(0xffa0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 16 and filled style. - static const IconData heart_circle_16_filled = IconData( - 0x10280, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_16_filled = IconData(0x10280, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 20 and filled style. - static const IconData heart_circle_20_filled = IconData( - 0x10281, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_20_filled = IconData(0x10281, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_circle" in size 24 and filled style. - static const IconData heart_circle_24_filled = IconData( - 0x10282, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_circle_24_filled = IconData(0x10282, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 20 and filled style. - static const IconData heart_pulse_20_filled = IconData( - 0xfdc9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_20_filled = IconData(0xfdc9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 24 and filled style. - static const IconData heart_pulse_24_filled = IconData( - 0xfa34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_24_filled = IconData(0xfa34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "heart_pulse" in size 32 and filled style. - static const IconData heart_pulse_32_filled = IconData( - 0xfa35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData heart_pulse_32_filled = IconData(0xfa35, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData highlight_accent_24_filled = IconData(0xf484, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "highlight_link" in size 20 and filled style. - static const IconData highlight_link_20_filled = IconData( - 0x100de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData highlight_link_20_filled = IconData(0x100de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history" in size 16 and filled style. - static const IconData history_16_filled = IconData( - 0xffa1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_16_filled = IconData(0xffa1, 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, - ); + 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, - ); + static const IconData history_24_filled = IconData(0xf486, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history" in size 28 and filled style. - static const IconData history_28_filled = IconData( - 0x10729, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_28_filled = IconData(0x10729, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history" in size 32 and filled style. - static const IconData history_32_filled = IconData( - 0x1072a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_32_filled = IconData(0x1072a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history" in size 48 and filled style. - static const IconData history_48_filled = IconData( - 0x1072b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_48_filled = IconData(0x1072b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 20 and filled style. - static const IconData history_dismiss_20_filled = IconData( - 0x1072c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_20_filled = IconData(0x1072c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 24 and filled style. - static const IconData history_dismiss_24_filled = IconData( - 0x1072d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_24_filled = IconData(0x1072d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 28 and filled style. - static const IconData history_dismiss_28_filled = IconData( - 0x1072e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_28_filled = IconData(0x1072e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 32 and filled style. - static const IconData history_dismiss_32_filled = IconData( - 0x1072f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_32_filled = IconData(0x1072f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "history_dismiss" in size 48 and filled style. - static const IconData history_dismiss_48_filled = IconData( - 0x10730, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData history_dismiss_48_filled = IconData(0x10730, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home" in size 12 and filled style. - static const IconData home_12_filled = IconData( - 0xfe2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_12_filled = IconData(0xfe2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home" in size 16 and filled style. - static const IconData home_16_filled = IconData( - 0xfa36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_16_filled = IconData(0xfa36, 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, - ); + 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, - ); + 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, - ); + static const IconData home_28_filled = IconData(0xf489, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home" in size 32 and filled style. - static const IconData home_32_filled = IconData( - 0xfa37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_32_filled = IconData(0xfa37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home" in size 48 and filled style. - static const IconData home_48_filled = IconData( - 0xfa38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_48_filled = IconData(0xfa38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_add" in size 20 and filled style. - static const IconData home_add_20_filled = IconData( - 0x105ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_add_20_filled = IconData(0x105ba, 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, - ); + static const IconData home_add_24_filled = IconData(0xf48a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_checkmark" in size 16 and filled style. - static const IconData home_checkmark_16_filled = IconData( - 0xfe77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_checkmark_16_filled = IconData(0xfe77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_checkmark" in size 20 and filled style. - static const IconData home_checkmark_20_filled = IconData( - 0xfe78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_checkmark_20_filled = IconData(0xfe78, 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, - ); + static const IconData home_checkmark_24_filled = IconData(0xf48b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_database" in size 20 and filled style. - static const IconData home_database_20_filled = IconData( - 0x10642, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_database_20_filled = IconData(0x10642, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_more" in size 20 and filled style. - static const IconData home_more_20_filled = IconData( - 0x10731, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_more_20_filled = IconData(0x10731, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_person" in size 20 and filled style. - static const IconData home_person_20_filled = IconData( - 0xfb9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_person_20_filled = IconData(0xfb9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "home_person" in size 24 and filled style. - static const IconData home_person_24_filled = IconData( - 0xfce9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData home_person_24_filled = IconData(0xfce9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData image_48_filled = IconData(0xf492, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_add" in size 20 and filled style. - static const IconData image_add_20_filled = IconData( - 0x10643, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_add_20_filled = IconData(0x10643, 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, - ); + static const IconData image_add_24_filled = IconData(0xf493, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_alt_text" in size 16 and filled style. - static const IconData image_alt_text_16_filled = IconData( - 0x1018b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_alt_text_16_filled = IconData(0x1018b, 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, - ); + 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, - ); + static const IconData image_alt_text_24_filled = IconData(0xf495, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_back" in size 20 and filled style. - static const IconData image_arrow_back_20_filled = IconData( - 0x10644, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_back_20_filled = IconData(0x10644, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_back" in size 24 and filled style. - static const IconData image_arrow_back_24_filled = IconData( - 0xfa59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_back_24_filled = IconData(0xfa59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_counterclockwise" in size 20 and filled style. - static const IconData image_arrow_counterclockwise_20_filled = IconData( - 0x10645, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_counterclockwise_20_filled = IconData(0x10645, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_counterclockwise" in size 24 and filled style. - static const IconData image_arrow_counterclockwise_24_filled = IconData( - 0xfa39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_counterclockwise_24_filled = IconData(0xfa39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_forward" in size 20 and filled style. - static const IconData image_arrow_forward_20_filled = IconData( - 0x10646, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_forward_20_filled = IconData(0x10646, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_arrow_forward" in size 24 and filled style. - static const IconData image_arrow_forward_24_filled = IconData( - 0xfa5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_arrow_forward_24_filled = IconData(0xfa5a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData image_edit_24_filled = IconData(0xf49b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_globe" in size 20 and filled style. - static const IconData image_globe_20_filled = IconData( - 0x10647, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_globe_20_filled = IconData(0x10647, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_globe" in size 24 and filled style. - static const IconData image_globe_24_filled = IconData( - 0xfcea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_globe_24_filled = IconData(0xfcea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 16 and filled style. - static const IconData image_multiple_16_filled = IconData( - 0xfa5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_16_filled = IconData(0xfa5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 20 and filled style. - static const IconData image_multiple_20_filled = IconData( - 0xfc21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_20_filled = IconData(0xfc21, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 24 and filled style. - static const IconData image_multiple_24_filled = IconData( - 0xfc22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_24_filled = IconData(0xfc22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 28 and filled style. - static const IconData image_multiple_28_filled = IconData( - 0xfc23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_28_filled = IconData(0xfc23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 32 and filled style. - static const IconData image_multiple_32_filled = IconData( - 0x10432, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_32_filled = IconData(0x10432, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple" in size 48 and filled style. - static const IconData image_multiple_48_filled = IconData( - 0x10433, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_48_filled = IconData(0x10433, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_multiple_off" in size 16 and filled style. - static const IconData image_multiple_off_16_filled = IconData( - 0x106f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_multiple_off_16_filled = IconData(0x106f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_off" in size 20 and filled style. - static const IconData image_off_20_filled = IconData( - 0xfb9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_off_20_filled = IconData(0xfb9f, 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, - ); + static const IconData image_off_24_filled = IconData(0xf49f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_prohibited" in size 20 and filled style. - static const IconData image_prohibited_20_filled = IconData( - 0xffa2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_prohibited_20_filled = IconData(0xffa2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_prohibited" in size 24 and filled style. - static const IconData image_prohibited_24_filled = IconData( - 0xffa3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_prohibited_24_filled = IconData(0xffa3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_reflection" in size 20 and filled style. - static const IconData image_reflection_20_filled = IconData( - 0x10648, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_reflection_20_filled = IconData(0x10648, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_reflection" in size 24 and filled style. - static const IconData image_reflection_24_filled = IconData( - 0xfa5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_reflection_24_filled = IconData(0xfa5c, 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, - ); + 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, - ); + static const IconData image_search_24_filled = IconData(0xf4a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_shadow" in size 20 and filled style. - static const IconData image_shadow_20_filled = IconData( - 0x10649, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_shadow_20_filled = IconData(0x10649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "image_shadow" in size 24 and filled style. - static const IconData image_shadow_24_filled = IconData( - 0xfa5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData image_shadow_24_filled = IconData(0xfa5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "immersive_reader" in size 16 and filled style. - static const IconData immersive_reader_16_filled = IconData( - 0x10015, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData immersive_reader_16_filled = IconData(0x10015, 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, - ); + 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, - ); + static const IconData immersive_reader_24_filled = IconData(0xf4a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "immersive_reader" in size 28 and filled style. - static const IconData immersive_reader_28_filled = IconData( - 0x103a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData immersive_reader_28_filled = IconData(0x103a9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData important_24_filled = IconData(0xf4a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "incognito" in size 20 and filled style. - static const IconData incognito_20_filled = IconData( - 0x1064a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData incognito_20_filled = IconData(0x1064a, 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, - ); + static const IconData incognito_24_filled = IconData(0xf4a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "info" in size 12 and filled style. - static const IconData info_12_filled = IconData( - 0xffa4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData info_12_filled = IconData(0xffa4, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData info_28_filled = IconData(0xf4ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "info_shield" in size 20 and filled style. - static const IconData info_shield_20_filled = IconData( - 0xfa3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData info_shield_20_filled = IconData(0xfa3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ink_stroke" in size 20 and filled style. - static const IconData ink_stroke_20_filled = IconData( - 0xfe79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ink_stroke_20_filled = IconData(0xfe79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ink_stroke" in size 24 and filled style. - static const IconData ink_stroke_24_filled = IconData( - 0xfe7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ink_stroke_24_filled = IconData(0xfe7a, 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, - ); + 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, - ); + 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, - ); + static const IconData inking_tool_24_filled = IconData(0xf4af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "inking_tool" in size 32 and filled style. - static const IconData inking_tool_32_filled = IconData( - 0xfceb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData inking_tool_32_filled = IconData(0xfceb, 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, - ); + 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, - ); + 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, - ); + static const IconData inking_tool_accent_24_filled = IconData(0xf4b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "inking_tool_accent" in size 32 and filled style. - static const IconData inking_tool_accent_32_filled = IconData( - 0x1018c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData inking_tool_accent_32_filled = IconData(0x1018c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData insert_20_filled = IconData(0xf4b7, 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, - ); + static const IconData ios_arrow_left_24_filled = IconData(0xf4ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_ltr" in size 24 and filled style. - static const IconData ios_arrow_ltr_24_filled = IconData( - 0x10068, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_ltr_24_filled = IconData(0x10068, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_right" in size 24 and filled style. - static const IconData ios_arrow_right_24_filled = IconData( - 0x10016, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_right_24_filled = IconData(0x10016, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ios_arrow_rtl" in size 24 and filled style. - static const IconData ios_arrow_rtl_24_filled = IconData( - 0x10069, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ios_arrow_rtl_24_filled = IconData(0x10069, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + static const IconData ios_chevron_right_20_filled = IconData(0xf4bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "iot" in size 20 and filled style. - static const IconData iot_20_filled = IconData( - 0xffa5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData iot_20_filled = IconData(0xffa5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "iot" in size 24 and filled style. - static const IconData iot_24_filled = IconData( - 0xffa6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData iot_24_filled = IconData(0xffa6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "javascript" in size 16 and filled style. - static const IconData javascript_16_filled = IconData( - 0xf4bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + 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, - ); + 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, - ); + static const IconData javascript_24_filled = IconData(0xf4bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key" in size 16 and filled style. - static const IconData key_16_filled = IconData( - 0xfcec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_16_filled = IconData(0xfcec, 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, - ); + 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, - ); + static const IconData key_24_filled = IconData(0xf4c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key" in size 32 and filled style. - static const IconData key_32_filled = IconData( - 0xfced, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_32_filled = IconData(0xfced, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 16 and filled style. - static const IconData key_command_16_filled = IconData( - 0xfd52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_command_16_filled = IconData(0xfd52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 20 and filled style. - static const IconData key_command_20_filled = IconData( - 0x1064b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_command_20_filled = IconData(0x1064b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_command" in size 24 and filled style. - static const IconData key_command_24_filled = IconData( - 0x1064c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_command_24_filled = IconData(0x1064c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_multiple" in size 20 and filled style. - static const IconData key_multiple_20_filled = IconData( - 0xfa3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_multiple_20_filled = IconData(0xfa3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_reset" in size 20 and filled style. - static const IconData key_reset_20_filled = IconData( - 0x103aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_reset_20_filled = IconData(0x103aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "key_reset" in size 24 and filled style. - static const IconData key_reset_24_filled = IconData( - 0x103ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData key_reset_24_filled = IconData(0x103ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_123" in size 20 and filled style. - static const IconData keyboard_123_20_filled = IconData( - 0x1064d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_123_20_filled = IconData(0x1064d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_123" in size 24 and filled style. - static const IconData keyboard_123_24_filled = IconData( - 0x100df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_123_24_filled = IconData(0x100df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard" in size 16 and filled style. - static const IconData keyboard_16_filled = IconData( - 0x106f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_16_filled = IconData(0x106f3, 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, - ); + 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, - ); + static const IconData keyboard_24_filled = IconData(0xf4c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_dock" in size 20 and filled style. - static const IconData keyboard_dock_20_filled = IconData( - 0x1064e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_dock_20_filled = IconData(0x1064e, 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, - ); + static const IconData keyboard_dock_24_filled = IconData(0xf4c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_layout_float" in size 20 and filled style. - static const IconData keyboard_layout_float_20_filled = IconData( - 0x1064f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_float_20_filled = IconData(0x1064f, 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, - ); + 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 20 and filled style. - static const IconData keyboard_layout_one_handed_left_20_filled = IconData( - 0x10650, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_one_handed_left_20_filled = IconData(0x10650, 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, - ); + 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 20 and filled style. - static const IconData keyboard_layout_resize_20_filled = IconData( - 0x10651, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_resize_20_filled = IconData(0x10651, 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, - ); + static const IconData keyboard_layout_resize_24_filled = IconData(0xf4c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_layout_split" in size 20 and filled style. - static const IconData keyboard_layout_split_20_filled = IconData( - 0x10652, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_layout_split_20_filled = IconData(0x10652, 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, - ); + static const IconData keyboard_layout_split_24_filled = IconData(0xf4c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift" in size 16 and filled style. - static const IconData keyboard_shift_16_filled = IconData( - 0xfe2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_16_filled = IconData(0xfe2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift" in size 20 and filled style. - static const IconData keyboard_shift_20_filled = IconData( - 0xfe2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_20_filled = IconData(0xfe2e, 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, - ); + static const IconData keyboard_shift_24_filled = IconData(0xf4c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift_uppercase" in size 16 and filled style. - static const IconData keyboard_shift_uppercase_16_filled = IconData( - 0x10653, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_uppercase_16_filled = IconData(0x10653, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_shift_uppercase" in size 20 and filled style. - static const IconData keyboard_shift_uppercase_20_filled = IconData( - 0x10654, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_shift_uppercase_20_filled = IconData(0x10654, 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, - ); + static const IconData keyboard_shift_uppercase_24_filled = IconData(0xf4ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "keyboard_tab" in size 20 and filled style. - static const IconData keyboard_tab_20_filled = IconData( - 0x10655, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData keyboard_tab_20_filled = IconData(0x10655, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData laptop_28_filled = IconData(0xf4cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "laptop_dismiss" in size 16 and filled style. - static const IconData laptop_dismiss_16_filled = IconData( - 0xf50f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData laptop_dismiss_16_filled = IconData(0xf50f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "laptop_dismiss" in size 20 and filled style. - static const IconData laptop_dismiss_20_filled = IconData( - 0x100e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData laptop_dismiss_20_filled = IconData(0x100e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lasso" in size 20 and filled style. - static const IconData lasso_20_filled = IconData( - 0xfba0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lasso_20_filled = IconData(0xfba0, 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, - ); + static const IconData lasso_24_filled = IconData(0xf4d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lasso" in size 28 and filled style. - static const IconData lasso_28_filled = IconData( - 0x10233, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lasso_28_filled = IconData(0x10233, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "launcher_settings" in size 20 and filled style. - static const IconData launcher_settings_20_filled = IconData( - 0x10656, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData launcher_settings_20_filled = IconData(0x10656, 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, - ); + 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, - ); + 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, - ); + static const IconData layer_24_filled = IconData(0xf4d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 16 and filled style. - static const IconData leaf_one_16_filled = IconData( - 0xfc24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_16_filled = IconData(0xfc24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 20 and filled style. - static const IconData leaf_one_20_filled = IconData( - 0xfc25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_20_filled = IconData(0xfc25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_one" in size 24 and filled style. - static const IconData leaf_one_24_filled = IconData( - 0xfc26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_one_24_filled = IconData(0xfc26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 16 and filled style. - static const IconData leaf_three_16_filled = IconData( - 0xfba1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_16_filled = IconData(0xfba1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 20 and filled style. - static const IconData leaf_three_20_filled = IconData( - 0xfba2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_20_filled = IconData(0xfba2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "leaf_three" in size 24 and filled style. - static const IconData leaf_three_24_filled = IconData( - 0xfba3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData leaf_three_24_filled = IconData(0xfba3, 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, - ); + 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, - ); + 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, - ); + static const IconData leaf_two_24_filled = IconData(0xf4dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "learning_app" in size 20 and filled style. - static const IconData learning_app_20_filled = IconData( - 0xfb44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData learning_app_20_filled = IconData(0xfb44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "learning_app" in size 24 and filled style. - static const IconData learning_app_24_filled = IconData( - 0xfb45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData learning_app_24_filled = IconData(0xfb45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "library" in size 16 and filled style. - static const IconData library_16_filled = IconData( - 0xfe7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData library_16_filled = IconData(0xfe7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "library" in size 20 and filled style. - static const IconData library_20_filled = IconData( - 0xfe7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData library_20_filled = IconData(0xfe7c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData lightbulb_24_filled = IconData(0xf4e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lightbulb_circle" in size 20 and filled style. - static const IconData lightbulb_circle_20_filled = IconData( - 0x10657, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lightbulb_circle_20_filled = IconData(0x10657, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData lightbulb_filament_24_filled = IconData(0xf4e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lightbulb_filament" in size 48 and filled style. - static const IconData lightbulb_filament_48_filled = IconData( - 0x103ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lightbulb_filament_48_filled = IconData(0x103ac, 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, - ); + 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, - ); + 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, - ); + static const IconData likert_24_filled = IconData(0xf4e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line" in size 20 and filled style. - static const IconData line_20_filled = IconData( - 0x103ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_20_filled = IconData(0x103ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line" in size 24 and filled style. - static const IconData line_24_filled = IconData( - 0x103ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_24_filled = IconData(0x103ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line" in size 32 and filled style. - static const IconData line_32_filled = IconData( - 0x101e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_32_filled = IconData(0x101e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line" in size 48 and filled style. - static const IconData line_48_filled = IconData( - 0x103af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_48_filled = IconData(0x103af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 20 and filled style. - static const IconData line_dashes_20_filled = IconData( - 0x103b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_20_filled = IconData(0x103b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 24 and filled style. - static const IconData line_dashes_24_filled = IconData( - 0x103b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_24_filled = IconData(0x103b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 32 and filled style. - static const IconData line_dashes_32_filled = IconData( - 0x101ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_32_filled = IconData(0x101ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_dashes" in size 48 and filled style. - static const IconData line_dashes_48_filled = IconData( - 0x103b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_dashes_48_filled = IconData(0x103b2, 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, - ); + 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, - ); + 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, - ); + static const IconData line_horizontal_5_20_filled = IconData(0xf4ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_horizontal_5_error" in size 20 and filled style. - static const IconData line_horizontal_5_error_20_filled = IconData( - 0xfa3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_horizontal_5_error_20_filled = IconData(0xfa3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_style" in size 20 and filled style. - static const IconData line_style_20_filled = IconData( - 0x10658, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_style_20_filled = IconData(0x10658, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "line_style" in size 24 and filled style. - static const IconData line_style_24_filled = IconData( - 0xfcee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData line_style_24_filled = IconData(0xfcee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link" in size 12 and filled style. - static const IconData link_12_filled = IconData( - 0x10371, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_12_filled = IconData(0x10371, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData link_28_filled = IconData(0xf4f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link" in size 32 and filled style. - static const IconData link_32_filled = IconData( - 0x10372, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_32_filled = IconData(0x10372, 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, - ); + static const IconData link_48_filled = IconData(0xf4f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 16 and filled style. - static const IconData link_dismiss_16_filled = IconData( - 0x10017, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_16_filled = IconData(0x10017, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 20 and filled style. - static const IconData link_dismiss_20_filled = IconData( - 0xfc27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_20_filled = IconData(0xfc27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_dismiss" in size 24 and filled style. - static const IconData link_dismiss_24_filled = IconData( - 0x100e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_dismiss_24_filled = IconData(0x100e1, 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, - ); + 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, - ); + 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, - ); + static const IconData link_edit_24_filled = IconData(0xf4f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 12 and filled style. - static const IconData link_square_12_filled = IconData( - 0xfa3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_square_12_filled = IconData(0xfa3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 16 and filled style. - static const IconData link_square_16_filled = IconData( - 0xfa3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_square_16_filled = IconData(0xfa3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_square" in size 20 and filled style. - static const IconData link_square_20_filled = IconData( - 0xfe2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_square_20_filled = IconData(0xfe2f, 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, - ); + static const IconData link_square_24_filled = IconData(0xf4f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "link_toolbox" in size 20 and filled style. - static const IconData link_toolbox_20_filled = IconData( - 0x10659, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData link_toolbox_20_filled = IconData(0x10659, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "list" in size 16 and filled style. - static const IconData list_16_filled = IconData( - 0xfe7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData list_16_filled = IconData(0xfe7d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData live_24_filled = IconData(0xf4fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "live_off" in size 20 and filled style. - static const IconData live_off_20_filled = IconData( - 0xfb46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData live_off_20_filled = IconData(0xfb46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "live_off" in size 24 and filled style. - static const IconData live_off_24_filled = IconData( - 0xfb47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData live_off_24_filled = IconData(0xfb47, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData local_language_28_filled = IconData(0xf4ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "local_language_zi" in size 24 and filled style. - static const IconData local_language_zi_24_filled = IconData( - 0xfa61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData local_language_zi_24_filled = IconData(0xfa61, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData location_28_filled = IconData(0xf504, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location" in size 48 and filled style. - static const IconData location_48_filled = IconData( - 0xfa3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_48_filled = IconData(0xfa3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 16 and filled style. - static const IconData location_add_16_filled = IconData( - 0x10515, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_16_filled = IconData(0x10515, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 20 and filled style. - static const IconData location_add_20_filled = IconData( - 0x10516, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_20_filled = IconData(0x10516, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add" in size 24 and filled style. - static const IconData location_add_24_filled = IconData( - 0x10517, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_24_filled = IconData(0x10517, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add_left" in size 20 and filled style. - static const IconData location_add_left_20_filled = IconData( - 0x1065a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_left_20_filled = IconData(0x1065a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add_right" in size 20 and filled style. - static const IconData location_add_right_20_filled = IconData( - 0x1065b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_right_20_filled = IconData(0x1065b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_add_up" in size 20 and filled style. - static const IconData location_add_up_20_filled = IconData( - 0x1065c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_add_up_20_filled = IconData(0x1065c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_left" in size 48 and filled style. - static const IconData location_arrow_left_48_filled = IconData( - 0xfe7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_left_48_filled = IconData(0xfe7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_right" in size 48 and filled style. - static const IconData location_arrow_right_48_filled = IconData( - 0xfe7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_right_48_filled = IconData(0xfe7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_arrow_up" in size 48 and filled style. - static const IconData location_arrow_up_48_filled = IconData( - 0xfe80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_arrow_up_48_filled = IconData(0xfe80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_dismiss" in size 20 and filled style. - static const IconData location_dismiss_20_filled = IconData( - 0x1065d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_dismiss_20_filled = IconData(0x1065d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_dismiss" in size 24 and filled style. - static const IconData location_dismiss_24_filled = IconData( - 0xfc28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_dismiss_24_filled = IconData(0xfc28, 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, - ); + 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, - ); + static const IconData location_live_24_filled = IconData(0xf506, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 16 and filled style. - static const IconData location_off_16_filled = IconData( - 0xfa40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_off_16_filled = IconData(0xfa40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 20 and filled style. - static const IconData location_off_20_filled = IconData( - 0xfa41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_off_20_filled = IconData(0xfa41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 24 and filled style. - static const IconData location_off_24_filled = IconData( - 0xfa42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_off_24_filled = IconData(0xfa42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 28 and filled style. - static const IconData location_off_28_filled = IconData( - 0xfa43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_off_28_filled = IconData(0xfa43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "location_off" in size 48 and filled style. - static const IconData location_off_48_filled = IconData( - 0xfa44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData location_off_48_filled = IconData(0xfa44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 12 and filled style. - static const IconData lock_closed_12_filled = IconData( - 0xfc29, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_12_filled = IconData(0xfc29, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 16 and filled style. - static const IconData lock_closed_16_filled = IconData( - 0xfc2a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_16_filled = IconData(0xfc2a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 20 and filled style. - static const IconData lock_closed_20_filled = IconData( - 0xfc2b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_20_filled = IconData(0xfc2b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 24 and filled style. - static const IconData lock_closed_24_filled = IconData( - 0xfc2c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_24_filled = IconData(0xfc2c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_closed" in size 32 and filled style. - static const IconData lock_closed_32_filled = IconData( - 0x10160, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_closed_32_filled = IconData(0x10160, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_multiple" in size 20 and filled style. - static const IconData lock_multiple_20_filled = IconData( - 0x106f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_multiple_20_filled = IconData(0x106f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_multiple" in size 24 and filled style. - static const IconData lock_multiple_24_filled = IconData( - 0xfa45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_multiple_24_filled = IconData(0xfa45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 16 and filled style. - static const IconData lock_open_16_filled = IconData( - 0x10018, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_16_filled = IconData(0x10018, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 20 and filled style. - static const IconData lock_open_20_filled = IconData( - 0xfc2d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_20_filled = IconData(0xfc2d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 24 and filled style. - static const IconData lock_open_24_filled = IconData( - 0xfc2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_24_filled = IconData(0xfc2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lock_open" in size 28 and filled style. - static const IconData lock_open_28_filled = IconData( - 0xfc2f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lock_open_28_filled = IconData(0xfc2f, 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, - ); + 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, - ); + 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, - ); + static const IconData lock_shield_48_filled = IconData(0xf50e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lottery" in size 20 and filled style. - static const IconData lottery_20_filled = IconData( - 0x106f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lottery_20_filled = IconData(0x106f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "lottery" in size 24 and filled style. - static const IconData lottery_24_filled = IconData( - 0xfa46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData lottery_24_filled = IconData(0xfa46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 16 and filled style. - static const IconData luggage_16_filled = IconData( - 0x10019, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_16_filled = IconData(0x10019, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 20 and filled style. - static const IconData luggage_20_filled = IconData( - 0x1001a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_20_filled = IconData(0x1001a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 24 and filled style. - static const IconData luggage_24_filled = IconData( - 0xfbb7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_24_filled = IconData(0xfbb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 28 and filled style. - static const IconData luggage_28_filled = IconData( - 0x10373, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_28_filled = IconData(0x10373, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 32 and filled style. - static const IconData luggage_32_filled = IconData( - 0x10374, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_32_filled = IconData(0x10374, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "luggage" in size 48 and filled style. - static const IconData luggage_48_filled = IconData( - 0x10375, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData luggage_48_filled = IconData(0x10375, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail" in size 12 and filled style. - static const IconData mail_12_filled = IconData( - 0x1018d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_12_filled = IconData(0x1018d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail" in size 16 and filled style. - static const IconData mail_16_filled = IconData( - 0xfa4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_16_filled = IconData(0xfa4b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_48_filled = IconData(0xf513, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_add" in size 16 and filled style. - static const IconData mail_add_16_filled = IconData( - 0xf517, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_add_16_filled = IconData(0xf517, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_add" in size 20 and filled style. - static const IconData mail_add_20_filled = IconData( - 0xf529, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_add_20_filled = IconData(0xf529, 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, - ); + static const IconData mail_add_24_filled = IconData(0xf514, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 16 and filled style. - static const IconData mail_alert_16_filled = IconData( - 0xf52a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_16_filled = IconData(0xf52a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 20 and filled style. - static const IconData mail_alert_20_filled = IconData( - 0xf534, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_20_filled = IconData(0xf534, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 24 and filled style. - static const IconData mail_alert_24_filled = IconData( - 0xf535, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_24_filled = IconData(0xf535, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_alert" in size 28 and filled style. - static const IconData mail_alert_28_filled = IconData( - 0x10434, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_alert_28_filled = IconData(0x10434, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_all" in size 16 and filled style. - static const IconData mail_all_16_filled = IconData( - 0xfeeb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_16_filled = IconData(0xfeeb, 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, - ); + 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, - ); + static const IconData mail_all_24_filled = IconData(0xf516, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 16 and filled style. - static const IconData mail_all_read_16_filled = IconData( - 0x1065e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_16_filled = IconData(0x1065e, 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, - ); + static const IconData mail_all_read_20_filled = IconData(0xf518, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 24 and filled style. - static const IconData mail_all_read_24_filled = IconData( - 0x1065f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_24_filled = IconData(0x1065f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_all_read" in size 28 and filled style. - static const IconData mail_all_read_28_filled = IconData( - 0x10660, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_all_read_28_filled = IconData(0x10660, 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, - ); + static const IconData mail_all_unread_20_filled = IconData(0xf519, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_double_back" in size 16 and filled style. - static const IconData mail_arrow_double_back_16_filled = IconData( - 0xfa62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_double_back_16_filled = IconData(0xfa62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_double_back" in size 20 and filled style. - static const IconData mail_arrow_double_back_20_filled = IconData( - 0x1001b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_double_back_20_filled = IconData(0x1001b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_down" in size 16 and filled style. - static const IconData mail_arrow_down_16_filled = IconData( - 0xf536, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_down_16_filled = IconData(0xf536, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_down" in size 20 and filled style. - static const IconData mail_arrow_down_20_filled = IconData( - 0x1001c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_down_20_filled = IconData(0x1001c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_forward" in size 16 and filled style. - static const IconData mail_arrow_forward_16_filled = IconData( - 0xfa63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_forward_16_filled = IconData(0xfa63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_forward" in size 20 and filled style. - static const IconData mail_arrow_forward_20_filled = IconData( - 0x1001d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_forward_20_filled = IconData(0x1001d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 16 and filled style. - static const IconData mail_arrow_up_16_filled = IconData( - 0x103b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_16_filled = IconData(0x103b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 20 and filled style. - static const IconData mail_arrow_up_20_filled = IconData( - 0xf537, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_20_filled = IconData(0xf537, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_arrow_up" in size 24 and filled style. - static const IconData mail_arrow_up_24_filled = IconData( - 0xf555, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_arrow_up_24_filled = IconData(0xf555, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_attach" in size 16 and filled style. - static const IconData mail_attach_16_filled = IconData( - 0xfa64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_attach_16_filled = IconData(0xfa64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_attach" in size 20 and filled style. - static const IconData mail_attach_20_filled = IconData( - 0x1001e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_attach_20_filled = IconData(0x1001e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_checkmark" in size 16 and filled style. - static const IconData mail_checkmark_16_filled = IconData( - 0xf556, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_checkmark_16_filled = IconData(0xf556, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_checkmark" in size 20 and filled style. - static const IconData mail_checkmark_20_filled = IconData( - 0x1001f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_checkmark_20_filled = IconData(0x1001f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_clock" in size 16 and filled style. - static const IconData mail_clock_16_filled = IconData( - 0xf55b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_clock_16_filled = IconData(0xf55b, 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, - ); + static const IconData mail_clock_20_filled = IconData(0xf51a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_clock" in size 24 and filled style. - static const IconData mail_clock_24_filled = IconData( - 0xf55c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_clock_24_filled = IconData(0xf55c, 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, - ); + 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, - ); + static const IconData mail_copy_24_filled = IconData(0xf51c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 16 and filled style. - static const IconData mail_dismiss_16_filled = IconData( - 0xfeec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_16_filled = IconData(0xfeec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 20 and filled style. - static const IconData mail_dismiss_20_filled = IconData( - 0xf55d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_20_filled = IconData(0xf55d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 24 and filled style. - static const IconData mail_dismiss_24_filled = IconData( - 0xf55e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_24_filled = IconData(0xf55e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_dismiss" in size 28 and filled style. - static const IconData mail_dismiss_28_filled = IconData( - 0x105bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_dismiss_28_filled = IconData(0x105bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_edit" in size 20 and filled style. - static const IconData mail_edit_20_filled = IconData( - 0x102f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_edit_20_filled = IconData(0x102f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_edit" in size 24 and filled style. - static const IconData mail_edit_24_filled = IconData( - 0x102f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_edit_24_filled = IconData(0x102f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 16 and filled style. - static const IconData mail_error_16_filled = IconData( - 0x10020, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_16_filled = IconData(0x10020, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 20 and filled style. - static const IconData mail_error_20_filled = IconData( - 0xf55f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_20_filled = IconData(0xf55f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_error" in size 24 and filled style. - static const IconData mail_error_24_filled = IconData( - 0xf567, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_error_24_filled = IconData(0xf567, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_inbox_add_28_filled = IconData(0xf524, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_all" in size 20 and filled style. - static const IconData mail_inbox_all_20_filled = IconData( - 0x105bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_all_20_filled = IconData(0x105bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_all" in size 24 and filled style. - static const IconData mail_inbox_all_24_filled = IconData( - 0xfc30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_all_24_filled = IconData(0xfc30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_down" in size 16 and filled style. - static const IconData mail_inbox_arrow_down_16_filled = IconData( - 0xf568, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_down_16_filled = IconData(0xf568, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_down" in size 20 and filled style. - static const IconData mail_inbox_arrow_down_20_filled = IconData( - 0x10021, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_down_20_filled = IconData(0x10021, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_right" in size 20 and filled style. - static const IconData mail_inbox_arrow_right_20_filled = IconData( - 0x105bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_right_20_filled = IconData(0x105bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_right" in size 24 and filled style. - static const IconData mail_inbox_arrow_right_24_filled = IconData( - 0xfc31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_right_24_filled = IconData(0xfc31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_up" in size 20 and filled style. - static const IconData mail_inbox_arrow_up_20_filled = IconData( - 0xfc32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_up_20_filled = IconData(0xfc32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_arrow_up" in size 24 and filled style. - static const IconData mail_inbox_arrow_up_24_filled = IconData( - 0xfc33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_arrow_up_24_filled = IconData(0xfc33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 16 and filled style. - static const IconData mail_inbox_checkmark_16_filled = IconData( - 0xfe30, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_16_filled = IconData(0xfe30, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 20 and filled style. - static const IconData mail_inbox_checkmark_20_filled = IconData( - 0xfe31, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_20_filled = IconData(0xfe31, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 24 and filled style. - static const IconData mail_inbox_checkmark_24_filled = IconData( - 0xfe32, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_24_filled = IconData(0xfe32, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_inbox_checkmark" in size 28 and filled style. - static const IconData mail_inbox_checkmark_28_filled = IconData( - 0xfe81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_inbox_checkmark_28_filled = IconData(0xfe81, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_inbox_dismiss_28_filled = IconData(0xf528, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_link" in size 20 and filled style. - static const IconData mail_link_20_filled = IconData( - 0xf58f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_link_20_filled = IconData(0xf58f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_link" in size 24 and filled style. - static const IconData mail_link_24_filled = IconData( - 0xf596, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_link_24_filled = IconData(0xf596, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 16 and filled style. - static const IconData mail_list_16_filled = IconData( - 0x105be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_16_filled = IconData(0x105be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 20 and filled style. - static const IconData mail_list_20_filled = IconData( - 0x10661, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_20_filled = IconData(0x10661, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 24 and filled style. - static const IconData mail_list_24_filled = IconData( - 0x10662, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_24_filled = IconData(0x10662, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_list" in size 28 and filled style. - static const IconData mail_list_28_filled = IconData( - 0x10663, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_list_28_filled = IconData(0x10663, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 16 and filled style. - static const IconData mail_multiple_16_filled = IconData( - 0x1006a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_16_filled = IconData(0x1006a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 20 and filled style. - static const IconData mail_multiple_20_filled = IconData( - 0x1006b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_20_filled = IconData(0x1006b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 24 and filled style. - static const IconData mail_multiple_24_filled = IconData( - 0x1006c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_24_filled = IconData(0x1006c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_multiple" in size 28 and filled style. - static const IconData mail_multiple_28_filled = IconData( - 0x105bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_multiple_28_filled = IconData(0x105bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_off" in size 20 and filled style. - static const IconData mail_off_20_filled = IconData( - 0x105c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_off_20_filled = IconData(0x105c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_off" in size 24 and filled style. - static const IconData mail_off_24_filled = IconData( - 0xfc34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_off_24_filled = IconData(0xfc34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 16 and filled style. - static const IconData mail_open_person_16_filled = IconData( - 0xffa7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_16_filled = IconData(0xffa7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 20 and filled style. - static const IconData mail_open_person_20_filled = IconData( - 0x104a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_20_filled = IconData(0x104a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_open_person" in size 24 and filled style. - static const IconData mail_open_person_24_filled = IconData( - 0x104a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_open_person_24_filled = IconData(0x104a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_pause" in size 16 and filled style. - static const IconData mail_pause_16_filled = IconData( - 0xf5b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_pause_16_filled = IconData(0xf5b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_pause" in size 20 and filled style. - static const IconData mail_pause_20_filled = IconData( - 0x10022, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_pause_20_filled = IconData(0x10022, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 16 and filled style. - static const IconData mail_prohibited_16_filled = IconData( - 0xfeed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_16_filled = IconData(0xfeed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 20 and filled style. - static const IconData mail_prohibited_20_filled = IconData( - 0xf5d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_20_filled = IconData(0xf5d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_prohibited" in size 24 and filled style. - static const IconData mail_prohibited_24_filled = IconData( - 0xf5ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_prohibited_24_filled = IconData(0xf5ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_read" in size 16 and filled style. - static const IconData mail_read_16_filled = IconData( - 0xfa4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_16_filled = IconData(0xfa4c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_read_48_filled = IconData(0xf52e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 16 and filled style. - static const IconData mail_read_multiple_16_filled = IconData( - 0x10664, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_16_filled = IconData(0x10664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 24 and filled style. - static const IconData mail_read_multiple_24_filled = IconData( - 0x10665, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_24_filled = IconData(0x10665, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_read_multiple" in size 28 and filled style. - static const IconData mail_read_multiple_28_filled = IconData( - 0x10666, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_read_multiple_28_filled = IconData(0x10666, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_settings" in size 16 and filled style. - static const IconData mail_settings_16_filled = IconData( - 0xf5ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_settings_16_filled = IconData(0xf5ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_settings" in size 20 and filled style. - static const IconData mail_settings_20_filled = IconData( - 0x10023, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_settings_20_filled = IconData(0x10023, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_shield" in size 16 and filled style. - static const IconData mail_shield_16_filled = IconData( - 0xf5f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_shield_16_filled = IconData(0xf5f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_shield" in size 20 and filled style. - static const IconData mail_shield_20_filled = IconData( - 0x10024, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_shield_20_filled = IconData(0x10024, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 16 and filled style. - static const IconData mail_template_16_filled = IconData( - 0xffa8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_16_filled = IconData(0xffa8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 20 and filled style. - static const IconData mail_template_20_filled = IconData( - 0xf5f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_20_filled = IconData(0xf5f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_template" in size 24 and filled style. - static const IconData mail_template_24_filled = IconData( - 0xf5f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_template_24_filled = IconData(0xf5f7, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mail_unread_48_filled = IconData(0xf533, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 16 and filled style. - static const IconData mail_warning_16_filled = IconData( - 0xf5f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_16_filled = IconData(0xf5f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 20 and filled style. - static const IconData mail_warning_20_filled = IconData( - 0x106f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_20_filled = IconData(0x106f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mail_warning" in size 24 and filled style. - static const IconData mail_warning_24_filled = IconData( - 0x106f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mail_warning_24_filled = IconData(0x106f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "map" in size 20 and filled style. - static const IconData map_20_filled = IconData( - 0xfe82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData map_20_filled = IconData(0xfe82, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData map_drive_24_filled = IconData(0xf53b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "match_app_layout" in size 20 and filled style. - static const IconData match_app_layout_20_filled = IconData( - 0x106f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData match_app_layout_20_filled = IconData(0x106f8, 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, - ); + static const IconData match_app_layout_24_filled = IconData(0xf53c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_format_linear" in size 20 and filled style. - static const IconData math_format_linear_20_filled = IconData( - 0x106f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_format_linear_20_filled = IconData(0x106f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_format_linear" in size 24 and filled style. - static const IconData math_format_linear_24_filled = IconData( - 0xfa4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_format_linear_24_filled = IconData(0xfa4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_format_professional" in size 20 and filled style. - static const IconData math_format_professional_20_filled = IconData( - 0x10667, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_format_professional_20_filled = IconData(0x10667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_format_professional" in size 24 and filled style. - static const IconData math_format_professional_24_filled = IconData( - 0xfa4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_format_professional_24_filled = IconData(0xfa4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 16 and filled style. - static const IconData math_formula_16_filled = IconData( - 0xfcef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_16_filled = IconData(0xfcef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 20 and filled style. - static const IconData math_formula_20_filled = IconData( - 0x10668, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_20_filled = IconData(0x10668, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 24 and filled style. - static const IconData math_formula_24_filled = IconData( - 0xfa4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_24_filled = IconData(0xfa4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_formula" in size 32 and filled style. - static const IconData math_formula_32_filled = IconData( - 0xfcf0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_formula_32_filled = IconData(0xfcf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 16 and filled style. - static const IconData math_symbols_16_filled = IconData( - 0x10518, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_16_filled = IconData(0x10518, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 20 and filled style. - static const IconData math_symbols_20_filled = IconData( - 0x10519, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_20_filled = IconData(0x10519, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 24 and filled style. - static const IconData math_symbols_24_filled = IconData( - 0x1051a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_24_filled = IconData(0x1051a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 28 and filled style. - static const IconData math_symbols_28_filled = IconData( - 0x1051b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_28_filled = IconData(0x1051b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 32 and filled style. - static const IconData math_symbols_32_filled = IconData( - 0x1051c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_32_filled = IconData(0x1051c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "math_symbols" in size 48 and filled style. - static const IconData math_symbols_48_filled = IconData( - 0x1051d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData math_symbols_48_filled = IconData(0x1051d, 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, - ); + static const IconData maximize_16_filled = IconData(0xf53d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 20 and filled style. - static const IconData maximize_20_filled = IconData( - 0xfa50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData maximize_20_filled = IconData(0xfa50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 24 and filled style. - static const IconData maximize_24_filled = IconData( - 0xfa51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData maximize_24_filled = IconData(0xfa51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 28 and filled style. - static const IconData maximize_28_filled = IconData( - 0xfa52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData maximize_28_filled = IconData(0xfa52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "maximize" in size 48 and filled style. - static const IconData maximize_48_filled = IconData( - 0xfa53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData maximize_48_filled = IconData(0xfa53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 16 and filled style. - static const IconData meet_now_16_filled = IconData( - 0xfa54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_16_filled = IconData(0xfa54, 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, - ); + 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, - ); + static const IconData meet_now_24_filled = IconData(0xf53f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 28 and filled style. - static const IconData meet_now_28_filled = IconData( - 0xf600, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_28_filled = IconData(0xf600, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 32 and filled style. - static const IconData meet_now_32_filled = IconData( - 0xf601, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_32_filled = IconData(0xf601, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "meet_now" in size 48 and filled style. - static const IconData meet_now_48_filled = IconData( - 0xf63b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData meet_now_48_filled = IconData(0xf63b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData megaphone_28_filled = IconData(0xf543, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "megaphone_loud" in size 20 and filled style. - static const IconData megaphone_loud_20_filled = IconData( - 0xf655, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_loud_20_filled = IconData(0xf655, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "megaphone_loud" in size 24 and filled style. - static const IconData megaphone_loud_24_filled = IconData( - 0x10283, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_loud_24_filled = IconData(0x10283, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 16 and filled style. - static const IconData megaphone_off_16_filled = IconData( - 0x106fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_16_filled = IconData(0x106fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 20 and filled style. - static const IconData megaphone_off_20_filled = IconData( - 0x106fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_20_filled = IconData(0x106fb, 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, - ); + static const IconData megaphone_off_24_filled = IconData(0xf544, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "megaphone_off" in size 28 and filled style. - static const IconData megaphone_off_28_filled = IconData( - 0x106fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData megaphone_off_28_filled = IconData(0x106fc, 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, - ); + 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, - ); + 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, - ); + static const IconData mention_24_filled = IconData(0xf547, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mention_arrow_down" in size 20 and filled style. - static const IconData mention_arrow_down_20_filled = IconData( - 0x10669, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mention_arrow_down_20_filled = IconData(0x10669, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mention_brackets" in size 20 and filled style. - static const IconData mention_brackets_20_filled = IconData( - 0x1066a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mention_brackets_20_filled = IconData(0x1066a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "merge" in size 20 and filled style. - static const IconData merge_20_filled = IconData( - 0x106fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData merge_20_filled = IconData(0x106fd, 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, - ); + static const IconData merge_24_filled = IconData(0xf548, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 16 and filled style. - static const IconData mic_16_filled = IconData( - 0x104cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_16_filled = IconData(0x104cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 20 and filled style. - static const IconData mic_20_filled = IconData( - 0x104cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_20_filled = IconData(0x104cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 24 and filled style. - static const IconData mic_24_filled = IconData( - 0x104ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_24_filled = IconData(0x104ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 28 and filled style. - static const IconData mic_28_filled = IconData( - 0x104cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_28_filled = IconData(0x104cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 32 and filled style. - static const IconData mic_32_filled = IconData( - 0x104d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_32_filled = IconData(0x104d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic" in size 48 and filled style. - static const IconData mic_48_filled = IconData( - 0x104d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_48_filled = IconData(0x104d1, 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, - ); + 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, - ); + static const IconData mic_off_16_filled = IconData(0xf54a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 20 and filled style. - static const IconData mic_off_20_filled = IconData( - 0xfa55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_20_filled = IconData(0xfa55, 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, - ); + 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, - ); + static const IconData mic_off_28_filled = IconData(0xf54c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 32 and filled style. - static const IconData mic_off_32_filled = IconData( - 0x106fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_32_filled = IconData(0x106fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_off" in size 48 and filled style. - static const IconData mic_off_48_filled = IconData( - 0xfa56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_off_48_filled = IconData(0xfa56, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData mic_on_28_filled = IconData(0xf550, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_on" in size 32 and filled style. - static const IconData mic_on_32_filled = IconData( - 0xfd53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_on_32_filled = IconData(0xfd53, 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, - ); + static const IconData mic_on_48_filled = IconData(0xf551, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 16 and filled style. - static const IconData mic_prohibited_16_filled = IconData( - 0xfd9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_16_filled = IconData(0xfd9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 20 and filled style. - static const IconData mic_prohibited_20_filled = IconData( - 0xfb48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_20_filled = IconData(0xfb48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 24 and filled style. - static const IconData mic_prohibited_24_filled = IconData( - 0xfa57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_24_filled = IconData(0xfa57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 28 and filled style. - static const IconData mic_prohibited_28_filled = IconData( - 0xfd9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_28_filled = IconData(0xfd9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_prohibited" in size 48 and filled style. - static const IconData mic_prohibited_48_filled = IconData( - 0xfd9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_prohibited_48_filled = IconData(0xfd9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_settings" in size 20 and filled style. - static const IconData mic_settings_20_filled = IconData( - 0x105c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_settings_20_filled = IconData(0x105c1, 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, - ); + static const IconData mic_settings_24_filled = IconData(0xf552, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 16 and filled style. - static const IconData mic_sparkle_16_filled = IconData( - 0xfeee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_16_filled = IconData(0xfeee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 20 and filled style. - static const IconData mic_sparkle_20_filled = IconData( - 0xfeef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_20_filled = IconData(0xfeef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_sparkle" in size 24 and filled style. - static const IconData mic_sparkle_24_filled = IconData( - 0xfef0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_sparkle_24_filled = IconData(0xfef0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mic_sync" in size 20 and filled style. - static const IconData mic_sync_20_filled = IconData( - 0xfba4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mic_sync_20_filled = IconData(0xfba4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "microscope" in size 20 and filled style. - static const IconData microscope_20_filled = IconData( - 0xf656, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData microscope_20_filled = IconData(0xf656, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "microscope" in size 24 and filled style. - static const IconData microscope_24_filled = IconData( - 0xf659, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData microscope_24_filled = IconData(0xf659, 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, - ); + 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, - ); + static const IconData midi_24_filled = IconData(0xf554, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "mobile_optimized" in size 20 and filled style. - static const IconData mobile_optimized_20_filled = IconData( - 0x106ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData mobile_optimized_20_filled = IconData(0x106ff, 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, - ); + static const IconData mobile_optimized_24_filled = IconData(0xf557, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 16 and filled style. - static const IconData molecule_16_filled = IconData( - 0xf65a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_16_filled = IconData(0xf65a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 20 and filled style. - static const IconData molecule_20_filled = IconData( - 0xf663, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_20_filled = IconData(0xf663, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 24 and filled style. - static const IconData molecule_24_filled = IconData( - 0xf664, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_24_filled = IconData(0xf664, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 28 and filled style. - static const IconData molecule_28_filled = IconData( - 0xf667, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_28_filled = IconData(0xf667, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 32 and filled style. - static const IconData molecule_32_filled = IconData( - 0xf668, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_32_filled = IconData(0xf668, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "molecule" in size 48 and filled style. - static const IconData molecule_48_filled = IconData( - 0xf669, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData molecule_48_filled = IconData(0xf669, 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, - ); + 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, - ); + 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, - ); + static const IconData money_24_filled = IconData(0xf55a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_calculator" in size 20 and filled style. - static const IconData money_calculator_20_filled = IconData( - 0x10161, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_calculator_20_filled = IconData(0x10161, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_calculator" in size 24 and filled style. - static const IconData money_calculator_24_filled = IconData( - 0x10162, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_calculator_24_filled = IconData(0x10162, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_dismiss" in size 20 and filled style. - static const IconData money_dismiss_20_filled = IconData( - 0x10234, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_dismiss_20_filled = IconData(0x10234, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_dismiss" in size 24 and filled style. - static const IconData money_dismiss_24_filled = IconData( - 0x10235, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_dismiss_24_filled = IconData(0x10235, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_hand" in size 20 and filled style. - static const IconData money_hand_20_filled = IconData( - 0x10376, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_hand_20_filled = IconData(0x10376, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_hand" in size 24 and filled style. - static const IconData money_hand_24_filled = IconData( - 0x10377, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_hand_24_filled = IconData(0x10377, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_off" in size 20 and filled style. - static const IconData money_off_20_filled = IconData( - 0x10236, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_off_20_filled = IconData(0x10236, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_off" in size 24 and filled style. - static const IconData money_off_24_filled = IconData( - 0x10237, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_off_24_filled = IconData(0x10237, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "money_settings" in size 20 and filled style. - static const IconData money_settings_20_filled = IconData( - 0x10163, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData money_settings_20_filled = IconData(0x10163, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_circle" in size 20 and filled style. - static const IconData more_circle_20_filled = IconData( - 0xfa5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_circle_20_filled = IconData(0xfa5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_circle" in size 32 and filled style. - static const IconData more_circle_32_filled = IconData( - 0x1018e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_circle_32_filled = IconData(0x1018e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 16 and filled style. - static const IconData more_horizontal_16_filled = IconData( - 0xfc35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_16_filled = IconData(0xfc35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 20 and filled style. - static const IconData more_horizontal_20_filled = IconData( - 0xfc36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_20_filled = IconData(0xfc36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 24 and filled style. - static const IconData more_horizontal_24_filled = IconData( - 0xfc37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_24_filled = IconData(0xfc37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 28 and filled style. - static const IconData more_horizontal_28_filled = IconData( - 0xfc38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_28_filled = IconData(0xfc38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 32 and filled style. - static const IconData more_horizontal_32_filled = IconData( - 0xfa7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_32_filled = IconData(0xfa7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_horizontal" in size 48 and filled style. - static const IconData more_horizontal_48_filled = IconData( - 0xfc39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_horizontal_48_filled = IconData(0xfc39, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_vertical" in size 16 and filled style. - static const IconData more_vertical_16_filled = IconData( - 0xfd54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_vertical_16_filled = IconData(0xfd54, 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, - ); + 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, - ); + 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, - ); + static const IconData more_vertical_28_filled = IconData(0xf562, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "more_vertical" in size 32 and filled style. - static const IconData more_vertical_32_filled = IconData( - 0xfa8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData more_vertical_32_filled = IconData(0xfa8a, 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, - ); + static const IconData more_vertical_48_filled = IconData(0xf563, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "movies_and_tv" in size 16 and filled style. - static const IconData movies_and_tv_16_filled = IconData( - 0xfa5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData movies_and_tv_16_filled = IconData(0xfa5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "movies_and_tv" in size 20 and filled style. - static const IconData movies_and_tv_20_filled = IconData( - 0xfa60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData movies_and_tv_20_filled = IconData(0xfa60, 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, - ); + static const IconData movies_and_tv_24_filled = IconData(0xf564, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 20 and filled style. - static const IconData multiplier_1_2x_20_filled = IconData( - 0xfdca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_20_filled = IconData(0xfdca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 24 and filled style. - static const IconData multiplier_1_2x_24_filled = IconData( - 0xfdcb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_24_filled = IconData(0xfdcb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 28 and filled style. - static const IconData multiplier_1_2x_28_filled = IconData( - 0xfdcc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_28_filled = IconData(0xfdcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 32 and filled style. - static const IconData multiplier_1_2x_32_filled = IconData( - 0xfdcd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_32_filled = IconData(0xfdcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_2x" in size 48 and filled style. - static const IconData multiplier_1_2x_48_filled = IconData( - 0xfdce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_2x_48_filled = IconData(0xfdce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 20 and filled style. - static const IconData multiplier_1_5x_20_filled = IconData( - 0xfdcf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_20_filled = IconData(0xfdcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 24 and filled style. - static const IconData multiplier_1_5x_24_filled = IconData( - 0xfdd0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_24_filled = IconData(0xfdd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 28 and filled style. - static const IconData multiplier_1_5x_28_filled = IconData( - 0xfdd1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_28_filled = IconData(0xfdd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 32 and filled style. - static const IconData multiplier_1_5x_32_filled = IconData( - 0xfdd2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_32_filled = IconData(0xfdd2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_5x" in size 48 and filled style. - static const IconData multiplier_1_5x_48_filled = IconData( - 0xfdd3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_5x_48_filled = IconData(0xfdd3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 20 and filled style. - static const IconData multiplier_1_8x_20_filled = IconData( - 0xfdd4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_20_filled = IconData(0xfdd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 24 and filled style. - static const IconData multiplier_1_8x_24_filled = IconData( - 0xfdd5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_24_filled = IconData(0xfdd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 28 and filled style. - static const IconData multiplier_1_8x_28_filled = IconData( - 0xfdd6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_28_filled = IconData(0xfdd6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 32 and filled style. - static const IconData multiplier_1_8x_32_filled = IconData( - 0xfdd7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_32_filled = IconData(0xfdd7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1_8x" in size 48 and filled style. - static const IconData multiplier_1_8x_48_filled = IconData( - 0xfdd8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1_8x_48_filled = IconData(0xfdd8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 20 and filled style. - static const IconData multiplier_1x_20_filled = IconData( - 0xfdd9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_20_filled = IconData(0xfdd9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 24 and filled style. - static const IconData multiplier_1x_24_filled = IconData( - 0xfdda, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_24_filled = IconData(0xfdda, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 28 and filled style. - static const IconData multiplier_1x_28_filled = IconData( - 0xfddb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_28_filled = IconData(0xfddb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 32 and filled style. - static const IconData multiplier_1x_32_filled = IconData( - 0xfddc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_32_filled = IconData(0xfddc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_1x" in size 48 and filled style. - static const IconData multiplier_1x_48_filled = IconData( - 0xfddd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_1x_48_filled = IconData(0xfddd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 20 and filled style. - static const IconData multiplier_2x_20_filled = IconData( - 0xfdde, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_20_filled = IconData(0xfdde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 24 and filled style. - static const IconData multiplier_2x_24_filled = IconData( - 0xfddf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_24_filled = IconData(0xfddf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 28 and filled style. - static const IconData multiplier_2x_28_filled = IconData( - 0xfde0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_28_filled = IconData(0xfde0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 32 and filled style. - static const IconData multiplier_2x_32_filled = IconData( - 0xfde1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_32_filled = IconData(0xfde1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_2x" in size 48 and filled style. - static const IconData multiplier_2x_48_filled = IconData( - 0xfde2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_2x_48_filled = IconData(0xfde2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 20 and filled style. - static const IconData multiplier_5x_20_filled = IconData( - 0xfe83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_20_filled = IconData(0xfe83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 24 and filled style. - static const IconData multiplier_5x_24_filled = IconData( - 0xfe84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_24_filled = IconData(0xfe84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 28 and filled style. - static const IconData multiplier_5x_28_filled = IconData( - 0xfe85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_28_filled = IconData(0xfe85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 32 and filled style. - static const IconData multiplier_5x_32_filled = IconData( - 0xfe86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_32_filled = IconData(0xfe86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiplier_5x" in size 48 and filled style. - static const IconData multiplier_5x_48_filled = IconData( - 0xfe87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiplier_5x_48_filled = IconData(0xfe87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect" in size 16 and filled style. - static const IconData multiselect_16_filled = IconData( - 0xfa97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_16_filled = IconData(0xfa97, 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, - ); + 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, - ); + static const IconData multiselect_24_filled = IconData(0xf566, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 16 and filled style. - static const IconData multiselect_ltr_16_filled = IconData( - 0x104d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_16_filled = IconData(0x104d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 20 and filled style. - static const IconData multiselect_ltr_20_filled = IconData( - 0x104d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_20_filled = IconData(0x104d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_ltr" in size 24 and filled style. - static const IconData multiselect_ltr_24_filled = IconData( - 0x104d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_ltr_24_filled = IconData(0x104d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rlt" in size 20 and filled style. - static const IconData multiselect_rlt_20_filled = IconData( - 0x10025, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rlt_20_filled = IconData(0x10025, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 16 and filled style. - static const IconData multiselect_rtl_16_filled = IconData( - 0xff23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_16_filled = IconData(0xff23, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 20 and filled style. - static const IconData multiselect_rtl_20_filled = IconData( - 0x104d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_20_filled = IconData(0x104d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "multiselect_rtl" in size 24 and filled style. - static const IconData multiselect_rtl_24_filled = IconData( - 0x104d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData multiselect_rtl_24_filled = IconData(0x104d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_1" in size 20 and filled style. - static const IconData music_note_1_20_filled = IconData( - 0xfc3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_1_20_filled = IconData(0xfc3a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_1" in size 24 and filled style. - static const IconData music_note_1_24_filled = IconData( - 0xfc3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_1_24_filled = IconData(0xfc3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 16 and filled style. - static const IconData music_note_2_16_filled = IconData( - 0xfc3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_16_filled = IconData(0xfc3c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 20 and filled style. - static const IconData music_note_2_20_filled = IconData( - 0xfe33, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_20_filled = IconData(0xfe33, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_2" in size 24 and filled style. - static const IconData music_note_2_24_filled = IconData( - 0xfc3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_24_filled = IconData(0xfc3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_2_play" in size 20 and filled style. - static const IconData music_note_2_play_20_filled = IconData( - 0xfe88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_2_play_20_filled = IconData(0xfe88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_1" in size 20 and filled style. - static const IconData music_note_off_1_20_filled = IconData( - 0x1066b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_1_20_filled = IconData(0x1066b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_1" in size 24 and filled style. - static const IconData music_note_off_1_24_filled = IconData( - 0x1066c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_1_24_filled = IconData(0x1066c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 16 and filled style. - static const IconData music_note_off_2_16_filled = IconData( - 0x1066d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_16_filled = IconData(0x1066d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 20 and filled style. - static const IconData music_note_off_2_20_filled = IconData( - 0x1066e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_20_filled = IconData(0x1066e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "music_note_off_2" in size 24 and filled style. - static const IconData music_note_off_2_24_filled = IconData( - 0x1066f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData music_note_off_2_24_filled = IconData(0x1066f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 12 and filled style. - static const IconData my_location_12_filled = IconData( - 0xfe34, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData my_location_12_filled = IconData(0xfe34, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 16 and filled style. - static const IconData my_location_16_filled = IconData( - 0xfde3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData my_location_16_filled = IconData(0xfde3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "my_location" in size 20 and filled style. - static const IconData my_location_20_filled = IconData( - 0xfde4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData my_location_20_filled = IconData(0xfde4, 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, - ); + static const IconData my_location_24_filled = IconData(0xf569, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "navigation" in size 16 and filled style. - static const IconData navigation_16_filled = IconData( - 0xffa9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData navigation_16_filled = IconData(0xffa9, 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, - ); + 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, - ); + static const IconData navigation_24_filled = IconData(0xf56b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "navigation_location_target" in size 20 and filled style. - static const IconData navigation_location_target_20_filled = IconData( - 0x10670, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData navigation_location_target_20_filled = IconData(0x10670, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "navigation_play" in size 20 and filled style. - static const IconData navigation_play_20_filled = IconData( - 0x10671, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData navigation_play_20_filled = IconData(0x10671, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "navigation_unread" in size 20 and filled style. - static const IconData navigation_unread_20_filled = IconData( - 0x105c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData navigation_unread_20_filled = IconData(0x105c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "navigation_unread" in size 24 and filled style. - static const IconData navigation_unread_24_filled = IconData( - 0xfa65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData navigation_unread_24_filled = IconData(0xfa65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "network_check" in size 20 and filled style. - static const IconData network_check_20_filled = IconData( - 0x10700, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData network_check_20_filled = IconData(0x10700, 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, - ); + 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, - ); + static const IconData new_16_filled = IconData(0xf56d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "new" in size 20 and filled style. - static const IconData new_20_filled = IconData( - 0x105c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData new_20_filled = IconData(0x105c3, 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, - ); + static const IconData new_24_filled = IconData(0xf56e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "news" in size 16 and filled style. - static const IconData news_16_filled = IconData( - 0xffaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData news_16_filled = IconData(0xffaa, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData next_24_filled = IconData(0xf574, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "next" in size 28 and filled style. - static const IconData next_28_filled = IconData( - 0x10378, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData next_28_filled = IconData(0x10378, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "next" in size 32 and filled style. - static const IconData next_32_filled = IconData( - 0x10379, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData next_32_filled = IconData(0x10379, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "next" in size 48 and filled style. - static const IconData next_48_filled = IconData( - 0x1037a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData next_48_filled = IconData(0x1037a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note" in size 16 and filled style. - static const IconData note_16_filled = IconData( - 0xf66d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_16_filled = IconData(0xf66d, 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, - ); + 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, - ); + static const IconData note_24_filled = IconData(0xf576, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note" in size 28 and filled style. - static const IconData note_28_filled = IconData( - 0x10238, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_28_filled = IconData(0x10238, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note" in size 48 and filled style. - static const IconData note_48_filled = IconData( - 0x10239, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_48_filled = IconData(0x10239, 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, - ); + 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, - ); + 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, - ); + static const IconData note_add_24_filled = IconData(0xf579, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_add" in size 28 and filled style. - static const IconData note_add_28_filled = IconData( - 0x10701, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_add_28_filled = IconData(0x10701, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_add" in size 48 and filled style. - static const IconData note_add_48_filled = IconData( - 0x10702, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_add_48_filled = IconData(0x10702, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_edit" in size 20 and filled style. - static const IconData note_edit_20_filled = IconData( - 0xffab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_edit_20_filled = IconData(0xffab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_edit" in size 24 and filled style. - static const IconData note_edit_24_filled = IconData( - 0xffac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_edit_24_filled = IconData(0xffac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_pin" in size 16 and filled style. - static const IconData note_pin_16_filled = IconData( - 0xf66e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_pin_16_filled = IconData(0xf66e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "note_pin" in size 20 and filled style. - static const IconData note_pin_20_filled = IconData( - 0x10026, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData note_pin_20_filled = IconData(0x10026, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook" in size 20 and filled style. - static const IconData notebook_20_filled = IconData( - 0x105c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_20_filled = IconData(0x105c4, 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, - ); + static const IconData notebook_24_filled = IconData(0xf57a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_add" in size 20 and filled style. - static const IconData notebook_add_20_filled = IconData( - 0x105c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_add_20_filled = IconData(0x105c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_add" in size 24 and filled style. - static const IconData notebook_add_24_filled = IconData( - 0xfcf1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_add_24_filled = IconData(0xfcf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_error" in size 20 and filled style. - static const IconData notebook_error_20_filled = IconData( - 0x105c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_error_20_filled = IconData(0x105c6, 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, - ); + static const IconData notebook_error_24_filled = IconData(0xf57b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_lightning" in size 20 and filled style. - static const IconData notebook_lightning_20_filled = IconData( - 0x105c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_lightning_20_filled = IconData(0x105c7, 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, - ); + static const IconData notebook_lightning_24_filled = IconData(0xf57c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_question_mark" in size 20 and filled style. - static const IconData notebook_question_mark_20_filled = IconData( - 0x105c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_question_mark_20_filled = IconData(0x105c8, 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, - ); + static const IconData notebook_question_mark_24_filled = IconData(0xf57d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_section" in size 20 and filled style. - static const IconData notebook_section_20_filled = IconData( - 0xfb49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_section_20_filled = IconData(0xfb49, 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, - ); + static const IconData notebook_section_24_filled = IconData(0xf57e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_section_arrow_right" in size 24 and filled style. - static const IconData notebook_section_arrow_right_24_filled = IconData( - 0xfcf2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_section_arrow_right_24_filled = IconData(0xfcf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_subsection" in size 20 and filled style. - static const IconData notebook_subsection_20_filled = IconData( - 0xfba5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_subsection_20_filled = IconData(0xfba5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_subsection" in size 24 and filled style. - static const IconData notebook_subsection_24_filled = IconData( - 0xfcf3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_subsection_24_filled = IconData(0xfcf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notebook_sync" in size 20 and filled style. - static const IconData notebook_sync_20_filled = IconData( - 0x10703, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notebook_sync_20_filled = IconData(0x10703, 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, - ); + static const IconData notebook_sync_24_filled = IconData(0xf57f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 12 and filled style. - static const IconData notepad_12_filled = IconData( - 0xfe89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_12_filled = IconData(0xfe89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 16 and filled style. - static const IconData notepad_16_filled = IconData( - 0xf66f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_16_filled = IconData(0xf66f, 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, - ); + 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, - ); + 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, - ); + static const IconData notepad_28_filled = IconData(0xf582, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad" in size 32 and filled style. - static const IconData notepad_32_filled = IconData( - 0xfde5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_32_filled = IconData(0xfde5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad_edit" in size 16 and filled style. - static const IconData notepad_edit_16_filled = IconData( - 0xf670, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_edit_16_filled = IconData(0xf670, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad_edit" in size 20 and filled style. - static const IconData notepad_edit_20_filled = IconData( - 0xffad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_edit_20_filled = IconData(0xffad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 16 and filled style. - static const IconData notepad_person_16_filled = IconData( - 0x103b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_16_filled = IconData(0x103b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 20 and filled style. - static const IconData notepad_person_20_filled = IconData( - 0xfef1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_20_filled = IconData(0xfef1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "notepad_person" in size 24 and filled style. - static const IconData notepad_person_24_filled = IconData( - 0xfef2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData notepad_person_24_filled = IconData(0xfef2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 16 and filled style. - static const IconData number_circle_1_16_filled = IconData( - 0x10672, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_16_filled = IconData(0x10672, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 20 and filled style. - static const IconData number_circle_1_20_filled = IconData( - 0x10673, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_20_filled = IconData(0x10673, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_circle_1" in size 24 and filled style. - static const IconData number_circle_1_24_filled = IconData( - 0x10674, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_circle_1_24_filled = IconData(0x10674, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData number_symbol_24_filled = IconData(0xf588, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 28 and filled style. - static const IconData number_symbol_28_filled = IconData( - 0x101eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_28_filled = IconData(0x101eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 32 and filled style. - static const IconData number_symbol_32_filled = IconData( - 0x1018f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_32_filled = IconData(0x1018f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol" in size 48 and filled style. - static const IconData number_symbol_48_filled = IconData( - 0x101ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_48_filled = IconData(0x101ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_dismiss" in size 20 and filled style. - static const IconData number_symbol_dismiss_20_filled = IconData( - 0x105c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_dismiss_20_filled = IconData(0x105c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_dismiss" in size 24 and filled style. - static const IconData number_symbol_dismiss_24_filled = IconData( - 0xfa66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_dismiss_24_filled = IconData(0xfa66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_square" in size 20 and filled style. - static const IconData number_symbol_square_20_filled = IconData( - 0xfe35, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_square_20_filled = IconData(0xfe35, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "number_symbol_square" in size 24 and filled style. - static const IconData number_symbol_square_24_filled = IconData( - 0xfe36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData number_symbol_square_24_filled = IconData(0xfe36, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "office_apps" in size 20 and filled style. - static const IconData office_apps_20_filled = IconData( - 0xffae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData office_apps_20_filled = IconData(0xffae, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData open_24_filled = IconData(0xf58d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open" in size 28 and filled style. - static const IconData open_28_filled = IconData( - 0xfa67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_28_filled = IconData(0xfa67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open" in size 32 and filled style. - static const IconData open_32_filled = IconData( - 0xf671, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_32_filled = IconData(0xf671, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open" in size 48 and filled style. - static const IconData open_48_filled = IconData( - 0xfa68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_48_filled = IconData(0xfa68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 16 and filled style. - static const IconData open_folder_16_filled = IconData( - 0xfa69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_16_filled = IconData(0xfa69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 20 and filled style. - static const IconData open_folder_20_filled = IconData( - 0xfa6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_20_filled = IconData(0xfa6a, 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, - ); + static const IconData open_folder_24_filled = IconData(0xf58e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 28 and filled style. - static const IconData open_folder_28_filled = IconData( - 0xfa6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_28_filled = IconData(0xfa6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_folder" in size 48 and filled style. - static const IconData open_folder_48_filled = IconData( - 0xfa6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_folder_48_filled = IconData(0xfa6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 16 and filled style. - static const IconData open_off_16_filled = IconData( - 0xfa6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_off_16_filled = IconData(0xfa6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 20 and filled style. - static const IconData open_off_20_filled = IconData( - 0xfa6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_off_20_filled = IconData(0xfa6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 24 and filled style. - static const IconData open_off_24_filled = IconData( - 0xfa6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_off_24_filled = IconData(0xfa6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 28 and filled style. - static const IconData open_off_28_filled = IconData( - 0xfa70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_off_28_filled = IconData(0xfa70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "open_off" in size 48 and filled style. - static const IconData open_off_48_filled = IconData( - 0xfa71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData open_off_48_filled = IconData(0xfa71, 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, - ); + 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, - ); + 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, - ); + static const IconData options_24_filled = IconData(0xf592, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "options" in size 48 and filled style. - static const IconData options_48_filled = IconData( - 0x10164, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData options_48_filled = IconData(0x10164, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 12 and filled style. - static const IconData organization_12_filled = IconData( - 0xfe8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData organization_12_filled = IconData(0xfe8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 16 and filled style. - static const IconData organization_16_filled = IconData( - 0xfa98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData organization_16_filled = IconData(0xfa98, 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, - ); + 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, - ); + 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, - ); + static const IconData organization_28_filled = IconData(0xf595, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 32 and filled style. - static const IconData organization_32_filled = IconData( - 0xfa99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData organization_32_filled = IconData(0xfa99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "organization" in size 48 and filled style. - static const IconData organization_48_filled = IconData( - 0xfab0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData organization_48_filled = IconData(0xfab0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "organization_horizontal" in size 20 and filled style. - static const IconData organization_horizontal_20_filled = IconData( - 0x10704, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData organization_horizontal_20_filled = IconData(0x10704, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "orientation" in size 20 and filled style. - static const IconData orientation_20_filled = IconData( - 0xfcf4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData orientation_20_filled = IconData(0xfcf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "orientation" in size 24 and filled style. - static const IconData orientation_24_filled = IconData( - 0xfab2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData orientation_24_filled = IconData(0xfab2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 16 and filled style. - static const IconData oval_16_filled = IconData( - 0x103b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_16_filled = IconData(0x103b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 20 and filled style. - static const IconData oval_20_filled = IconData( - 0x103b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_20_filled = IconData(0x103b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 24 and filled style. - static const IconData oval_24_filled = IconData( - 0x103b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_24_filled = IconData(0x103b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 28 and filled style. - static const IconData oval_28_filled = IconData( - 0x103b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_28_filled = IconData(0x103b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 32 and filled style. - static const IconData oval_32_filled = IconData( - 0x101ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_32_filled = IconData(0x101ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "oval" in size 48 and filled style. - static const IconData oval_48_filled = IconData( - 0x103b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData oval_48_filled = IconData(0x103b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_down" in size 20 and filled style. - static const IconData padding_down_20_filled = IconData( - 0xf68b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_down_20_filled = IconData(0xf68b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_down" in size 24 and filled style. - static const IconData padding_down_24_filled = IconData( - 0xf68c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_down_24_filled = IconData(0xf68c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_left" in size 20 and filled style. - static const IconData padding_left_20_filled = IconData( - 0xf69e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_left_20_filled = IconData(0xf69e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_left" in size 24 and filled style. - static const IconData padding_left_24_filled = IconData( - 0xf6a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_left_24_filled = IconData(0xf6a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_right" in size 20 and filled style. - static const IconData padding_right_20_filled = IconData( - 0xf6a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_right_20_filled = IconData(0xf6a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_right" in size 24 and filled style. - static const IconData padding_right_24_filled = IconData( - 0xf6a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_right_24_filled = IconData(0xf6a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_top" in size 20 and filled style. - static const IconData padding_top_20_filled = IconData( - 0xf6bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_top_20_filled = IconData(0xf6bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "padding_top" in size 24 and filled style. - static const IconData padding_top_24_filled = IconData( - 0xf6c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData padding_top_24_filled = IconData(0xf6c2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData paint_brush_24_filled = IconData(0xf59d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_down" in size 20 and filled style. - static const IconData paint_brush_arrow_down_20_filled = IconData( - 0x10705, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_down_20_filled = IconData(0x10705, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_down" in size 24 and filled style. - static const IconData paint_brush_arrow_down_24_filled = IconData( - 0xfa72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_down_24_filled = IconData(0xfa72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_up" in size 20 and filled style. - static const IconData paint_brush_arrow_up_20_filled = IconData( - 0x10706, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_up_20_filled = IconData(0x10706, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "paint_brush_arrow_up" in size 24 and filled style. - static const IconData paint_brush_arrow_up_24_filled = IconData( - 0xfa73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData paint_brush_arrow_up_24_filled = IconData(0xfa73, 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, - ); + 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, - ); + 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, - ); + static const IconData paint_bucket_24_filled = IconData(0xf5a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pair" in size 20 and filled style. - static const IconData pair_20_filled = IconData( - 0x105ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pair_20_filled = IconData(0x105ca, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pane_open_24_filled = IconData(0xf5a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom" in size 20 and filled style. - static const IconData panel_bottom_20_filled = IconData( - 0x1006d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_20_filled = IconData(0x1006d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom_contract" in size 20 and filled style. - static const IconData panel_bottom_contract_20_filled = IconData( - 0x100e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_contract_20_filled = IconData(0x100e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_bottom_expand" in size 20 and filled style. - static const IconData panel_bottom_expand_20_filled = IconData( - 0x100e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_bottom_expand_20_filled = IconData(0x100e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 16 and filled style. - static const IconData panel_left_16_filled = IconData( - 0x1006e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_16_filled = IconData(0x1006e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 20 and filled style. - static const IconData panel_left_20_filled = IconData( - 0x1006f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_20_filled = IconData(0x1006f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 24 and filled style. - static const IconData panel_left_24_filled = IconData( - 0x10070, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_24_filled = IconData(0x10070, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 28 and filled style. - static const IconData panel_left_28_filled = IconData( - 0x10071, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_28_filled = IconData(0x10071, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left" in size 48 and filled style. - static const IconData panel_left_48_filled = IconData( - 0x10072, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_48_filled = IconData(0x10072, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 16 and filled style. - static const IconData panel_left_contract_16_filled = IconData( - 0x104d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_16_filled = IconData(0x104d7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 20 and filled style. - static const IconData panel_left_contract_20_filled = IconData( - 0x104d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_20_filled = IconData(0x104d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 24 and filled style. - static const IconData panel_left_contract_24_filled = IconData( - 0x104d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_24_filled = IconData(0x104d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_contract" in size 28 and filled style. - static const IconData panel_left_contract_28_filled = IconData( - 0x10675, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_contract_28_filled = IconData(0x10675, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 16 and filled style. - static const IconData panel_left_expand_16_filled = IconData( - 0x1011d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_16_filled = IconData(0x1011d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 20 and filled style. - static const IconData panel_left_expand_20_filled = IconData( - 0x100e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_20_filled = IconData(0x100e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 24 and filled style. - static const IconData panel_left_expand_24_filled = IconData( - 0x10676, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_24_filled = IconData(0x10676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_expand" in size 28 and filled style. - static const IconData panel_left_expand_28_filled = IconData( - 0x10677, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_expand_28_filled = IconData(0x10677, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_focus_right" in size 16 and filled style. - static const IconData panel_left_focus_right_16_filled = IconData( - 0x10678, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_focus_right_16_filled = IconData(0x10678, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_focus_right" in size 20 and filled style. - static const IconData panel_left_focus_right_20_filled = IconData( - 0x10679, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_focus_right_20_filled = IconData(0x10679, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_focus_right" in size 24 and filled style. - static const IconData panel_left_focus_right_24_filled = IconData( - 0x1067a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_focus_right_24_filled = IconData(0x1067a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_left_focus_right" in size 28 and filled style. - static const IconData panel_left_focus_right_28_filled = IconData( - 0x1067b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_left_focus_right_28_filled = IconData(0x1067b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 16 and filled style. - static const IconData panel_right_16_filled = IconData( - 0x10073, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_16_filled = IconData(0x10073, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 20 and filled style. - static const IconData panel_right_20_filled = IconData( - 0x10074, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_20_filled = IconData(0x10074, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 24 and filled style. - static const IconData panel_right_24_filled = IconData( - 0x10075, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_24_filled = IconData(0x10075, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 28 and filled style. - static const IconData panel_right_28_filled = IconData( - 0x10076, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_28_filled = IconData(0x10076, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right" in size 48 and filled style. - static const IconData panel_right_48_filled = IconData( - 0x10077, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_48_filled = IconData(0x10077, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 16 and filled style. - static const IconData panel_right_contract_16_filled = IconData( - 0x10078, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_16_filled = IconData(0x10078, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 20 and filled style. - static const IconData panel_right_contract_20_filled = IconData( - 0x10079, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_20_filled = IconData(0x10079, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_contract" in size 24 and filled style. - static const IconData panel_right_contract_24_filled = IconData( - 0x1007a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_contract_24_filled = IconData(0x1007a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 16 and filled style. - static const IconData panel_right_expand_16_filled = IconData( - 0x1007b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_16_filled = IconData(0x1007b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 20 and filled style. - static const IconData panel_right_expand_20_filled = IconData( - 0x1007c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_20_filled = IconData(0x1007c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_right_expand" in size 24 and filled style. - static const IconData panel_right_expand_24_filled = IconData( - 0x1007d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_right_expand_24_filled = IconData(0x1007d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_separate_window" in size 20 and filled style. - static const IconData panel_separate_window_20_filled = IconData( - 0x100e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_separate_window_20_filled = IconData(0x100e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_top_contract" in size 20 and filled style. - static const IconData panel_top_contract_20_filled = IconData( - 0x100e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_top_contract_20_filled = IconData(0x100e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "panel_top_expand" in size 20 and filled style. - static const IconData panel_top_expand_20_filled = IconData( - 0x100e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData panel_top_expand_20_filled = IconData(0x100e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "password" in size 16 and filled style. - static const IconData password_16_filled = IconData( - 0x1051e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData password_16_filled = IconData(0x1051e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "password" in size 20 and filled style. - static const IconData password_20_filled = IconData( - 0x1051f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData password_20_filled = IconData(0x1051f, 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, - ); + static const IconData password_24_filled = IconData(0xf5a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "patch" in size 20 and filled style. - static const IconData patch_20_filled = IconData( - 0xf6c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData patch_20_filled = IconData(0xf6c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "patch" in size 24 and filled style. - static const IconData patch_24_filled = IconData( - 0xf6c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData patch_24_filled = IconData(0xf6c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "patient" in size 20 and filled style. - static const IconData patient_20_filled = IconData( - 0x105cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData patient_20_filled = IconData(0x105cb, 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, - ); + static const IconData patient_24_filled = IconData(0xf5a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "patient" in size 32 and filled style. - static const IconData patient_32_filled = IconData( - 0xfde6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData patient_32_filled = IconData(0xfde6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause" in size 12 and filled style. - static const IconData pause_12_filled = IconData( - 0xfa74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_12_filled = IconData(0xfa74, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pause_48_filled = IconData(0xf5ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_circle" in size 20 and filled style. - static const IconData pause_circle_20_filled = IconData( - 0xf6c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_circle_20_filled = IconData(0xf6c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_circle" in size 24 and filled style. - static const IconData pause_circle_24_filled = IconData( - 0x10027, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_circle_24_filled = IconData(0x10027, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_off" in size 16 and filled style. - static const IconData pause_off_16_filled = IconData( - 0x100e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_off_16_filled = IconData(0x100e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_off" in size 20 and filled style. - static const IconData pause_off_20_filled = IconData( - 0x105cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_off_20_filled = IconData(0x105cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_settings" in size 16 and filled style. - static const IconData pause_settings_16_filled = IconData( - 0x105cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_settings_16_filled = IconData(0x105cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pause_settings" in size 20 and filled style. - static const IconData pause_settings_20_filled = IconData( - 0x10165, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pause_settings_20_filled = IconData(0x10165, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "payment" in size 16 and filled style. - static const IconData payment_16_filled = IconData( - 0xfa75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData payment_16_filled = IconData(0xfa75, 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, - ); + 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, - ); + static const IconData payment_24_filled = IconData(0xf5af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "payment" in size 28 and filled style. - static const IconData payment_28_filled = IconData( - 0xfa76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData payment_28_filled = IconData(0xfa76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 16 and filled style. - static const IconData pen_16_filled = IconData( - 0x1067c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_16_filled = IconData(0x1067c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 20 and filled style. - static const IconData pen_20_filled = IconData( - 0x1067d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_20_filled = IconData(0x1067d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 24 and filled style. - static const IconData pen_24_filled = IconData( - 0x1067e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_24_filled = IconData(0x1067e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 28 and filled style. - static const IconData pen_28_filled = IconData( - 0x1067f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_28_filled = IconData(0x1067f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 32 and filled style. - static const IconData pen_32_filled = IconData( - 0x10680, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_32_filled = IconData(0x10680, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen" in size 48 and filled style. - static const IconData pen_48_filled = IconData( - 0x10681, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_48_filled = IconData(0x10681, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 16 and filled style. - static const IconData pen_off_16_filled = IconData( - 0x10682, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_16_filled = IconData(0x10682, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 20 and filled style. - static const IconData pen_off_20_filled = IconData( - 0x10683, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_20_filled = IconData(0x10683, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 24 and filled style. - static const IconData pen_off_24_filled = IconData( - 0x10684, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_24_filled = IconData(0x10684, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 28 and filled style. - static const IconData pen_off_28_filled = IconData( - 0x10685, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_28_filled = IconData(0x10685, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 32 and filled style. - static const IconData pen_off_32_filled = IconData( - 0x10686, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_32_filled = IconData(0x10686, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_off" in size 48 and filled style. - static const IconData pen_off_48_filled = IconData( - 0x10687, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_off_48_filled = IconData(0x10687, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 16 and filled style. - static const IconData pen_prohibited_16_filled = IconData( - 0x10688, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_16_filled = IconData(0x10688, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 20 and filled style. - static const IconData pen_prohibited_20_filled = IconData( - 0x10689, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_20_filled = IconData(0x10689, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 24 and filled style. - static const IconData pen_prohibited_24_filled = IconData( - 0x1068a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_24_filled = IconData(0x1068a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 28 and filled style. - static const IconData pen_prohibited_28_filled = IconData( - 0x1068b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_28_filled = IconData(0x1068b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 32 and filled style. - static const IconData pen_prohibited_32_filled = IconData( - 0x1068c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_32_filled = IconData(0x1068c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pen_prohibited" in size 48 and filled style. - static const IconData pen_prohibited_48_filled = IconData( - 0x1068d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pen_prohibited_48_filled = IconData(0x1068d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 20 and filled style. - static const IconData pentagon_20_filled = IconData( - 0x10707, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_20_filled = IconData(0x10707, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 32 and filled style. - static const IconData pentagon_32_filled = IconData( - 0x101ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_32_filled = IconData(0x101ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pentagon" in size 48 and filled style. - static const IconData pentagon_48_filled = IconData( - 0x103ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pentagon_48_filled = IconData(0x103ba, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_28_filled = IconData(0xf5b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people" in size 32 and filled style. - static const IconData people_32_filled = IconData( - 0xfcf5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_32_filled = IconData(0xfcf5, 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, - ); + 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, - ); + 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, - ); + static const IconData people_add_24_filled = IconData(0xf5b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_add" in size 28 and filled style. - static const IconData people_add_28_filled = IconData( - 0x103bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_add_28_filled = IconData(0x103bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_audience" in size 20 and filled style. - static const IconData people_audience_20_filled = IconData( - 0xfb4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_audience_20_filled = IconData(0xfb4a, 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, - ); + static const IconData people_audience_24_filled = IconData(0xf5b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_call" in size 16 and filled style. - static const IconData people_call_16_filled = IconData( - 0xfb4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_call_16_filled = IconData(0xfb4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_call" in size 20 and filled style. - static const IconData people_call_20_filled = IconData( - 0xfb4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_call_20_filled = IconData(0xfb4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 16 and filled style. - static const IconData people_checkmark_16_filled = IconData( - 0x10028, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_16_filled = IconData(0x10028, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 20 and filled style. - static const IconData people_checkmark_20_filled = IconData( - 0xfd55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_20_filled = IconData(0xfd55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_checkmark" in size 24 and filled style. - static const IconData people_checkmark_24_filled = IconData( - 0xfd56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_checkmark_24_filled = IconData(0xfd56, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_community_28_filled = IconData(0xf5bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_community_add" in size 20 and filled style. - static const IconData people_community_add_20_filled = IconData( - 0xfe8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_community_add_20_filled = IconData(0xfe8b, 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, - ); + static const IconData people_community_add_24_filled = IconData(0xf5bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_community_add" in size 28 and filled style. - static const IconData people_community_add_28_filled = IconData( - 0xfe8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_community_add_28_filled = IconData(0xfe8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_edit" in size 20 and filled style. - static const IconData people_edit_20_filled = IconData( - 0xfbb8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_edit_20_filled = IconData(0xfbb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 16 and filled style. - static const IconData people_error_16_filled = IconData( - 0xfbbf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_error_16_filled = IconData(0xfbbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 20 and filled style. - static const IconData people_error_20_filled = IconData( - 0xfbc0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_error_20_filled = IconData(0xfbc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_error" in size 24 and filled style. - static const IconData people_error_24_filled = IconData( - 0xfbc1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_error_24_filled = IconData(0xfbc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 16 and filled style. - static const IconData people_list_16_filled = IconData( - 0xfab3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_list_16_filled = IconData(0xfab3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 20 and filled style. - static const IconData people_list_20_filled = IconData( - 0xffaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_list_20_filled = IconData(0xffaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 24 and filled style. - static const IconData people_list_24_filled = IconData( - 0x103bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_list_24_filled = IconData(0x103bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_list" in size 28 and filled style. - static const IconData people_list_28_filled = IconData( - 0x1037b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_list_28_filled = IconData(0x1037b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_lock" in size 20 and filled style. - static const IconData people_lock_20_filled = IconData( - 0x10284, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_lock_20_filled = IconData(0x10284, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_lock" in size 24 and filled style. - static const IconData people_lock_24_filled = IconData( - 0x10285, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_lock_24_filled = IconData(0x10285, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_money" in size 20 and filled style. - static const IconData people_money_20_filled = IconData( - 0xfadc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_money_20_filled = IconData(0xfadc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_money" in size 24 and filled style. - static const IconData people_money_24_filled = IconData( - 0xfade, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_money_24_filled = IconData(0xfade, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_prohibited" in size 16 and filled style. - static const IconData people_prohibited_16_filled = IconData( - 0xfa77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_prohibited_16_filled = IconData(0xfa77, 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, - ); + static const IconData people_prohibited_20_filled = IconData(0xf5be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_prohibited" in size 24 and filled style. - static const IconData people_prohibited_24_filled = IconData( - 0x10520, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_prohibited_24_filled = IconData(0x10520, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_queue" in size 20 and filled style. - static const IconData people_queue_20_filled = IconData( - 0x103bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_queue_20_filled = IconData(0x103bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_queue" in size 24 and filled style. - static const IconData people_queue_24_filled = IconData( - 0x103be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_queue_24_filled = IconData(0x103be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_search" in size 20 and filled style. - static const IconData people_search_20_filled = IconData( - 0x10732, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_search_20_filled = IconData(0x10732, 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, - ); + 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, - ); + static const IconData people_settings_20_filled = IconData(0xf5c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_settings" in size 24 and filled style. - static const IconData people_settings_24_filled = IconData( - 0xffb0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_settings_24_filled = IconData(0xffb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_settings" in size 28 and filled style. - static const IconData people_settings_28_filled = IconData( - 0x103bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_settings_28_filled = IconData(0x103bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 16 and filled style. - static const IconData people_swap_16_filled = IconData( - 0xfa78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_16_filled = IconData(0xfa78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 20 and filled style. - static const IconData people_swap_20_filled = IconData( - 0xfa79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_20_filled = IconData(0xfa79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 24 and filled style. - static const IconData people_swap_24_filled = IconData( - 0xfa7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_24_filled = IconData(0xfa7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_swap" in size 28 and filled style. - static const IconData people_swap_28_filled = IconData( - 0xfa7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_swap_28_filled = IconData(0xfa7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 16 and filled style. - static const IconData people_sync_16_filled = IconData( - 0xf6c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_16_filled = IconData(0xf6c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 20 and filled style. - static const IconData people_sync_20_filled = IconData( - 0x10029, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_20_filled = IconData(0x10029, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_sync" in size 28 and filled style. - static const IconData people_sync_28_filled = IconData( - 0x105ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_sync_28_filled = IconData(0x105ce, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData people_team_28_filled = IconData(0xf5c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team" in size 32 and filled style. - static const IconData people_team_32_filled = IconData( - 0xfde7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_32_filled = IconData(0xfde7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_add" in size 20 and filled style. - static const IconData people_team_add_20_filled = IconData( - 0xfa7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_add_20_filled = IconData(0xfa7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_add" in size 24 and filled style. - static const IconData people_team_add_24_filled = IconData( - 0xfa7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_add_24_filled = IconData(0xfa7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 16 and filled style. - static const IconData people_team_delete_16_filled = IconData( - 0x10733, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_16_filled = IconData(0x10733, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 20 and filled style. - static const IconData people_team_delete_20_filled = IconData( - 0x10734, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_20_filled = IconData(0x10734, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 24 and filled style. - static const IconData people_team_delete_24_filled = IconData( - 0xfc3e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_24_filled = IconData(0xfc3e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 28 and filled style. - static const IconData people_team_delete_28_filled = IconData( - 0x10735, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_28_filled = IconData(0x10735, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_delete" in size 32 and filled style. - static const IconData people_team_delete_32_filled = IconData( - 0x10736, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_delete_32_filled = IconData(0x10736, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_toolbox" in size 20 and filled style. - static const IconData people_team_toolbox_20_filled = IconData( - 0xffb1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_toolbox_20_filled = IconData(0xffb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_team_toolbox" in size 24 and filled style. - static const IconData people_team_toolbox_24_filled = IconData( - 0xffb2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_team_toolbox_24_filled = IconData(0xffb2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_toolbox" in size 16 and filled style. - static const IconData people_toolbox_16_filled = IconData( - 0xf6d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_toolbox_16_filled = IconData(0xf6d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "people_toolbox" in size 20 and filled style. - static const IconData people_toolbox_20_filled = IconData( - 0x1002a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData people_toolbox_20_filled = IconData(0x1002a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_28_filled = IconData(0xf5c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person" in size 32 and filled style. - static const IconData person_32_filled = IconData( - 0xfe37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_32_filled = IconData(0xfe37, 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, - ); + static const IconData person_48_filled = IconData(0xf5ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_5" in size 20 and filled style. - static const IconData person_5_20_filled = IconData( - 0x10737, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_5_20_filled = IconData(0x10737, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_5" in size 32 and filled style. - static const IconData person_5_32_filled = IconData( - 0xfe38, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_5_32_filled = IconData(0xfe38, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_6" in size 20 and filled style. - static const IconData person_6_20_filled = IconData( - 0x10738, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_6_20_filled = IconData(0x10738, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_6" in size 32 and filled style. - static const IconData person_6_32_filled = IconData( - 0xfe8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_6_32_filled = IconData(0xfe8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_accounts" in size 20 and filled style. - static const IconData person_accounts_20_filled = IconData( - 0x10708, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_accounts_20_filled = IconData(0x10708, 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, - ); + static const IconData person_accounts_24_filled = IconData(0xf5cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_add" in size 16 and filled style. - static const IconData person_add_16_filled = IconData( - 0xfe8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_add_16_filled = IconData(0xfe8e, 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, - ); + 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, - ); + static const IconData person_add_24_filled = IconData(0xf5cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_add" in size 28 and filled style. - static const IconData person_add_28_filled = IconData( - 0xfe8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_add_28_filled = IconData(0xfe8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_arrow_left" in size 16 and filled style. - static const IconData person_arrow_left_16_filled = IconData( - 0x102f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_arrow_left_16_filled = IconData(0x102f4, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_available_16_filled = IconData(0xf5d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_available" in size 20 and filled style. - static const IconData person_available_20_filled = IconData( - 0xfa7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_available_20_filled = IconData(0xfa7f, 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, - ); + static const IconData person_available_24_filled = IconData(0xf5d4, 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, - ); + 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, - ); + 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, - ); + static const IconData person_board_24_filled = IconData(0xf5d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_call" in size 16 and filled style. - static const IconData person_call_16_filled = IconData( - 0xfb4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_call_16_filled = IconData(0xfb4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_call" in size 20 and filled style. - static const IconData person_call_20_filled = IconData( - 0xfb4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_call_20_filled = IconData(0xfb4e, 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, - ); + static const IconData person_call_24_filled = IconData(0xf5d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 16 and filled style. - static const IconData person_chat_16_filled = IconData( - 0xf6d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_16_filled = IconData(0xf6d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 20 and filled style. - static const IconData person_chat_20_filled = IconData( - 0xf6da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_20_filled = IconData(0xf6da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_chat" in size 24 and filled style. - static const IconData person_chat_24_filled = IconData( - 0xf6dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_chat_24_filled = IconData(0xf6dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 12 and filled style. - static const IconData person_circle_12_filled = IconData( - 0x100e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_12_filled = IconData(0x100e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 20 and filled style. - static const IconData person_circle_20_filled = IconData( - 0xfba6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_20_filled = IconData(0xfba6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_circle" in size 24 and filled style. - static const IconData person_circle_24_filled = IconData( - 0x10286, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_circle_24_filled = IconData(0x10286, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 16 and filled style. - static const IconData person_clock_16_filled = IconData( - 0xfa80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_16_filled = IconData(0xfa80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 20 and filled style. - static const IconData person_clock_20_filled = IconData( - 0xfa81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_20_filled = IconData(0xfa81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_clock" in size 24 and filled style. - static const IconData person_clock_24_filled = IconData( - 0xfa82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_clock_24_filled = IconData(0xfa82, 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, - ); + static const IconData person_delete_16_filled = IconData(0xf5da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_delete" in size 20 and filled style. - static const IconData person_delete_20_filled = IconData( - 0xfa83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_delete_20_filled = IconData(0xfa83, 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, - ); + static const IconData person_delete_24_filled = IconData(0xf5db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_edit" in size 20 and filled style. - static const IconData person_edit_20_filled = IconData( - 0x102f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_edit_20_filled = IconData(0x102f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_edit" in size 24 and filled style. - static const IconData person_edit_24_filled = IconData( - 0x102f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_edit_24_filled = IconData(0x102f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_feedback" in size 16 and filled style. - static const IconData person_feedback_16_filled = IconData( - 0xffb3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_feedback_16_filled = IconData(0xffb3, 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, - ); + 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, - ); + static const IconData person_feedback_24_filled = IconData(0xf5dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_info" in size 16 and filled style. - static const IconData person_info_16_filled = IconData( - 0xf6df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_info_16_filled = IconData(0xf6df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_info" in size 20 and filled style. - static const IconData person_info_20_filled = IconData( - 0x100ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_info_20_filled = IconData(0x100ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_key" in size 20 and filled style. - static const IconData person_key_20_filled = IconData( - 0x1068e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_key_20_filled = IconData(0x1068e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_lightbulb" in size 20 and filled style. - static const IconData person_lightbulb_20_filled = IconData( - 0x1023a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_lightbulb_20_filled = IconData(0x1023a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_lightbulb" in size 24 and filled style. - static const IconData person_lightbulb_24_filled = IconData( - 0x1023b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_lightbulb_24_filled = IconData(0x1023b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 16 and filled style. - static const IconData person_lock_16_filled = IconData( - 0xf6e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_16_filled = IconData(0xf6e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 20 and filled style. - static const IconData person_lock_20_filled = IconData( - 0xf6e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_20_filled = IconData(0xf6e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_lock" in size 24 and filled style. - static const IconData person_lock_24_filled = IconData( - 0x10166, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_lock_24_filled = IconData(0x10166, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 16 and filled style. - static const IconData person_mail_16_filled = IconData( - 0xfa84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_16_filled = IconData(0xfa84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 20 and filled style. - static const IconData person_mail_20_filled = IconData( - 0xfa85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_20_filled = IconData(0xfa85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 24 and filled style. - static const IconData person_mail_24_filled = IconData( - 0xfa86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_24_filled = IconData(0xfa86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 28 and filled style. - static const IconData person_mail_28_filled = IconData( - 0xfa87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_28_filled = IconData(0xfa87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_mail" in size 48 and filled style. - static const IconData person_mail_48_filled = IconData( - 0xfa88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_mail_48_filled = IconData(0xfa88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_money" in size 20 and filled style. - static const IconData person_money_20_filled = IconData( - 0xffb4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_money_20_filled = IconData(0xffb4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_money" in size 24 and filled style. - static const IconData person_money_24_filled = IconData( - 0xffb5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_money_24_filled = IconData(0xffb5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_note" in size 20 and filled style. - static const IconData person_note_20_filled = IconData( - 0x10167, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_note_20_filled = IconData(0x10167, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_note" in size 24 and filled style. - static const IconData person_note_24_filled = IconData( - 0xfcf6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_note_24_filled = IconData(0xfcf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_pill" in size 20 and filled style. - static const IconData person_pill_20_filled = IconData( - 0xfadf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_pill_20_filled = IconData(0xfadf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_pill" in size 24 and filled style. - static const IconData person_pill_24_filled = IconData( - 0xfae0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_pill_24_filled = IconData(0xfae0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 16 and filled style. - static const IconData person_prohibited_16_filled = IconData( - 0xfe90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_16_filled = IconData(0xfe90, 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, - ); + static const IconData person_prohibited_20_filled = IconData(0xf5de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 24 and filled style. - static const IconData person_prohibited_24_filled = IconData( - 0xfa89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_24_filled = IconData(0xfa89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_prohibited" in size 28 and filled style. - static const IconData person_prohibited_28_filled = IconData( - 0xfe91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_prohibited_28_filled = IconData(0xfe91, 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, - ); + 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, - ); + 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, - ); + static const IconData person_question_mark_24_filled = IconData(0xf5e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_settings" in size 16 and filled style. - static const IconData person_settings_16_filled = IconData( - 0xfae1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_settings_16_filled = IconData(0xfae1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_settings" in size 20 and filled style. - static const IconData person_settings_20_filled = IconData( - 0x1002b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_settings_20_filled = IconData(0x1002b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_subtract" in size 16 and filled style. - static const IconData person_subtract_16_filled = IconData( - 0xf6f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_subtract_16_filled = IconData(0xf6f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_subtract" in size 20 and filled style. - static const IconData person_subtract_20_filled = IconData( - 0x10709, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_subtract_20_filled = IconData(0x10709, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData person_swap_24_filled = IconData(0xf5e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_sync" in size 24 and filled style. - static const IconData person_sync_24_filled = IconData( - 0x10739, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_sync_24_filled = IconData(0x10739, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 20 and filled style. - static const IconData person_tag_20_filled = IconData( - 0x104da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_20_filled = IconData(0x104da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 24 and filled style. - static const IconData person_tag_24_filled = IconData( - 0x104db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_24_filled = IconData(0x104db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 28 and filled style. - static const IconData person_tag_28_filled = IconData( - 0x104dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_28_filled = IconData(0x104dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 32 and filled style. - static const IconData person_tag_32_filled = IconData( - 0x104dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_32_filled = IconData(0x104dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "person_tag" in size 48 and filled style. - static const IconData person_tag_48_filled = IconData( - 0x104de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData person_tag_48_filled = IconData(0x104de, 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, - ); + 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, - ); + static const IconData person_voice_24_filled = IconData(0xf5e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone" in size 12 and filled style. - static const IconData phone_12_filled = IconData( - 0x100eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_12_filled = IconData(0x100eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone" in size 16 and filled style. - static const IconData phone_16_filled = IconData( - 0xf6f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_16_filled = IconData(0xf6f7, 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, - ); + 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, - ); + static const IconData phone_24_filled = IconData(0xf5eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_add" in size 20 and filled style. - static const IconData phone_add_20_filled = IconData( - 0x105cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_add_20_filled = IconData(0x105cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_add" in size 24 and filled style. - static const IconData phone_add_24_filled = IconData( - 0xfc3f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_add_24_filled = IconData(0xfc3f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_arrow_right" in size 20 and filled style. - static const IconData phone_arrow_right_20_filled = IconData( - 0xfc40, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_arrow_right_20_filled = IconData(0xfc40, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_arrow_right" in size 24 and filled style. - static const IconData phone_arrow_right_24_filled = IconData( - 0xfc41, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_arrow_right_24_filled = IconData(0xfc41, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_checkmark" in size 16 and filled style. - static const IconData phone_checkmark_16_filled = IconData( - 0xf6f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_checkmark_16_filled = IconData(0xf6f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_checkmark" in size 20 and filled style. - static const IconData phone_checkmark_20_filled = IconData( - 0x1002c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_checkmark_20_filled = IconData(0x1002c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData phone_desktop_28_filled = IconData(0xf5f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_desktop_add" in size 20 and filled style. - static const IconData phone_desktop_add_20_filled = IconData( - 0xfb4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_desktop_add_20_filled = IconData(0xfb4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_dismiss" in size 20 and filled style. - static const IconData phone_dismiss_20_filled = IconData( - 0x105d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_dismiss_20_filled = IconData(0x105d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_dismiss" in size 24 and filled style. - static const IconData phone_dismiss_24_filled = IconData( - 0xfc42, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_dismiss_24_filled = IconData(0xfc42, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_eraser" in size 16 and filled style. - static const IconData phone_eraser_16_filled = IconData( - 0xffb6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_eraser_16_filled = IconData(0xffb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_eraser" in size 20 and filled style. - static const IconData phone_eraser_20_filled = IconData( - 0x1073a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_eraser_20_filled = IconData(0x1073a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_laptop" in size 16 and filled style. - static const IconData phone_laptop_16_filled = IconData( - 0xfcf7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_laptop_16_filled = IconData(0xfcf7, 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, - ); + 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, - ); + static const IconData phone_laptop_24_filled = IconData(0xf5f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_laptop" in size 32 and filled style. - static const IconData phone_laptop_32_filled = IconData( - 0xfcf8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_laptop_32_filled = IconData(0xfcf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_link_setup" in size 20 and filled style. - static const IconData phone_link_setup_20_filled = IconData( - 0x1068f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_link_setup_20_filled = IconData(0x1068f, 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, - ); + static const IconData phone_link_setup_24_filled = IconData(0xf5f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_lock" in size 20 and filled style. - static const IconData phone_lock_20_filled = IconData( - 0x105d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_lock_20_filled = IconData(0x105d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_lock" in size 24 and filled style. - static const IconData phone_lock_24_filled = IconData( - 0xfc43, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_lock_24_filled = IconData(0xfc43, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_page_header" in size 20 and filled style. - static const IconData phone_page_header_20_filled = IconData( - 0x105d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_page_header_20_filled = IconData(0x105d2, 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, - ); + static const IconData phone_page_header_24_filled = IconData(0xf5f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_pagination" in size 20 and filled style. - static const IconData phone_pagination_20_filled = IconData( - 0x105d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_pagination_20_filled = IconData(0x105d3, 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, - ); + static const IconData phone_pagination_24_filled = IconData(0xf5fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_screen_time" in size 20 and filled style. - static const IconData phone_screen_time_20_filled = IconData( - 0x105d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_screen_time_20_filled = IconData(0x105d4, 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, - ); + static const IconData phone_screen_time_24_filled = IconData(0xf5fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_shake" in size 20 and filled style. - static const IconData phone_shake_20_filled = IconData( - 0x1073b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_shake_20_filled = IconData(0x1073b, 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, - ); + static const IconData phone_shake_24_filled = IconData(0xf5fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 16 and filled style. - static const IconData phone_span_in_16_filled = IconData( - 0xfc44, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_16_filled = IconData(0xfc44, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 20 and filled style. - static const IconData phone_span_in_20_filled = IconData( - 0xfc45, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_20_filled = IconData(0xfc45, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 24 and filled style. - static const IconData phone_span_in_24_filled = IconData( - 0xfc46, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_24_filled = IconData(0xfc46, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_in" in size 28 and filled style. - static const IconData phone_span_in_28_filled = IconData( - 0xfc47, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_in_28_filled = IconData(0xfc47, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 16 and filled style. - static const IconData phone_span_out_16_filled = IconData( - 0xfc48, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_16_filled = IconData(0xfc48, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 20 and filled style. - static const IconData phone_span_out_20_filled = IconData( - 0xfc49, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_20_filled = IconData(0xfc49, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 24 and filled style. - static const IconData phone_span_out_24_filled = IconData( - 0xfc4a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_24_filled = IconData(0xfc4a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_span_out" in size 28 and filled style. - static const IconData phone_span_out_28_filled = IconData( - 0xfc4b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_span_out_28_filled = IconData(0xfc4b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_speaker" in size 20 and filled style. - static const IconData phone_speaker_20_filled = IconData( - 0x1073c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_speaker_20_filled = IconData(0x1073c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_speaker" in size 24 and filled style. - static const IconData phone_speaker_24_filled = IconData( - 0xfcf9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_speaker_24_filled = IconData(0xfcf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_status_bar" in size 20 and filled style. - static const IconData phone_status_bar_20_filled = IconData( - 0x105d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_status_bar_20_filled = IconData(0x105d5, 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, - ); + 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, - ); + 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, - ); + static const IconData phone_tablet_24_filled = IconData(0xf5ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_update" in size 20 and filled style. - static const IconData phone_update_20_filled = IconData( - 0x105d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_20_filled = IconData(0x105d6, 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, - ); + static const IconData phone_update_24_filled = IconData(0xf602, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_update_checkmark" in size 20 and filled style. - static const IconData phone_update_checkmark_20_filled = IconData( - 0x10287, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_checkmark_20_filled = IconData(0x10287, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_update_checkmark" in size 24 and filled style. - static const IconData phone_update_checkmark_24_filled = IconData( - 0x10288, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_update_checkmark_24_filled = IconData(0x10288, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_vertical_scroll" in size 20 and filled style. - static const IconData phone_vertical_scroll_20_filled = IconData( - 0x105d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_vertical_scroll_20_filled = IconData(0x105d7, 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, - ); + static const IconData phone_vertical_scroll_24_filled = IconData(0xf603, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "phone_vibrate" in size 20 and filled style. - static const IconData phone_vibrate_20_filled = IconData( - 0x105d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData phone_vibrate_20_filled = IconData(0x105d8, 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, - ); + static const IconData phone_vibrate_24_filled = IconData(0xf604, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "photo_filter" in size 20 and filled style. - static const IconData photo_filter_20_filled = IconData( - 0x105d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData photo_filter_20_filled = IconData(0x105d9, 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, - ); + static const IconData photo_filter_24_filled = IconData(0xf605, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pi" in size 20 and filled style. - static const IconData pi_20_filled = IconData( - 0x105da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pi_20_filled = IconData(0x105da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pi" in size 24 and filled style. - static const IconData pi_24_filled = IconData( - 0xfcfa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pi_24_filled = IconData(0xfcfa, 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, - ); + 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, - ); + 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, - ); + static const IconData picture_in_picture_24_filled = IconData(0xf608, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 16 and filled style. - static const IconData picture_in_picture_enter_16_filled = IconData( - 0x1023c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_16_filled = IconData(0x1023c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 20 and filled style. - static const IconData picture_in_picture_enter_20_filled = IconData( - 0x1023d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_20_filled = IconData(0x1023d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_enter" in size 24 and filled style. - static const IconData picture_in_picture_enter_24_filled = IconData( - 0x1023e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_enter_24_filled = IconData(0x1023e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 16 and filled style. - static const IconData picture_in_picture_exit_16_filled = IconData( - 0x1023f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_16_filled = IconData(0x1023f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 20 and filled style. - static const IconData picture_in_picture_exit_20_filled = IconData( - 0x10240, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_20_filled = IconData(0x10240, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "picture_in_picture_exit" in size 24 and filled style. - static const IconData picture_in_picture_exit_24_filled = IconData( - 0x10241, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData picture_in_picture_exit_24_filled = IconData(0x10241, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 16 and filled style. - static const IconData pill_16_filled = IconData( - 0xf6f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pill_16_filled = IconData(0xf6f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 20 and filled style. - static const IconData pill_20_filled = IconData( - 0xf6fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pill_20_filled = IconData(0xf6fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 24 and filled style. - static const IconData pill_24_filled = IconData( - 0xf6fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pill_24_filled = IconData(0xf6fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pill" in size 28 and filled style. - static const IconData pill_28_filled = IconData( - 0xf6fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pill_28_filled = IconData(0xf6fc, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData pin_24_filled = IconData(0xf60c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 28 and filled style. - static const IconData pin_28_filled = IconData( - 0xfe92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_28_filled = IconData(0xfe92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 32 and filled style. - static const IconData pin_32_filled = IconData( - 0xfe93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_32_filled = IconData(0xfe93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin" in size 48 and filled style. - static const IconData pin_48_filled = IconData( - 0xfe94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_48_filled = IconData(0xfe94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 16 and filled style. - static const IconData pin_off_16_filled = IconData( - 0xfef3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_16_filled = IconData(0xfef3, 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, - ); + 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, - ); + static const IconData pin_off_24_filled = IconData(0xf60e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 28 and filled style. - static const IconData pin_off_28_filled = IconData( - 0x1070a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_28_filled = IconData(0x1070a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 32 and filled style. - static const IconData pin_off_32_filled = IconData( - 0x1070b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_32_filled = IconData(0x1070b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pin_off" in size 48 and filled style. - static const IconData pin_off_48_filled = IconData( - 0xfef4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pin_off_48_filled = IconData(0xfef4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pipeline" in size 20 and filled style. - static const IconData pipeline_20_filled = IconData( - 0x10690, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_20_filled = IconData(0x10690, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pipeline_add" in size 20 and filled style. - static const IconData pipeline_add_20_filled = IconData( - 0x10691, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_add_20_filled = IconData(0x10691, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pipeline_play" in size 20 and filled style. - static const IconData pipeline_play_20_filled = IconData( - 0x10692, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pipeline_play_20_filled = IconData(0x10692, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pivot" in size 20 and filled style. - static const IconData pivot_20_filled = IconData( - 0xfae2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pivot_20_filled = IconData(0xfae2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pivot" in size 24 and filled style. - static const IconData pivot_24_filled = IconData( - 0xfae3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pivot_24_filled = IconData(0xfae3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play" in size 12 and filled style. - static const IconData play_12_filled = IconData( - 0xfae4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_12_filled = IconData(0xfae4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play" in size 16 and filled style. - static const IconData play_16_filled = IconData( - 0x1002d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_16_filled = IconData(0x1002d, 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, - ); + 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, - ); + static const IconData play_24_filled = IconData(0xf610, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play" in size 28 and filled style. - static const IconData play_28_filled = IconData( - 0x1002e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_28_filled = IconData(0x1002e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play" in size 32 and filled style. - static const IconData play_32_filled = IconData( - 0x1002f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_32_filled = IconData(0x1002f, 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, - ); + static const IconData play_48_filled = IconData(0xf611, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 16 and filled style. - static const IconData play_circle_16_filled = IconData( - 0xfd57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_16_filled = IconData(0xfd57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 20 and filled style. - static const IconData play_circle_20_filled = IconData( - 0xfd58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_20_filled = IconData(0xfd58, 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, - ); + static const IconData play_circle_24_filled = IconData(0xf612, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 28 and filled style. - static const IconData play_circle_28_filled = IconData( - 0xfd59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_28_filled = IconData(0xfd59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play_circle" in size 48 and filled style. - static const IconData play_circle_48_filled = IconData( - 0x101ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_circle_48_filled = IconData(0x101ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "play_settings" in size 20 and filled style. - static const IconData play_settings_20_filled = IconData( - 0x10693, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData play_settings_20_filled = IconData(0x10693, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "plug_connected" in size 20 and filled style. - static const IconData plug_connected_20_filled = IconData( - 0x10242, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_20_filled = IconData(0x10242, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "plug_connected" in size 24 and filled style. - static const IconData plug_connected_24_filled = IconData( - 0x10289, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_24_filled = IconData(0x10289, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "plug_connected_add" in size 20 and filled style. - static const IconData plug_connected_add_20_filled = IconData( - 0x10694, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_add_20_filled = IconData(0x10694, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "plug_connected_checkmark" in size 20 and filled style. - static const IconData plug_connected_checkmark_20_filled = IconData( - 0x10695, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData plug_connected_checkmark_20_filled = IconData(0x10695, 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, - ); + 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, - ); + 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, - ); + static const IconData plug_disconnected_28_filled = IconData(0xf615, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "point_scan" in size 20 and filled style. - static const IconData point_scan_20_filled = IconData( - 0x1070c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData point_scan_20_filled = IconData(0x1070c, 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, - ); + static const IconData point_scan_24_filled = IconData(0xf616, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "poll" in size 16 and filled style. - static const IconData poll_16_filled = IconData( - 0x10190, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData poll_16_filled = IconData(0x10190, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "poll" in size 20 and filled style. - static const IconData poll_20_filled = IconData( - 0xfa8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData poll_20_filled = IconData(0xfa8b, 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, - ); + static const IconData poll_24_filled = IconData(0xf617, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_hdmi" in size 20 and filled style. - static const IconData port_hdmi_20_filled = IconData( - 0x105db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_hdmi_20_filled = IconData(0x105db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_hdmi" in size 24 and filled style. - static const IconData port_hdmi_24_filled = IconData( - 0xffb7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_hdmi_24_filled = IconData(0xffb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_micro_usb" in size 24 and filled style. - static const IconData port_micro_usb_24_filled = IconData( - 0xffb8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_micro_usb_24_filled = IconData(0xffb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_usb_a" in size 20 and filled style. - static const IconData port_usb_a_20_filled = IconData( - 0x1070d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_a_20_filled = IconData(0x1070d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_usb_a" in size 24 and filled style. - static const IconData port_usb_a_24_filled = IconData( - 0xffb9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_a_24_filled = IconData(0xffb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "port_usb_c" in size 24 and filled style. - static const IconData port_usb_c_24_filled = IconData( - 0xffba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData port_usb_c_24_filled = IconData(0xffba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_backward" in size 20 and filled style. - static const IconData position_backward_20_filled = IconData( - 0xfc4c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_backward_20_filled = IconData(0xfc4c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_backward" in size 24 and filled style. - static const IconData position_backward_24_filled = IconData( - 0xfc4d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_backward_24_filled = IconData(0xfc4d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_forward" in size 20 and filled style. - static const IconData position_forward_20_filled = IconData( - 0xfc4e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_forward_20_filled = IconData(0xfc4e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_forward" in size 24 and filled style. - static const IconData position_forward_24_filled = IconData( - 0xfc4f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_forward_24_filled = IconData(0xfc4f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_to_back" in size 20 and filled style. - static const IconData position_to_back_20_filled = IconData( - 0xfc50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_to_back_20_filled = IconData(0xfc50, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_to_back" in size 24 and filled style. - static const IconData position_to_back_24_filled = IconData( - 0xfc51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_to_back_24_filled = IconData(0xfc51, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_to_front" in size 20 and filled style. - static const IconData position_to_front_20_filled = IconData( - 0xfc52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_to_front_20_filled = IconData(0xfc52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "position_to_front" in size 24 and filled style. - static const IconData position_to_front_24_filled = IconData( - 0xfc53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData position_to_front_24_filled = IconData(0xfc53, 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, - ); + 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, - ); + 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, - ); + static const IconData power_28_filled = IconData(0xf61a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "predictions" in size 20 and filled style. - static const IconData predictions_20_filled = IconData( - 0x105dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData predictions_20_filled = IconData(0x105dc, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData premium_28_filled = IconData(0xf61f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "premium" in size 32 and filled style. - static const IconData premium_32_filled = IconData( - 0xfcfb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData premium_32_filled = IconData(0xfcfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "premium_person" in size 20 and filled style. - static const IconData premium_person_20_filled = IconData( - 0xfe95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData premium_person_20_filled = IconData(0xfe95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "premium_person" in size 24 and filled style. - static const IconData premium_person_24_filled = IconData( - 0xfe96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData premium_person_24_filled = IconData(0xfe96, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_available_16_filled = IconData(0xf622, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 20 and filled style. - static const IconData presence_available_20_filled = IconData( - 0x10696, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_20_filled = IconData(0x10696, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_available" in size 24 and filled style. - static const IconData presence_available_24_filled = IconData( - 0x10697, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_available_24_filled = IconData(0x10697, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_away_16_filled = IconData(0xf625, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_away" in size 20 and filled style. - static const IconData presence_away_20_filled = IconData( - 0x10698, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_away_20_filled = IconData(0x10698, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_away" in size 24 and filled style. - static const IconData presence_away_24_filled = IconData( - 0x10699, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_away_24_filled = IconData(0x10699, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_busy_16_filled = IconData(0xf628, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_busy" in size 20 and filled style. - static const IconData presence_busy_20_filled = IconData( - 0x1069a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_busy_20_filled = IconData(0x1069a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_busy" in size 24 and filled style. - static const IconData presence_busy_24_filled = IconData( - 0x1069b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_busy_24_filled = IconData(0x1069b, 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, - ); + 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, - ); + 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, - ); + static const IconData presence_dnd_16_filled = IconData(0xf62b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 20 and filled style. - static const IconData presence_dnd_20_filled = IconData( - 0x1069c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_20_filled = IconData(0x1069c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presence_dnd" in size 24 and filled style. - static const IconData presence_dnd_24_filled = IconData( - 0x1069d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presence_dnd_24_filled = IconData(0x1069d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presenter" in size 20 and filled style. - static const IconData presenter_20_filled = IconData( - 0xfb50, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presenter_20_filled = IconData(0xfb50, 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, - ); + static const IconData presenter_24_filled = IconData(0xf62c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "presenter_off" in size 20 and filled style. - static const IconData presenter_off_20_filled = IconData( - 0xfb51, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData presenter_off_20_filled = IconData(0xfb51, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData previous_24_filled = IconData(0xf633, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 28 and filled style. - static const IconData previous_28_filled = IconData( - 0x1037c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData previous_28_filled = IconData(0x1037c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 32 and filled style. - static const IconData previous_32_filled = IconData( - 0x1037d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData previous_32_filled = IconData(0x1037d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "previous" in size 48 and filled style. - static const IconData previous_48_filled = IconData( - 0x1037e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData previous_48_filled = IconData(0x1037e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "print" in size 16 and filled style. - static const IconData print_16_filled = IconData( - 0xf703, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData print_16_filled = IconData(0xf703, 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, - ); + 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, - ); + static const IconData print_24_filled = IconData(0xf635, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "print" in size 28 and filled style. - static const IconData print_28_filled = IconData( - 0x103c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData print_28_filled = IconData(0x103c0, 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, - ); + static const IconData print_48_filled = IconData(0xf636, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "print_add" in size 20 and filled style. - static const IconData print_add_20_filled = IconData( - 0xf705, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData print_add_20_filled = IconData(0xf705, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "print_add" in size 24 and filled style. - static const IconData print_add_24_filled = IconData( - 0xfae5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData print_add_24_filled = IconData(0xfae5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "production" in size 20 and filled style. - static const IconData production_20_filled = IconData( - 0xf706, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData production_20_filled = IconData(0xf706, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "production" in size 24 and filled style. - static const IconData production_24_filled = IconData( - 0xf707, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData production_24_filled = IconData(0xf707, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "production_checkmark" in size 20 and filled style. - static const IconData production_checkmark_20_filled = IconData( - 0xf70c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData production_checkmark_20_filled = IconData(0xf70c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "production_checkmark" in size 24 and filled style. - static const IconData production_checkmark_24_filled = IconData( - 0xf70d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData production_checkmark_24_filled = IconData(0xf70d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited" in size 12 and filled style. - static const IconData prohibited_12_filled = IconData( - 0xffbb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_12_filled = IconData(0xffbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited" in size 16 and filled style. - static const IconData prohibited_16_filled = IconData( - 0xf70e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_16_filled = IconData(0xf70e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData prohibited_48_filled = IconData(0xf63a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 16 and filled style. - static const IconData prohibited_multiple_16_filled = IconData( - 0xfe97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_16_filled = IconData(0xfe97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 20 and filled style. - static const IconData prohibited_multiple_20_filled = IconData( - 0xfe98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_20_filled = IconData(0xfe98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited_multiple" in size 24 and filled style. - static const IconData prohibited_multiple_24_filled = IconData( - 0xfe99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_multiple_24_filled = IconData(0xfe99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "prohibited_note" in size 20 and filled style. - static const IconData prohibited_note_20_filled = IconData( - 0x1069e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData prohibited_note_20_filled = IconData(0x1069e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 16 and filled style. - static const IconData projection_screen_16_filled = IconData( - 0x101f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_16_filled = IconData(0x101f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 20 and filled style. - static const IconData projection_screen_20_filled = IconData( - 0x101f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_20_filled = IconData(0x101f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 24 and filled style. - static const IconData projection_screen_24_filled = IconData( - 0x101f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_24_filled = IconData(0x101f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen" in size 28 and filled style. - static const IconData projection_screen_28_filled = IconData( - 0x101f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_28_filled = IconData(0x101f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 16 and filled style. - static const IconData projection_screen_dismiss_16_filled = IconData( - 0x101f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_16_filled = IconData(0x101f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 20 and filled style. - static const IconData projection_screen_dismiss_20_filled = IconData( - 0x101f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_20_filled = IconData(0x101f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 24 and filled style. - static const IconData projection_screen_dismiss_24_filled = IconData( - 0x101f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_24_filled = IconData(0x101f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "projection_screen_dismiss" in size 28 and filled style. - static const IconData projection_screen_dismiss_28_filled = IconData( - 0x101f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData projection_screen_dismiss_28_filled = IconData(0x101f7, 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, - ); + 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, - ); + 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, - ); + static const IconData protocol_handler_24_filled = IconData(0xf63e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 20 and filled style. - static const IconData pulse_20_filled = IconData( - 0xfba7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_20_filled = IconData(0xfba7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 24 and filled style. - static const IconData pulse_24_filled = IconData( - 0xfa8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_24_filled = IconData(0xfa8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 28 and filled style. - static const IconData pulse_28_filled = IconData( - 0xfae6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_28_filled = IconData(0xfae6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse" in size 32 and filled style. - static const IconData pulse_32_filled = IconData( - 0xfde8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_32_filled = IconData(0xfde8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse_square" in size 20 and filled style. - static const IconData pulse_square_20_filled = IconData( - 0x105dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_square_20_filled = IconData(0x105dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "pulse_square" in size 24 and filled style. - static const IconData pulse_square_24_filled = IconData( - 0xfba8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData pulse_square_24_filled = IconData(0xfba8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 16 and filled style. - static const IconData puzzle_cube_16_filled = IconData( - 0xfbc2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_16_filled = IconData(0xfbc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 20 and filled style. - static const IconData puzzle_cube_20_filled = IconData( - 0xfbc3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_20_filled = IconData(0xfbc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 24 and filled style. - static const IconData puzzle_cube_24_filled = IconData( - 0xfbc4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_24_filled = IconData(0xfbc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 28 and filled style. - static const IconData puzzle_cube_28_filled = IconData( - 0xfbc5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_28_filled = IconData(0xfbc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube" in size 48 and filled style. - static const IconData puzzle_cube_48_filled = IconData( - 0xfbc6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_48_filled = IconData(0xfbc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_cube_piece" in size 20 and filled style. - static const IconData puzzle_cube_piece_20_filled = IconData( - 0x1069f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_cube_piece_20_filled = IconData(0x1069f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 16 and filled style. - static const IconData puzzle_piece_16_filled = IconData( - 0x1007e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_16_filled = IconData(0x1007e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 20 and filled style. - static const IconData puzzle_piece_20_filled = IconData( - 0x1007f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_20_filled = IconData(0x1007f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece" in size 24 and filled style. - static const IconData puzzle_piece_24_filled = IconData( - 0x10080, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_24_filled = IconData(0x10080, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "puzzle_piece_shield" in size 20 and filled style. - static const IconData puzzle_piece_shield_20_filled = IconData( - 0x10435, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData puzzle_piece_shield_20_filled = IconData(0x10435, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "qr_code" in size 20 and filled style. - static const IconData qr_code_20_filled = IconData( - 0xfa8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData qr_code_20_filled = IconData(0xfa8d, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData question_48_filled = IconData(0xf645, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "question_circle" in size 12 and filled style. - static const IconData question_circle_12_filled = IconData( - 0x1070e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData question_circle_12_filled = IconData(0x1070e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData question_circle_28_filled = IconData(0xf649, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "question_circle" in size 32 and filled style. - static const IconData question_circle_32_filled = IconData( - 0x1037f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData question_circle_32_filled = IconData(0x1037f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData quiz_new_48_filled = IconData(0xf64d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "radar" in size 20 and filled style. - static const IconData radar_20_filled = IconData( - 0x1073d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData radar_20_filled = IconData(0x1073d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "radar_checkmark" in size 20 and filled style. - static const IconData radar_checkmark_20_filled = IconData( - 0x1073e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData radar_checkmark_20_filled = IconData(0x1073e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "radar_rectangle_multiple" in size 20 and filled style. - static const IconData radar_rectangle_multiple_20_filled = IconData( - 0x1073f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData radar_rectangle_multiple_20_filled = IconData(0x1073f, 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, - ); + 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, - ); + static const IconData radio_button_24_filled = IconData(0xf64f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ram" in size 20 and filled style. - static const IconData ram_20_filled = IconData( - 0x106a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ram_20_filled = IconData(0x106a0, 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, - ); + 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, - ); + 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, - ); + static const IconData rating_mature_24_filled = IconData(0xf652, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ratio_one_to_one" in size 20 and filled style. - static const IconData ratio_one_to_one_20_filled = IconData( - 0xf713, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ratio_one_to_one_20_filled = IconData(0xf713, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ratio_one_to_one" in size 24 and filled style. - static const IconData ratio_one_to_one_24_filled = IconData( - 0xf714, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ratio_one_to_one_24_filled = IconData(0xf714, 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, - ); + 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, - ); + static const IconData re_order_24_filled = IconData(0xf654, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 16 and filled style. - static const IconData re_order_dots_horizontal_16_filled = IconData( - 0xfd5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_16_filled = IconData(0xfd5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 20 and filled style. - static const IconData re_order_dots_horizontal_20_filled = IconData( - 0xfd5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_20_filled = IconData(0xfd5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_horizontal" in size 24 and filled style. - static const IconData re_order_dots_horizontal_24_filled = IconData( - 0xfd5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_horizontal_24_filled = IconData(0xfd5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 16 and filled style. - static const IconData re_order_dots_vertical_16_filled = IconData( - 0xfd5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_16_filled = IconData(0xfd5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 20 and filled style. - static const IconData re_order_dots_vertical_20_filled = IconData( - 0xfd5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_20_filled = IconData(0xfd5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "re_order_dots_vertical" in size 24 and filled style. - static const IconData re_order_dots_vertical_24_filled = IconData( - 0xfd5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData re_order_dots_vertical_24_filled = IconData(0xfd5f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "read_aloud" in size 16 and filled style. - static const IconData read_aloud_16_filled = IconData( - 0xfe9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData read_aloud_16_filled = IconData(0xfe9a, 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, - ); + 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, - ); + static const IconData read_aloud_24_filled = IconData(0xf658, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "read_aloud" in size 28 and filled style. - static const IconData read_aloud_28_filled = IconData( - 0xfe9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData read_aloud_28_filled = IconData(0xfe9b, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData reading_list_add_28_filled = IconData(0xf662, 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, - ); + 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, - ); + static const IconData reading_mode_mobile_24_filled = IconData(0xf666, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "real_estate" in size 20 and filled style. - static const IconData real_estate_20_filled = IconData( - 0x10740, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData real_estate_20_filled = IconData(0x10740, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "real_estate" in size 24 and filled style. - static const IconData real_estate_24_filled = IconData( - 0xfa8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData real_estate_24_filled = IconData(0xfa8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt" in size 20 and filled style. - static const IconData receipt_20_filled = IconData( - 0xfcfc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_20_filled = IconData(0xfcfc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt" in size 24 and filled style. - static const IconData receipt_24_filled = IconData( - 0xfcfd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_24_filled = IconData(0xfcfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_add" in size 20 and filled style. - static const IconData receipt_add_20_filled = IconData( - 0xf715, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_add_20_filled = IconData(0xf715, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_add" in size 24 and filled style. - static const IconData receipt_add_24_filled = IconData( - 0xfae7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_add_24_filled = IconData(0xfae7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_bag" in size 20 and filled style. - static const IconData receipt_bag_20_filled = IconData( - 0xf71e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_bag_20_filled = IconData(0xf71e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_bag" in size 24 and filled style. - static const IconData receipt_bag_24_filled = IconData( - 0xfae8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_bag_24_filled = IconData(0xfae8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_cube" in size 20 and filled style. - static const IconData receipt_cube_20_filled = IconData( - 0xf745, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_cube_20_filled = IconData(0xf745, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_cube" in size 24 and filled style. - static const IconData receipt_cube_24_filled = IconData( - 0xfae9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_cube_24_filled = IconData(0xfae9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_money" in size 20 and filled style. - static const IconData receipt_money_20_filled = IconData( - 0xf746, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_money_20_filled = IconData(0xf746, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_money" in size 24 and filled style. - static const IconData receipt_money_24_filled = IconData( - 0x10030, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_money_24_filled = IconData(0x10030, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_play" in size 20 and filled style. - static const IconData receipt_play_20_filled = IconData( - 0xffbc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_play_20_filled = IconData(0xffbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_play" in size 24 and filled style. - static const IconData receipt_play_24_filled = IconData( - 0xffbd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_play_24_filled = IconData(0xffbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "receipt_search" in size 20 and filled style. - static const IconData receipt_search_20_filled = IconData( - 0x106a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData receipt_search_20_filled = IconData(0x106a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record" in size 12 and filled style. - static const IconData record_12_filled = IconData( - 0xf747, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_12_filled = IconData(0xf747, 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, - ); + 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, - ); + 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, - ); + static const IconData record_24_filled = IconData(0xf66c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record" in size 28 and filled style. - static const IconData record_28_filled = IconData( - 0xf74d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_28_filled = IconData(0xf74d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record" in size 32 and filled style. - static const IconData record_32_filled = IconData( - 0xf74e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_32_filled = IconData(0xf74e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record" in size 48 and filled style. - static const IconData record_48_filled = IconData( - 0xf74f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_48_filled = IconData(0xf74f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 12 and filled style. - static const IconData record_stop_12_filled = IconData( - 0xf770, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_12_filled = IconData(0xf770, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 16 and filled style. - static const IconData record_stop_16_filled = IconData( - 0xf771, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_16_filled = IconData(0xf771, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 20 and filled style. - static const IconData record_stop_20_filled = IconData( - 0xf772, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_20_filled = IconData(0xf772, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 24 and filled style. - static const IconData record_stop_24_filled = IconData( - 0xf773, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_24_filled = IconData(0xf773, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 28 and filled style. - static const IconData record_stop_28_filled = IconData( - 0xf774, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_28_filled = IconData(0xf774, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 32 and filled style. - static const IconData record_stop_32_filled = IconData( - 0xf77c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_32_filled = IconData(0xf77c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "record_stop" in size 48 and filled style. - static const IconData record_stop_48_filled = IconData( - 0xf77d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData record_stop_48_filled = IconData(0xf77d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 12 and filled style. - static const IconData rectangle_landscape_12_filled = IconData( - 0x10191, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_12_filled = IconData(0x10191, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 16 and filled style. - static const IconData rectangle_landscape_16_filled = IconData( - 0x10192, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_16_filled = IconData(0x10192, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 20 and filled style. - static const IconData rectangle_landscape_20_filled = IconData( - 0xfb52, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_20_filled = IconData(0xfb52, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 24 and filled style. - static const IconData rectangle_landscape_24_filled = IconData( - 0x10193, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_24_filled = IconData(0x10193, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 28 and filled style. - static const IconData rectangle_landscape_28_filled = IconData( - 0x10194, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_28_filled = IconData(0x10194, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 32 and filled style. - static const IconData rectangle_landscape_32_filled = IconData( - 0x10195, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_32_filled = IconData(0x10195, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_landscape" in size 48 and filled style. - static const IconData rectangle_landscape_48_filled = IconData( - 0x10196, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_landscape_48_filled = IconData(0x10196, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rectangle_portrait_location_target" in size 20 and filled style. - static const IconData rectangle_portrait_location_target_20_filled = IconData( - 0x106a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rectangle_portrait_location_target_20_filled = IconData(0x106a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "remote" in size 16 and filled style. - static const IconData remote_16_filled = IconData( - 0xfde9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData remote_16_filled = IconData(0xfde9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "remote" in size 20 and filled style. - static const IconData remote_20_filled = IconData( - 0x105de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData remote_20_filled = IconData(0x105de, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData rename_28_filled = IconData(0xf675, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "reorder" in size 20 and filled style. - static const IconData reorder_20_filled = IconData( - 0x105df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData reorder_20_filled = IconData(0x105df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "replay" in size 20 and filled style. - static const IconData replay_20_filled = IconData( - 0x100ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData replay_20_filled = IconData(0x100ec, 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, - ); + static const IconData resize_20_filled = IconData(0xf676, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize" in size 24 and filled style. - static const IconData resize_24_filled = IconData( - 0x104a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_24_filled = IconData(0x104a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_image" in size 20 and filled style. - static const IconData resize_image_20_filled = IconData( - 0x104a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_image_20_filled = IconData(0x104a8, 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, - ); + static const IconData resize_image_24_filled = IconData(0xf677, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 16 and filled style. - static const IconData resize_large_16_filled = IconData( - 0xfc54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_16_filled = IconData(0xfc54, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 20 and filled style. - static const IconData resize_large_20_filled = IconData( - 0xfc55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_20_filled = IconData(0xfc55, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_large" in size 24 and filled style. - static const IconData resize_large_24_filled = IconData( - 0xfc56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_large_24_filled = IconData(0xfc56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 16 and filled style. - static const IconData resize_small_16_filled = IconData( - 0xfc57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_16_filled = IconData(0xfc57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 20 and filled style. - static const IconData resize_small_20_filled = IconData( - 0xfc58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_20_filled = IconData(0xfc58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_small" in size 24 and filled style. - static const IconData resize_small_24_filled = IconData( - 0xfc59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_small_24_filled = IconData(0xfc59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_table" in size 20 and filled style. - static const IconData resize_table_20_filled = IconData( - 0x10741, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_table_20_filled = IconData(0x10741, 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, - ); + static const IconData resize_table_24_filled = IconData(0xf678, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "resize_video" in size 20 and filled style. - static const IconData resize_video_20_filled = IconData( - 0x105e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData resize_video_20_filled = IconData(0x105e0, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData reward_24_filled = IconData(0xf67d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rewind" in size 16 and filled style. - static const IconData rewind_16_filled = IconData( - 0x1028a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rewind_16_filled = IconData(0x1028a, 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, - ); + 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, - ); + static const IconData rewind_24_filled = IconData(0xf67f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rewind" in size 28 and filled style. - static const IconData rewind_28_filled = IconData( - 0x1028b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rewind_28_filled = IconData(0x1028b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 16 and filled style. - static const IconData rhombus_16_filled = IconData( - 0x103c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_16_filled = IconData(0x103c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 20 and filled style. - static const IconData rhombus_20_filled = IconData( - 0x103c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_20_filled = IconData(0x103c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 24 and filled style. - static const IconData rhombus_24_filled = IconData( - 0x103c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_24_filled = IconData(0x103c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 28 and filled style. - static const IconData rhombus_28_filled = IconData( - 0x103c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_28_filled = IconData(0x103c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 32 and filled style. - static const IconData rhombus_32_filled = IconData( - 0x101f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_32_filled = IconData(0x101f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rhombus" in size 48 and filled style. - static const IconData rhombus_48_filled = IconData( - 0x103c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rhombus_48_filled = IconData(0x103c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 12 and filled style. - static const IconData ribbon_12_filled = IconData( - 0x10436, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_12_filled = IconData(0x10436, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 16 and filled style. - static const IconData ribbon_16_filled = IconData( - 0xfba9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_16_filled = IconData(0xfba9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 20 and filled style. - static const IconData ribbon_20_filled = IconData( - 0xfb53, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_20_filled = IconData(0xfb53, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 24 and filled style. - static const IconData ribbon_24_filled = IconData( - 0xfa8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_24_filled = IconData(0xfa8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon" in size 32 and filled style. - static const IconData ribbon_32_filled = IconData( - 0xfdea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_32_filled = IconData(0xfdea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_add" in size 20 and filled style. - static const IconData ribbon_add_20_filled = IconData( - 0xf77e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_add_20_filled = IconData(0xf77e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_add" in size 24 and filled style. - static const IconData ribbon_add_24_filled = IconData( - 0xf77f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_add_24_filled = IconData(0xf77f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 12 and filled style. - static const IconData ribbon_off_12_filled = IconData( - 0x10437, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_12_filled = IconData(0x10437, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 16 and filled style. - static const IconData ribbon_off_16_filled = IconData( - 0x10438, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_16_filled = IconData(0x10438, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 20 and filled style. - static const IconData ribbon_off_20_filled = IconData( - 0x10439, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_20_filled = IconData(0x10439, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 24 and filled style. - static const IconData ribbon_off_24_filled = IconData( - 0x1043a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_24_filled = IconData(0x1043a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_off" in size 32 and filled style. - static const IconData ribbon_off_32_filled = IconData( - 0x1043b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_off_32_filled = IconData(0x1043b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_star" in size 20 and filled style. - static const IconData ribbon_star_20_filled = IconData( - 0xfa90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_star_20_filled = IconData(0xfa90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ribbon_star" in size 24 and filled style. - static const IconData ribbon_star_24_filled = IconData( - 0xfa91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ribbon_star_24_filled = IconData(0xfa91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 16 and filled style. - static const IconData road_cone_16_filled = IconData( - 0x10168, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_16_filled = IconData(0x10168, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 20 and filled style. - static const IconData road_cone_20_filled = IconData( - 0x10169, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_20_filled = IconData(0x10169, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 24 and filled style. - static const IconData road_cone_24_filled = IconData( - 0x1016a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_24_filled = IconData(0x1016a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 28 and filled style. - static const IconData road_cone_28_filled = IconData( - 0x1016b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_28_filled = IconData(0x1016b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 32 and filled style. - static const IconData road_cone_32_filled = IconData( - 0x1016c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_32_filled = IconData(0x1016c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "road_cone" in size 48 and filled style. - static const IconData road_cone_48_filled = IconData( - 0x1016d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData road_cone_48_filled = IconData(0x1016d, 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, - ); + 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, - ); + 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, - ); + static const IconData rocket_24_filled = IconData(0xf682, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rotate_left" in size 20 and filled style. - static const IconData rotate_left_20_filled = IconData( - 0x105e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rotate_left_20_filled = IconData(0x105e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rotate_left" in size 24 and filled style. - static const IconData rotate_left_24_filled = IconData( - 0xfbaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rotate_left_24_filled = IconData(0xfbaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rotate_right" in size 20 and filled style. - static const IconData rotate_right_20_filled = IconData( - 0xfbab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rotate_right_20_filled = IconData(0xfbab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rotate_right" in size 24 and filled style. - static const IconData rotate_right_24_filled = IconData( - 0xfbac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rotate_right_24_filled = IconData(0xfbac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "router" in size 20 and filled style. - static const IconData router_20_filled = IconData( - 0x105e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData router_20_filled = IconData(0x105e2, 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, - ); + static const IconData router_24_filled = IconData(0xf683, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "row_triple" in size 20 and filled style. - static const IconData row_triple_20_filled = IconData( - 0x1070f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData row_triple_20_filled = IconData(0x1070f, 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, - ); + static const IconData row_triple_24_filled = IconData(0xf684, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "rss" in size 24 and filled style. - static const IconData rss_24_filled = IconData( - 0xfcfe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData rss_24_filled = IconData(0xfcfe, 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, - ); + 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, - ); + 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, - ); + static const IconData ruler_24_filled = IconData(0xf687, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "run" in size 16 and filled style. - static const IconData run_16_filled = IconData( - 0xfa92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData run_16_filled = IconData(0xfa92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "run" in size 20 and filled style. - static const IconData run_20_filled = IconData( - 0xfa93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData run_20_filled = IconData(0xfa93, 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, - ); + static const IconData run_24_filled = IconData(0xf688, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sanitize" in size 20 and filled style. - static const IconData sanitize_20_filled = IconData( - 0x10243, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sanitize_20_filled = IconData(0x10243, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sanitize" in size 24 and filled style. - static const IconData sanitize_24_filled = IconData( - 0x10244, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sanitize_24_filled = IconData(0x10244, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save" in size 16 and filled style. - static const IconData save_16_filled = IconData( - 0x10031, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_16_filled = IconData(0x10031, 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, - ); + 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, - ); + static const IconData save_24_filled = IconData(0xf68a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_arrow_right" in size 20 and filled style. - static const IconData save_arrow_right_20_filled = IconData( - 0x101f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_arrow_right_20_filled = IconData(0x101f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_arrow_right" in size 24 and filled style. - static const IconData save_arrow_right_24_filled = IconData( - 0x101fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_arrow_right_24_filled = IconData(0x101fa, 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, - ); + static const IconData save_copy_24_filled = IconData(0xf68d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_edit" in size 20 and filled style. - static const IconData save_edit_20_filled = IconData( - 0xfc5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_edit_20_filled = IconData(0xfc5a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_edit" in size 24 and filled style. - static const IconData save_edit_24_filled = IconData( - 0xfc5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_edit_24_filled = IconData(0xfc5b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_image" in size 20 and filled style. - static const IconData save_image_20_filled = IconData( - 0x106a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_image_20_filled = IconData(0x106a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_multiple" in size 20 and filled style. - static const IconData save_multiple_20_filled = IconData( - 0x1028c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_multiple_20_filled = IconData(0x1028c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_multiple" in size 24 and filled style. - static const IconData save_multiple_24_filled = IconData( - 0x1028d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_multiple_24_filled = IconData(0x1028d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_search" in size 20 and filled style. - static const IconData save_search_20_filled = IconData( - 0xffbe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_search_20_filled = IconData(0xffbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "save_sync" in size 20 and filled style. - static const IconData save_sync_20_filled = IconData( - 0xfb54, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData save_sync_20_filled = IconData(0xfb54, 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, - ); + 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, - ); + 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, - ); + static const IconData savings_24_filled = IconData(0xf690, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scale_fill" in size 20 and filled style. - static const IconData scale_fill_20_filled = IconData( - 0xfd60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scale_fill_20_filled = IconData(0xfd60, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData scale_fit_24_filled = IconData(0xf694, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scales" in size 24 and filled style. - static const IconData scales_24_filled = IconData( - 0xfa94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scales_24_filled = IconData(0xfa94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scales" in size 32 and filled style. - static const IconData scales_32_filled = IconData( - 0xfa95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scales_32_filled = IconData(0xfa95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan" in size 16 and filled style. - static const IconData scan_16_filled = IconData( - 0x106a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_16_filled = IconData(0x106a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan" in size 20 and filled style. - static const IconData scan_20_filled = IconData( - 0x105e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_20_filled = IconData(0x105e3, 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, - ); + static const IconData scan_24_filled = IconData(0xf695, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 16 and filled style. - static const IconData scan_camera_16_filled = IconData( - 0x104a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_16_filled = IconData(0x104a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 20 and filled style. - static const IconData scan_camera_20_filled = IconData( - 0x104aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_20_filled = IconData(0x104aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 24 and filled style. - static const IconData scan_camera_24_filled = IconData( - 0x104ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_24_filled = IconData(0x104ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 28 and filled style. - static const IconData scan_camera_28_filled = IconData( - 0x104ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_28_filled = IconData(0x104ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_camera" in size 48 and filled style. - static const IconData scan_camera_48_filled = IconData( - 0x104ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_camera_48_filled = IconData(0x104ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 12 and filled style. - static const IconData scan_dash_12_filled = IconData( - 0x102f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_12_filled = IconData(0x102f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 16 and filled style. - static const IconData scan_dash_16_filled = IconData( - 0x102f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_16_filled = IconData(0x102f8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 20 and filled style. - static const IconData scan_dash_20_filled = IconData( - 0x102f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_20_filled = IconData(0x102f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 24 and filled style. - static const IconData scan_dash_24_filled = IconData( - 0x102fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_24_filled = IconData(0x102fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 28 and filled style. - static const IconData scan_dash_28_filled = IconData( - 0x102fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_28_filled = IconData(0x102fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 32 and filled style. - static const IconData scan_dash_32_filled = IconData( - 0x102fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_32_filled = IconData(0x102fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_dash" in size 48 and filled style. - static const IconData scan_dash_48_filled = IconData( - 0x102fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_dash_48_filled = IconData(0x102fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_object" in size 20 and filled style. - static const IconData scan_object_20_filled = IconData( - 0xfaea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_object_20_filled = IconData(0xfaea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_object" in size 24 and filled style. - static const IconData scan_object_24_filled = IconData( - 0xfaeb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_object_24_filled = IconData(0xfaeb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_table" in size 20 and filled style. - static const IconData scan_table_20_filled = IconData( - 0x105e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_table_20_filled = IconData(0x105e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_table" in size 24 and filled style. - static const IconData scan_table_24_filled = IconData( - 0x10081, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_table_24_filled = IconData(0x10081, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_text" in size 20 and filled style. - static const IconData scan_text_20_filled = IconData( - 0x105e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_text_20_filled = IconData(0x105e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_text" in size 24 and filled style. - static const IconData scan_text_24_filled = IconData( - 0x10082, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_text_24_filled = IconData(0x10082, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 16 and filled style. - static const IconData scan_thumb_up_16_filled = IconData( - 0x1016e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_16_filled = IconData(0x1016e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 20 and filled style. - static const IconData scan_thumb_up_20_filled = IconData( - 0x1016f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_20_filled = IconData(0x1016f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 24 and filled style. - static const IconData scan_thumb_up_24_filled = IconData( - 0x10170, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_24_filled = IconData(0x10170, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 28 and filled style. - static const IconData scan_thumb_up_28_filled = IconData( - 0x10171, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_28_filled = IconData(0x10171, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up" in size 48 and filled style. - static const IconData scan_thumb_up_48_filled = IconData( - 0x10172, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_48_filled = IconData(0x10172, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 16 and filled style. - static const IconData scan_thumb_up_off_16_filled = IconData( - 0x10197, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_16_filled = IconData(0x10197, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 20 and filled style. - static const IconData scan_thumb_up_off_20_filled = IconData( - 0x10198, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_20_filled = IconData(0x10198, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 24 and filled style. - static const IconData scan_thumb_up_off_24_filled = IconData( - 0x10199, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_24_filled = IconData(0x10199, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 28 and filled style. - static const IconData scan_thumb_up_off_28_filled = IconData( - 0x1019a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_28_filled = IconData(0x1019a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_thumb_up_off" in size 48 and filled style. - static const IconData scan_thumb_up_off_48_filled = IconData( - 0x1019b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_thumb_up_off_48_filled = IconData(0x1019b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_type" in size 20 and filled style. - static const IconData scan_type_20_filled = IconData( - 0x10083, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_20_filled = IconData(0x10083, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_type" in size 24 and filled style. - static const IconData scan_type_24_filled = IconData( - 0x10084, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_24_filled = IconData(0x10084, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_type_checkmark" in size 20 and filled style. - static const IconData scan_type_checkmark_20_filled = IconData( - 0x1028e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_checkmark_20_filled = IconData(0x1028e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_type_checkmark" in size 24 and filled style. - static const IconData scan_type_checkmark_24_filled = IconData( - 0x1028f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_checkmark_24_filled = IconData(0x1028f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scan_type_off" in size 20 and filled style. - static const IconData scan_type_off_20_filled = IconData( - 0x10085, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scan_type_off_20_filled = IconData(0x10085, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "scratchpad" in size 20 and filled style. - static const IconData scratchpad_20_filled = IconData( - 0x10710, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData scratchpad_20_filled = IconData(0x10710, 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, - ); + static const IconData scratchpad_24_filled = IconData(0xf696, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "screen_cut" in size 20 and filled style. - static const IconData screen_cut_20_filled = IconData( - 0xfcff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData screen_cut_20_filled = IconData(0xfcff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "screen_person" in size 20 and filled style. - static const IconData screen_person_20_filled = IconData( - 0xfd00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData screen_person_20_filled = IconData(0xfd00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "screen_search" in size 20 and filled style. - static const IconData screen_search_20_filled = IconData( - 0x103c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData screen_search_20_filled = IconData(0x103c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "screen_search" in size 24 and filled style. - static const IconData screen_search_24_filled = IconData( - 0x103c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData screen_search_24_filled = IconData(0x103c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "screen_share_start" in size 48 and filled style. - static const IconData screen_share_start_48_filled = IconData( - 0x10173, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData screen_share_start_48_filled = IconData(0x10173, 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, - ); + 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, - ); + static const IconData screenshot_24_filled = IconData(0xf698, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search" in size 12 and filled style. - static const IconData search_12_filled = IconData( - 0xfb22, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_12_filled = IconData(0xfb22, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search" in size 16 and filled style. - static const IconData search_16_filled = IconData( - 0xfe39, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_16_filled = IconData(0xfe39, 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, - ); + 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, - ); + 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, - ); + static const IconData search_28_filled = IconData(0xf69b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search" in size 32 and filled style. - static const IconData search_32_filled = IconData( - 0xfb25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_32_filled = IconData(0xfb25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search" in size 48 and filled style. - static const IconData search_48_filled = IconData( - 0xfb2e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_48_filled = IconData(0xfb2e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_info" in size 20 and filled style. - static const IconData search_info_20_filled = IconData( - 0xfc5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_info_20_filled = IconData(0xfc5c, 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, - ); + static const IconData search_info_24_filled = IconData(0xf69c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_settings" in size 20 and filled style. - static const IconData search_settings_20_filled = IconData( - 0xffbf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_settings_20_filled = IconData(0xffbf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_shield" in size 20 and filled style. - static const IconData search_shield_20_filled = IconData( - 0xfa96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_shield_20_filled = IconData(0xfa96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_square" in size 20 and filled style. - static const IconData search_square_20_filled = IconData( - 0x105e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_square_20_filled = IconData(0x105e6, 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, - ); + static const IconData search_square_24_filled = IconData(0xf69d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 16 and filled style. - static const IconData search_visual_16_filled = IconData( - 0xfc5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_16_filled = IconData(0xfc5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 20 and filled style. - static const IconData search_visual_20_filled = IconData( - 0xfc5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_20_filled = IconData(0xfc5e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "search_visual" in size 24 and filled style. - static const IconData search_visual_24_filled = IconData( - 0xfc5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData search_visual_24_filled = IconData(0xfc5f, 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, - ); + static const IconData select_all_off_24_filled = IconData(0xf69f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_all_on" in size 24 and filled style. - static const IconData select_all_on_24_filled = IconData( - 0xfc60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_all_on_24_filled = IconData(0xfc60, 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, - ); + 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, - ); + static const IconData select_object_24_filled = IconData(0xf6a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew" in size 20 and filled style. - static const IconData select_object_skew_20_filled = IconData( - 0x10290, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_20_filled = IconData(0x10290, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew" in size 24 and filled style. - static const IconData select_object_skew_24_filled = IconData( - 0x10291, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_24_filled = IconData(0x10291, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_dismiss" in size 20 and filled style. - static const IconData select_object_skew_dismiss_20_filled = IconData( - 0x10292, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_dismiss_20_filled = IconData(0x10292, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_dismiss" in size 24 and filled style. - static const IconData select_object_skew_dismiss_24_filled = IconData( - 0x10293, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_dismiss_24_filled = IconData(0x10293, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_edit" in size 20 and filled style. - static const IconData select_object_skew_edit_20_filled = IconData( - 0x10294, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_edit_20_filled = IconData(0x10294, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "select_object_skew_edit" in size 24 and filled style. - static const IconData select_object_skew_edit_24_filled = IconData( - 0x10295, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData select_object_skew_edit_24_filled = IconData(0x10295, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "send" in size 16 and filled style. - static const IconData send_16_filled = IconData( - 0xfe3a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData send_16_filled = IconData(0xfe3a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData send_clock_20_filled = IconData(0xf6a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "send_clock" in size 24 and filled style. - static const IconData send_clock_24_filled = IconData( - 0x1019c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData send_clock_24_filled = IconData(0x1019c, 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, - ); + static const IconData send_copy_24_filled = IconData(0xf6a6, 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, - ); + 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, - ); + 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, - ); + static const IconData serial_port_24_filled = IconData(0xf6ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "server" in size 20 and filled style. - static const IconData server_20_filled = IconData( - 0xf781, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData server_20_filled = IconData(0xf781, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "server" in size 24 and filled style. - static const IconData server_24_filled = IconData( - 0xf784, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData server_24_filled = IconData(0xf784, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "server_multiple" in size 20 and filled style. - static const IconData server_multiple_20_filled = IconData( - 0x106a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData server_multiple_20_filled = IconData(0x106a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "server_play" in size 20 and filled style. - static const IconData server_play_20_filled = IconData( - 0x106a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData server_play_20_filled = IconData(0x106a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "service_bell" in size 20 and filled style. - static const IconData service_bell_20_filled = IconData( - 0x105e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData service_bell_20_filled = IconData(0x105e7, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData settings_28_filled = IconData(0xf6b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "settings" in size 32 and filled style. - static const IconData settings_32_filled = IconData( - 0x10245, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData settings_32_filled = IconData(0x10245, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "settings" in size 48 and filled style. - static const IconData settings_48_filled = IconData( - 0x10246, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData settings_48_filled = IconData(0x10246, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "settings_chat" in size 20 and filled style. - static const IconData settings_chat_20_filled = IconData( - 0x103c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData settings_chat_20_filled = IconData(0x103c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "settings_chat" in size 24 and filled style. - static const IconData settings_chat_24_filled = IconData( - 0x103c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData settings_chat_24_filled = IconData(0x103c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 16 and filled style. - static const IconData shape_exclude_16_filled = IconData( - 0xfd01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_16_filled = IconData(0xfd01, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 20 and filled style. - static const IconData shape_exclude_20_filled = IconData( - 0xfd02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_20_filled = IconData(0xfd02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_exclude" in size 24 and filled style. - static const IconData shape_exclude_24_filled = IconData( - 0xfd03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_exclude_24_filled = IconData(0xfd03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 16 and filled style. - static const IconData shape_intersect_16_filled = IconData( - 0xfd04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_16_filled = IconData(0xfd04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 20 and filled style. - static const IconData shape_intersect_20_filled = IconData( - 0xfd05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_20_filled = IconData(0xfd05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_intersect" in size 24 and filled style. - static const IconData shape_intersect_24_filled = IconData( - 0xfd06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_intersect_24_filled = IconData(0xfd06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 16 and filled style. - static const IconData shape_subtract_16_filled = IconData( - 0xfd07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_16_filled = IconData(0xfd07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 20 and filled style. - static const IconData shape_subtract_20_filled = IconData( - 0xfd08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_20_filled = IconData(0xfd08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_subtract" in size 24 and filled style. - static const IconData shape_subtract_24_filled = IconData( - 0xfd09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_subtract_24_filled = IconData(0xfd09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 16 and filled style. - static const IconData shape_union_16_filled = IconData( - 0xfd0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_16_filled = IconData(0xfd0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 20 and filled style. - static const IconData shape_union_20_filled = IconData( - 0xfd0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_20_filled = IconData(0xfd0b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shape_union" in size 24 and filled style. - static const IconData shape_union_24_filled = IconData( - 0xfd0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shape_union_24_filled = IconData(0xfd0c, 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, - ); + 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, - ); + 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, - ); + static const IconData shapes_24_filled = IconData(0xf6b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shapes" in size 28 and filled style. - static const IconData shapes_28_filled = IconData( - 0x10247, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shapes_28_filled = IconData(0x10247, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shapes" in size 48 and filled style. - static const IconData shapes_48_filled = IconData( - 0x10248, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shapes_48_filled = IconData(0x10248, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share" in size 16 and filled style. - static const IconData share_16_filled = IconData( - 0xfb36, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_16_filled = IconData(0xfb36, 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, - ); + 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, - ); + static const IconData share_24_filled = IconData(0xf6b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share" in size 28 and filled style. - static const IconData share_28_filled = IconData( - 0x1043c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_28_filled = IconData(0x1043c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share" in size 48 and filled style. - static const IconData share_48_filled = IconData( - 0x10174, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_48_filled = IconData(0x10174, 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, - ); + 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, - ); + static const IconData share_android_24_filled = IconData(0xf6bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_close_tray" in size 20 and filled style. - static const IconData share_close_tray_20_filled = IconData( - 0xfbad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_close_tray_20_filled = IconData(0xfbad, 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, - ); + static const IconData share_close_tray_24_filled = IconData(0xf6bc, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData share_ios_48_filled = IconData(0xf6c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 16 and filled style. - static const IconData share_screen_person_16_filled = IconData( - 0x1019d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_16_filled = IconData(0x1019d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 20 and filled style. - static const IconData share_screen_person_20_filled = IconData( - 0x1019e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_20_filled = IconData(0x1019e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 24 and filled style. - static const IconData share_screen_person_24_filled = IconData( - 0x1019f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_24_filled = IconData(0x1019f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person" in size 28 and filled style. - static const IconData share_screen_person_28_filled = IconData( - 0x101a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_28_filled = IconData(0x101a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 16 and filled style. - static const IconData share_screen_person_overlay_16_filled = IconData( - 0x101a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_16_filled = IconData(0x101a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 20 and filled style. - static const IconData share_screen_person_overlay_20_filled = IconData( - 0x101a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_20_filled = IconData(0x101a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 24 and filled style. - static const IconData share_screen_person_overlay_24_filled = IconData( - 0x101a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_24_filled = IconData(0x101a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay" in size 28 and filled style. - static const IconData share_screen_person_overlay_28_filled = IconData( - 0x101a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_28_filled = IconData(0x101a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 16 and filled style. - static const IconData share_screen_person_overlay_inside_16_filled = IconData( - 0x101a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_16_filled = IconData(0x101a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 20 and filled style. - static const IconData share_screen_person_overlay_inside_20_filled = IconData( - 0x101a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_20_filled = IconData(0x101a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 24 and filled style. - static const IconData share_screen_person_overlay_inside_24_filled = IconData( - 0x101a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_24_filled = IconData(0x101a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_overlay_inside" in size 28 and filled style. - static const IconData share_screen_person_overlay_inside_28_filled = IconData( - 0x101a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_overlay_inside_28_filled = IconData(0x101a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 16 and filled style. - static const IconData share_screen_person_p_16_filled = IconData( - 0x103ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_16_filled = IconData(0x103ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 20 and filled style. - static const IconData share_screen_person_p_20_filled = IconData( - 0x103cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_20_filled = IconData(0x103cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 24 and filled style. - static const IconData share_screen_person_p_24_filled = IconData( - 0x103cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_24_filled = IconData(0x103cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_person_p" in size 28 and filled style. - static const IconData share_screen_person_p_28_filled = IconData( - 0x103cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_person_p_28_filled = IconData(0x103cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 20 and filled style. - static const IconData share_screen_start_20_filled = IconData( - 0xfc61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_20_filled = IconData(0xfc61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 24 and filled style. - static const IconData share_screen_start_24_filled = IconData( - 0xfc62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_24_filled = IconData(0xfc62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 28 and filled style. - static const IconData share_screen_start_28_filled = IconData( - 0xfc63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_28_filled = IconData(0xfc63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_start" in size 48 and filled style. - static const IconData share_screen_start_48_filled = IconData( - 0x104df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_start_48_filled = IconData(0x104df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 16 and filled style. - static const IconData share_screen_stop_16_filled = IconData( - 0xfc64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_16_filled = IconData(0xfc64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 20 and filled style. - static const IconData share_screen_stop_20_filled = IconData( - 0xfc65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_20_filled = IconData(0xfc65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 24 and filled style. - static const IconData share_screen_stop_24_filled = IconData( - 0xfc66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_24_filled = IconData(0xfc66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 28 and filled style. - static const IconData share_screen_stop_28_filled = IconData( - 0xfc67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_28_filled = IconData(0xfc67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "share_screen_stop" in size 48 and filled style. - static const IconData share_screen_stop_48_filled = IconData( - 0xfc68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData share_screen_stop_48_filled = IconData(0xfc68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 16 and filled style. - static const IconData shield_16_filled = IconData( - 0xfe9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_16_filled = IconData(0xfe9c, 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, - ); + 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, - ); + static const IconData shield_24_filled = IconData(0xf6c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 28 and filled style. - static const IconData shield_28_filled = IconData( - 0xfe9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_28_filled = IconData(0xfe9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield" in size 48 and filled style. - static const IconData shield_48_filled = IconData( - 0xfe9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_48_filled = IconData(0xfe9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_badge" in size 20 and filled style. - static const IconData shield_badge_20_filled = IconData( - 0xf785, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_badge_20_filled = IconData(0xf785, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_badge" in size 24 and filled style. - static const IconData shield_badge_24_filled = IconData( - 0xfb37, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_badge_24_filled = IconData(0xfb37, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 16 and filled style. - static const IconData shield_checkmark_16_filled = IconData( - 0xfe9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_16_filled = IconData(0xfe9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 20 and filled style. - static const IconData shield_checkmark_20_filled = IconData( - 0xfea0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_20_filled = IconData(0xfea0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 24 and filled style. - static const IconData shield_checkmark_24_filled = IconData( - 0xfea1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_24_filled = IconData(0xfea1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 28 and filled style. - static const IconData shield_checkmark_28_filled = IconData( - 0xfea2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_28_filled = IconData(0xfea2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_checkmark" in size 48 and filled style. - static const IconData shield_checkmark_48_filled = IconData( - 0xfea3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_checkmark_48_filled = IconData(0xfea3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_dismiss" in size 16 and filled style. - static const IconData shield_dismiss_16_filled = IconData( - 0xfc69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_dismiss_16_filled = IconData(0xfc69, 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, - ); + 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, - ); + static const IconData shield_dismiss_24_filled = IconData(0xf6ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_dismiss_shield" in size 20 and filled style. - static const IconData shield_dismiss_shield_20_filled = IconData( - 0xfa9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_dismiss_shield_20_filled = IconData(0xfa9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_error" in size 16 and filled style. - static const IconData shield_error_16_filled = IconData( - 0x10032, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_error_16_filled = IconData(0x10032, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData shield_keyhole_24_filled = IconData(0xf6cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 16 and filled style. - static const IconData shield_lock_16_filled = IconData( - 0xfb92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_16_filled = IconData(0xfb92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 20 and filled style. - static const IconData shield_lock_20_filled = IconData( - 0xffc0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_20_filled = IconData(0xffc0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 24 and filled style. - static const IconData shield_lock_24_filled = IconData( - 0x104e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_24_filled = IconData(0x104e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 28 and filled style. - static const IconData shield_lock_28_filled = IconData( - 0x104e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_28_filled = IconData(0x104e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_lock" in size 48 and filled style. - static const IconData shield_lock_48_filled = IconData( - 0x104e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_lock_48_filled = IconData(0x104e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_person" in size 20 and filled style. - static const IconData shield_person_20_filled = IconData( - 0x106a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_person_20_filled = IconData(0x106a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_person_add" in size 20 and filled style. - static const IconData shield_person_add_20_filled = IconData( - 0x106a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_person_add_20_filled = IconData(0x106a8, 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, - ); + 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, - ); + static const IconData shield_prohibited_24_filled = IconData(0xf6d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 16 and filled style. - static const IconData shield_task_16_filled = IconData( - 0x10086, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_16_filled = IconData(0x10086, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 20 and filled style. - static const IconData shield_task_20_filled = IconData( - 0x10087, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_20_filled = IconData(0x10087, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 24 and filled style. - static const IconData shield_task_24_filled = IconData( - 0x10088, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_24_filled = IconData(0x10088, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 28 and filled style. - static const IconData shield_task_28_filled = IconData( - 0x10089, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_28_filled = IconData(0x10089, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_task" in size 48 and filled style. - static const IconData shield_task_48_filled = IconData( - 0x1008a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_task_48_filled = IconData(0x1008a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 24 and filled style. - static const IconData shield_video_24_filled = IconData( - 0x10175, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_24_filled = IconData(0x10175, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 28 and filled style. - static const IconData shield_video_28_filled = IconData( - 0x10176, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_28_filled = IconData(0x10176, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shield_video" in size 48 and filled style. - static const IconData shield_video_48_filled = IconData( - 0x10177, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shield_video_48_filled = IconData(0x10177, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 16 and filled style. - static const IconData shifts_16_filled = IconData( - 0xfd0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_16_filled = IconData(0xfd0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 20 and filled style. - static const IconData shifts_20_filled = IconData( - 0xfb55, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_20_filled = IconData(0xfb55, 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, - ); + static const IconData shifts_24_filled = IconData(0xf6d2, 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, - ); + static const IconData shifts_28_filled = IconData(0xf6d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_30_minutes" in size 20 and filled style. - static const IconData shifts_30_minutes_20_filled = IconData( - 0x10742, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_30_minutes_20_filled = IconData(0x10742, 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, - ); + static const IconData shifts_30_minutes_24_filled = IconData(0xf6d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts" in size 32 and filled style. - static const IconData shifts_32_filled = IconData( - 0xfdeb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_32_filled = IconData(0xfdeb, 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, - ); + 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, - ); + static const IconData shifts_activity_24_filled = IconData(0xf6d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_add" in size 20 and filled style. - static const IconData shifts_add_20_filled = IconData( - 0x105e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_add_20_filled = IconData(0x105e8, 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, - ); + static const IconData shifts_add_24_filled = IconData(0xf6d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_availability" in size 20 and filled style. - static const IconData shifts_availability_20_filled = IconData( - 0x10711, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_availability_20_filled = IconData(0x10711, 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, - ); + static const IconData shifts_availability_24_filled = IconData(0xf6db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_checkmark" in size 20 and filled style. - static const IconData shifts_checkmark_20_filled = IconData( - 0xfb56, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_checkmark_20_filled = IconData(0xfb56, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_checkmark" in size 24 and filled style. - static const IconData shifts_checkmark_24_filled = IconData( - 0xfb57, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_checkmark_24_filled = IconData(0xfb57, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_day" in size 20 and filled style. - static const IconData shifts_day_20_filled = IconData( - 0xfa9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_day_20_filled = IconData(0xfa9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_day" in size 24 and filled style. - static const IconData shifts_day_24_filled = IconData( - 0xfa9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_day_24_filled = IconData(0xfa9c, 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, - ); + 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, - ); + static const IconData shifts_open_24_filled = IconData(0xf6de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_prohibited" in size 20 and filled style. - static const IconData shifts_prohibited_20_filled = IconData( - 0x105e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_prohibited_20_filled = IconData(0x105e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_prohibited" in size 24 and filled style. - static const IconData shifts_prohibited_24_filled = IconData( - 0xfc6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_prohibited_24_filled = IconData(0xfc6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_question_mark" in size 20 and filled style. - static const IconData shifts_question_mark_20_filled = IconData( - 0x105ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_question_mark_20_filled = IconData(0x105ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shifts_question_mark" in size 24 and filled style. - static const IconData shifts_question_mark_24_filled = IconData( - 0xfc6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shifts_question_mark_24_filled = IconData(0xfc6b, 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, - ); + static const IconData shifts_team_24_filled = IconData(0xf6e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 16 and filled style. - static const IconData shopping_bag_16_filled = IconData( - 0xf786, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_16_filled = IconData(0xf786, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 20 and filled style. - static const IconData shopping_bag_20_filled = IconData( - 0xf787, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_20_filled = IconData(0xf787, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag" in size 24 and filled style. - static const IconData shopping_bag_24_filled = IconData( - 0xf788, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_24_filled = IconData(0xf788, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_arrow_left" in size 20 and filled style. - static const IconData shopping_bag_arrow_left_20_filled = IconData( - 0x1043d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_arrow_left_20_filled = IconData(0x1043d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_arrow_left" in size 24 and filled style. - static const IconData shopping_bag_arrow_left_24_filled = IconData( - 0x1043e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_arrow_left_24_filled = IconData(0x1043e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_dismiss" in size 20 and filled style. - static const IconData shopping_bag_dismiss_20_filled = IconData( - 0x10296, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_dismiss_20_filled = IconData(0x10296, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_dismiss" in size 24 and filled style. - static const IconData shopping_bag_dismiss_24_filled = IconData( - 0x10297, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_dismiss_24_filled = IconData(0x10297, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_pause" in size 20 and filled style. - static const IconData shopping_bag_pause_20_filled = IconData( - 0x10298, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_pause_20_filled = IconData(0x10298, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_pause" in size 24 and filled style. - static const IconData shopping_bag_pause_24_filled = IconData( - 0x10299, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_pause_24_filled = IconData(0x10299, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_percent" in size 20 and filled style. - static const IconData shopping_bag_percent_20_filled = IconData( - 0x10249, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_percent_20_filled = IconData(0x10249, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_percent" in size 24 and filled style. - static const IconData shopping_bag_percent_24_filled = IconData( - 0x1024a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_percent_24_filled = IconData(0x1024a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_play" in size 20 and filled style. - static const IconData shopping_bag_play_20_filled = IconData( - 0x1043f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_play_20_filled = IconData(0x1043f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_play" in size 24 and filled style. - static const IconData shopping_bag_play_24_filled = IconData( - 0x10440, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_play_24_filled = IconData(0x10440, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_tag" in size 20 and filled style. - static const IconData shopping_bag_tag_20_filled = IconData( - 0x1024b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_tag_20_filled = IconData(0x1024b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shopping_bag_tag" in size 24 and filled style. - static const IconData shopping_bag_tag_24_filled = IconData( - 0x1024c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shopping_bag_tag_24_filled = IconData(0x1024c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shortpick" in size 20 and filled style. - static const IconData shortpick_20_filled = IconData( - 0x101fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shortpick_20_filled = IconData(0x101fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "shortpick" in size 24 and filled style. - static const IconData shortpick_24_filled = IconData( - 0x101fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData shortpick_24_filled = IconData(0x101fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sidebar_search_ltr" in size 20 and filled style. - static const IconData sidebar_search_ltr_20_filled = IconData( - 0xfa9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sidebar_search_ltr_20_filled = IconData(0xfa9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sidebar_search_rtl" in size 20 and filled style. - static const IconData sidebar_search_rtl_20_filled = IconData( - 0xfa9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sidebar_search_rtl_20_filled = IconData(0xfa9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sign_out" in size 20 and filled style. - static const IconData sign_out_20_filled = IconData( - 0xfa9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sign_out_20_filled = IconData(0xfa9f, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData sim_24_filled = IconData(0xf6ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 20 and filled style. - static const IconData skip_back_10_20_filled = IconData( - 0xfd61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_20_filled = IconData(0xfd61, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 24 and filled style. - static const IconData skip_back_10_24_filled = IconData( - 0x104e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_24_filled = IconData(0x104e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 28 and filled style. - static const IconData skip_back_10_28_filled = IconData( - 0x104e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_28_filled = IconData(0x104e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 32 and filled style. - static const IconData skip_back_10_32_filled = IconData( - 0x104e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_32_filled = IconData(0x104e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_back_10" in size 48 and filled style. - static const IconData skip_back_10_48_filled = IconData( - 0x104e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_back_10_48_filled = IconData(0x104e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 24 and filled style. - static const IconData skip_backward_10_24_filled = IconData( - 0xfdec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_24_filled = IconData(0xfdec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 28 and filled style. - static const IconData skip_backward_10_28_filled = IconData( - 0xfded, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_28_filled = IconData(0xfded, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 32 and filled style. - static const IconData skip_backward_10_32_filled = IconData( - 0xfdee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_32_filled = IconData(0xfdee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_backward_10" in size 48 and filled style. - static const IconData skip_backward_10_48_filled = IconData( - 0xfdef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_backward_10_48_filled = IconData(0xfdef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 20 and filled style. - static const IconData skip_forward_10_20_filled = IconData( - 0xfd62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_20_filled = IconData(0xfd62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 24 and filled style. - static const IconData skip_forward_10_24_filled = IconData( - 0xfdf0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_24_filled = IconData(0xfdf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 28 and filled style. - static const IconData skip_forward_10_28_filled = IconData( - 0xfdf1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_28_filled = IconData(0xfdf1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 32 and filled style. - static const IconData skip_forward_10_32_filled = IconData( - 0xfdf2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_32_filled = IconData(0xfdf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_10" in size 48 and filled style. - static const IconData skip_forward_10_48_filled = IconData( - 0xfdf3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_10_48_filled = IconData(0xfdf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 20 and filled style. - static const IconData skip_forward_30_20_filled = IconData( - 0xfd63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_20_filled = IconData(0xfd63, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 24 and filled style. - static const IconData skip_forward_30_24_filled = IconData( - 0xfdf4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_24_filled = IconData(0xfdf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 28 and filled style. - static const IconData skip_forward_30_28_filled = IconData( - 0xfdf5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_28_filled = IconData(0xfdf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 32 and filled style. - static const IconData skip_forward_30_32_filled = IconData( - 0xfdf6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_32_filled = IconData(0xfdf6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_30" in size 48 and filled style. - static const IconData skip_forward_30_48_filled = IconData( - 0xfdf7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_30_48_filled = IconData(0xfdf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_tab" in size 20 and filled style. - static const IconData skip_forward_tab_20_filled = IconData( - 0x10712, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_tab_20_filled = IconData(0x10712, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "skip_forward_tab" in size 24 and filled style. - static const IconData skip_forward_tab_24_filled = IconData( - 0xfef5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData skip_forward_tab_24_filled = IconData(0xfef5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sleep" in size 20 and filled style. - static const IconData sleep_20_filled = IconData( - 0x10713, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sleep_20_filled = IconData(0x10713, 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, - ); + static const IconData sleep_24_filled = IconData(0xf6ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 16 and filled style. - static const IconData slide_add_16_filled = IconData( - 0x103ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_16_filled = IconData(0x103ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 20 and filled style. - static const IconData slide_add_20_filled = IconData( - 0x103cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_20_filled = IconData(0x103cf, 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, - ); + static const IconData slide_add_24_filled = IconData(0xf6ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 28 and filled style. - static const IconData slide_add_28_filled = IconData( - 0x103d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_28_filled = IconData(0x103d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 32 and filled style. - static const IconData slide_add_32_filled = IconData( - 0x103d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_32_filled = IconData(0x103d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_add" in size 48 and filled style. - static const IconData slide_add_48_filled = IconData( - 0x103d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_add_48_filled = IconData(0x103d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_arrow_right" in size 20 and filled style. - static const IconData slide_arrow_right_20_filled = IconData( - 0x103d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_arrow_right_20_filled = IconData(0x103d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_arrow_right" in size 24 and filled style. - static const IconData slide_arrow_right_24_filled = IconData( - 0x103d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_arrow_right_24_filled = IconData(0x103d4, 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, - ); + static const IconData slide_design_24_filled = IconData(0xf6f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 16 and filled style. - static const IconData slide_eraser_16_filled = IconData( - 0xfb9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_16_filled = IconData(0xfb9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 20 and filled style. - static const IconData slide_eraser_20_filled = IconData( - 0xfbd5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_20_filled = IconData(0xfbd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_eraser" in size 24 and filled style. - static const IconData slide_eraser_24_filled = IconData( - 0xfd64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_eraser_24_filled = IconData(0xfd64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_grid" in size 20 and filled style. - static const IconData slide_grid_20_filled = IconData( - 0x105eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_grid_20_filled = IconData(0x105eb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_grid" in size 24 and filled style. - static const IconData slide_grid_24_filled = IconData( - 0xfbd6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_grid_24_filled = IconData(0xfbd6, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData slide_microphone_24_filled = IconData(0xf6f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_microphone" in size 32 and filled style. - static const IconData slide_microphone_32_filled = IconData( - 0x101a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_microphone_32_filled = IconData(0x101a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple" in size 20 and filled style. - static const IconData slide_multiple_20_filled = IconData( - 0x10714, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_20_filled = IconData(0x10714, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple" in size 24 and filled style. - static const IconData slide_multiple_24_filled = IconData( - 0xfb58, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_24_filled = IconData(0xfb58, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_arrow_right" in size 20 and filled style. - static const IconData slide_multiple_arrow_right_20_filled = IconData( - 0x10715, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_arrow_right_20_filled = IconData(0x10715, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_arrow_right" in size 24 and filled style. - static const IconData slide_multiple_arrow_right_24_filled = IconData( - 0xfaa0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_arrow_right_24_filled = IconData(0xfaa0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_search" in size 20 and filled style. - static const IconData slide_multiple_search_20_filled = IconData( - 0xf78b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_search_20_filled = IconData(0xf78b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_multiple_search" in size 24 and filled style. - static const IconData slide_multiple_search_24_filled = IconData( - 0xf78c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_multiple_search_24_filled = IconData(0xf78c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_search" in size 24 and filled style. - static const IconData slide_search_24_filled = IconData( - 0xfaa1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_search_24_filled = IconData(0xfaa1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_search" in size 28 and filled style. - static const IconData slide_search_28_filled = IconData( - 0xfaa2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_search_28_filled = IconData(0xfaa2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_settings" in size 20 and filled style. - static const IconData slide_settings_20_filled = IconData( - 0x105ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_settings_20_filled = IconData(0x105ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_settings" in size 24 and filled style. - static const IconData slide_settings_24_filled = IconData( - 0xfd0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_settings_24_filled = IconData(0xfd0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_size" in size 20 and filled style. - static const IconData slide_size_20_filled = IconData( - 0x10716, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_size_20_filled = IconData(0x10716, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_size" in size 24 and filled style. - static const IconData slide_size_24_filled = IconData( - 0xfaa3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_size_24_filled = IconData(0xfaa3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 16 and filled style. - static const IconData slide_text_16_filled = IconData( - 0xfaa4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_16_filled = IconData(0xfaa4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 20 and filled style. - static const IconData slide_text_20_filled = IconData( - 0xfaa5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_20_filled = IconData(0xfaa5, 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, - ); + static const IconData slide_text_24_filled = IconData(0xf6f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 28 and filled style. - static const IconData slide_text_28_filled = IconData( - 0xfaa6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_28_filled = IconData(0xfaa6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_text" in size 48 and filled style. - static const IconData slide_text_48_filled = IconData( - 0xfaa7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_text_48_filled = IconData(0xfaa7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_transition" in size 20 and filled style. - static const IconData slide_transition_20_filled = IconData( - 0x105ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_transition_20_filled = IconData(0x105ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "slide_transition" in size 24 and filled style. - static const IconData slide_transition_24_filled = IconData( - 0xfd0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData slide_transition_24_filled = IconData(0xfd0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "smartwatch" in size 20 and filled style. - static const IconData smartwatch_20_filled = IconData( - 0xf78d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_20_filled = IconData(0xf78d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "smartwatch" in size 24 and filled style. - static const IconData smartwatch_24_filled = IconData( - 0xf78e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_24_filled = IconData(0xf78e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "smartwatch_dot" in size 20 and filled style. - static const IconData smartwatch_dot_20_filled = IconData( - 0xf79e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_dot_20_filled = IconData(0xf79e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "smartwatch_dot" in size 24 and filled style. - static const IconData smartwatch_dot_24_filled = IconData( - 0xf79f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData smartwatch_dot_24_filled = IconData(0xf79f, 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, - ); + static const IconData snooze_16_filled = IconData(0xf6fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "snooze" in size 20 and filled style. - static const IconData snooze_20_filled = IconData( - 0x101aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData snooze_20_filled = IconData(0x101aa, 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, - ); + static const IconData snooze_24_filled = IconData(0xf6fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sound_source" in size 20 and filled style. - static const IconData sound_source_20_filled = IconData( - 0x10743, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sound_source_20_filled = IconData(0x10743, 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, - ); + 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, - ); + static const IconData sound_source_28_filled = IconData(0xf700, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sound_wave_circle" in size 20 and filled style. - static const IconData sound_wave_circle_20_filled = IconData( - 0x10717, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sound_wave_circle_20_filled = IconData(0x10717, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sound_wave_circle" in size 24 and filled style. - static const IconData sound_wave_circle_24_filled = IconData( - 0x103d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sound_wave_circle_24_filled = IconData(0x103d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "spacebar" in size 20 and filled style. - static const IconData spacebar_20_filled = IconData( - 0x105ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData spacebar_20_filled = IconData(0x105ee, 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, - ); + static const IconData spacebar_24_filled = IconData(0xf701, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 16 and filled style. - static const IconData sparkle_16_filled = IconData( - 0x101fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_16_filled = IconData(0x101fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 20 and filled style. - static const IconData sparkle_20_filled = IconData( - 0x101fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_20_filled = IconData(0x101fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 24 and filled style. - static const IconData sparkle_24_filled = IconData( - 0x101ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_24_filled = IconData(0x101ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 28 and filled style. - static const IconData sparkle_28_filled = IconData( - 0x10200, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_28_filled = IconData(0x10200, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sparkle" in size 48 and filled style. - static const IconData sparkle_48_filled = IconData( - 0x10201, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sparkle_48_filled = IconData(0x10201, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 16 and filled style. - static const IconData speaker_0_16_filled = IconData( - 0xfaa8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_16_filled = IconData(0xfaa8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 20 and filled style. - static const IconData speaker_0_20_filled = IconData( - 0xfaa9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_20_filled = IconData(0xfaa9, 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, - ); + static const IconData speaker_0_24_filled = IconData(0xf702, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 28 and filled style. - static const IconData speaker_0_28_filled = IconData( - 0xfaaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_28_filled = IconData(0xfaaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 32 and filled style. - static const IconData speaker_0_32_filled = IconData( - 0x10178, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_32_filled = IconData(0x10178, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_0" in size 48 and filled style. - static const IconData speaker_0_48_filled = IconData( - 0xfaab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_0_48_filled = IconData(0xfaab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 16 and filled style. - static const IconData speaker_1_16_filled = IconData( - 0xfaac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_16_filled = IconData(0xfaac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 20 and filled style. - static const IconData speaker_1_20_filled = IconData( - 0xfaad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_20_filled = IconData(0xfaad, 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, - ); + static const IconData speaker_1_24_filled = IconData(0xf704, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 28 and filled style. - static const IconData speaker_1_28_filled = IconData( - 0xfaae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_28_filled = IconData(0xfaae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 32 and filled style. - static const IconData speaker_1_32_filled = IconData( - 0x10179, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_32_filled = IconData(0x10179, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_1" in size 48 and filled style. - static const IconData speaker_1_48_filled = IconData( - 0xfaaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_1_48_filled = IconData(0xfaaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 16 and filled style. - static const IconData speaker_2_16_filled = IconData( - 0xfc6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_16_filled = IconData(0xfc6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 20 and filled style. - static const IconData speaker_2_20_filled = IconData( - 0xfc6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_20_filled = IconData(0xfc6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 24 and filled style. - static const IconData speaker_2_24_filled = IconData( - 0xfc6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_24_filled = IconData(0xfc6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 28 and filled style. - static const IconData speaker_2_28_filled = IconData( - 0xfc6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_28_filled = IconData(0xfc6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 32 and filled style. - static const IconData speaker_2_32_filled = IconData( - 0x1017a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_32_filled = IconData(0x1017a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_2" in size 48 and filled style. - static const IconData speaker_2_48_filled = IconData( - 0xfc70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_2_48_filled = IconData(0xfc70, 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, - ); + static const IconData speaker_bluetooth_24_filled = IconData(0xf708, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_bluetooth" in size 28 and filled style. - static const IconData speaker_bluetooth_28_filled = IconData( - 0xfab1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_bluetooth_28_filled = IconData(0xfab1, 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, - ); + 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, - ); + 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, - ); + static const IconData speaker_edit_24_filled = IconData(0xf70b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 16 and filled style. - static const IconData speaker_mute_16_filled = IconData( - 0xfc71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_16_filled = IconData(0xfc71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 20 and filled style. - static const IconData speaker_mute_20_filled = IconData( - 0xfc72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_20_filled = IconData(0xfc72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 24 and filled style. - static const IconData speaker_mute_24_filled = IconData( - 0xfc73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_24_filled = IconData(0xfc73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 28 and filled style. - static const IconData speaker_mute_28_filled = IconData( - 0xfc74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_28_filled = IconData(0xfc74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_mute" in size 48 and filled style. - static const IconData speaker_mute_48_filled = IconData( - 0xfc75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_mute_48_filled = IconData(0xfc75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 16 and filled style. - static const IconData speaker_off_16_filled = IconData( - 0xfab4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_16_filled = IconData(0xfab4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 20 and filled style. - static const IconData speaker_off_20_filled = IconData( - 0xfab5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_20_filled = IconData(0xfab5, 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, - ); + 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, - ); + static const IconData speaker_off_28_filled = IconData(0xf710, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_off" in size 48 and filled style. - static const IconData speaker_off_48_filled = IconData( - 0xfab6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_off_48_filled = IconData(0xfab6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_settings" in size 20 and filled style. - static const IconData speaker_settings_20_filled = IconData( - 0x105ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_settings_20_filled = IconData(0x105ef, 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, - ); + static const IconData speaker_settings_24_filled = IconData(0xf711, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_settings" in size 28 and filled style. - static const IconData speaker_settings_28_filled = IconData( - 0x105f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_settings_28_filled = IconData(0x105f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_usb" in size 24 and filled style. - static const IconData speaker_usb_24_filled = IconData( - 0xfab7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_usb_24_filled = IconData(0xfab7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "speaker_usb" in size 28 and filled style. - static const IconData speaker_usb_28_filled = IconData( - 0xfab8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData speaker_usb_28_filled = IconData(0xfab8, 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, - ); + static const IconData spinner_ios_20_filled = IconData(0xf712, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_hint" in size 20 and filled style. - static const IconData split_hint_20_filled = IconData( - 0x106a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_hint_20_filled = IconData(0x106a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 12 and filled style. - static const IconData split_horizontal_12_filled = IconData( - 0xfd65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_12_filled = IconData(0xfd65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 16 and filled style. - static const IconData split_horizontal_16_filled = IconData( - 0xfd66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_16_filled = IconData(0xfd66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 20 and filled style. - static const IconData split_horizontal_20_filled = IconData( - 0xfd67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_20_filled = IconData(0xfd67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 24 and filled style. - static const IconData split_horizontal_24_filled = IconData( - 0xfd68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_24_filled = IconData(0xfd68, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 28 and filled style. - static const IconData split_horizontal_28_filled = IconData( - 0xfd69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_28_filled = IconData(0xfd69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 32 and filled style. - static const IconData split_horizontal_32_filled = IconData( - 0xfd6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_32_filled = IconData(0xfd6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_horizontal" in size 48 and filled style. - static const IconData split_horizontal_48_filled = IconData( - 0xfd6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_horizontal_48_filled = IconData(0xfd6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 12 and filled style. - static const IconData split_vertical_12_filled = IconData( - 0xfd6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_12_filled = IconData(0xfd6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 16 and filled style. - static const IconData split_vertical_16_filled = IconData( - 0xfd6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_16_filled = IconData(0xfd6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 20 and filled style. - static const IconData split_vertical_20_filled = IconData( - 0xfd6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_20_filled = IconData(0xfd6e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 24 and filled style. - static const IconData split_vertical_24_filled = IconData( - 0xfd6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_24_filled = IconData(0xfd6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 28 and filled style. - static const IconData split_vertical_28_filled = IconData( - 0xfd70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_28_filled = IconData(0xfd70, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 32 and filled style. - static const IconData split_vertical_32_filled = IconData( - 0xfd71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_32_filled = IconData(0xfd71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "split_vertical" in size 48 and filled style. - static const IconData split_vertical_48_filled = IconData( - 0xfd72, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData split_vertical_48_filled = IconData(0xfd72, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 16 and filled style. - static const IconData sport_16_filled = IconData( - 0xfab9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_16_filled = IconData(0xfab9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 20 and filled style. - static const IconData sport_20_filled = IconData( - 0xfaba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_20_filled = IconData(0xfaba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport" in size 24 and filled style. - static const IconData sport_24_filled = IconData( - 0xfabb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_24_filled = IconData(0xfabb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_american_football" in size 20 and filled style. - static const IconData sport_american_football_20_filled = IconData( - 0x10718, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_american_football_20_filled = IconData(0x10718, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_american_football" in size 24 and filled style. - static const IconData sport_american_football_24_filled = IconData( - 0xfabc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_american_football_24_filled = IconData(0xfabc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_baseball" in size 20 and filled style. - static const IconData sport_baseball_20_filled = IconData( - 0x10719, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_baseball_20_filled = IconData(0x10719, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_baseball" in size 24 and filled style. - static const IconData sport_baseball_24_filled = IconData( - 0xfabd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_baseball_24_filled = IconData(0xfabd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_basketball" in size 24 and filled style. - static const IconData sport_basketball_24_filled = IconData( - 0xfabe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_basketball_24_filled = IconData(0xfabe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_hockey" in size 20 and filled style. - static const IconData sport_hockey_20_filled = IconData( - 0x1071a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_hockey_20_filled = IconData(0x1071a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_hockey" in size 24 and filled style. - static const IconData sport_hockey_24_filled = IconData( - 0xfabf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_hockey_24_filled = IconData(0xfabf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 16 and filled style. - static const IconData sport_soccer_16_filled = IconData( - 0x10033, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_16_filled = IconData(0x10033, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 20 and filled style. - static const IconData sport_soccer_20_filled = IconData( - 0xfd73, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_20_filled = IconData(0xfd73, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sport_soccer" in size 24 and filled style. - static const IconData sport_soccer_24_filled = IconData( - 0xfd74, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sport_soccer_24_filled = IconData(0xfd74, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 12 and filled style. - static const IconData square_12_filled = IconData( - 0x100ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_12_filled = IconData(0x100ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 16 and filled style. - static const IconData square_16_filled = IconData( - 0xfc76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_16_filled = IconData(0xfc76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 20 and filled style. - static const IconData square_20_filled = IconData( - 0x10034, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_20_filled = IconData(0x10034, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 24 and filled style. - static const IconData square_24_filled = IconData( - 0x10441, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_24_filled = IconData(0x10441, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 28 and filled style. - static const IconData square_28_filled = IconData( - 0x10442, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_28_filled = IconData(0x10442, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 32 and filled style. - static const IconData square_32_filled = IconData( - 0x10202, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_32_filled = IconData(0x10202, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square" in size 48 and filled style. - static const IconData square_48_filled = IconData( - 0x103d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_48_filled = IconData(0x103d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_add" in size 16 and filled style. - static const IconData square_add_16_filled = IconData( - 0xfc77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_add_16_filled = IconData(0xfc77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_add" in size 20 and filled style. - static const IconData square_add_20_filled = IconData( - 0xffc1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_add_20_filled = IconData(0xffc1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 16 and filled style. - static const IconData square_arrow_forward_16_filled = IconData( - 0xfef6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_16_filled = IconData(0xfef6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 20 and filled style. - static const IconData square_arrow_forward_20_filled = IconData( - 0xfef7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_20_filled = IconData(0xfef7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 24 and filled style. - static const IconData square_arrow_forward_24_filled = IconData( - 0xfef8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_24_filled = IconData(0xfef8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 28 and filled style. - static const IconData square_arrow_forward_28_filled = IconData( - 0xfef9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_28_filled = IconData(0xfef9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 32 and filled style. - static const IconData square_arrow_forward_32_filled = IconData( - 0xfefa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_32_filled = IconData(0xfefa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_arrow_forward" in size 48 and filled style. - static const IconData square_arrow_forward_48_filled = IconData( - 0xfefb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_arrow_forward_48_filled = IconData(0xfefb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_dismiss" in size 16 and filled style. - static const IconData square_dismiss_16_filled = IconData( - 0x100ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_dismiss_16_filled = IconData(0x100ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_dismiss" in size 20 and filled style. - static const IconData square_dismiss_20_filled = IconData( - 0x100ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_dismiss_20_filled = IconData(0x100ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 16 and filled style. - static const IconData square_hint_16_filled = IconData( - 0x10443, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_16_filled = IconData(0x10443, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 20 and filled style. - static const IconData square_hint_20_filled = IconData( - 0x102fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_20_filled = IconData(0x102fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 24 and filled style. - static const IconData square_hint_24_filled = IconData( - 0x102ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_24_filled = IconData(0x102ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 28 and filled style. - static const IconData square_hint_28_filled = IconData( - 0x10444, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_28_filled = IconData(0x10444, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 32 and filled style. - static const IconData square_hint_32_filled = IconData( - 0x10445, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_32_filled = IconData(0x10445, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint" in size 48 and filled style. - static const IconData square_hint_48_filled = IconData( - 0x10446, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_48_filled = IconData(0x10446, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_apps" in size 20 and filled style. - static const IconData square_hint_apps_20_filled = IconData( - 0x10447, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_apps_20_filled = IconData(0x10447, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_apps" in size 24 and filled style. - static const IconData square_hint_apps_24_filled = IconData( - 0x10448, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_apps_24_filled = IconData(0x10448, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_arrow_back" in size 16 and filled style. - static const IconData square_hint_arrow_back_16_filled = IconData( - 0xfc78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_arrow_back_16_filled = IconData(0xfc78, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_arrow_back" in size 20 and filled style. - static const IconData square_hint_arrow_back_20_filled = IconData( - 0x1071b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_arrow_back_20_filled = IconData(0x1071b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 16 and filled style. - static const IconData square_hint_sparkles_16_filled = IconData( - 0x10449, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_16_filled = IconData(0x10449, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 20 and filled style. - static const IconData square_hint_sparkles_20_filled = IconData( - 0x1044a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_20_filled = IconData(0x1044a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 24 and filled style. - static const IconData square_hint_sparkles_24_filled = IconData( - 0x1044b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_24_filled = IconData(0x1044b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 28 and filled style. - static const IconData square_hint_sparkles_28_filled = IconData( - 0x1044c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_28_filled = IconData(0x1044c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 32 and filled style. - static const IconData square_hint_sparkles_32_filled = IconData( - 0x1044d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_32_filled = IconData(0x1044d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_hint_sparkles" in size 48 and filled style. - static const IconData square_hint_sparkles_48_filled = IconData( - 0x1044e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_hint_sparkles_48_filled = IconData(0x1044e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 16 and filled style. - static const IconData square_multiple_16_filled = IconData( - 0x1008b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_16_filled = IconData(0x1008b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 20 and filled style. - static const IconData square_multiple_20_filled = IconData( - 0xfbae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_20_filled = IconData(0xfbae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_multiple" in size 24 and filled style. - static const IconData square_multiple_24_filled = IconData( - 0xf7a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_multiple_24_filled = IconData(0xf7a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_shadow" in size 12 and filled style. - static const IconData square_shadow_12_filled = IconData( - 0x1011e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_shadow_12_filled = IconData(0x1011e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "square_shadow" in size 20 and filled style. - static const IconData square_shadow_20_filled = IconData( - 0x1071c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData square_shadow_20_filled = IconData(0x1071c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "squares_nested" in size 20 and filled style. - static const IconData squares_nested_20_filled = IconData( - 0x106aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData squares_nested_20_filled = IconData(0x106aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 16 and filled style. - static const IconData stack_16_filled = IconData( - 0xf7a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_16_filled = IconData(0xf7a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 20 and filled style. - static const IconData stack_20_filled = IconData( - 0xf7aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_20_filled = IconData(0xf7aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack" in size 24 and filled style. - static const IconData stack_24_filled = IconData( - 0xf7be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_24_filled = IconData(0xf7be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack_arrow_forward" in size 20 and filled style. - static const IconData stack_arrow_forward_20_filled = IconData( - 0x1024d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_arrow_forward_20_filled = IconData(0x1024d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack_arrow_forward" in size 24 and filled style. - static const IconData stack_arrow_forward_24_filled = IconData( - 0x1024e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_arrow_forward_24_filled = IconData(0x1024e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 16 and filled style. - static const IconData stack_star_16_filled = IconData( - 0x1008c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_16_filled = IconData(0x1008c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 20 and filled style. - static const IconData stack_star_20_filled = IconData( - 0x1008d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_20_filled = IconData(0x1008d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stack_star" in size 24 and filled style. - static const IconData stack_star_24_filled = IconData( - 0x1008e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stack_star_24_filled = IconData(0x1008e, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData star_28_filled = IconData(0xf71a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star" in size 48 and filled style. - static const IconData star_48_filled = IconData( - 0x103d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_48_filled = IconData(0x103d7, 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, - ); + 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, - ); + 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, - ); + static const IconData star_add_24_filled = IconData(0xf71d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_add" in size 28 and filled style. - static const IconData star_add_28_filled = IconData( - 0x103d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_add_28_filled = IconData(0x103d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_end" in size 20 and filled style. - static const IconData star_arrow_right_end_20_filled = IconData( - 0x105f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_end_20_filled = IconData(0x105f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_end" in size 24 and filled style. - static const IconData star_arrow_right_end_24_filled = IconData( - 0xfc79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_end_24_filled = IconData(0xfc79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_arrow_right_start" in size 20 and filled style. - static const IconData star_arrow_right_start_20_filled = IconData( - 0x105f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_arrow_right_start_20_filled = IconData(0x105f2, 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, - ); + static const IconData star_arrow_right_start_24_filled = IconData(0xf71f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 16 and filled style. - static const IconData star_dismiss_16_filled = IconData( - 0x103d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_16_filled = IconData(0x103d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 20 and filled style. - static const IconData star_dismiss_20_filled = IconData( - 0x103da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_20_filled = IconData(0x103da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 24 and filled style. - static const IconData star_dismiss_24_filled = IconData( - 0x103db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_24_filled = IconData(0x103db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_dismiss" in size 28 and filled style. - static const IconData star_dismiss_28_filled = IconData( - 0x103dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_dismiss_28_filled = IconData(0x103dc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_edit" in size 20 and filled style. - static const IconData star_edit_20_filled = IconData( - 0x103dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_edit_20_filled = IconData(0x103dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_edit" in size 24 and filled style. - static const IconData star_edit_24_filled = IconData( - 0xfac0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_edit_24_filled = IconData(0xfac0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_emphasis" in size 20 and filled style. - static const IconData star_emphasis_20_filled = IconData( - 0xfbaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_emphasis_20_filled = IconData(0xfbaf, 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, - ); + static const IconData star_emphasis_24_filled = IconData(0xf720, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_emphasis" in size 32 and filled style. - static const IconData star_emphasis_32_filled = IconData( - 0xfd10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_emphasis_32_filled = IconData(0xfd10, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData star_half_28_filled = IconData(0xf725, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 16 and filled style. - static const IconData star_line_horizontal_3_16_filled = IconData( - 0xffc2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_16_filled = IconData(0xffc2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 20 and filled style. - static const IconData star_line_horizontal_3_20_filled = IconData( - 0xfb59, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_20_filled = IconData(0xfb59, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_line_horizontal_3" in size 24 and filled style. - static const IconData star_line_horizontal_3_24_filled = IconData( - 0xfb5a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_line_horizontal_3_24_filled = IconData(0xfb5a, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData star_prohibited_24_filled = IconData(0xf732, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "star_settings" in size 20 and filled style. - static const IconData star_settings_20_filled = IconData( - 0x103de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData star_settings_20_filled = IconData(0x103de, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData status_24_filled = IconData(0xf73b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "steps" in size 20 and filled style. - static const IconData steps_20_filled = IconData( - 0xff00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData steps_20_filled = IconData(0xff00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "steps" in size 24 and filled style. - static const IconData steps_24_filled = IconData( - 0xff01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData steps_24_filled = IconData(0xff01, 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, - ); + 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, - ); + static const IconData stethoscope_24_filled = IconData(0xf73d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sticker" in size 12 and filled style. - static const IconData sticker_12_filled = IconData( - 0x1017b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sticker_12_filled = IconData(0x1017b, 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, - ); + 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, - ); + static const IconData sticker_24_filled = IconData(0xf73f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sticker_add" in size 20 and filled style. - static const IconData sticker_add_20_filled = IconData( - 0x10521, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sticker_add_20_filled = IconData(0x10521, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData stop_24_filled = IconData(0xf743, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "storage" in size 20 and filled style. - static const IconData storage_20_filled = IconData( - 0x105f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData storage_20_filled = IconData(0x105f3, 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, - ); + static const IconData storage_24_filled = IconData(0xf744, 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, - ); + 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, - ); + 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, - ); + static const IconData store_microsoft_24_filled = IconData(0xf74a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stream" in size 20 and filled style. - static const IconData stream_20_filled = IconData( - 0xffc3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stream_20_filled = IconData(0xffc3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stream" in size 24 and filled style. - static const IconData stream_24_filled = IconData( - 0xffc4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stream_24_filled = IconData(0xffc4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stream_input" in size 20 and filled style. - static const IconData stream_input_20_filled = IconData( - 0x106ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stream_input_20_filled = IconData(0x106ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stream_input_output" in size 20 and filled style. - static const IconData stream_input_output_20_filled = IconData( - 0x106ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stream_input_output_20_filled = IconData(0x106ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "stream_output" in size 20 and filled style. - static const IconData stream_output_20_filled = IconData( - 0x106ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData stream_output_20_filled = IconData(0x106ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 16 and filled style. - static const IconData strikethrough_ga_na_16_filled = IconData( - 0xfd75, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_16_filled = IconData(0xfd75, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 20 and filled style. - static const IconData strikethrough_ga_na_20_filled = IconData( - 0xfd76, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_20_filled = IconData(0xfd76, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "strikethrough_ga_na" in size 24 and filled style. - static const IconData strikethrough_ga_na_24_filled = IconData( - 0xfd77, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData strikethrough_ga_na_24_filled = IconData(0xfd77, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "style_guide" in size 20 and filled style. - static const IconData style_guide_20_filled = IconData( - 0x104ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData style_guide_20_filled = IconData(0x104ae, 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, - ); + static const IconData style_guide_24_filled = IconData(0xf74b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "sub_grid" in size 20 and filled style. - static const IconData sub_grid_20_filled = IconData( - 0x105f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData sub_grid_20_filled = IconData(0x105f4, 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, - ); + static const IconData sub_grid_24_filled = IconData(0xf74c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 16 and filled style. - static const IconData subtitles_16_filled = IconData( - 0x10744, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_16_filled = IconData(0x10744, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 20 and filled style. - static const IconData subtitles_20_filled = IconData( - 0x10745, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_20_filled = IconData(0x10745, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtitles" in size 24 and filled style. - static const IconData subtitles_24_filled = IconData( - 0x10746, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtitles_24_filled = IconData(0x10746, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 12 and filled style. - static const IconData subtract_12_filled = IconData( - 0xfc7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_12_filled = IconData(0xfc7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 16 and filled style. - static const IconData subtract_16_filled = IconData( - 0xfc7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_16_filled = IconData(0xfc7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 20 and filled style. - static const IconData subtract_20_filled = IconData( - 0xfc7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_20_filled = IconData(0xfc7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 24 and filled style. - static const IconData subtract_24_filled = IconData( - 0xfc7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_24_filled = IconData(0xfc7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 28 and filled style. - static const IconData subtract_28_filled = IconData( - 0xfc7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_28_filled = IconData(0xfc7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract" in size 48 and filled style. - static const IconData subtract_48_filled = IconData( - 0xfc7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_48_filled = IconData(0xfc7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 12 and filled style. - static const IconData subtract_circle_12_filled = IconData( - 0x100f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_12_filled = IconData(0x100f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 16 and filled style. - static const IconData subtract_circle_16_filled = IconData( - 0xf7bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_16_filled = IconData(0xf7bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 20 and filled style. - static const IconData subtract_circle_20_filled = IconData( - 0xf7c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_20_filled = IconData(0xf7c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 24 and filled style. - static const IconData subtract_circle_24_filled = IconData( - 0xf7c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_24_filled = IconData(0xf7c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 28 and filled style. - static const IconData subtract_circle_28_filled = IconData( - 0xf7cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_28_filled = IconData(0xf7cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle" in size 32 and filled style. - static const IconData subtract_circle_32_filled = IconData( - 0xf7cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_32_filled = IconData(0xf7cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_back" in size 16 and filled style. - static const IconData subtract_circle_arrow_back_16_filled = IconData( - 0x1008f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_back_16_filled = IconData(0x1008f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_back" in size 20 and filled style. - static const IconData subtract_circle_arrow_back_20_filled = IconData( - 0x10090, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_back_20_filled = IconData(0x10090, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_forward" in size 16 and filled style. - static const IconData subtract_circle_arrow_forward_16_filled = IconData( - 0x10091, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_forward_16_filled = IconData(0x10091, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_circle_arrow_forward" in size 20 and filled style. - static const IconData subtract_circle_arrow_forward_20_filled = IconData( - 0x10092, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_circle_arrow_forward_20_filled = IconData(0x10092, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_square" in size 20 and filled style. - static const IconData subtract_square_20_filled = IconData( - 0x10522, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_20_filled = IconData(0x10522, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_square" in size 24 and filled style. - static const IconData subtract_square_24_filled = IconData( - 0x10203, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_24_filled = IconData(0x10203, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_square_multiple" in size 16 and filled style. - static const IconData subtract_square_multiple_16_filled = IconData( - 0xfdf8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_multiple_16_filled = IconData(0xfdf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "subtract_square_multiple" in size 20 and filled style. - static const IconData subtract_square_multiple_20_filled = IconData( - 0xfefc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData subtract_square_multiple_20_filled = IconData(0xfefc, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData swipe_up_24_filled = IconData(0xf756, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "symbols" in size 16 and filled style. - static const IconData symbols_16_filled = IconData( - 0xfe3b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData symbols_16_filled = IconData(0xfe3b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "symbols" in size 20 and filled style. - static const IconData symbols_20_filled = IconData( - 0xfd78, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData symbols_20_filled = IconData(0xfd78, 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, - ); + 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, - ); + 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, - ); + static const IconData sync_off_20_filled = IconData(0xf759, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "syringe" in size 20 and filled style. - static const IconData syringe_20_filled = IconData( - 0xffc5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData syringe_20_filled = IconData(0xffc5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "syringe" in size 24 and filled style. - static const IconData syringe_24_filled = IconData( - 0xffc6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData syringe_24_filled = IconData(0xffc6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "system" in size 20 and filled style. - static const IconData system_20_filled = IconData( - 0x10523, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData system_20_filled = IconData(0x10523, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_28_filled = IconData(0xf75e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_add" in size 20 and filled style. - static const IconData tab_add_20_filled = IconData( - 0xfc80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_add_20_filled = IconData(0xfc80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_add" in size 24 and filled style. - static const IconData tab_add_24_filled = IconData( - 0xfc81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_add_24_filled = IconData(0xfc81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_arrow_left" in size 20 and filled style. - static const IconData tab_arrow_left_20_filled = IconData( - 0x1071d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_arrow_left_20_filled = IconData(0x1071d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_arrow_left" in size 24 and filled style. - static const IconData tab_arrow_left_24_filled = IconData( - 0xfc82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_arrow_left_24_filled = IconData(0xfc82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop" in size 16 and filled style. - static const IconData tab_desktop_16_filled = IconData( - 0x104af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_16_filled = IconData(0x104af, 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, - ); + static const IconData tab_desktop_20_filled = IconData(0xf75f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop" in size 24 and filled style. - static const IconData tab_desktop_24_filled = IconData( - 0x104b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_24_filled = IconData(0x104b0, 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, - ); + 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, - ); + 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, - ); + static const IconData tab_desktop_arrow_clockwise_24_filled = IconData(0xf762, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_arrow_left" in size 20 and filled style. - static const IconData tab_desktop_arrow_left_20_filled = IconData( - 0xfac1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_arrow_left_20_filled = IconData(0xfac1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_bottom" in size 20 and filled style. - static const IconData tab_desktop_bottom_20_filled = IconData( - 0x104b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_bottom_20_filled = IconData(0x104b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_bottom" in size 24 and filled style. - static const IconData tab_desktop_bottom_24_filled = IconData( - 0xff02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_bottom_24_filled = IconData(0xff02, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_desktop_multiple_20_filled = IconData(0xf768, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_desktop_multiple_bottom" in size 24 and filled style. - static const IconData tab_desktop_multiple_bottom_24_filled = IconData( - 0xff03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_desktop_multiple_bottom_24_filled = IconData(0xff03, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData tab_inprivate_account_24_filled = IconData(0xf76f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_prohibited" in size 20 and filled style. - static const IconData tab_prohibited_20_filled = IconData( - 0x1071e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_prohibited_20_filled = IconData(0x1071e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_prohibited" in size 24 and filled style. - static const IconData tab_prohibited_24_filled = IconData( - 0xfac2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_prohibited_24_filled = IconData(0xfac2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_shield_dismiss" in size 20 and filled style. - static const IconData tab_shield_dismiss_20_filled = IconData( - 0xfc83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_shield_dismiss_20_filled = IconData(0xfc83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tab_shield_dismiss" in size 24 and filled style. - static const IconData tab_shield_dismiss_24_filled = IconData( - 0xfc84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tab_shield_dismiss_24_filled = IconData(0xfc84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table" in size 16 and filled style. - static const IconData table_16_filled = IconData( - 0xfac3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_16_filled = IconData(0xfac3, 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, - ); + 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, - ); + static const IconData table_24_filled = IconData(0xf776, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table" in size 28 and filled style. - static const IconData table_28_filled = IconData( - 0xfac4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_28_filled = IconData(0xfac4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table" in size 32 and filled style. - static const IconData table_32_filled = IconData( - 0xfd11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_32_filled = IconData(0xfd11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table" in size 48 and filled style. - static const IconData table_48_filled = IconData( - 0xfac5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_48_filled = IconData(0xfac5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 16 and filled style. - static const IconData table_add_16_filled = IconData( - 0x10524, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_add_16_filled = IconData(0x10524, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 20 and filled style. - static const IconData table_add_20_filled = IconData( - 0xfb5b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_add_20_filled = IconData(0xfb5b, 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, - ); + static const IconData table_add_24_filled = IconData(0xf777, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_add" in size 28 and filled style. - static const IconData table_add_28_filled = IconData( - 0x10525, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_add_28_filled = IconData(0x10525, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 16 and filled style. - static const IconData table_bottom_row_16_filled = IconData( - 0x106ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_16_filled = IconData(0x106ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 20 and filled style. - static const IconData table_bottom_row_20_filled = IconData( - 0x106af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_20_filled = IconData(0x106af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 24 and filled style. - static const IconData table_bottom_row_24_filled = IconData( - 0x106b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_24_filled = IconData(0x106b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 28 and filled style. - static const IconData table_bottom_row_28_filled = IconData( - 0x106b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_28_filled = IconData(0x106b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 32 and filled style. - static const IconData table_bottom_row_32_filled = IconData( - 0x106b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_32_filled = IconData(0x106b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_bottom_row" in size 48 and filled style. - static const IconData table_bottom_row_48_filled = IconData( - 0x106b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_bottom_row_48_filled = IconData(0x106b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 16 and filled style. - static const IconData table_cell_edit_16_filled = IconData( - 0x10526, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_16_filled = IconData(0x10526, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 20 and filled style. - static const IconData table_cell_edit_20_filled = IconData( - 0x10527, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_20_filled = IconData(0x10527, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 24 and filled style. - static const IconData table_cell_edit_24_filled = IconData( - 0xfd12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_24_filled = IconData(0xfd12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cell_edit" in size 28 and filled style. - static const IconData table_cell_edit_28_filled = IconData( - 0x10528, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cell_edit_28_filled = IconData(0x10528, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cells_merge" in size 16 and filled style. - static const IconData table_cells_merge_16_filled = IconData( - 0x10529, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_merge_16_filled = IconData(0x10529, 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, - ); + 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, - ); + static const IconData table_cells_merge_24_filled = IconData(0xf779, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cells_merge" in size 28 and filled style. - static const IconData table_cells_merge_28_filled = IconData( - 0x1052a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_merge_28_filled = IconData(0x1052a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cells_split" in size 16 and filled style. - static const IconData table_cells_split_16_filled = IconData( - 0x1052b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_split_16_filled = IconData(0x1052b, 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, - ); + 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, - ); + static const IconData table_cells_split_24_filled = IconData(0xf77b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_cells_split" in size 28 and filled style. - static const IconData table_cells_split_28_filled = IconData( - 0x1052c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_cells_split_28_filled = IconData(0x1052c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_checker" in size 20 and filled style. - static const IconData table_checker_20_filled = IconData( - 0x106b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_checker_20_filled = IconData(0x106b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_copy" in size 20 and filled style. - static const IconData table_copy_20_filled = IconData( - 0x106b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_copy_20_filled = IconData(0x106b5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 16 and filled style. - static const IconData table_delete_column_16_filled = IconData( - 0x1052d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_16_filled = IconData(0x1052d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 20 and filled style. - static const IconData table_delete_column_20_filled = IconData( - 0xfd79, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_20_filled = IconData(0xfd79, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 24 and filled style. - static const IconData table_delete_column_24_filled = IconData( - 0xfc85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_24_filled = IconData(0xfc85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_column" in size 28 and filled style. - static const IconData table_delete_column_28_filled = IconData( - 0x1052e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_column_28_filled = IconData(0x1052e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 16 and filled style. - static const IconData table_delete_row_16_filled = IconData( - 0x1052f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_16_filled = IconData(0x1052f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 20 and filled style. - static const IconData table_delete_row_20_filled = IconData( - 0xfd7a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_20_filled = IconData(0xfd7a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 24 and filled style. - static const IconData table_delete_row_24_filled = IconData( - 0xfc86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_24_filled = IconData(0xfc86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_delete_row" in size 28 and filled style. - static const IconData table_delete_row_28_filled = IconData( - 0x10530, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_delete_row_28_filled = IconData(0x10530, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 16 and filled style. - static const IconData table_dismiss_16_filled = IconData( - 0x10531, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_16_filled = IconData(0x10531, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 20 and filled style. - static const IconData table_dismiss_20_filled = IconData( - 0xfb5c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_20_filled = IconData(0xfb5c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 24 and filled style. - static const IconData table_dismiss_24_filled = IconData( - 0xfb5d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_24_filled = IconData(0xfb5d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_dismiss" in size 28 and filled style. - static const IconData table_dismiss_28_filled = IconData( - 0x10532, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_dismiss_28_filled = IconData(0x10532, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 16 and filled style. - static const IconData table_edit_16_filled = IconData( - 0x10533, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_16_filled = IconData(0x10533, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 20 and filled style. - static const IconData table_edit_20_filled = IconData( - 0x10534, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_20_filled = IconData(0x10534, 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, - ); + static const IconData table_edit_24_filled = IconData(0xf780, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_edit" in size 28 and filled style. - static const IconData table_edit_28_filled = IconData( - 0x10535, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_edit_28_filled = IconData(0x10535, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 16 and filled style. - static const IconData table_freeze_column_16_filled = IconData( - 0x10536, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_16_filled = IconData(0x10536, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 20 and filled style. - static const IconData table_freeze_column_20_filled = IconData( - 0x10537, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_20_filled = IconData(0x10537, 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, - ); + static const IconData table_freeze_column_24_filled = IconData(0xf782, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column" in size 28 and filled style. - static const IconData table_freeze_column_28_filled = IconData( - 0x10538, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_28_filled = IconData(0x10538, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 16 and filled style. - static const IconData table_freeze_column_and_row_16_filled = IconData( - 0x10539, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_16_filled = IconData(0x10539, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 20 and filled style. - static const IconData table_freeze_column_and_row_20_filled = IconData( - 0x1053a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_20_filled = IconData(0x1053a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 24 and filled style. - static const IconData table_freeze_column_and_row_24_filled = IconData( - 0xfc87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_24_filled = IconData(0xfc87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_column_and_row" in size 28 and filled style. - static const IconData table_freeze_column_and_row_28_filled = IconData( - 0x1053b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_column_and_row_28_filled = IconData(0x1053b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 16 and filled style. - static const IconData table_freeze_row_16_filled = IconData( - 0x1053c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_16_filled = IconData(0x1053c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 20 and filled style. - static const IconData table_freeze_row_20_filled = IconData( - 0x1053d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_20_filled = IconData(0x1053d, 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, - ); + static const IconData table_freeze_row_24_filled = IconData(0xf783, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_freeze_row" in size 28 and filled style. - static const IconData table_freeze_row_28_filled = IconData( - 0x1053e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_freeze_row_28_filled = IconData(0x1053e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_image" in size 20 and filled style. - static const IconData table_image_20_filled = IconData( - 0x106b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_image_20_filled = IconData(0x106b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 16 and filled style. - static const IconData table_insert_column_16_filled = IconData( - 0x1053f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_16_filled = IconData(0x1053f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 20 and filled style. - static const IconData table_insert_column_20_filled = IconData( - 0x10540, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_20_filled = IconData(0x10540, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 24 and filled style. - static const IconData table_insert_column_24_filled = IconData( - 0xfc88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_24_filled = IconData(0xfc88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_column" in size 28 and filled style. - static const IconData table_insert_column_28_filled = IconData( - 0x10541, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_column_28_filled = IconData(0x10541, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 16 and filled style. - static const IconData table_insert_row_16_filled = IconData( - 0x10542, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_16_filled = IconData(0x10542, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 20 and filled style. - static const IconData table_insert_row_20_filled = IconData( - 0x10543, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_20_filled = IconData(0x10543, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 24 and filled style. - static const IconData table_insert_row_24_filled = IconData( - 0xfc89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_24_filled = IconData(0xfc89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_insert_row" in size 28 and filled style. - static const IconData table_insert_row_28_filled = IconData( - 0x10544, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_insert_row_28_filled = IconData(0x10544, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 16 and filled style. - static const IconData table_lightning_16_filled = IconData( - 0x10545, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_16_filled = IconData(0x10545, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 20 and filled style. - static const IconData table_lightning_20_filled = IconData( - 0x1024f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_20_filled = IconData(0x1024f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 24 and filled style. - static const IconData table_lightning_24_filled = IconData( - 0x10250, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_24_filled = IconData(0x10250, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_lightning" in size 28 and filled style. - static const IconData table_lightning_28_filled = IconData( - 0x10546, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_lightning_28_filled = IconData(0x10546, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 16 and filled style. - static const IconData table_link_16_filled = IconData( - 0x10547, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_link_16_filled = IconData(0x10547, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 20 and filled style. - static const IconData table_link_20_filled = IconData( - 0x10251, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_link_20_filled = IconData(0x10251, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 24 and filled style. - static const IconData table_link_24_filled = IconData( - 0x10252, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_link_24_filled = IconData(0x10252, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_link" in size 28 and filled style. - static const IconData table_link_28_filled = IconData( - 0x10548, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_link_28_filled = IconData(0x10548, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 16 and filled style. - static const IconData table_move_above_16_filled = IconData( - 0x10549, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_16_filled = IconData(0x10549, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 20 and filled style. - static const IconData table_move_above_20_filled = IconData( - 0x1054a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_20_filled = IconData(0x1054a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 24 and filled style. - static const IconData table_move_above_24_filled = IconData( - 0xfc8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_24_filled = IconData(0xfc8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_above" in size 28 and filled style. - static const IconData table_move_above_28_filled = IconData( - 0x1054b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_above_28_filled = IconData(0x1054b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 16 and filled style. - static const IconData table_move_below_16_filled = IconData( - 0x1054c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_16_filled = IconData(0x1054c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 20 and filled style. - static const IconData table_move_below_20_filled = IconData( - 0x1054d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_20_filled = IconData(0x1054d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 24 and filled style. - static const IconData table_move_below_24_filled = IconData( - 0xfc8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_24_filled = IconData(0xfc8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_below" in size 28 and filled style. - static const IconData table_move_below_28_filled = IconData( - 0x1054e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_below_28_filled = IconData(0x1054e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 16 and filled style. - static const IconData table_move_left_16_filled = IconData( - 0x1054f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_16_filled = IconData(0x1054f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 20 and filled style. - static const IconData table_move_left_20_filled = IconData( - 0x10550, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_20_filled = IconData(0x10550, 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, - ); + static const IconData table_move_left_24_filled = IconData(0xf789, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_left" in size 28 and filled style. - static const IconData table_move_left_28_filled = IconData( - 0x10551, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_left_28_filled = IconData(0x10551, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 16 and filled style. - static const IconData table_move_right_16_filled = IconData( - 0x10552, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_16_filled = IconData(0x10552, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 20 and filled style. - static const IconData table_move_right_20_filled = IconData( - 0x10553, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_20_filled = IconData(0x10553, 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, - ); + static const IconData table_move_right_24_filled = IconData(0xf78a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_move_right" in size 28 and filled style. - static const IconData table_move_right_28_filled = IconData( - 0x10554, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_move_right_28_filled = IconData(0x10554, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_multiple" in size 20 and filled style. - static const IconData table_multiple_20_filled = IconData( - 0x106b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_multiple_20_filled = IconData(0x106b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 16 and filled style. - static const IconData table_resize_column_16_filled = IconData( - 0x10555, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_16_filled = IconData(0x10555, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 20 and filled style. - static const IconData table_resize_column_20_filled = IconData( - 0x10556, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_20_filled = IconData(0x10556, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 24 and filled style. - static const IconData table_resize_column_24_filled = IconData( - 0xfc8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_24_filled = IconData(0xfc8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_column" in size 28 and filled style. - static const IconData table_resize_column_28_filled = IconData( - 0x10557, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_column_28_filled = IconData(0x10557, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 16 and filled style. - static const IconData table_resize_row_16_filled = IconData( - 0x10558, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_16_filled = IconData(0x10558, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 20 and filled style. - static const IconData table_resize_row_20_filled = IconData( - 0x10559, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_20_filled = IconData(0x10559, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 24 and filled style. - static const IconData table_resize_row_24_filled = IconData( - 0xfc8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_24_filled = IconData(0xfc8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_resize_row" in size 28 and filled style. - static const IconData table_resize_row_28_filled = IconData( - 0x1055a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_resize_row_28_filled = IconData(0x1055a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_search" in size 20 and filled style. - static const IconData table_search_20_filled = IconData( - 0x106b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_search_20_filled = IconData(0x106b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 16 and filled style. - static const IconData table_settings_16_filled = IconData( - 0x1055b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_16_filled = IconData(0x1055b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 20 and filled style. - static const IconData table_settings_20_filled = IconData( - 0x1055c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_20_filled = IconData(0x1055c, 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, - ); + static const IconData table_settings_24_filled = IconData(0xf78f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_settings" in size 28 and filled style. - static const IconData table_settings_28_filled = IconData( - 0x1055d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_settings_28_filled = IconData(0x1055d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 16 and filled style. - static const IconData table_simple_16_filled = IconData( - 0xfac6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_16_filled = IconData(0xfac6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 20 and filled style. - static const IconData table_simple_20_filled = IconData( - 0xfac7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_20_filled = IconData(0xfac7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 24 and filled style. - static const IconData table_simple_24_filled = IconData( - 0xfac8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_24_filled = IconData(0xfac8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 28 and filled style. - static const IconData table_simple_28_filled = IconData( - 0xfac9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_28_filled = IconData(0xfac9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_simple" in size 48 and filled style. - static const IconData table_simple_48_filled = IconData( - 0xfaca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_simple_48_filled = IconData(0xfaca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_split" in size 20 and filled style. - static const IconData table_split_20_filled = IconData( - 0x106b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_split_20_filled = IconData(0x106b9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 16 and filled style. - static const IconData table_stack_above_16_filled = IconData( - 0x1055e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_16_filled = IconData(0x1055e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 20 and filled style. - static const IconData table_stack_above_20_filled = IconData( - 0xfd7b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_20_filled = IconData(0xfd7b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 24 and filled style. - static const IconData table_stack_above_24_filled = IconData( - 0xfc8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_24_filled = IconData(0xfc8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_above" in size 28 and filled style. - static const IconData table_stack_above_28_filled = IconData( - 0x1055f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_above_28_filled = IconData(0x1055f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 16 and filled style. - static const IconData table_stack_below_16_filled = IconData( - 0x10560, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_16_filled = IconData(0x10560, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 20 and filled style. - static const IconData table_stack_below_20_filled = IconData( - 0x104e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_20_filled = IconData(0x104e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 24 and filled style. - static const IconData table_stack_below_24_filled = IconData( - 0xfc8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_24_filled = IconData(0xfc8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_below" in size 28 and filled style. - static const IconData table_stack_below_28_filled = IconData( - 0x10561, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_below_28_filled = IconData(0x10561, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_down" in size 20 and filled style. - static const IconData table_stack_down_20_filled = IconData( - 0xfd7c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_down_20_filled = IconData(0xfd7c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 16 and filled style. - static const IconData table_stack_left_16_filled = IconData( - 0x10562, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_16_filled = IconData(0x10562, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 20 and filled style. - static const IconData table_stack_left_20_filled = IconData( - 0xfd7d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_20_filled = IconData(0xfd7d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 24 and filled style. - static const IconData table_stack_left_24_filled = IconData( - 0xfc90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_24_filled = IconData(0xfc90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_left" in size 28 and filled style. - static const IconData table_stack_left_28_filled = IconData( - 0x10563, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_left_28_filled = IconData(0x10563, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 16 and filled style. - static const IconData table_stack_right_16_filled = IconData( - 0x10564, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_16_filled = IconData(0x10564, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 20 and filled style. - static const IconData table_stack_right_20_filled = IconData( - 0xfd7e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_20_filled = IconData(0xfd7e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 24 and filled style. - static const IconData table_stack_right_24_filled = IconData( - 0xfc91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_24_filled = IconData(0xfc91, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_stack_right" in size 28 and filled style. - static const IconData table_stack_right_28_filled = IconData( - 0x10565, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_stack_right_28_filled = IconData(0x10565, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 16 and filled style. - static const IconData table_switch_16_filled = IconData( - 0x10566, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_16_filled = IconData(0x10566, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 20 and filled style. - static const IconData table_switch_20_filled = IconData( - 0x10567, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_20_filled = IconData(0x10567, 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, - ); + static const IconData table_switch_24_filled = IconData(0xf790, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "table_switch" in size 28 and filled style. - static const IconData table_switch_28_filled = IconData( - 0x10568, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData table_switch_28_filled = IconData(0x10568, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 12 and filled style. - static const IconData tablet_12_filled = IconData( - 0x1044f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_12_filled = IconData(0x1044f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 16 and filled style. - static const IconData tablet_16_filled = IconData( - 0x10450, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_16_filled = IconData(0x10450, 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, - ); + 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, - ); + static const IconData tablet_24_filled = IconData(0xf792, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 32 and filled style. - static const IconData tablet_32_filled = IconData( - 0x10451, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_32_filled = IconData(0x10451, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet" in size 48 and filled style. - static const IconData tablet_48_filled = IconData( - 0x10452, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_48_filled = IconData(0x10452, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet_speaker" in size 20 and filled style. - static const IconData tablet_speaker_20_filled = IconData( - 0x10569, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_speaker_20_filled = IconData(0x10569, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tablet_speaker" in size 24 and filled style. - static const IconData tablet_speaker_24_filled = IconData( - 0xfd13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tablet_speaker_24_filled = IconData(0xfd13, 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, - ); + static const IconData tabs_24_filled = IconData(0xf793, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag" in size 16 and filled style. - static const IconData tag_16_filled = IconData( - 0xfacb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_16_filled = IconData(0xfacb, 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, - ); + 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, - ); + static const IconData tag_24_filled = IconData(0xf795, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag" in size 32 and filled style. - static const IconData tag_32_filled = IconData( - 0x101ab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_32_filled = IconData(0x101ab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_circle" in size 20 and filled style. - static const IconData tag_circle_20_filled = IconData( - 0x100f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_circle_20_filled = IconData(0x100f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 16 and filled style. - static const IconData tag_dismiss_16_filled = IconData( - 0x101ac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_16_filled = IconData(0x101ac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 20 and filled style. - static const IconData tag_dismiss_20_filled = IconData( - 0xffc7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_20_filled = IconData(0xffc7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_dismiss" in size 24 and filled style. - static const IconData tag_dismiss_24_filled = IconData( - 0xffc8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_dismiss_24_filled = IconData(0xffc8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 16 and filled style. - static const IconData tag_error_16_filled = IconData( - 0x1029a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_16_filled = IconData(0x1029a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 20 and filled style. - static const IconData tag_error_20_filled = IconData( - 0x1029b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_20_filled = IconData(0x1029b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_error" in size 24 and filled style. - static const IconData tag_error_24_filled = IconData( - 0x1029c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_error_24_filled = IconData(0x1029c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 16 and filled style. - static const IconData tag_lock_16_filled = IconData( - 0x101ad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_16_filled = IconData(0x101ad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 20 and filled style. - static const IconData tag_lock_20_filled = IconData( - 0x101ae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_20_filled = IconData(0x101ae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 24 and filled style. - static const IconData tag_lock_24_filled = IconData( - 0x101af, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_24_filled = IconData(0x101af, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock" in size 32 and filled style. - static const IconData tag_lock_32_filled = IconData( - 0x101b0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_32_filled = IconData(0x101b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock_accent" in size 16 and filled style. - static const IconData tag_lock_accent_16_filled = IconData( - 0x101b1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_accent_16_filled = IconData(0x101b1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock_accent" in size 20 and filled style. - static const IconData tag_lock_accent_20_filled = IconData( - 0x101b2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_accent_20_filled = IconData(0x101b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock_accent" in size 24 and filled style. - static const IconData tag_lock_accent_24_filled = IconData( - 0x101b3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_accent_24_filled = IconData(0x101b3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_lock_accent" in size 32 and filled style. - static const IconData tag_lock_accent_32_filled = IconData( - 0x101b4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_lock_accent_32_filled = IconData(0x101b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 16 and filled style. - static const IconData tag_multiple_16_filled = IconData( - 0xf7ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_16_filled = IconData(0xf7ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 20 and filled style. - static const IconData tag_multiple_20_filled = IconData( - 0x10035, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_20_filled = IconData(0x10035, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_multiple" in size 24 and filled style. - static const IconData tag_multiple_24_filled = IconData( - 0x1029d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_multiple_24_filled = IconData(0x1029d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_off" in size 20 and filled style. - static const IconData tag_off_20_filled = IconData( - 0x10300, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_off_20_filled = IconData(0x10300, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_off" in size 24 and filled style. - static const IconData tag_off_24_filled = IconData( - 0x10301, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_off_24_filled = IconData(0x10301, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 16 and filled style. - static const IconData tag_question_mark_16_filled = IconData( - 0xfc92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_16_filled = IconData(0xfc92, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 20 and filled style. - static const IconData tag_question_mark_20_filled = IconData( - 0x1029e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_20_filled = IconData(0x1029e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 24 and filled style. - static const IconData tag_question_mark_24_filled = IconData( - 0xfc93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_24_filled = IconData(0xfc93, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_question_mark" in size 32 and filled style. - static const IconData tag_question_mark_32_filled = IconData( - 0x1029f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_question_mark_32_filled = IconData(0x1029f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_reset" in size 20 and filled style. - static const IconData tag_reset_20_filled = IconData( - 0x10453, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_reset_20_filled = IconData(0x10453, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_reset" in size 24 and filled style. - static const IconData tag_reset_24_filled = IconData( - 0x10454, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_reset_24_filled = IconData(0x10454, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_search" in size 20 and filled style. - static const IconData tag_search_20_filled = IconData( - 0x10455, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_search_20_filled = IconData(0x10455, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tag_search" in size 24 and filled style. - static const IconData tag_search_24_filled = IconData( - 0x10456, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tag_search_24_filled = IconData(0x10456, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 20 and filled style. - static const IconData tap_double_20_filled = IconData( - 0xfb5e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_20_filled = IconData(0xfb5e, 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, - ); + static const IconData tap_double_24_filled = IconData(0xf796, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 32 and filled style. - static const IconData tap_double_32_filled = IconData( - 0x10457, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_32_filled = IconData(0x10457, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_double" in size 48 and filled style. - static const IconData tap_double_48_filled = IconData( - 0x10458, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_double_48_filled = IconData(0x10458, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 20 and filled style. - static const IconData tap_single_20_filled = IconData( - 0xfb5f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_20_filled = IconData(0xfb5f, 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, - ); + static const IconData tap_single_24_filled = IconData(0xf797, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 32 and filled style. - static const IconData tap_single_32_filled = IconData( - 0x10459, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_32_filled = IconData(0x10459, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tap_single" in size 48 and filled style. - static const IconData tap_single_48_filled = IconData( - 0x1045a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tap_single_48_filled = IconData(0x1045a, 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, - ); + 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, - ); + 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, - ); + static const IconData target_24_filled = IconData(0xf79a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "target" in size 32 and filled style. - static const IconData target_32_filled = IconData( - 0xfd14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData target_32_filled = IconData(0xfd14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 16 and filled style. - static const IconData target_arrow_16_filled = IconData( - 0xf7cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_16_filled = IconData(0xf7cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 20 and filled style. - static const IconData target_arrow_20_filled = IconData( - 0xf7d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_20_filled = IconData(0xf7d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "target_arrow" in size 24 and filled style. - static const IconData target_arrow_24_filled = IconData( - 0xffc9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData target_arrow_24_filled = IconData(0xffc9, 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, - ); + 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, - ); + 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, - ); + static const IconData target_edit_24_filled = IconData(0xf79d, 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, - ); + 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, - ); + static const IconData task_list_add_24_filled = IconData(0xf7a1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_ltr" in size 20 and filled style. - static const IconData task_list_ltr_20_filled = IconData( - 0xfd7f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_ltr_20_filled = IconData(0xfd7f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_ltr" in size 24 and filled style. - static const IconData task_list_ltr_24_filled = IconData( - 0xfd80, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_ltr_24_filled = IconData(0xfd80, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_rtl" in size 20 and filled style. - static const IconData task_list_rtl_20_filled = IconData( - 0xfd81, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_rtl_20_filled = IconData(0xfd81, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_rtl" in size 24 and filled style. - static const IconData task_list_rtl_24_filled = IconData( - 0xfd82, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_rtl_24_filled = IconData(0xfd82, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_add" in size 20 and filled style. - static const IconData task_list_square_add_20_filled = IconData( - 0xff04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_add_20_filled = IconData(0xff04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_add" in size 24 and filled style. - static const IconData task_list_square_add_24_filled = IconData( - 0xff05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_add_24_filled = IconData(0xff05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_database" in size 20 and filled style. - static const IconData task_list_square_database_20_filled = IconData( - 0x106ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_database_20_filled = IconData(0x106ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_ltr" in size 20 and filled style. - static const IconData task_list_square_ltr_20_filled = IconData( - 0xff06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_ltr_20_filled = IconData(0xff06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_ltr" in size 24 and filled style. - static const IconData task_list_square_ltr_24_filled = IconData( - 0xff07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_ltr_24_filled = IconData(0xff07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_person" in size 20 and filled style. - static const IconData task_list_square_person_20_filled = IconData( - 0x10747, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_person_20_filled = IconData(0x10747, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_rtl" in size 20 and filled style. - static const IconData task_list_square_rtl_20_filled = IconData( - 0xff08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_rtl_20_filled = IconData(0xff08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_rtl" in size 24 and filled style. - static const IconData task_list_square_rtl_24_filled = IconData( - 0xff09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_rtl_24_filled = IconData(0xff09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "task_list_square_settings" in size 20 and filled style. - static const IconData task_list_square_settings_20_filled = IconData( - 0x10748, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData task_list_square_settings_20_filled = IconData(0x10748, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tasks_app" in size 20 and filled style. - static const IconData tasks_app_20_filled = IconData( - 0xfacc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tasks_app_20_filled = IconData(0xfacc, 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, - ); + 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, - ); + static const IconData tasks_app_28_filled = IconData(0xf7a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "teddy" in size 20 and filled style. - static const IconData teddy_20_filled = IconData( - 0xfe3c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData teddy_20_filled = IconData(0xfe3c, 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, - ); + static const IconData teddy_24_filled = IconData(0xf7a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "temperature" in size 16 and filled style. - static const IconData temperature_16_filled = IconData( - 0xffca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData temperature_16_filled = IconData(0xffca, 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, - ); + 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, - ); + static const IconData temperature_24_filled = IconData(0xf7a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 12 and filled style. - static const IconData tent_12_filled = IconData( - 0xfacd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tent_12_filled = IconData(0xfacd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 16 and filled style. - static const IconData tent_16_filled = IconData( - 0xface, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tent_16_filled = IconData(0xface, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 20 and filled style. - static const IconData tent_20_filled = IconData( - 0xfacf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tent_20_filled = IconData(0xfacf, 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, - ); + static const IconData tent_24_filled = IconData(0xf7a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 28 and filled style. - static const IconData tent_28_filled = IconData( - 0xfad0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tent_28_filled = IconData(0xfad0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tent" in size 48 and filled style. - static const IconData tent_48_filled = IconData( - 0xfad1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tent_48_filled = IconData(0xfad1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 16 and filled style. - static const IconData tetris_app_16_filled = IconData( - 0xfd83, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_16_filled = IconData(0xfd83, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 20 and filled style. - static const IconData tetris_app_20_filled = IconData( - 0xfd84, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_20_filled = IconData(0xfd84, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 24 and filled style. - static const IconData tetris_app_24_filled = IconData( - 0xfd85, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_24_filled = IconData(0xfd85, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 28 and filled style. - static const IconData tetris_app_28_filled = IconData( - 0xfd86, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_28_filled = IconData(0xfd86, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 32 and filled style. - static const IconData tetris_app_32_filled = IconData( - 0xfd87, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_32_filled = IconData(0xfd87, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tetris_app" in size 48 and filled style. - static const IconData tetris_app_48_filled = IconData( - 0xfd88, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tetris_app_48_filled = IconData(0xfd88, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text" in size 20 and filled style. - static const IconData text_20_filled = IconData( - 0xfdf9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_20_filled = IconData(0xfdf9, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_add_space_before_24_filled = IconData(0xf7b0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_add_t" in size 24 and filled style. - static const IconData text_add_t_24_filled = IconData( - 0x10093, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_add_t_24_filled = IconData(0x10093, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_center" in size 16 and filled style. - static const IconData text_align_center_16_filled = IconData( - 0x101b5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_center_16_filled = IconData(0x101b5, 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, - ); + 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, - ); + static const IconData text_align_center_24_filled = IconData(0xf7b2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_center_rotate_270" in size 24 and filled style. - static const IconData text_align_center_rotate_270_24_filled = IconData( - 0xffdb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_center_rotate_270_24_filled = IconData(0xffdb, 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, - ); + 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, - ); + static const IconData text_align_distributed_24_filled = IconData(0xf7b4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_evenly" in size 20 and filled style. - static const IconData text_align_distributed_evenly_20_filled = IconData( - 0x1056a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_evenly_20_filled = IconData(0x1056a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_evenly" in size 24 and filled style. - static const IconData text_align_distributed_evenly_24_filled = IconData( - 0xff0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_evenly_24_filled = IconData(0xff0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_vertical" in size 20 and filled style. - static const IconData text_align_distributed_vertical_20_filled = IconData( - 0x1056b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_vertical_20_filled = IconData(0x1056b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_distributed_vertical" in size 24 and filled style. - static const IconData text_align_distributed_vertical_24_filled = IconData( - 0xff0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_distributed_vertical_24_filled = IconData(0xff0b, 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, - ); + 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, - ); + static const IconData text_align_justify_24_filled = IconData(0xf7b6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low" in size 20 and filled style. - static const IconData text_align_justify_low_20_filled = IconData( - 0x1056c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_20_filled = IconData(0x1056c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low" in size 24 and filled style. - static const IconData text_align_justify_low_24_filled = IconData( - 0xff0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_24_filled = IconData(0xff0c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_low_rotate_90" in size 24 and filled style. - static const IconData text_align_justify_low_rotate_90_24_filled = IconData( - 0xffdc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_low_rotate_90_24_filled = IconData(0xffdc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_justify_rotate_90" in size 24 and filled style. - static const IconData text_align_justify_rotate_90_24_filled = IconData( - 0xffdd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_justify_rotate_90_24_filled = IconData(0xffdd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_left" in size 16 and filled style. - static const IconData text_align_left_16_filled = IconData( - 0x101b6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_left_16_filled = IconData(0x101b6, 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, - ); + 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, - ); + static const IconData text_align_left_24_filled = IconData(0xf7b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_align_left_rotate_270" in size 24 and filled style. - static const IconData text_align_left_rotate_270_24_filled = IconData( - 0xffde, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_left_rotate_270_24_filled = IconData(0xffde, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_align_right" in size 16 and filled style. - static const IconData text_align_right_16_filled = IconData( - 0x101b7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_right_16_filled = IconData(0x101b7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData text_align_right_24_filled = IconData(0xf7ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_align_right_rotate_270" in size 24 and filled style. - static const IconData text_align_right_rotate_270_24_filled = IconData( - 0xffdf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_align_right_rotate_270_24_filled = IconData(0xffdf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + static const IconData text_asterisk_20_filled = IconData(0xf7bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_baseline" in size 20 and filled style. - static const IconData text_baseline_20_filled = IconData( - 0x1011f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_baseline_20_filled = IconData(0x1011f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bold" in size 16 and filled style. - static const IconData text_bold_16_filled = IconData( - 0xfad2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bold_16_filled = IconData(0xfad2, 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, - ); + 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, - ); + static const IconData text_bold_24_filled = IconData(0xf7bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_box" in size 16 and filled style. - static const IconData text_box_16_filled = IconData( - 0x10036, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_box_16_filled = IconData(0x10036, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_box_settings" in size 20 and filled style. - static const IconData text_box_settings_20_filled = IconData( - 0x10302, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_box_settings_20_filled = IconData(0x10302, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_box_settings" in size 24 and filled style. - static const IconData text_box_settings_24_filled = IconData( - 0x10303, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_box_settings_24_filled = IconData(0x10303, 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( - 0xff0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_20_filled = IconData(0xff0d, 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( - 0xff0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_24_filled = IconData(0xff0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_add" in size 20 and filled style. - static const IconData text_bullet_list_add_20_filled = IconData( - 0xfb60, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_add_20_filled = IconData(0xfb60, 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, - ); + static const IconData text_bullet_list_add_24_filled = IconData(0xf7c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_checkmark" in size 20 and filled style. - static const IconData text_bullet_list_checkmark_20_filled = IconData( - 0x106bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_checkmark_20_filled = IconData(0x106bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_dismiss" in size 20 and filled style. - static const IconData text_bullet_list_dismiss_20_filled = IconData( - 0x106bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_dismiss_20_filled = IconData(0x106bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 16 and filled style. - static const IconData text_bullet_list_ltr_16_filled = IconData( - 0x100f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_16_filled = IconData(0x100f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 20 and filled style. - static const IconData text_bullet_list_ltr_20_filled = IconData( - 0xfd89, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_20_filled = IconData(0xfd89, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_ltr" in size 24 and filled style. - static const IconData text_bullet_list_ltr_24_filled = IconData( - 0xfd8a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_ltr_24_filled = IconData(0xfd8a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 16 and filled style. - static const IconData text_bullet_list_rtl_16_filled = IconData( - 0x100f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_16_filled = IconData(0x100f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 20 and filled style. - static const IconData text_bullet_list_rtl_20_filled = IconData( - 0xfd8b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_20_filled = IconData(0xfd8b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_rtl" in size 24 and filled style. - static const IconData text_bullet_list_rtl_24_filled = IconData( - 0xfd8c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_rtl_24_filled = IconData(0xfd8c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square" in size 20 and filled style. - static const IconData text_bullet_list_square_20_filled = IconData( - 0xfb61, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_20_filled = IconData(0xfb61, 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, - ); + static const IconData text_bullet_list_square_24_filled = IconData(0xf7c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_clock" in size 20 and filled style. - static const IconData text_bullet_list_square_clock_20_filled = IconData( - 0x106bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_clock_20_filled = IconData(0x106bd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_edit" in size 20 and filled style. - static const IconData text_bullet_list_square_edit_20_filled = IconData( - 0xf7d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_edit_20_filled = IconData(0xf7d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_edit" in size 24 and filled style. - static const IconData text_bullet_list_square_edit_24_filled = IconData( - 0xf7d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_edit_24_filled = IconData(0xf7d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_person" in size 20 and filled style. - static const IconData text_bullet_list_square_person_20_filled = IconData( - 0x106be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_person_20_filled = IconData(0x106be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_search" in size 20 and filled style. - static const IconData text_bullet_list_square_search_20_filled = IconData( - 0x106bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_search_20_filled = IconData(0x106bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_settings" in size 20 and filled style. - static const IconData text_bullet_list_square_settings_20_filled = IconData( - 0x106c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_settings_20_filled = IconData(0x106c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_shield" in size 20 and filled style. - static const IconData text_bullet_list_square_shield_20_filled = IconData( - 0x106c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_shield_20_filled = IconData(0x106c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_bullet_list_square_toolbox" in size 20 and filled style. - static const IconData text_bullet_list_square_toolbox_20_filled = IconData( - 0x106c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_bullet_list_square_toolbox_20_filled = IconData(0x106c2, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_bullet_list_tree_24_filled = IconData(0xf7c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 16 and filled style. - static const IconData text_case_lowercase_16_filled = IconData( - 0x10204, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_16_filled = IconData(0x10204, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 20 and filled style. - static const IconData text_case_lowercase_20_filled = IconData( - 0x10205, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_20_filled = IconData(0x10205, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_lowercase" in size 24 and filled style. - static const IconData text_case_lowercase_24_filled = IconData( - 0x10206, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_lowercase_24_filled = IconData(0x10206, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 16 and filled style. - static const IconData text_case_title_16_filled = IconData( - 0x10207, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_16_filled = IconData(0x10207, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 20 and filled style. - static const IconData text_case_title_20_filled = IconData( - 0x10208, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_20_filled = IconData(0x10208, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_title" in size 24 and filled style. - static const IconData text_case_title_24_filled = IconData( - 0x10209, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_title_24_filled = IconData(0x10209, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 16 and filled style. - static const IconData text_case_uppercase_16_filled = IconData( - 0x1020a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_16_filled = IconData(0x1020a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 20 and filled style. - static const IconData text_case_uppercase_20_filled = IconData( - 0x1020b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_20_filled = IconData(0x1020b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_case_uppercase" in size 24 and filled style. - static const IconData text_case_uppercase_24_filled = IconData( - 0x1020c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_case_uppercase_24_filled = IconData(0x1020c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_change_case" in size 16 and filled style. - static const IconData text_change_case_16_filled = IconData( - 0x101b8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_change_case_16_filled = IconData(0x101b8, 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, - ); + 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, - ); + static const IconData text_change_case_24_filled = IconData(0xf7cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_clear_formatting" in size 16 and filled style. - static const IconData text_clear_formatting_16_filled = IconData( - 0x101b9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_clear_formatting_16_filled = IconData(0x101b9, 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, - ); + 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, - ); + static const IconData text_clear_formatting_24_filled = IconData(0xf7d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_clear_formatting_ga" in size 24 and filled style. - static const IconData text_clear_formatting_ga_24_filled = IconData( - 0xff0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_clear_formatting_ga_24_filled = IconData(0xff0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_collapse" in size 20 and filled style. - static const IconData text_collapse_20_filled = IconData( - 0x1071f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_collapse_20_filled = IconData(0x1071f, 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, - ); + static const IconData text_collapse_24_filled = IconData(0xf7d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color" in size 16 and filled style. - static const IconData text_color_16_filled = IconData( - 0xfad3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_16_filled = IconData(0xfad3, 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, - ); + 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, - ); + static const IconData text_color_24_filled = IconData(0xf7d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 16 and filled style. - static const IconData text_color_accent_16_filled = IconData( - 0x101ba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_16_filled = IconData(0x101ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 20 and filled style. - static const IconData text_color_accent_20_filled = IconData( - 0x101bb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_20_filled = IconData(0x101bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color_accent" in size 24 and filled style. - static const IconData text_color_accent_24_filled = IconData( - 0x101bc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_accent_24_filled = IconData(0x101bc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color_ga" in size 20 and filled style. - static const IconData text_color_ga_20_filled = IconData( - 0x105f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_ga_20_filled = IconData(0x105f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_color_ga" in size 24 and filled style. - static const IconData text_color_ga_24_filled = IconData( - 0xff10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_color_ga_24_filled = IconData(0xff10, 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, - ); + 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, - ); + static const IconData text_column_one_24_filled = IconData(0xf7da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_narrow" in size 20 and filled style. - static const IconData text_column_one_narrow_20_filled = IconData( - 0xfad4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_narrow_20_filled = IconData(0xfad4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_narrow" in size 24 and filled style. - static const IconData text_column_one_narrow_24_filled = IconData( - 0xfad5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_narrow_24_filled = IconData(0xfad5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide" in size 20 and filled style. - static const IconData text_column_one_wide_20_filled = IconData( - 0xfad6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_20_filled = IconData(0xfad6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide" in size 24 and filled style. - static const IconData text_column_one_wide_24_filled = IconData( - 0xfad7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_24_filled = IconData(0xfad7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide_lightning" in size 20 and filled style. - static const IconData text_column_one_wide_lightning_20_filled = IconData( - 0x102a0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_lightning_20_filled = IconData(0x102a0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_column_one_wide_lightning" in size 24 and filled style. - static const IconData text_column_one_wide_lightning_24_filled = IconData( - 0x102a1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_column_one_wide_lightning_24_filled = IconData(0x102a1, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_column_two_right_24_filled = IconData(0xf7e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg, matchTextDirection: true); /// fluent icon named "text_continuous" in size 20 and filled style. - static const IconData text_continuous_20_filled = IconData( - 0x1056d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_continuous_20_filled = IconData(0x1056d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_continuous" in size 24 and filled style. - static const IconData text_continuous_24_filled = IconData( - 0xfad8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_continuous_24_filled = IconData(0xfad8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 16 and filled style. - static const IconData text_density_16_filled = IconData( - 0x105f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_density_16_filled = IconData(0x105f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 20 and filled style. - static const IconData text_density_20_filled = IconData( - 0x105f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_density_20_filled = IconData(0x105f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 24 and filled style. - static const IconData text_density_24_filled = IconData( - 0x106c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_density_24_filled = IconData(0x106c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_density" in size 28 and filled style. - static const IconData text_density_28_filled = IconData( - 0x106c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_density_28_filled = IconData(0x106c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// 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, - ); + 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, - ); + static const IconData text_description_24_filled = IconData(0xf7e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_left" in size 20 and filled style. - static const IconData text_direction_horizontal_left_20_filled = IconData( - 0x1003e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_left_20_filled = IconData(0x1003e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_left" in size 24 and filled style. - static const IconData text_direction_horizontal_left_24_filled = IconData( - 0x1003f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_left_24_filled = IconData(0x1003f, 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, - ); + 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, - ); + static const IconData text_direction_horizontal_ltr_24_filled = IconData(0xf7e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_right" in size 20 and filled style. - static const IconData text_direction_horizontal_right_20_filled = IconData( - 0x10040, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_right_20_filled = IconData(0x10040, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_right" in size 24 and filled style. - static const IconData text_direction_horizontal_right_24_filled = IconData( - 0x10041, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_right_24_filled = IconData(0x10041, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_rtl" in size 20 and filled style. - static const IconData text_direction_horizontal_rtl_20_filled = IconData( - 0xff24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_rtl_20_filled = IconData(0xff24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_horizontal_rtl" in size 24 and filled style. - static const IconData text_direction_horizontal_rtl_24_filled = IconData( - 0xff25, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_horizontal_rtl_24_filled = IconData(0xff25, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_ltr_ac" in size 20 and filled style. - static const IconData text_direction_ltr_ac_20_filled = IconData( - 0xff11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_ltr_ac_20_filled = IconData(0xff11, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_ltr_ac" in size 24 and filled style. - static const IconData text_direction_ltr_ac_24_filled = IconData( - 0xff12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_ltr_ac_24_filled = IconData(0xff12, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_direction_rotate_270_ac_24_filled = IconData(0xf7ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_ltr" in size 20 and filled style. - static const IconData text_direction_rotate_270_ltr_20_filled = IconData( - 0x10037, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_ltr_20_filled = IconData(0x10037, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_ltr" in size 24 and filled style. - static const IconData text_direction_rotate_270_ltr_24_filled = IconData( - 0x10038, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_ltr_24_filled = IconData(0x10038, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_right" in size 20 and filled style. - static const IconData text_direction_rotate_270_right_20_filled = IconData( - 0x10042, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_right_20_filled = IconData(0x10042, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_270_right" in size 24 and filled style. - static const IconData text_direction_rotate_270_right_24_filled = IconData( - 0x10043, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_270_right_24_filled = IconData(0x10043, 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, - ); + 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, - ); + static const IconData text_direction_rotate_90_24_filled = IconData(0xf7ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ac" in size 24 and filled style. - static const IconData text_direction_rotate_90_ac_24_filled = IconData( - 0xff13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ac_24_filled = IconData(0xff13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_left" in size 20 and filled style. - static const IconData text_direction_rotate_90_left_20_filled = IconData( - 0x10044, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_left_20_filled = IconData(0x10044, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_left" in size 24 and filled style. - static const IconData text_direction_rotate_90_left_24_filled = IconData( - 0x10045, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_left_24_filled = IconData(0x10045, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ltr" in size 20 and filled style. - static const IconData text_direction_rotate_90_ltr_20_filled = IconData( - 0xffe8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ltr_20_filled = IconData(0xffe8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_ltr" in size 24 and filled style. - static const IconData text_direction_rotate_90_ltr_24_filled = IconData( - 0xffe9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_ltr_24_filled = IconData(0xffe9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_right" in size 20 and filled style. - static const IconData text_direction_rotate_90_right_20_filled = IconData( - 0x10046, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_right_20_filled = IconData(0x10046, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_right" in size 24 and filled style. - static const IconData text_direction_rotate_90_right_24_filled = IconData( - 0x10047, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_right_24_filled = IconData(0x10047, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_rtl" in size 20 and filled style. - static const IconData text_direction_rotate_90_rtl_20_filled = IconData( - 0xff26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_rtl_20_filled = IconData(0xff26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rotate_90_rtl" in size 24 and filled style. - static const IconData text_direction_rotate_90_rtl_24_filled = IconData( - 0xff27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rotate_90_rtl_24_filled = IconData(0xff27, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rtl_ac" in size 20 and filled style. - static const IconData text_direction_rtl_ac_20_filled = IconData( - 0xffe0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rtl_ac_20_filled = IconData(0xffe0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_rtl_ac" in size 24 and filled style. - static const IconData text_direction_rtl_ac_24_filled = IconData( - 0xffe1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_rtl_ac_24_filled = IconData(0xffe1, 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, - ); + 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, - ); + static const IconData text_direction_vertical_24_filled = IconData(0xf7f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_direction_vertical_ac" in size 24 and filled style. - static const IconData text_direction_vertical_ac_24_filled = IconData( - 0xff14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_direction_vertical_ac_24_filled = IconData(0xff14, 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, - ); + 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, - ); + static const IconData text_edit_style_24_filled = IconData(0xf7f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_edit_style_ga" in size 24 and filled style. - static const IconData text_edit_style_ga_24_filled = IconData( - 0xff15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_edit_style_ga_24_filled = IconData(0xff15, 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, - ); + 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, - ); + static const IconData text_effects_24_filled = IconData(0xf7f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_effects_ga" in size 24 and filled style. - static const IconData text_effects_ga_24_filled = IconData( - 0xff16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_effects_ga_24_filled = IconData(0xff16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_expand" in size 20 and filled style. - static const IconData text_expand_20_filled = IconData( - 0x106c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_expand_20_filled = IconData(0x106c5, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_font_24_filled = IconData(0xf7fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 16 and filled style. - static const IconData text_font_info_16_filled = IconData( - 0x102a2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_16_filled = IconData(0x102a2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 20 and filled style. - static const IconData text_font_info_20_filled = IconData( - 0x102a3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_20_filled = IconData(0x102a3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_font_info" in size 24 and filled style. - static const IconData text_font_info_24_filled = IconData( - 0x102a4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_font_info_24_filled = IconData(0x102a4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_font_size" in size 16 and filled style. - static const IconData text_font_size_16_filled = IconData( - 0x101bd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_font_size_16_filled = IconData(0x101bd, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_footnote_24_filled = IconData(0xf801, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_footnote_ga_na" in size 24 and filled style. - static const IconData text_footnote_ga_na_24_filled = IconData( - 0xff17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_footnote_ga_na_24_filled = IconData(0xff17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_left" in size 20 and filled style. - static const IconData text_grammar_arrow_left_20_filled = IconData( - 0xfc94, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_left_20_filled = IconData(0xfc94, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_left" in size 24 and filled style. - static const IconData text_grammar_arrow_left_24_filled = IconData( - 0xfc95, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_left_24_filled = IconData(0xfc95, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_right" in size 20 and filled style. - static const IconData text_grammar_arrow_right_20_filled = IconData( - 0xfc96, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_right_20_filled = IconData(0xfc96, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_arrow_right" in size 24 and filled style. - static const IconData text_grammar_arrow_right_24_filled = IconData( - 0xfc97, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_arrow_right_24_filled = IconData(0xfc97, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_checkmark" in size 20 and filled style. - static const IconData text_grammar_checkmark_20_filled = IconData( - 0xfc98, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_checkmark_20_filled = IconData(0xfc98, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_checkmark" in size 24 and filled style. - static const IconData text_grammar_checkmark_24_filled = IconData( - 0xfc99, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_checkmark_24_filled = IconData(0xfc99, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_dismiss" in size 20 and filled style. - static const IconData text_grammar_dismiss_20_filled = IconData( - 0xfc9a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_dismiss_20_filled = IconData(0xfc9a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_dismiss" in size 24 and filled style. - static const IconData text_grammar_dismiss_24_filled = IconData( - 0xfc9b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_dismiss_24_filled = IconData(0xfc9b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_error" in size 20 and filled style. - static const IconData text_grammar_error_20_filled = IconData( - 0xfb62, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_error_20_filled = IconData(0xfb62, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_settings" in size 20 and filled style. - static const IconData text_grammar_settings_20_filled = IconData( - 0xfc9c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_settings_20_filled = IconData(0xfc9c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_settings" in size 24 and filled style. - static const IconData text_grammar_settings_24_filled = IconData( - 0xfc9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_settings_24_filled = IconData(0xfc9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 16 and filled style. - static const IconData text_grammar_wand_16_filled = IconData( - 0xfc9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_16_filled = IconData(0xfc9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 20 and filled style. - static const IconData text_grammar_wand_20_filled = IconData( - 0xfc9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_20_filled = IconData(0xfc9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_grammar_wand" in size 24 and filled style. - static const IconData text_grammar_wand_24_filled = IconData( - 0xfca0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_grammar_wand_24_filled = IconData(0xfca0, 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, - ); + 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, - ); + 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, - ); + static const IconData text_header_1_20_filled = IconData(0xf807, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_header_1" in size 24 and filled style. - static const IconData text_header_1_24_filled = IconData( - 0x100f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_header_1_24_filled = IconData(0x100f4, 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, - ); + static const IconData text_header_2_20_filled = IconData(0xf808, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_header_2" in size 24 and filled style. - static const IconData text_header_2_24_filled = IconData( - 0x100f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_header_2_24_filled = IconData(0x100f5, 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, - ); + static const IconData text_header_3_20_filled = IconData(0xf809, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_header_3" in size 24 and filled style. - static const IconData text_header_3_24_filled = IconData( - 0x100f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_header_3_24_filled = IconData(0x100f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease" in size 16 and filled style. - static const IconData text_indent_decrease_16_filled = IconData( - 0x101be, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_16_filled = IconData(0x101be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease" in size 20 and filled style. - static const IconData text_indent_decrease_20_filled = IconData( - 0xfad9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_20_filled = IconData(0xfad9, 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, - ); + static const IconData text_indent_decrease_24_filled = IconData(0xf80a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 16 and filled style. - static const IconData text_indent_decrease_ltr_16_filled = IconData( - 0x101bf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_16_filled = IconData(0x101bf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 20 and filled style. - static const IconData text_indent_decrease_ltr_20_filled = IconData( - 0x101c0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_20_filled = IconData(0x101c0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_ltr" in size 24 and filled style. - static const IconData text_indent_decrease_ltr_24_filled = IconData( - 0x101c1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_ltr_24_filled = IconData(0x101c1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 16 and filled style. - static const IconData text_indent_decrease_rtl_16_filled = IconData( - 0x101c2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_16_filled = IconData(0x101c2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 20 and filled style. - static const IconData text_indent_decrease_rtl_20_filled = IconData( - 0x101c3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_20_filled = IconData(0x101c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_decrease_rtl" in size 24 and filled style. - static const IconData text_indent_decrease_rtl_24_filled = IconData( - 0x101c4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_decrease_rtl_24_filled = IconData(0x101c4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase" in size 16 and filled style. - static const IconData text_indent_increase_16_filled = IconData( - 0x101c5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_16_filled = IconData(0x101c5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase" in size 20 and filled style. - static const IconData text_indent_increase_20_filled = IconData( - 0xfada, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_20_filled = IconData(0xfada, 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, - ); + static const IconData text_indent_increase_24_filled = IconData(0xf80b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 16 and filled style. - static const IconData text_indent_increase_ltr_16_filled = IconData( - 0x101c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_16_filled = IconData(0x101c6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 20 and filled style. - static const IconData text_indent_increase_ltr_20_filled = IconData( - 0x101c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_20_filled = IconData(0x101c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_ltr" in size 24 and filled style. - static const IconData text_indent_increase_ltr_24_filled = IconData( - 0x101c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_ltr_24_filled = IconData(0x101c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 16 and filled style. - static const IconData text_indent_increase_rtl_16_filled = IconData( - 0x101c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_16_filled = IconData(0x101c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 20 and filled style. - static const IconData text_indent_increase_rtl_20_filled = IconData( - 0x101ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_20_filled = IconData(0x101ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_indent_increase_rtl" in size 24 and filled style. - static const IconData text_indent_increase_rtl_24_filled = IconData( - 0x101cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_indent_increase_rtl_24_filled = IconData(0x101cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_italic" in size 16 and filled style. - static const IconData text_italic_16_filled = IconData( - 0xfadb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_italic_16_filled = IconData(0xfadb, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_line_spacing_24_filled = IconData(0xf80f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_more" in size 20 and filled style. - static const IconData text_more_20_filled = IconData( - 0x10720, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_more_20_filled = IconData(0x10720, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_more" in size 24 and filled style. - static const IconData text_more_24_filled = IconData( - 0x10094, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_more_24_filled = IconData(0x10094, 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, - ); + 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, - ); + static const IconData text_number_format_24_filled = IconData(0xf811, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_number_format_ga_na_da" in size 24 and filled style. - static const IconData text_number_format_ga_na_da_24_filled = IconData( - 0xff18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_number_format_ga_na_da_24_filled = IconData(0xff18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_number_list_ltr" in size 16 and filled style. - static const IconData text_number_list_ltr_16_filled = IconData( - 0x101cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_ltr_16_filled = IconData(0x101cc, 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, - ); + 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, - ); + 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 16 and filled style. - static const IconData text_number_list_rtl_16_filled = IconData( - 0x101cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_rtl_16_filled = IconData(0x101cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_number_list_rtl" in size 20 and filled style. - static const IconData text_number_list_rtl_20_filled = IconData( - 0xfb63, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_number_list_rtl_20_filled = IconData(0xfb63, 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, - ); + static const IconData text_number_list_rtl_24_filled = IconData(0xf814, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 16 and filled style. - static const IconData text_paragraph_16_filled = IconData( - 0x10380, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_16_filled = IconData(0x10380, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 20 and filled style. - static const IconData text_paragraph_20_filled = IconData( - 0xfca1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_20_filled = IconData(0xfca1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph" in size 24 and filled style. - static const IconData text_paragraph_24_filled = IconData( - 0xfca2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_24_filled = IconData(0xfca2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction" in size 20 and filled style. - static const IconData text_paragraph_direction_20_filled = IconData( - 0xfca3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_20_filled = IconData(0xfca3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction" in size 24 and filled style. - static const IconData text_paragraph_direction_24_filled = IconData( - 0xfca4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_24_filled = IconData(0xfca4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_left" in size 16 and filled style. - static const IconData text_paragraph_direction_left_16_filled = IconData( - 0x101ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_left_16_filled = IconData(0x101ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_left" in size 20 and filled style. - static const IconData text_paragraph_direction_left_20_filled = IconData( - 0x101cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_left_20_filled = IconData(0x101cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_right" in size 16 and filled style. - static const IconData text_paragraph_direction_right_16_filled = IconData( - 0x101d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_right_16_filled = IconData(0x101d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_paragraph_direction_right" in size 20 and filled style. - static const IconData text_paragraph_direction_right_20_filled = IconData( - 0x101d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_paragraph_direction_right_20_filled = IconData(0x101d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_period_asterisk" in size 20 and filled style. - static const IconData text_period_asterisk_20_filled = IconData( - 0x100f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_period_asterisk_20_filled = IconData(0x100f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_behind" in size 20 and filled style. - static const IconData text_position_behind_20_filled = IconData( - 0xfca5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_behind_20_filled = IconData(0xfca5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_behind" in size 24 and filled style. - static const IconData text_position_behind_24_filled = IconData( - 0xfca6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_behind_24_filled = IconData(0xfca6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_front" in size 20 and filled style. - static const IconData text_position_front_20_filled = IconData( - 0xfca7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_front_20_filled = IconData(0xfca7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_front" in size 24 and filled style. - static const IconData text_position_front_24_filled = IconData( - 0xfca8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_front_24_filled = IconData(0xfca8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_line" in size 20 and filled style. - static const IconData text_position_line_20_filled = IconData( - 0xfca9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_line_20_filled = IconData(0xfca9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_line" in size 24 and filled style. - static const IconData text_position_line_24_filled = IconData( - 0xfcaa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_line_24_filled = IconData(0xfcaa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_square" in size 20 and filled style. - static const IconData text_position_square_20_filled = IconData( - 0xfcab, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_square_20_filled = IconData(0xfcab, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_square" in size 24 and filled style. - static const IconData text_position_square_24_filled = IconData( - 0xfcac, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_square_24_filled = IconData(0xfcac, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_through" in size 20 and filled style. - static const IconData text_position_through_20_filled = IconData( - 0xfcad, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_through_20_filled = IconData(0xfcad, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_through" in size 24 and filled style. - static const IconData text_position_through_24_filled = IconData( - 0xfcae, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_through_24_filled = IconData(0xfcae, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_tight" in size 20 and filled style. - static const IconData text_position_tight_20_filled = IconData( - 0xfcaf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_tight_20_filled = IconData(0xfcaf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_tight" in size 24 and filled style. - static const IconData text_position_tight_24_filled = IconData( - 0xfcb0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_tight_24_filled = IconData(0xfcb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_top_bottom" in size 20 and filled style. - static const IconData text_position_top_bottom_20_filled = IconData( - 0xfcb1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_top_bottom_20_filled = IconData(0xfcb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_position_top_bottom" in size 24 and filled style. - static const IconData text_position_top_bottom_24_filled = IconData( - 0xfcb2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_position_top_bottom_24_filled = IconData(0xfcb2, 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, - ); + 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, - ); + static const IconData text_proofing_tools_24_filled = IconData(0xf818, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_proofing_tools_ga_na_da" in size 24 and filled style. - static const IconData text_proofing_tools_ga_na_da_24_filled = IconData( - 0xff19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_proofing_tools_ga_na_da_24_filled = IconData(0xff19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_proofing_tools_zi" in size 24 and filled style. - static const IconData text_proofing_tools_zi_24_filled = IconData( - 0xff1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_proofing_tools_zi_24_filled = IconData(0xff1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_quote" in size 16 and filled style. - static const IconData text_quote_16_filled = IconData( - 0x10039, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_quote_16_filled = IconData(0x10039, 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, - ); + 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, - ); + static const IconData text_quote_24_filled = IconData(0xf81a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_sort_ascending" in size 16 and filled style. - static const IconData text_sort_ascending_16_filled = IconData( - 0xfdfa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_ascending_16_filled = IconData(0xfdfa, 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, - ); + static const IconData text_sort_ascending_20_filled = IconData(0xf81b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_sort_ascending" in size 24 and filled style. - static const IconData text_sort_ascending_24_filled = IconData( - 0xfdfb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_ascending_24_filled = IconData(0xfdfb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_sort_descending" in size 16 and filled style. - static const IconData text_sort_descending_16_filled = IconData( - 0xfdfc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_descending_16_filled = IconData(0xfdfc, 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, - ); + static const IconData text_sort_descending_20_filled = IconData(0xf81c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_sort_descending" in size 24 and filled style. - static const IconData text_sort_descending_24_filled = IconData( - 0xfdfd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_sort_descending_24_filled = IconData(0xfdfd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 16 and filled style. - static const IconData text_strikethrough_16_filled = IconData( - 0xffe2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_16_filled = IconData(0xffe2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 20 and filled style. - static const IconData text_strikethrough_20_filled = IconData( - 0xffe3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_20_filled = IconData(0xffe3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough" in size 24 and filled style. - static const IconData text_strikethrough_24_filled = IconData( - 0xffe4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_24_filled = IconData(0xffe4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 16 and filled style. - static const IconData text_strikethrough_s_16_filled = IconData( - 0xfd8d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_16_filled = IconData(0xfd8d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 20 and filled style. - static const IconData text_strikethrough_s_20_filled = IconData( - 0xfd8e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_20_filled = IconData(0xfd8e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_strikethrough_s" in size 24 and filled style. - static const IconData text_strikethrough_s_24_filled = IconData( - 0xfd8f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_strikethrough_s_24_filled = IconData(0xfd8f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_subscript" in size 16 and filled style. - static const IconData text_subscript_16_filled = IconData( - 0x101d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_subscript_16_filled = IconData(0x101d2, 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, - ); + 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, - ); + static const IconData text_subscript_24_filled = IconData(0xf820, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_superscript" in size 16 and filled style. - static const IconData text_superscript_16_filled = IconData( - 0x101d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_superscript_16_filled = IconData(0x101d3, 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, - ); + 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, - ); + static const IconData text_superscript_24_filled = IconData(0xf822, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 20 and filled style. - static const IconData text_t_20_filled = IconData( - 0x10095, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_t_20_filled = IconData(0x10095, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 24 and filled style. - static const IconData text_t_24_filled = IconData( - 0x10096, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_t_24_filled = IconData(0x10096, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 28 and filled style. - static const IconData text_t_28_filled = IconData( - 0x10253, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_t_28_filled = IconData(0x10253, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_t" in size 48 and filled style. - static const IconData text_t_48_filled = IconData( - 0x10254, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_t_48_filled = IconData(0x10254, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "text_underline" in size 16 and filled style. - static const IconData text_underline_16_filled = IconData( - 0xfadd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData text_underline_16_filled = IconData(0xfadd, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData text_wrap_24_filled = IconData(0xf827, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox" in size 16 and filled style. - static const IconData textbox_16_filled = IconData( - 0x104e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_16_filled = IconData(0x104e8, 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, - ); + 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, - ); + static const IconData textbox_24_filled = IconData(0xf829, 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, - ); + 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, - ); + static const IconData textbox_align_bottom_24_filled = IconData(0xf82d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_bottom_rotate_90" in size 20 and filled style. - static const IconData textbox_align_bottom_rotate_90_20_filled = IconData( - 0x1056e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_bottom_rotate_90_20_filled = IconData(0x1056e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_bottom_rotate_90" in size 24 and filled style. - static const IconData textbox_align_bottom_rotate_90_24_filled = IconData( - 0xffe5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_bottom_rotate_90_24_filled = IconData(0xffe5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_center" in size 20 and filled style. - static const IconData textbox_align_center_20_filled = IconData( - 0xfcb3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_center_20_filled = IconData(0xfcb3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_center" in size 24 and filled style. - static const IconData textbox_align_center_24_filled = IconData( - 0xfcb4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_center_24_filled = IconData(0xfcb4, 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, - ); + 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, - ); + static const IconData textbox_align_middle_24_filled = IconData(0xf82f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_middle_rotate_90" in size 20 and filled style. - static const IconData textbox_align_middle_rotate_90_20_filled = IconData( - 0x1056f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_middle_rotate_90_20_filled = IconData(0x1056f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_middle_rotate_90" in size 24 and filled style. - static const IconData textbox_align_middle_rotate_90_24_filled = IconData( - 0xffe6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_middle_rotate_90_24_filled = IconData(0xffe6, 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, - ); + 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, - ); + static const IconData textbox_align_top_24_filled = IconData(0xf831, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_top_rotate_90" in size 20 and filled style. - static const IconData textbox_align_top_rotate_90_20_filled = IconData( - 0x10570, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_top_rotate_90_20_filled = IconData(0x10570, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_align_top_rotate_90" in size 24 and filled style. - static const IconData textbox_align_top_rotate_90_24_filled = IconData( - 0xffe7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_align_top_rotate_90_24_filled = IconData(0xffe7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_more" in size 20 and filled style. - static const IconData textbox_more_20_filled = IconData( - 0x10571, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_more_20_filled = IconData(0x10571, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_more" in size 24 and filled style. - static const IconData textbox_more_24_filled = IconData( - 0xff1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_more_24_filled = IconData(0xff1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_rotate_90" in size 20 and filled style. - static const IconData textbox_rotate_90_20_filled = IconData( - 0x104e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_rotate_90_20_filled = IconData(0x104e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "textbox_rotate_90" in size 24 and filled style. - static const IconData textbox_rotate_90_24_filled = IconData( - 0x104ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData textbox_rotate_90_24_filled = IconData(0x104ea, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData thinking_24_filled = IconData(0xf835, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "thumb_dislike" in size 16 and filled style. - static const IconData thumb_dislike_16_filled = IconData( - 0xffcb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData thumb_dislike_16_filled = IconData(0xffcb, 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, - ); + 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, - ); + static const IconData thumb_dislike_24_filled = IconData(0xf837, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 16 and filled style. - static const IconData thumb_like_16_filled = IconData( - 0xfcb5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_16_filled = IconData(0xfcb5, 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, - ); + 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, - ); + static const IconData thumb_like_24_filled = IconData(0xf839, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 28 and filled style. - static const IconData thumb_like_28_filled = IconData( - 0x10255, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_28_filled = IconData(0x10255, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "thumb_like" in size 48 and filled style. - static const IconData thumb_like_48_filled = IconData( - 0x10256, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData thumb_like_48_filled = IconData(0x10256, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 16 and filled style. - static const IconData ticket_diagonal_16_filled = IconData( - 0xfaec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_16_filled = IconData(0xfaec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 20 and filled style. - static const IconData ticket_diagonal_20_filled = IconData( - 0xfaed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_20_filled = IconData(0xfaed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 24 and filled style. - static const IconData ticket_diagonal_24_filled = IconData( - 0xfaee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_24_filled = IconData(0xfaee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_diagonal" in size 28 and filled style. - static const IconData ticket_diagonal_28_filled = IconData( - 0xfaef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_diagonal_28_filled = IconData(0xfaef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_horizontal" in size 20 and filled style. - static const IconData ticket_horizontal_20_filled = IconData( - 0xfcb6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_horizontal_20_filled = IconData(0xfcb6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "ticket_horizontal" in size 24 and filled style. - static const IconData ticket_horizontal_24_filled = IconData( - 0xfcb7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData ticket_horizontal_24_filled = IconData(0xfcb7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "time_and_weather" in size 20 and filled style. - static const IconData time_and_weather_20_filled = IconData( - 0x10721, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData time_and_weather_20_filled = IconData(0x10721, 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, - ); + 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, - ); + static const IconData time_picker_24_filled = IconData(0xf83d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timeline" in size 20 and filled style. - static const IconData timeline_20_filled = IconData( - 0x100f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timeline_20_filled = IconData(0x100f8, 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, - ); + static const IconData timeline_24_filled = IconData(0xf83e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer_10" in size 20 and filled style. - static const IconData timer_10_20_filled = IconData( - 0x10749, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_10_20_filled = IconData(0x10749, 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, - ); + static const IconData timer_10_24_filled = IconData(0xf83f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 12 and filled style. - static const IconData timer_12_filled = IconData( - 0x1045b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_12_filled = IconData(0x1045b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 16 and filled style. - static const IconData timer_16_filled = IconData( - 0xfaf0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_16_filled = IconData(0xfaf0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 20 and filled style. - static const IconData timer_20_filled = IconData( - 0xfaf1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_20_filled = IconData(0xfaf1, 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, - ); + static const IconData timer_24_filled = IconData(0xf840, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 28 and filled style. - static const IconData timer_28_filled = IconData( - 0x1045c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_28_filled = IconData(0x1045c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer_2" in size 20 and filled style. - static const IconData timer_2_20_filled = IconData( - 0x1074a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_2_20_filled = IconData(0x1074a, 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, - ); + static const IconData timer_2_24_filled = IconData(0xf841, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 32 and filled style. - static const IconData timer_32_filled = IconData( - 0x1045d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_32_filled = IconData(0x1045d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer_3" in size 20 and filled style. - static const IconData timer_3_20_filled = IconData( - 0x1074b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_3_20_filled = IconData(0x1074b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer_3" in size 24 and filled style. - static const IconData timer_3_24_filled = IconData( - 0xfd15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_3_24_filled = IconData(0xfd15, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer" in size 48 and filled style. - static const IconData timer_48_filled = IconData( - 0x1045e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_48_filled = IconData(0x1045e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "timer_off" in size 20 and filled style. - static const IconData timer_off_20_filled = IconData( - 0x106c6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData timer_off_20_filled = IconData(0x106c6, 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, - ); + static const IconData timer_off_24_filled = IconData(0xf842, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 16 and filled style. - static const IconData toggle_left_16_filled = IconData( - 0xfaf2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_16_filled = IconData(0xfaf2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 20 and filled style. - static const IconData toggle_left_20_filled = IconData( - 0xfaf3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_20_filled = IconData(0xfaf3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 24 and filled style. - static const IconData toggle_left_24_filled = IconData( - 0xfaf4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_24_filled = IconData(0xfaf4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 28 and filled style. - static const IconData toggle_left_28_filled = IconData( - 0xfaf5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_28_filled = IconData(0xfaf5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_left" in size 48 and filled style. - static const IconData toggle_left_48_filled = IconData( - 0xfaf6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_left_48_filled = IconData(0xfaf6, 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, - ); + 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, - ); + 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, - ); + static const IconData toggle_right_24_filled = IconData(0xf845, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_right" in size 28 and filled style. - static const IconData toggle_right_28_filled = IconData( - 0xfaf7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_right_28_filled = IconData(0xfaf7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toggle_right" in size 48 and filled style. - static const IconData toggle_right_48_filled = IconData( - 0xfaf8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toggle_right_48_filled = IconData(0xfaf8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "toolbox" in size 12 and filled style. - static const IconData toolbox_12_filled = IconData( - 0x1017c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData toolbox_12_filled = IconData(0x1017c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData toolbox_28_filled = IconData(0xf849, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tooltip_quote" in size 20 and filled style. - static const IconData tooltip_quote_20_filled = IconData( - 0xf7d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tooltip_quote_20_filled = IconData(0xf7d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tooltip_quote" in size 24 and filled style. - static const IconData tooltip_quote_24_filled = IconData( - 0xffcc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tooltip_quote_24_filled = IconData(0xffcc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "top_speed" in size 20 and filled style. - static const IconData top_speed_20_filled = IconData( - 0xfea4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData top_speed_20_filled = IconData(0xfea4, 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, - ); + 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, - ); + 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, - ); + static const IconData translate_24_filled = IconData(0xf84c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "transmission" in size 20 and filled style. - static const IconData transmission_20_filled = IconData( - 0x10722, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData transmission_20_filled = IconData(0x10722, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "transmission" in size 24 and filled style. - static const IconData transmission_24_filled = IconData( - 0xfefd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData transmission_24_filled = IconData(0xfefd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tray_item_add" in size 20 and filled style. - static const IconData tray_item_add_20_filled = IconData( - 0x102a5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_add_20_filled = IconData(0x102a5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tray_item_add" in size 24 and filled style. - static const IconData tray_item_add_24_filled = IconData( - 0x102a6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_add_24_filled = IconData(0x102a6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tray_item_remove" in size 20 and filled style. - static const IconData tray_item_remove_20_filled = IconData( - 0x102a7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_remove_20_filled = IconData(0x102a7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tray_item_remove" in size 24 and filled style. - static const IconData tray_item_remove_24_filled = IconData( - 0x102a8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tray_item_remove_24_filled = IconData(0x102a8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tree_deciduous" in size 20 and filled style. - static const IconData tree_deciduous_20_filled = IconData( - 0x1074c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tree_deciduous_20_filled = IconData(0x1074c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tree_evergreen" in size 20 and filled style. - static const IconData tree_evergreen_20_filled = IconData( - 0x1074d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tree_evergreen_20_filled = IconData(0x1074d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 12 and filled style. - static const IconData triangle_12_filled = IconData( - 0x100f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_12_filled = IconData(0x100f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 16 and filled style. - static const IconData triangle_16_filled = IconData( - 0x106c7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_16_filled = IconData(0x106c7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 20 and filled style. - static const IconData triangle_20_filled = IconData( - 0x106c8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_20_filled = IconData(0x106c8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 32 and filled style. - static const IconData triangle_32_filled = IconData( - 0x1020d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_32_filled = IconData(0x1020d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle" in size 48 and filled style. - static const IconData triangle_48_filled = IconData( - 0x103df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_48_filled = IconData(0x103df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 12 and filled style. - static const IconData triangle_down_12_filled = IconData( - 0x106c9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_12_filled = IconData(0x106c9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 16 and filled style. - static const IconData triangle_down_16_filled = IconData( - 0x106ca, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_16_filled = IconData(0x106ca, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 20 and filled style. - static const IconData triangle_down_20_filled = IconData( - 0x106cb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_20_filled = IconData(0x106cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 32 and filled style. - static const IconData triangle_down_32_filled = IconData( - 0x106cc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_32_filled = IconData(0x106cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_down" in size 48 and filled style. - static const IconData triangle_down_48_filled = IconData( - 0x106cd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_down_48_filled = IconData(0x106cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 12 and filled style. - static const IconData triangle_left_12_filled = IconData( - 0x106ce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_12_filled = IconData(0x106ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 16 and filled style. - static const IconData triangle_left_16_filled = IconData( - 0x106cf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_16_filled = IconData(0x106cf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 20 and filled style. - static const IconData triangle_left_20_filled = IconData( - 0x106d0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_20_filled = IconData(0x106d0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 32 and filled style. - static const IconData triangle_left_32_filled = IconData( - 0x106d1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_32_filled = IconData(0x106d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_left" in size 48 and filled style. - static const IconData triangle_left_48_filled = IconData( - 0x106d2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_left_48_filled = IconData(0x106d2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 12 and filled style. - static const IconData triangle_right_12_filled = IconData( - 0x106d3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_12_filled = IconData(0x106d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 16 and filled style. - static const IconData triangle_right_16_filled = IconData( - 0x106d4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_16_filled = IconData(0x106d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 20 and filled style. - static const IconData triangle_right_20_filled = IconData( - 0x106d5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_20_filled = IconData(0x106d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 32 and filled style. - static const IconData triangle_right_32_filled = IconData( - 0x106d6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_32_filled = IconData(0x106d6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "triangle_right" in size 48 and filled style. - static const IconData triangle_right_48_filled = IconData( - 0x106d7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData triangle_right_48_filled = IconData(0x106d7, 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, - ); + 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, - ); + 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, - ); + static const IconData trophy_24_filled = IconData(0xf84f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 28 and filled style. - static const IconData trophy_28_filled = IconData( - 0x103e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_28_filled = IconData(0x103e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 32 and filled style. - static const IconData trophy_32_filled = IconData( - 0x103e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_32_filled = IconData(0x103e1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy" in size 48 and filled style. - static const IconData trophy_48_filled = IconData( - 0x103e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_48_filled = IconData(0x103e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 16 and filled style. - static const IconData trophy_off_16_filled = IconData( - 0x103e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_16_filled = IconData(0x103e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 20 and filled style. - static const IconData trophy_off_20_filled = IconData( - 0x103e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_20_filled = IconData(0x103e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 24 and filled style. - static const IconData trophy_off_24_filled = IconData( - 0x103e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_24_filled = IconData(0x103e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 28 and filled style. - static const IconData trophy_off_28_filled = IconData( - 0x103e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_28_filled = IconData(0x103e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 32 and filled style. - static const IconData trophy_off_32_filled = IconData( - 0x103e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_32_filled = IconData(0x103e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "trophy_off" in size 48 and filled style. - static const IconData trophy_off_48_filled = IconData( - 0x103e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData trophy_off_48_filled = IconData(0x103e8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 16 and filled style. - static const IconData tv_16_filled = IconData( - 0xfaf9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_16_filled = IconData(0xfaf9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 20 and filled style. - static const IconData tv_20_filled = IconData( - 0xfafa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_20_filled = IconData(0xfafa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 24 and filled style. - static const IconData tv_24_filled = IconData( - 0xfafb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_24_filled = IconData(0xfafb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 28 and filled style. - static const IconData tv_28_filled = IconData( - 0xfafc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_28_filled = IconData(0xfafc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv" in size 48 and filled style. - static const IconData tv_48_filled = IconData( - 0xfafd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_48_filled = IconData(0xfafd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_arrow_right" in size 20 and filled style. - static const IconData tv_arrow_right_20_filled = IconData( - 0xfbb0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_arrow_right_20_filled = IconData(0xfbb0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 16 and filled style. - static const IconData tv_usb_16_filled = IconData( - 0xfd9d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_16_filled = IconData(0xfd9d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 20 and filled style. - static const IconData tv_usb_20_filled = IconData( - 0xfd9e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_20_filled = IconData(0xfd9e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 24 and filled style. - static const IconData tv_usb_24_filled = IconData( - 0xfd9f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_24_filled = IconData(0xfd9f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 28 and filled style. - static const IconData tv_usb_28_filled = IconData( - 0xfda0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_28_filled = IconData(0xfda0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "tv_usb" in size 48 and filled style. - static const IconData tv_usb_48_filled = IconData( - 0xfda1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData tv_usb_48_filled = IconData(0xfda1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "umbrella" in size 20 and filled style. - static const IconData umbrella_20_filled = IconData( - 0xffcd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData umbrella_20_filled = IconData(0xffcd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "umbrella" in size 24 and filled style. - static const IconData umbrella_24_filled = IconData( - 0xffce, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData umbrella_24_filled = IconData(0xffce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "uninstall_app" in size 20 and filled style. - static const IconData uninstall_app_20_filled = IconData( - 0x1074e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData uninstall_app_20_filled = IconData(0x1074e, 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, - ); + static const IconData uninstall_app_24_filled = IconData(0xf850, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "usb_plug" in size 20 and filled style. - static const IconData usb_plug_20_filled = IconData( - 0x10097, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData usb_plug_20_filled = IconData(0x10097, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "usb_plug" in size 24 and filled style. - static const IconData usb_plug_24_filled = IconData( - 0x10098, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData usb_plug_24_filled = IconData(0x10098, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData vault_24_filled = IconData(0xf85b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bicycle" in size 16 and filled style. - static const IconData vehicle_bicycle_16_filled = IconData( - 0xfafe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bicycle_16_filled = IconData(0xfafe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bicycle" in size 20 and filled style. - static const IconData vehicle_bicycle_20_filled = IconData( - 0xfaff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bicycle_20_filled = IconData(0xfaff, 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, - ); + static const IconData vehicle_bicycle_24_filled = IconData(0xf85c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bus" in size 16 and filled style. - static const IconData vehicle_bus_16_filled = IconData( - 0xfb00, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bus_16_filled = IconData(0xfb00, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_bus" in size 20 and filled style. - static const IconData vehicle_bus_20_filled = IconData( - 0xfb01, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_bus_20_filled = IconData(0xfb01, 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, - ); + static const IconData vehicle_bus_24_filled = IconData(0xf85d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 16 and filled style. - static const IconData vehicle_cab_16_filled = IconData( - 0xfd90, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_16_filled = IconData(0xfd90, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 20 and filled style. - static const IconData vehicle_cab_20_filled = IconData( - 0xfd91, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_20_filled = IconData(0xfd91, 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, - ); + static const IconData vehicle_cab_24_filled = IconData(0xf85e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_cab" in size 28 and filled style. - static const IconData vehicle_cab_28_filled = IconData( - 0xfd92, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_cab_28_filled = IconData(0xfd92, 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, - ); + 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, - ); + 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, - ); + static const IconData vehicle_car_24_filled = IconData(0xf861, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car" in size 28 and filled style. - static const IconData vehicle_car_28_filled = IconData( - 0xfb02, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_28_filled = IconData(0xfb02, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car" in size 48 and filled style. - static const IconData vehicle_car_48_filled = IconData( - 0xfb03, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_48_filled = IconData(0xfb03, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 16 and filled style. - static const IconData vehicle_car_collision_16_filled = IconData( - 0x1017d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_16_filled = IconData(0x1017d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 20 and filled style. - static const IconData vehicle_car_collision_20_filled = IconData( - 0x1017e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_20_filled = IconData(0x1017e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 24 and filled style. - static const IconData vehicle_car_collision_24_filled = IconData( - 0x1017f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_24_filled = IconData(0x1017f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 28 and filled style. - static const IconData vehicle_car_collision_28_filled = IconData( - 0x10381, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_28_filled = IconData(0x10381, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 32 and filled style. - static const IconData vehicle_car_collision_32_filled = IconData( - 0x10382, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_32_filled = IconData(0x10382, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_collision" in size 48 and filled style. - static const IconData vehicle_car_collision_48_filled = IconData( - 0x10180, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_collision_48_filled = IconData(0x10180, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_ltr" in size 16 and filled style. - static const IconData vehicle_car_profile_ltr_16_filled = IconData( - 0xf7e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_ltr_16_filled = IconData(0xf7e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_ltr" in size 20 and filled style. - static const IconData vehicle_car_profile_ltr_20_filled = IconData( - 0x1003a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_ltr_20_filled = IconData(0x1003a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_rtl" in size 16 and filled style. - static const IconData vehicle_car_profile_rtl_16_filled = IconData( - 0xf7e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_rtl_16_filled = IconData(0xf7e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_car_profile_rtl" in size 20 and filled style. - static const IconData vehicle_car_profile_rtl_20_filled = IconData( - 0x1003b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_car_profile_rtl_20_filled = IconData(0x1003b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 16 and filled style. - static const IconData vehicle_ship_16_filled = IconData( - 0xfb04, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_16_filled = IconData(0xfb04, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 20 and filled style. - static const IconData vehicle_ship_20_filled = IconData( - 0xfb05, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_20_filled = IconData(0xfb05, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_ship" in size 24 and filled style. - static const IconData vehicle_ship_24_filled = IconData( - 0xfb06, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_ship_24_filled = IconData(0xfb06, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 16 and filled style. - static const IconData vehicle_subway_16_filled = IconData( - 0xfb07, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_16_filled = IconData(0xfb07, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 20 and filled style. - static const IconData vehicle_subway_20_filled = IconData( - 0xfb08, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_20_filled = IconData(0xfb08, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_subway" in size 24 and filled style. - static const IconData vehicle_subway_24_filled = IconData( - 0xfb09, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_subway_24_filled = IconData(0xfb09, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck" in size 16 and filled style. - static const IconData vehicle_truck_16_filled = IconData( - 0xfb0a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_16_filled = IconData(0xfb0a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck" in size 20 and filled style. - static const IconData vehicle_truck_20_filled = IconData( - 0xfb0b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_20_filled = IconData(0xfb0b, 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, - ); + static const IconData vehicle_truck_24_filled = IconData(0xf862, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_bag" in size 20 and filled style. - static const IconData vehicle_truck_bag_20_filled = IconData( - 0x102a9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_bag_20_filled = IconData(0x102a9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_bag" in size 24 and filled style. - static const IconData vehicle_truck_bag_24_filled = IconData( - 0x102aa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_bag_24_filled = IconData(0x102aa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_cube" in size 20 and filled style. - static const IconData vehicle_truck_cube_20_filled = IconData( - 0x10304, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_cube_20_filled = IconData(0x10304, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_cube" in size 24 and filled style. - static const IconData vehicle_truck_cube_24_filled = IconData( - 0x10305, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_cube_24_filled = IconData(0x10305, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 16 and filled style. - static const IconData vehicle_truck_profile_16_filled = IconData( - 0xf802, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_16_filled = IconData(0xf802, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 20 and filled style. - static const IconData vehicle_truck_profile_20_filled = IconData( - 0xffcf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_20_filled = IconData(0xffcf, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vehicle_truck_profile" in size 24 and filled style. - static const IconData vehicle_truck_profile_24_filled = IconData( - 0xfd93, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vehicle_truck_profile_24_filled = IconData(0xfd93, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData video_28_filled = IconData(0xf866, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video" in size 32 and filled style. - static const IconData video_32_filled = IconData( - 0xff1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_32_filled = IconData(0xff1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_360" in size 20 and filled style. - static const IconData video_360_20_filled = IconData( - 0xfb64, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_360_20_filled = IconData(0xfb64, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_360" in size 24 and filled style. - static const IconData video_360_24_filled = IconData( - 0xfb65, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_360_24_filled = IconData(0xfb65, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_360_off" in size 20 and filled style. - static const IconData video_360_off_20_filled = IconData( - 0xfda2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_360_off_20_filled = IconData(0xfda2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video" in size 48 and filled style. - static const IconData video_48_filled = IconData( - 0xff1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_48_filled = IconData(0xff1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_add" in size 20 and filled style. - static const IconData video_add_20_filled = IconData( - 0xffd0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_add_20_filled = IconData(0xffd0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_add" in size 24 and filled style. - static const IconData video_add_24_filled = IconData( - 0xffd1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_add_24_filled = IconData(0xffd1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_background_effect" in size 20 and filled style. - static const IconData video_background_effect_20_filled = IconData( - 0xfb28, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_background_effect_20_filled = IconData(0xfb28, 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, - ); + static const IconData video_background_effect_24_filled = IconData(0xf867, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 16 and filled style. - static const IconData video_chat_16_filled = IconData( - 0x10572, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_16_filled = IconData(0x10572, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 20 and filled style. - static const IconData video_chat_20_filled = IconData( - 0x10573, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_20_filled = IconData(0x10573, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 24 and filled style. - static const IconData video_chat_24_filled = IconData( - 0x10574, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_24_filled = IconData(0x10574, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 28 and filled style. - static const IconData video_chat_28_filled = IconData( - 0x106d8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_28_filled = IconData(0x106d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 32 and filled style. - static const IconData video_chat_32_filled = IconData( - 0x106d9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_32_filled = IconData(0x106d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_chat" in size 48 and filled style. - static const IconData video_chat_48_filled = IconData( - 0x106da, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_chat_48_filled = IconData(0x106da, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_clip" in size 16 and filled style. - static const IconData video_clip_16_filled = IconData( - 0xff1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_16_filled = IconData(0xff1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_clip" in size 20 and filled style. - static const IconData video_clip_20_filled = IconData( - 0xfb0c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_20_filled = IconData(0xfb0c, 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, - ); + static const IconData video_clip_24_filled = IconData(0xf868, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 16 and filled style. - static const IconData video_clip_multiple_16_filled = IconData( - 0x10383, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_16_filled = IconData(0x10383, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 20 and filled style. - static const IconData video_clip_multiple_20_filled = IconData( - 0x10384, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_20_filled = IconData(0x10384, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_clip_multiple" in size 24 and filled style. - static const IconData video_clip_multiple_24_filled = IconData( - 0x10385, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_clip_multiple_24_filled = IconData(0x10385, 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, - ); + 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, - ); + 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, - ); + static const IconData video_off_28_filled = IconData(0xf86b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_off" in size 32 and filled style. - static const IconData video_off_32_filled = IconData( - 0x10257, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_off_32_filled = IconData(0x10257, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_off" in size 48 and filled style. - static const IconData video_off_48_filled = IconData( - 0x10258, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_off_48_filled = IconData(0x10258, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 12 and filled style. - static const IconData video_person_12_filled = IconData( - 0xfb66, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_12_filled = IconData(0xfb66, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 16 and filled style. - static const IconData video_person_16_filled = IconData( - 0xfb67, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_16_filled = IconData(0xfb67, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 20 and filled style. - static const IconData video_person_20_filled = IconData( - 0xfb68, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_20_filled = IconData(0xfb68, 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, - ); + static const IconData video_person_24_filled = IconData(0xf86c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 28 and filled style. - static const IconData video_person_28_filled = IconData( - 0xfb69, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_28_filled = IconData(0xfb69, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person" in size 48 and filled style. - static const IconData video_person_48_filled = IconData( - 0xfb6a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_48_filled = IconData(0xfb6a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 16 and filled style. - static const IconData video_person_call_16_filled = IconData( - 0xfb6b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_16_filled = IconData(0xfb6b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 20 and filled style. - static const IconData video_person_call_20_filled = IconData( - 0xfb6c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_20_filled = IconData(0xfb6c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 24 and filled style. - static const IconData video_person_call_24_filled = IconData( - 0xfb6d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_24_filled = IconData(0xfb6d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_call" in size 32 and filled style. - static const IconData video_person_call_32_filled = IconData( - 0xfdfe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_call_32_filled = IconData(0xfdfe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_off" in size 20 and filled style. - static const IconData video_person_off_20_filled = IconData( - 0x105f8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_off_20_filled = IconData(0x105f8, 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, - ); + static const IconData video_person_off_24_filled = IconData(0xf86d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 16 and filled style. - static const IconData video_person_sparkle_16_filled = IconData( - 0x1020e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_16_filled = IconData(0x1020e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 20 and filled style. - static const IconData video_person_sparkle_20_filled = IconData( - 0x1020f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_20_filled = IconData(0x1020f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 24 and filled style. - static const IconData video_person_sparkle_24_filled = IconData( - 0x10210, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_24_filled = IconData(0x10210, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 28 and filled style. - static const IconData video_person_sparkle_28_filled = IconData( - 0x10211, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_28_filled = IconData(0x10211, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_sparkle" in size 48 and filled style. - static const IconData video_person_sparkle_48_filled = IconData( - 0x10212, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_sparkle_48_filled = IconData(0x10212, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_star" in size 20 and filled style. - static const IconData video_person_star_20_filled = IconData( - 0xfb6e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_20_filled = IconData(0xfb6e, 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, - ); + static const IconData video_person_star_24_filled = IconData(0xf86e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_star_off" in size 20 and filled style. - static const IconData video_person_star_off_20_filled = IconData( - 0xfbb1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_off_20_filled = IconData(0xfbb1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_person_star_off" in size 24 and filled style. - static const IconData video_person_star_off_24_filled = IconData( - 0xfe3d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_person_star_off_24_filled = IconData(0xfe3d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_play_pause" in size 20 and filled style. - static const IconData video_play_pause_20_filled = IconData( - 0x10723, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_play_pause_20_filled = IconData(0x10723, 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, - ); + static const IconData video_play_pause_24_filled = IconData(0xf86f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 16 and filled style. - static const IconData video_prohibited_16_filled = IconData( - 0xfda3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_16_filled = IconData(0xfda3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 20 and filled style. - static const IconData video_prohibited_20_filled = IconData( - 0xfb6f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_20_filled = IconData(0xfb6f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 24 and filled style. - static const IconData video_prohibited_24_filled = IconData( - 0xfda4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_24_filled = IconData(0xfda4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_prohibited" in size 28 and filled style. - static const IconData video_prohibited_28_filled = IconData( - 0xfda5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_prohibited_28_filled = IconData(0xfda5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_recording" in size 20 and filled style. - static const IconData video_recording_20_filled = IconData( - 0xfbb2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_recording_20_filled = IconData(0xfbb2, 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, - ); + 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, - ); + static const IconData video_security_24_filled = IconData(0xf871, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_switch" in size 20 and filled style. - static const IconData video_switch_20_filled = IconData( - 0xfb70, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_switch_20_filled = IconData(0xfb70, 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, - ); + static const IconData video_switch_24_filled = IconData(0xf872, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "video_sync" in size 20 and filled style. - static const IconData video_sync_20_filled = IconData( - 0xfbb3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData video_sync_20_filled = IconData(0xfbb3, 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData view_desktop_mobile_24_filled = IconData(0xf876, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "virtual_network" in size 20 and filled style. - static const IconData virtual_network_20_filled = IconData( - 0x106db, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData virtual_network_20_filled = IconData(0x106db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "virtual_network_toolbox" in size 20 and filled style. - static const IconData virtual_network_toolbox_20_filled = IconData( - 0x106dc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData virtual_network_toolbox_20_filled = IconData(0x106dc, 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, - ); + 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, - ); + 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, - ); + static const IconData voicemail_24_filled = IconData(0xf87c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail" in size 28 and filled style. - static const IconData voicemail_28_filled = IconData( - 0xfd16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_28_filled = IconData(0xfd16, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_back" in size 16 and filled style. - static const IconData voicemail_arrow_back_16_filled = IconData( - 0xf803, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_back_16_filled = IconData(0xf803, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_back" in size 20 and filled style. - static const IconData voicemail_arrow_back_20_filled = IconData( - 0x105f9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_back_20_filled = IconData(0x105f9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_forward" in size 16 and filled style. - static const IconData voicemail_arrow_forward_16_filled = IconData( - 0xf804, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_forward_16_filled = IconData(0xf804, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_forward" in size 20 and filled style. - static const IconData voicemail_arrow_forward_20_filled = IconData( - 0x105fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_forward_20_filled = IconData(0x105fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_arrow_subtract" in size 20 and filled style. - static const IconData voicemail_arrow_subtract_20_filled = IconData( - 0x105fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_arrow_subtract_20_filled = IconData(0x105fb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "voicemail_subtract" in size 16 and filled style. - static const IconData voicemail_subtract_16_filled = IconData( - 0xf815, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData voicemail_subtract_16_filled = IconData(0xf815, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vote" in size 20 and filled style. - static const IconData vote_20_filled = IconData( - 0xfb0d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vote_20_filled = IconData(0xfb0d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "vote" in size 24 and filled style. - static const IconData vote_24_filled = IconData( - 0xfb0e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData vote_24_filled = IconData(0xfb0e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "walkie_talkie" in size 20 and filled style. - static const IconData walkie_talkie_20_filled = IconData( - 0xfd17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData walkie_talkie_20_filled = IconData(0xfd17, 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, - ); + 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, - ); + static const IconData walkie_talkie_28_filled = IconData(0xf87e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 16 and filled style. - static const IconData wallet_16_filled = IconData( - 0x106dd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_16_filled = IconData(0x106dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 20 and filled style. - static const IconData wallet_20_filled = IconData( - 0x10181, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_20_filled = IconData(0x10181, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 24 and filled style. - static const IconData wallet_24_filled = IconData( - 0x10182, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_24_filled = IconData(0x10182, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 28 and filled style. - static const IconData wallet_28_filled = IconData( - 0x10386, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_28_filled = IconData(0x10386, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 32 and filled style. - static const IconData wallet_32_filled = IconData( - 0x10387, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_32_filled = IconData(0x10387, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet" in size 48 and filled style. - static const IconData wallet_48_filled = IconData( - 0x10388, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_48_filled = IconData(0x10388, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 16 and filled style. - static const IconData wallet_credit_card_16_filled = IconData( - 0x106de, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_16_filled = IconData(0x106de, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 20 and filled style. - static const IconData wallet_credit_card_20_filled = IconData( - 0x106df, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_20_filled = IconData(0x106df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 24 and filled style. - static const IconData wallet_credit_card_24_filled = IconData( - 0x106e0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_24_filled = IconData(0x106e0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wallet_credit_card" in size 32 and filled style. - static const IconData wallet_credit_card_32_filled = IconData( - 0x106e1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wallet_credit_card_32_filled = IconData(0x106e1, 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, - ); + static const IconData wallpaper_24_filled = IconData(0xf87f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 16 and filled style. - static const IconData wand_16_filled = IconData( - 0xfcb8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wand_16_filled = IconData(0xfcb8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 20 and filled style. - static const IconData wand_20_filled = IconData( - 0xfcb9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wand_20_filled = IconData(0xfcb9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 24 and filled style. - static const IconData wand_24_filled = IconData( - 0xfcba, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wand_24_filled = IconData(0xfcba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 28 and filled style. - static const IconData wand_28_filled = IconData( - 0xfcbb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wand_28_filled = IconData(0xfcbb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wand" in size 48 and filled style. - static const IconData wand_48_filled = IconData( - 0xfcbc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wand_48_filled = IconData(0xfcbc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "warning" in size 12 and filled style. - static const IconData warning_12_filled = IconData( - 0xffd2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData warning_12_filled = IconData(0xffd2, 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, - ); + 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, - ); + 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, - ); + static const IconData warning_24_filled = IconData(0xf882, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "warning_shield" in size 20 and filled style. - static const IconData warning_shield_20_filled = IconData( - 0xfd18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData warning_shield_20_filled = IconData(0xfd18, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_cloudy_48_filled = IconData(0xf888, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 20 and filled style. - static const IconData weather_drizzle_20_filled = IconData( - 0xfb0f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_20_filled = IconData(0xfb0f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 24 and filled style. - static const IconData weather_drizzle_24_filled = IconData( - 0xfb10, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_24_filled = IconData(0xfb10, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_drizzle" in size 48 and filled style. - static const IconData weather_drizzle_48_filled = IconData( - 0xfb11, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_drizzle_48_filled = IconData(0xfb11, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_hail_night_48_filled = IconData(0xf894, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 20 and filled style. - static const IconData weather_haze_20_filled = IconData( - 0xfb12, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_20_filled = IconData(0xfb12, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 24 and filled style. - static const IconData weather_haze_24_filled = IconData( - 0xfb13, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_24_filled = IconData(0xfb13, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_haze" in size 48 and filled style. - static const IconData weather_haze_48_filled = IconData( - 0xfb14, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_haze_48_filled = IconData(0xfb14, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon" in size 16 and filled style. - static const IconData weather_moon_16_filled = IconData( - 0xfb15, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_16_filled = IconData(0xfb15, 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, - ); + 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, - ); + static const IconData weather_moon_24_filled = IconData(0xf896, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon" in size 28 and filled style. - static const IconData weather_moon_28_filled = IconData( - 0xfb16, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_28_filled = IconData(0xfb16, 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, - ); + static const IconData weather_moon_48_filled = IconData(0xf897, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 16 and filled style. - static const IconData weather_moon_off_16_filled = IconData( - 0xfb17, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_16_filled = IconData(0xfb17, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 20 and filled style. - static const IconData weather_moon_off_20_filled = IconData( - 0xfb18, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_20_filled = IconData(0xfb18, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 24 and filled style. - static const IconData weather_moon_off_24_filled = IconData( - 0xfb19, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_24_filled = IconData(0xfb19, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 28 and filled style. - static const IconData weather_moon_off_28_filled = IconData( - 0xfb1a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_28_filled = IconData(0xfb1a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_moon_off" in size 48 and filled style. - static const IconData weather_moon_off_48_filled = IconData( - 0xfb1b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_moon_off_48_filled = IconData(0xfb1b, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_partly_cloudy_day" in size 16 and filled style. - static const IconData weather_partly_cloudy_day_16_filled = IconData( - 0x1003c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_partly_cloudy_day_16_filled = IconData(0x1003c, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData weather_squalls_48_filled = IconData(0xf8b8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 16 and filled style. - static const IconData weather_sunny_16_filled = IconData( - 0x1003d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_16_filled = IconData(0x1003d, 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, - ); + 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, - ); + static const IconData weather_sunny_24_filled = IconData(0xf8ba, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 28 and filled style. - static const IconData weather_sunny_28_filled = IconData( - 0x10389, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_28_filled = IconData(0x10389, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny" in size 32 and filled style. - static const IconData weather_sunny_32_filled = IconData( - 0xfdff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_32_filled = IconData(0xfdff, 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, - ); + static const IconData weather_sunny_48_filled = IconData(0xf8bb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 20 and filled style. - static const IconData weather_sunny_high_20_filled = IconData( - 0xfb1c, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_20_filled = IconData(0xfb1c, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 24 and filled style. - static const IconData weather_sunny_high_24_filled = IconData( - 0xfb1d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_24_filled = IconData(0xfb1d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_high" in size 48 and filled style. - static const IconData weather_sunny_high_48_filled = IconData( - 0xfb1e, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_high_48_filled = IconData(0xfb1e, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 20 and filled style. - static const IconData weather_sunny_low_20_filled = IconData( - 0xfb1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_20_filled = IconData(0xfb1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 24 and filled style. - static const IconData weather_sunny_low_24_filled = IconData( - 0xfb20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_24_filled = IconData(0xfb20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "weather_sunny_low" in size 48 and filled style. - static const IconData weather_sunny_low_48_filled = IconData( - 0xfb21, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData weather_sunny_low_48_filled = IconData(0xfb21, 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, - ); + 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, - ); + 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, - ); + static const IconData weather_thunderstorm_48_filled = IconData(0xf8be, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "web_asset" in size 20 and filled style. - static const IconData web_asset_20_filled = IconData( - 0x105fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData web_asset_20_filled = IconData(0x105fc, 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, - ); + static const IconData web_asset_24_filled = IconData(0xf8bf, 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, - ); + 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, - ); + static const IconData whiteboard_24_filled = IconData(0xf8c3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "whiteboard" in size 48 and filled style. - static const IconData whiteboard_48_filled = IconData( - 0x10183, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData whiteboard_48_filled = IconData(0x10183, 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + 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, - ); + static const IconData wifi_4_24_filled = IconData(0xf8cb, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_lock" in size 24 and filled style. - static const IconData wifi_lock_24_filled = IconData( - 0x10099, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_lock_24_filled = IconData(0x10099, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_off" in size 20 and filled style. - static const IconData wifi_off_20_filled = IconData( - 0xfefe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_off_20_filled = IconData(0xfefe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_off" in size 24 and filled style. - static const IconData wifi_off_24_filled = IconData( - 0xfeff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_off_24_filled = IconData(0xfeff, 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, - ); + static const IconData wifi_protected_24_filled = IconData(0xf8cc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_settings" in size 20 and filled style. - static const IconData wifi_settings_20_filled = IconData( - 0x100fa, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_settings_20_filled = IconData(0x100fa, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_warning" in size 20 and filled style. - static const IconData wifi_warning_20_filled = IconData( - 0xfb71, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_warning_20_filled = IconData(0xfb71, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wifi_warning" in size 24 and filled style. - static const IconData wifi_warning_24_filled = IconData( - 0xf816, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wifi_warning_24_filled = IconData(0xf816, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window" in size 16 and filled style. - static const IconData window_16_filled = IconData( - 0x100fb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_16_filled = IconData(0x100fb, 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, - ); + static const IconData window_20_filled = IconData(0xf8cd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window" in size 24 and filled style. - static const IconData window_24_filled = IconData( - 0x100fc, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_24_filled = IconData(0x100fc, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window" in size 28 and filled style. - static const IconData window_28_filled = IconData( - 0x103e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_28_filled = IconData(0x103e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window" in size 32 and filled style. - static const IconData window_32_filled = IconData( - 0x103ea, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_32_filled = IconData(0x103ea, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window" in size 48 and filled style. - static const IconData window_48_filled = IconData( - 0x103eb, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_48_filled = IconData(0x103eb, 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, - ); + static const IconData window_ad_20_filled = IconData(0xf8ce, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_ad_off" in size 20 and filled style. - static const IconData window_ad_off_20_filled = IconData( - 0x100fd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_ad_off_20_filled = IconData(0x100fd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_ad_person" in size 20 and filled style. - static const IconData window_ad_person_20_filled = IconData( - 0xff1f, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_ad_person_20_filled = IconData(0xff1f, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 16 and filled style. - static const IconData window_apps_16_filled = IconData( - 0x103ec, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_16_filled = IconData(0x103ec, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 20 and filled style. - static const IconData window_apps_20_filled = IconData( - 0x103ed, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_20_filled = IconData(0x103ed, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 24 and filled style. - static const IconData window_apps_24_filled = IconData( - 0x103ee, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_24_filled = IconData(0x103ee, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 28 and filled style. - static const IconData window_apps_28_filled = IconData( - 0x103ef, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_28_filled = IconData(0x103ef, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 32 and filled style. - static const IconData window_apps_32_filled = IconData( - 0x103f0, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_32_filled = IconData(0x103f0, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_apps" in size 48 and filled style. - static const IconData window_apps_48_filled = IconData( - 0x103f1, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_apps_48_filled = IconData(0x103f1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 16 and filled style. - static const IconData window_arrow_up_16_filled = IconData( - 0x100fe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_16_filled = IconData(0x100fe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 20 and filled style. - static const IconData window_arrow_up_20_filled = IconData( - 0x100ff, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_20_filled = IconData(0x100ff, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_arrow_up" in size 24 and filled style. - static const IconData window_arrow_up_24_filled = IconData( - 0xfcbd, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_arrow_up_24_filled = IconData(0xfcbd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_bullet_list" in size 20 and filled style. - static const IconData window_bullet_list_20_filled = IconData( - 0x106e2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_bullet_list_20_filled = IconData(0x106e2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_bullet_list_add" in size 20 and filled style. - static const IconData window_bullet_list_add_20_filled = IconData( - 0x106e3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_bullet_list_add_20_filled = IconData(0x106e3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_console" in size 20 and filled style. - static const IconData window_console_20_filled = IconData( - 0x10100, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_console_20_filled = IconData(0x10100, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_database" in size 20 and filled style. - static const IconData window_database_20_filled = IconData( - 0x106e4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_database_20_filled = IconData(0x106e4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_dev_edit" in size 16 and filled style. - static const IconData window_dev_edit_16_filled = IconData( - 0xff20, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_dev_edit_16_filled = IconData(0xff20, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_dev_edit" in size 20 and filled style. - static const IconData window_dev_edit_20_filled = IconData( - 0xffd3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_dev_edit_20_filled = IconData(0xffd3, 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, - ); + 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, - ); + 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, - ); + static const IconData window_dev_tools_24_filled = IconData(0xf8d1, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_edit" in size 16 and filled style. - static const IconData window_edit_16_filled = IconData( - 0xf81d, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_edit_16_filled = IconData(0xf81d, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_header_horizontal" in size 20 and filled style. - static const IconData window_header_horizontal_20_filled = IconData( - 0xfcbe, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_header_horizontal_20_filled = IconData(0xfcbe, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_header_horizontal_off" in size 20 and filled style. - static const IconData window_header_horizontal_off_20_filled = IconData( - 0x10101, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_header_horizontal_off_20_filled = IconData(0x10101, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_header_vertical" in size 20 and filled style. - static const IconData window_header_vertical_20_filled = IconData( - 0xfcbf, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_header_vertical_20_filled = IconData(0xfcbf, 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, - ); + 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, - ); + static const IconData window_inprivate_account_20_filled = IconData(0xf8d3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_location_target" in size 20 and filled style. - static const IconData window_location_target_20_filled = IconData( - 0x106e5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_location_target_20_filled = IconData(0x106e5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_multiple" in size 16 and filled style. - static const IconData window_multiple_16_filled = IconData( - 0x10102, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_multiple_16_filled = IconData(0x10102, 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, - ); + static const IconData window_multiple_20_filled = IconData(0xf8d4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_multiple_swap" in size 20 and filled style. - static const IconData window_multiple_swap_20_filled = IconData( - 0x106e6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_multiple_swap_20_filled = IconData(0x106e6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_new" in size 16 and filled style. - static const IconData window_new_16_filled = IconData( - 0xfb23, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_new_16_filled = IconData(0xfb23, 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, - ); + static const IconData window_new_20_filled = IconData(0xf8d5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_new" in size 24 and filled style. - static const IconData window_new_24_filled = IconData( - 0xfb24, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_new_24_filled = IconData(0xfb24, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_play" in size 20 and filled style. - static const IconData window_play_20_filled = IconData( - 0x106e7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_play_20_filled = IconData(0x106e7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_settings" in size 20 and filled style. - static const IconData window_settings_20_filled = IconData( - 0x106e8, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_settings_20_filled = IconData(0x106e8, 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, - ); + 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, - ); + 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, - ); + static const IconData window_shield_24_filled = IconData(0xf8d8, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_text" in size 20 and filled style. - static const IconData window_text_20_filled = IconData( - 0x106e9, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_text_20_filled = IconData(0x106e9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 16 and filled style. - static const IconData window_wrench_16_filled = IconData( - 0x103f2, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_16_filled = IconData(0x103f2, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 20 and filled style. - static const IconData window_wrench_20_filled = IconData( - 0x103f3, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_20_filled = IconData(0x103f3, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 24 and filled style. - static const IconData window_wrench_24_filled = IconData( - 0x103f4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_24_filled = IconData(0x103f4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 28 and filled style. - static const IconData window_wrench_28_filled = IconData( - 0x103f5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_28_filled = IconData(0x103f5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 32 and filled style. - static const IconData window_wrench_32_filled = IconData( - 0x103f6, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_32_filled = IconData(0x103f6, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "window_wrench" in size 48 and filled style. - static const IconData window_wrench_48_filled = IconData( - 0x103f7, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData window_wrench_48_filled = IconData(0x103f7, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wrench" in size 16 and filled style. - static const IconData wrench_16_filled = IconData( - 0xfb26, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wrench_16_filled = IconData(0xfb26, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wrench" in size 20 and filled style. - static const IconData wrench_20_filled = IconData( - 0xfb27, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wrench_20_filled = IconData(0xfb27, 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, - ); + static const IconData wrench_24_filled = IconData(0xf8d9, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wrench_screwdriver" in size 20 and filled style. - static const IconData wrench_screwdriver_20_filled = IconData( - 0x1038a, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wrench_screwdriver_20_filled = IconData(0x1038a, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "wrench_screwdriver" in size 24 and filled style. - static const IconData wrench_screwdriver_24_filled = IconData( - 0x1038b, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData wrench_screwdriver_24_filled = IconData(0x1038b, 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, - ); + 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, - ); + static const IconData xbox_console_24_filled = IconData(0xf8db, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "xray" in size 20 and filled style. - static const IconData xray_20_filled = IconData( - 0xffd4, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData xray_20_filled = IconData(0xffd4, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "xray" in size 24 and filled style. - static const IconData xray_24_filled = IconData( - 0xffd5, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData xray_24_filled = IconData(0xffd5, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "zoom_in" in size 16 and filled style. - static const IconData zoom_in_16_filled = IconData( - 0x10103, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData zoom_in_16_filled = IconData(0x10103, 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, - ); + 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, - ); + static const IconData zoom_in_24_filled = IconData(0xf8dd, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); /// fluent icon named "zoom_out" in size 16 and filled style. - static const IconData zoom_out_16_filled = IconData( - 0x10104, - fontFamily: 'FluentSystemIcons-Filled', - fontPackage: _kFontPkg, - ); + static const IconData zoom_out_16_filled = IconData(0x10104, 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, - ); + 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, - ); + static const IconData zoom_out_24_filled = IconData(0xf8df, fontFamily: 'FluentSystemIcons-Filled', fontPackage: _kFontPkg); // END GENERATED }